Last active
August 29, 2015 14:06
-
-
Save stecman/c60a7b645104c565a517 to your computer and use it in GitHub Desktop.
Passnote CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Compiled CSS for Passnote | |
* https://github.com/stecman/passnote | |
* | |
* Download this file to public/css/style.css if you don't want to compile the project's LESS: | |
* | |
* # Download using cURL | |
* $ curl https://gist.githubusercontent.com/stecman/c60a7b645104c565a517/raw/style.css -o public/css/style.css | |
* | |
* # or download using wget | |
* $ wget https://gist.githubusercontent.com/stecman/c60a7b645104c565a517/raw/style.css -O public/css/style.css | |
*/ | |
/*! | |
* Bootstrap v3.2.0 (http://getbootstrap.com) | |
* Copyright 2011-2014 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ | |
.container { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 15px; | |
padding-right: 15px; | |
} | |
@media (min-width: 768px) { | |
.container { | |
width: 750px; | |
} | |
} | |
@media (min-width: 992px) { | |
.container { | |
width: 970px; | |
} | |
} | |
@media (min-width: 1200px) { | |
.container { | |
width: 1170px; | |
} | |
} | |
.container-fluid { | |
margin-right: auto; | |
margin-left: auto; | |
padding-left: 15px; | |
padding-right: 15px; | |
} | |
.row { | |
margin-left: -15px; | |
margin-right: -15px; | |
} | |
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { | |
position: relative; | |
min-height: 1px; | |
padding-left: 15px; | |
padding-right: 15px; | |
} | |
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { | |
float: left; | |
} | |
.col-xs-12 { | |
width: 100%; | |
} | |
.col-xs-11 { | |
width: 91.66666667%; | |
} | |
.col-xs-10 { | |
width: 83.33333333%; | |
} | |
.col-xs-9 { | |
width: 75%; | |
} | |
.col-xs-8 { | |
width: 66.66666667%; | |
} | |
.col-xs-7 { | |
width: 58.33333333%; | |
} | |
.col-xs-6 { | |
width: 50%; | |
} | |
.col-xs-5 { | |
width: 41.66666667%; | |
} | |
.col-xs-4 { | |
width: 33.33333333%; | |
} | |
.col-xs-3 { | |
width: 25%; | |
} | |
.col-xs-2 { | |
width: 16.66666667%; | |
} | |
.col-xs-1 { | |
width: 8.33333333%; | |
} | |
.col-xs-pull-12 { | |
right: 100%; | |
} | |
.col-xs-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-xs-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-xs-pull-9 { | |
right: 75%; | |
} | |
.col-xs-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-xs-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-xs-pull-6 { | |
right: 50%; | |
} | |
.col-xs-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-xs-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-xs-pull-3 { | |
right: 25%; | |
} | |
.col-xs-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-xs-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-xs-pull-0 { | |
right: 0%; | |
} | |
.col-xs-push-12 { | |
left: 100%; | |
} | |
.col-xs-push-11 { | |
left: 91.66666667%; | |
} | |
.col-xs-push-10 { | |
left: 83.33333333%; | |
} | |
.col-xs-push-9 { | |
left: 75%; | |
} | |
.col-xs-push-8 { | |
left: 66.66666667%; | |
} | |
.col-xs-push-7 { | |
left: 58.33333333%; | |
} | |
.col-xs-push-6 { | |
left: 50%; | |
} | |
.col-xs-push-5 { | |
left: 41.66666667%; | |
} | |
.col-xs-push-4 { | |
left: 33.33333333%; | |
} | |
.col-xs-push-3 { | |
left: 25%; | |
} | |
.col-xs-push-2 { | |
left: 16.66666667%; | |
} | |
.col-xs-push-1 { | |
left: 8.33333333%; | |
} | |
.col-xs-push-0 { | |
left: 0%; | |
} | |
.col-xs-offset-12 { | |
margin-left: 100%; | |
} | |
.col-xs-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-xs-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-xs-offset-9 { | |
margin-left: 75%; | |
} | |
.col-xs-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-xs-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-xs-offset-6 { | |
margin-left: 50%; | |
} | |
.col-xs-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-xs-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-xs-offset-3 { | |
margin-left: 25%; | |
} | |
.col-xs-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-xs-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-xs-offset-0 { | |
margin-left: 0%; | |
} | |
@media (min-width: 768px) { | |
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { | |
float: left; | |
} | |
.col-sm-12 { | |
width: 100%; | |
} | |
.col-sm-11 { | |
width: 91.66666667%; | |
} | |
.col-sm-10 { | |
width: 83.33333333%; | |
} | |
.col-sm-9 { | |
width: 75%; | |
} | |
.col-sm-8 { | |
width: 66.66666667%; | |
} | |
.col-sm-7 { | |
width: 58.33333333%; | |
} | |
.col-sm-6 { | |
width: 50%; | |
} | |
.col-sm-5 { | |
width: 41.66666667%; | |
} | |
.col-sm-4 { | |
width: 33.33333333%; | |
} | |
.col-sm-3 { | |
width: 25%; | |
} | |
.col-sm-2 { | |
width: 16.66666667%; | |
} | |
.col-sm-1 { | |
width: 8.33333333%; | |
} | |
.col-sm-pull-12 { | |
right: 100%; | |
} | |
.col-sm-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-sm-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-sm-pull-9 { | |
right: 75%; | |
} | |
.col-sm-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-sm-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-sm-pull-6 { | |
right: 50%; | |
} | |
.col-sm-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-sm-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-sm-pull-3 { | |
right: 25%; | |
} | |
.col-sm-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-sm-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-sm-pull-0 { | |
right: 0%; | |
} | |
.col-sm-push-12 { | |
left: 100%; | |
} | |
.col-sm-push-11 { | |
left: 91.66666667%; | |
} | |
.col-sm-push-10 { | |
left: 83.33333333%; | |
} | |
.col-sm-push-9 { | |
left: 75%; | |
} | |
.col-sm-push-8 { | |
left: 66.66666667%; | |
} | |
.col-sm-push-7 { | |
left: 58.33333333%; | |
} | |
.col-sm-push-6 { | |
left: 50%; | |
} | |
.col-sm-push-5 { | |
left: 41.66666667%; | |
} | |
.col-sm-push-4 { | |
left: 33.33333333%; | |
} | |
.col-sm-push-3 { | |
left: 25%; | |
} | |
.col-sm-push-2 { | |
left: 16.66666667%; | |
} | |
.col-sm-push-1 { | |
left: 8.33333333%; | |
} | |
.col-sm-push-0 { | |
left: 0%; | |
} | |
.col-sm-offset-12 { | |
margin-left: 100%; | |
} | |
.col-sm-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-sm-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-sm-offset-9 { | |
margin-left: 75%; | |
} | |
.col-sm-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-sm-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-sm-offset-6 { | |
margin-left: 50%; | |
} | |
.col-sm-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-sm-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-sm-offset-3 { | |
margin-left: 25%; | |
} | |
.col-sm-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-sm-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-sm-offset-0 { | |
margin-left: 0%; | |
} | |
} | |
@media (min-width: 992px) { | |
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { | |
float: left; | |
} | |
.col-md-12 { | |
width: 100%; | |
} | |
.col-md-11 { | |
width: 91.66666667%; | |
} | |
.col-md-10 { | |
width: 83.33333333%; | |
} | |
.col-md-9 { | |
width: 75%; | |
} | |
.col-md-8 { | |
width: 66.66666667%; | |
} | |
.col-md-7 { | |
width: 58.33333333%; | |
} | |
.col-md-6 { | |
width: 50%; | |
} | |
.col-md-5 { | |
width: 41.66666667%; | |
} | |
.col-md-4 { | |
width: 33.33333333%; | |
} | |
.col-md-3 { | |
width: 25%; | |
} | |
.col-md-2 { | |
width: 16.66666667%; | |
} | |
.col-md-1 { | |
width: 8.33333333%; | |
} | |
.col-md-pull-12 { | |
right: 100%; | |
} | |
.col-md-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-md-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-md-pull-9 { | |
right: 75%; | |
} | |
.col-md-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-md-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-md-pull-6 { | |
right: 50%; | |
} | |
.col-md-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-md-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-md-pull-3 { | |
right: 25%; | |
} | |
.col-md-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-md-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-md-pull-0 { | |
right: 0%; | |
} | |
.col-md-push-12 { | |
left: 100%; | |
} | |
.col-md-push-11 { | |
left: 91.66666667%; | |
} | |
.col-md-push-10 { | |
left: 83.33333333%; | |
} | |
.col-md-push-9 { | |
left: 75%; | |
} | |
.col-md-push-8 { | |
left: 66.66666667%; | |
} | |
.col-md-push-7 { | |
left: 58.33333333%; | |
} | |
.col-md-push-6 { | |
left: 50%; | |
} | |
.col-md-push-5 { | |
left: 41.66666667%; | |
} | |
.col-md-push-4 { | |
left: 33.33333333%; | |
} | |
.col-md-push-3 { | |
left: 25%; | |
} | |
.col-md-push-2 { | |
left: 16.66666667%; | |
} | |
.col-md-push-1 { | |
left: 8.33333333%; | |
} | |
.col-md-push-0 { | |
left: 0%; | |
} | |
.col-md-offset-12 { | |
margin-left: 100%; | |
} | |
.col-md-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-md-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-md-offset-9 { | |
margin-left: 75%; | |
} | |
.col-md-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-md-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-md-offset-6 { | |
margin-left: 50%; | |
} | |
.col-md-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-md-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-md-offset-3 { | |
margin-left: 25%; | |
} | |
.col-md-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-md-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-md-offset-0 { | |
margin-left: 0%; | |
} | |
} | |
@media (min-width: 1200px) { | |
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { | |
float: left; | |
} | |
.col-lg-12 { | |
width: 100%; | |
} | |
.col-lg-11 { | |
width: 91.66666667%; | |
} | |
.col-lg-10 { | |
width: 83.33333333%; | |
} | |
.col-lg-9 { | |
width: 75%; | |
} | |
.col-lg-8 { | |
width: 66.66666667%; | |
} | |
.col-lg-7 { | |
width: 58.33333333%; | |
} | |
.col-lg-6 { | |
width: 50%; | |
} | |
.col-lg-5 { | |
width: 41.66666667%; | |
} | |
.col-lg-4 { | |
width: 33.33333333%; | |
} | |
.col-lg-3 { | |
width: 25%; | |
} | |
.col-lg-2 { | |
width: 16.66666667%; | |
} | |
.col-lg-1 { | |
width: 8.33333333%; | |
} | |
.col-lg-pull-12 { | |
right: 100%; | |
} | |
.col-lg-pull-11 { | |
right: 91.66666667%; | |
} | |
.col-lg-pull-10 { | |
right: 83.33333333%; | |
} | |
.col-lg-pull-9 { | |
right: 75%; | |
} | |
.col-lg-pull-8 { | |
right: 66.66666667%; | |
} | |
.col-lg-pull-7 { | |
right: 58.33333333%; | |
} | |
.col-lg-pull-6 { | |
right: 50%; | |
} | |
.col-lg-pull-5 { | |
right: 41.66666667%; | |
} | |
.col-lg-pull-4 { | |
right: 33.33333333%; | |
} | |
.col-lg-pull-3 { | |
right: 25%; | |
} | |
.col-lg-pull-2 { | |
right: 16.66666667%; | |
} | |
.col-lg-pull-1 { | |
right: 8.33333333%; | |
} | |
.col-lg-pull-0 { | |
right: 0%; | |
} | |
.col-lg-push-12 { | |
left: 100%; | |
} | |
.col-lg-push-11 { | |
left: 91.66666667%; | |
} | |
.col-lg-push-10 { | |
left: 83.33333333%; | |
} | |
.col-lg-push-9 { | |
left: 75%; | |
} | |
.col-lg-push-8 { | |
left: 66.66666667%; | |
} | |
.col-lg-push-7 { | |
left: 58.33333333%; | |
} | |
.col-lg-push-6 { | |
left: 50%; | |
} | |
.col-lg-push-5 { | |
left: 41.66666667%; | |
} | |
.col-lg-push-4 { | |
left: 33.33333333%; | |
} | |
.col-lg-push-3 { | |
left: 25%; | |
} | |
.col-lg-push-2 { | |
left: 16.66666667%; | |
} | |
.col-lg-push-1 { | |
left: 8.33333333%; | |
} | |
.col-lg-push-0 { | |
left: 0%; | |
} | |
.col-lg-offset-12 { | |
margin-left: 100%; | |
} | |
.col-lg-offset-11 { | |
margin-left: 91.66666667%; | |
} | |
.col-lg-offset-10 { | |
margin-left: 83.33333333%; | |
} | |
.col-lg-offset-9 { | |
margin-left: 75%; | |
} | |
.col-lg-offset-8 { | |
margin-left: 66.66666667%; | |
} | |
.col-lg-offset-7 { | |
margin-left: 58.33333333%; | |
} | |
.col-lg-offset-6 { | |
margin-left: 50%; | |
} | |
.col-lg-offset-5 { | |
margin-left: 41.66666667%; | |
} | |
.col-lg-offset-4 { | |
margin-left: 33.33333333%; | |
} | |
.col-lg-offset-3 { | |
margin-left: 25%; | |
} | |
.col-lg-offset-2 { | |
margin-left: 16.66666667%; | |
} | |
.col-lg-offset-1 { | |
margin-left: 8.33333333%; | |
} | |
.col-lg-offset-0 { | |
margin-left: 0%; | |
} | |
} | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
} | |
code { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #c7254e; | |
background-color: #f9f2f4; | |
white-space: nowrap; | |
border-radius: 4px; | |
} | |
kbd { | |
padding: 2px 4px; | |
font-size: 90%; | |
color: #ffffff; | |
background-color: #333333; | |
border-radius: 3px; | |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | |
} | |
pre { | |
display: block; | |
padding: 9.5px; | |
margin: 0 0 10px; | |
font-size: 13px; | |
line-height: 1.42857143; | |
word-break: break-all; | |
word-wrap: break-word; | |
color: #333333; | |
background-color: #f5f5f5; | |
border: 1px solid #cccccc; | |
border-radius: 4px; | |
} | |
pre code { | |
padding: 0; | |
font-size: inherit; | |
color: inherit; | |
white-space: pre-wrap; | |
background-color: transparent; | |
border-radius: 0; | |
} | |
.pre-scrollable { | |
max-height: 340px; | |
overflow-y: scroll; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
.h1, | |
.h2, | |
.h3, | |
.h4, | |
.h5, | |
.h6 { | |
font-family: inherit; | |
font-weight: 500; | |
line-height: 1.1; | |
color: inherit; | |
} | |
h1 small, | |
h2 small, | |
h3 small, | |
h4 small, | |
h5 small, | |
h6 small, | |
.h1 small, | |
.h2 small, | |
.h3 small, | |
.h4 small, | |
.h5 small, | |
.h6 small, | |
h1 .small, | |
h2 .small, | |
h3 .small, | |
h4 .small, | |
h5 .small, | |
h6 .small, | |
.h1 .small, | |
.h2 .small, | |
.h3 .small, | |
.h4 .small, | |
.h5 .small, | |
.h6 .small { | |
font-weight: normal; | |
line-height: 1; | |
color: #999999; | |
} | |
h1, | |
.h1, | |
h2, | |
.h2, | |
h3, | |
.h3 { | |
margin-top: 20px; | |
margin-bottom: 10px; | |
} | |
h1 small, | |
.h1 small, | |
h2 small, | |
.h2 small, | |
h3 small, | |
.h3 small, | |
h1 .small, | |
.h1 .small, | |
h2 .small, | |
.h2 .small, | |
h3 .small, | |
.h3 .small { | |
font-size: 65%; | |
} | |
h4, | |
.h4, | |
h5, | |
.h5, | |
h6, | |
.h6 { | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
h4 small, | |
.h4 small, | |
h5 small, | |
.h5 small, | |
h6 small, | |
.h6 small, | |
h4 .small, | |
.h4 .small, | |
h5 .small, | |
.h5 .small, | |
h6 .small, | |
.h6 .small { | |
font-size: 75%; | |
} | |
h1, | |
.h1 { | |
font-size: 36px; | |
} | |
h2, | |
.h2 { | |
font-size: 30px; | |
} | |
h3, | |
.h3 { | |
font-size: 24px; | |
} | |
h4, | |
.h4 { | |
font-size: 18px; | |
} | |
h5, | |
.h5 { | |
font-size: 14px; | |
} | |
h6, | |
.h6 { | |
font-size: 12px; | |
} | |
p { | |
margin: 0 0 10px; | |
} | |
.lead { | |
margin-bottom: 20px; | |
font-size: 16px; | |
font-weight: 200; | |
line-height: 1.4; | |
} | |
@media (min-width: 768px) { | |
.lead { | |
font-size: 21px; | |
} | |
} | |
small, | |
.small { | |
font-size: 85%; | |
} | |
cite { | |
font-style: normal; | |
} | |
.text-left { | |
text-align: left; | |
} | |
.text-right { | |
text-align: right; | |
} | |
.text-center { | |
text-align: center; | |
} | |
.text-justify { | |
text-align: justify; | |
} | |
.text-muted { | |
color: #999999; | |
} | |
.text-primary { | |
color: #428bca; | |
} | |
a.text-primary:hover { | |
color: #3071a9; | |
} | |
.text-success { | |
color: #3c763d; | |
} | |
a.text-success:hover { | |
color: #2b542c; | |
} | |
.text-info { | |
color: #31708f; | |
} | |
a.text-info:hover { | |
color: #245269; | |
} | |
.text-warning { | |
color: #8a6d3b; | |
} | |
a.text-warning:hover { | |
color: #66512c; | |
} | |
.text-danger { | |
color: #a94442; | |
} | |
a.text-danger:hover { | |
color: #843534; | |
} | |
.bg-primary { | |
color: #fff; | |
background-color: #428bca; | |
} | |
a.bg-primary:hover { | |
background-color: #3071a9; | |
} | |
.bg-success { | |
background-color: #dff0d8; | |
} | |
a.bg-success:hover { | |
background-color: #c1e2b3; | |
} | |
.bg-info { | |
background-color: #d9edf7; | |
} | |
a.bg-info:hover { | |
background-color: #afd9ee; | |
} | |
.bg-warning { | |
background-color: #fcf8e3; | |
} | |
a.bg-warning:hover { | |
background-color: #f7ecb5; | |
} | |
.bg-danger { | |
background-color: #f2dede; | |
} | |
a.bg-danger:hover { | |
background-color: #e4b9b9; | |
} | |
.page-header { | |
padding-bottom: 9px; | |
margin: 40px 0 20px; | |
border-bottom: 1px solid #eeeeee; | |
} | |
ul, | |
ol { | |
margin-top: 0; | |
margin-bottom: 10px; | |
} | |
ul ul, | |
ol ul, | |
ul ol, | |
ol ol { | |
margin-bottom: 0; | |
} | |
.list-unstyled { | |
padding-left: 0; | |
list-style: none; | |
} | |
.list-inline { | |
padding-left: 0; | |
list-style: none; | |
margin-left: -5px; | |
} | |
.list-inline > li { | |
display: inline-block; | |
padding-left: 5px; | |
padding-right: 5px; | |
} | |
dl { | |
margin-top: 0; | |
margin-bottom: 20px; | |
} | |
dt, | |
dd { | |
line-height: 1.42857143; | |
} | |
dt { | |
font-weight: bold; | |
} | |
dd { | |
margin-left: 0; | |
} | |
@media (min-width: 768px) { | |
.dl-horizontal dt { | |
float: left; | |
width: 160px; | |
clear: left; | |
text-align: right; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
} | |
.dl-horizontal dd { | |
margin-left: 180px; | |
} | |
} | |
abbr[title], | |
abbr[data-original-title] { | |
cursor: help; | |
border-bottom: 1px dotted #999999; | |
} | |
.initialism { | |
font-size: 90%; | |
text-transform: uppercase; | |
} | |
blockquote { | |
padding: 10px 20px; | |
margin: 0 0 20px; | |
font-size: 17.5px; | |
border-left: 5px solid #eeeeee; | |
} | |
blockquote p:last-child, | |
blockquote ul:last-child, | |
blockquote ol:last-child { | |
margin-bottom: 0; | |
} | |
blockquote footer, | |
blockquote small, | |
blockquote .small { | |
display: block; | |
font-size: 80%; | |
line-height: 1.42857143; | |
color: #999999; | |
} | |
blockquote footer:before, | |
blockquote small:before, | |
blockquote .small:before { | |
content: '\2014 \00A0'; | |
} | |
.blockquote-reverse, | |
blockquote.pull-right { | |
padding-right: 15px; | |
padding-left: 0; | |
border-right: 5px solid #eeeeee; | |
border-left: 0; | |
text-align: right; | |
} | |
.blockquote-reverse footer:before, | |
blockquote.pull-right footer:before, | |
.blockquote-reverse small:before, | |
blockquote.pull-right small:before, | |
.blockquote-reverse .small:before, | |
blockquote.pull-right .small:before { | |
content: ''; | |
} | |
.blockquote-reverse footer:after, | |
blockquote.pull-right footer:after, | |
.blockquote-reverse small:after, | |
blockquote.pull-right small:after, | |
.blockquote-reverse .small:after, | |
blockquote.pull-right .small:after { | |
content: '\00A0 \2014'; | |
} | |
blockquote:before, | |
blockquote:after { | |
content: ""; | |
} | |
address { | |
margin-bottom: 20px; | |
font-style: normal; | |
line-height: 1.42857143; | |
} | |
table { | |
max-width: 100%; | |
background-color: transparent; | |
} | |
th { | |
text-align: left; | |
} | |
.table { | |
width: 100%; | |
margin-bottom: 20px; | |
} | |
.table > thead > tr > th, | |
.table > tbody > tr > th, | |
.table > tfoot > tr > th, | |
.table > thead > tr > td, | |
.table > tbody > tr > td, | |
.table > tfoot > tr > td { | |
padding: 8px; | |
line-height: 1.42857143; | |
vertical-align: top; | |
border-top: 1px solid #dddddd; | |
} | |
.table > thead > tr > th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #dddddd; | |
} | |
.table > caption + thead > tr:first-child > th, | |
.table > colgroup + thead > tr:first-child > th, | |
.table > thead:first-child > tr:first-child > th, | |
.table > caption + thead > tr:first-child > td, | |
.table > colgroup + thead > tr:first-child > td, | |
.table > thead:first-child > tr:first-child > td { | |
border-top: 0; | |
} | |
.table > tbody + tbody { | |
border-top: 2px solid #dddddd; | |
} | |
.table .table { | |
background-color: #ffffff; | |
} | |
.table-condensed > thead > tr > th, | |
.table-condensed > tbody > tr > th, | |
.table-condensed > tfoot > tr > th, | |
.table-condensed > thead > tr > td, | |
.table-condensed > tbody > tr > td, | |
.table-condensed > tfoot > tr > td { | |
padding: 5px; | |
} | |
.table-bordered { | |
border: 1px solid #dddddd; | |
} | |
.table-bordered > thead > tr > th, | |
.table-bordered > tbody > tr > th, | |
.table-bordered > tfoot > tr > th, | |
.table-bordered > thead > tr > td, | |
.table-bordered > tbody > tr > td, | |
.table-bordered > tfoot > tr > td { | |
border: 1px solid #dddddd; | |
} | |
.table-bordered > thead > tr > th, | |
.table-bordered > thead > tr > td { | |
border-bottom-width: 2px; | |
} | |
.table-striped > tbody > tr:nth-child(odd) > td, | |
.table-striped > tbody > tr:nth-child(odd) > th { | |
background-color: #f9f9f9; | |
} | |
.table-hover > tbody > tr:hover > td, | |
.table-hover > tbody > tr:hover > th { | |
background-color: #f5f5f5; | |
} | |
table col[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-column; | |
} | |
table td[class*="col-"], | |
table th[class*="col-"] { | |
position: static; | |
float: none; | |
display: table-cell; | |
} | |
.table > thead > tr > td.active, | |
.table > tbody > tr > td.active, | |
.table > tfoot > tr > td.active, | |
.table > thead > tr > th.active, | |
.table > tbody > tr > th.active, | |
.table > tfoot > tr > th.active, | |
.table > thead > tr.active > td, | |
.table > tbody > tr.active > td, | |
.table > tfoot > tr.active > td, | |
.table > thead > tr.active > th, | |
.table > tbody > tr.active > th, | |
.table > tfoot > tr.active > th { | |
background-color: #f5f5f5; | |
} | |
.table-hover > tbody > tr > td.active:hover, | |
.table-hover > tbody > tr > th.active:hover, | |
.table-hover > tbody > tr.active:hover > td, | |
.table-hover > tbody > tr.active:hover > th { | |
background-color: #e8e8e8; | |
} | |
.table > thead > tr > td.success, | |
.table > tbody > tr > td.success, | |
.table > tfoot > tr > td.success, | |
.table > thead > tr > th.success, | |
.table > tbody > tr > th.success, | |
.table > tfoot > tr > th.success, | |
.table > thead > tr.success > td, | |
.table > tbody > tr.success > td, | |
.table > tfoot > tr.success > td, | |
.table > thead > tr.success > th, | |
.table > tbody > tr.success > th, | |
.table > tfoot > tr.success > th { | |
background-color: #dff0d8; | |
} | |
.table-hover > tbody > tr > td.success:hover, | |
.table-hover > tbody > tr > th.success:hover, | |
.table-hover > tbody > tr.success:hover > td, | |
.table-hover > tbody > tr.success:hover > th { | |
background-color: #d0e9c6; | |
} | |
.table > thead > tr > td.info, | |
.table > tbody > tr > td.info, | |
.table > tfoot > tr > td.info, | |
.table > thead > tr > th.info, | |
.table > tbody > tr > th.info, | |
.table > tfoot > tr > th.info, | |
.table > thead > tr.info > td, | |
.table > tbody > tr.info > td, | |
.table > tfoot > tr.info > td, | |
.table > thead > tr.info > th, | |
.table > tbody > tr.info > th, | |
.table > tfoot > tr.info > th { | |
background-color: #d9edf7; | |
} | |
.table-hover > tbody > tr > td.info:hover, | |
.table-hover > tbody > tr > th.info:hover, | |
.table-hover > tbody > tr.info:hover > td, | |
.table-hover > tbody > tr.info:hover > th { | |
background-color: #c4e3f3; | |
} | |
.table > thead > tr > td.warning, | |
.table > tbody > tr > td.warning, | |
.table > tfoot > tr > td.warning, | |
.table > thead > tr > th.warning, | |
.table > tbody > tr > th.warning, | |
.table > tfoot > tr > th.warning, | |
.table > thead > tr.warning > td, | |
.table > tbody > tr.warning > td, | |
.table > tfoot > tr.warning > td, | |
.table > thead > tr.warning > th, | |
.table > tbody > tr.warning > th, | |
.table > tfoot > tr.warning > th { | |
background-color: #fcf8e3; | |
} | |
.table-hover > tbody > tr > td.warning:hover, | |
.table-hover > tbody > tr > th.warning:hover, | |
.table-hover > tbody > tr.warning:hover > td, | |
.table-hover > tbody > tr.warning:hover > th { | |
background-color: #faf2cc; | |
} | |
.table > thead > tr > td.danger, | |
.table > tbody > tr > td.danger, | |
.table > tfoot > tr > td.danger, | |
.table > thead > tr > th.danger, | |
.table > tbody > tr > th.danger, | |
.table > tfoot > tr > th.danger, | |
.table > thead > tr.danger > td, | |
.table > tbody > tr.danger > td, | |
.table > tfoot > tr.danger > td, | |
.table > thead > tr.danger > th, | |
.table > tbody > tr.danger > th, | |
.table > tfoot > tr.danger > th { | |
background-color: #f2dede; | |
} | |
.table-hover > tbody > tr > td.danger:hover, | |
.table-hover > tbody > tr > th.danger:hover, | |
.table-hover > tbody > tr.danger:hover > td, | |
.table-hover > tbody > tr.danger:hover > th { | |
background-color: #ebcccc; | |
} | |
@media (max-width: 767px) { | |
.table-responsive { | |
width: 100%; | |
margin-bottom: 15px; | |
overflow-y: hidden; | |
overflow-x: scroll; | |
-ms-overflow-style: -ms-autohiding-scrollbar; | |
border: 1px solid #dddddd; | |
-webkit-overflow-scrolling: touch; | |
} | |
.table-responsive > .table { | |
margin-bottom: 0; | |
} | |
.table-responsive > .table > thead > tr > th, | |
.table-responsive > .table > tbody > tr > th, | |
.table-responsive > .table > tfoot > tr > th, | |
.table-responsive > .table > thead > tr > td, | |
.table-responsive > .table > tbody > tr > td, | |
.table-responsive > .table > tfoot > tr > td { | |
white-space: nowrap; | |
} | |
.table-responsive > .table-bordered { | |
border: 0; | |
} | |
.table-responsive > .table-bordered > thead > tr > th:first-child, | |
.table-responsive > .table-bordered > tbody > tr > th:first-child, | |
.table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
.table-responsive > .table-bordered > thead > tr > td:first-child, | |
.table-responsive > .table-bordered > tbody > tr > td:first-child, | |
.table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
border-left: 0; | |
} | |
.table-responsive > .table-bordered > thead > tr > th:last-child, | |
.table-responsive > .table-bordered > tbody > tr > th:last-child, | |
.table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
.table-responsive > .table-bordered > thead > tr > td:last-child, | |
.table-responsive > .table-bordered > tbody > tr > td:last-child, | |
.table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
border-right: 0; | |
} | |
.table-responsive > .table-bordered > tbody > tr:last-child > th, | |
.table-responsive > .table-bordered > tfoot > tr:last-child > th, | |
.table-responsive > .table-bordered > tbody > tr:last-child > td, | |
.table-responsive > .table-bordered > tfoot > tr:last-child > td { | |
border-bottom: 0; | |
} | |
} | |
* { | |
box-sizing: border-box; | |
} | |
body { | |
font-size: 14px; | |
font-family: sans-serif; | |
} | |
hr { | |
border: none; | |
background: none; | |
border-bottom: 1px solid #ddd; | |
} | |
@media print { | |
a[href]:after { | |
content: " (" attr(href) ") "; | |
} | |
.nav-header, | |
.nav-top { | |
display: none; | |
} | |
} | |
.fill-frame { | |
position: fixed; | |
overflow: auto; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
margin: auto; | |
width: 100%; | |
height: 100%; | |
background: #FDFDFD; | |
} | |
pre { | |
line-height: 1.5; | |
padding: 0 15px; | |
margin: 1em 0; | |
padding-top: 0; | |
border: 1px solid #EEE; | |
overflow: auto; | |
} | |
code, | |
pre { | |
font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; | |
font-size: 12px; | |
background: #F8F8F8; | |
border-radius: 0; | |
} | |
pre code { | |
border: none; | |
padding: 10px 0; | |
display: block; | |
} | |
.float-right { | |
float: right; | |
} | |
.float-left { | |
float: left; | |
} | |
.h-clearfix:before, | |
.h-clearfix:after { | |
content: " "; | |
display: table; | |
} | |
:after { | |
clear: both; | |
} | |
input, | |
textarea, | |
select { | |
background: #FFF; | |
position: relative; | |
padding: 8px 10px; | |
border: 1px solid #ababab; | |
border-top: 1px solid #b8b8b8; | |
font-size: 14px; | |
line-height: 1.3em; | |
color: #334; | |
font-family: sans-serif; | |
border-radius: 1px; | |
-webkit-transition: border 0.2s linear; | |
transition: border 0.2s linear; | |
outline: none; | |
} | |
input:focus, | |
textarea:focus, | |
select:focus { | |
border: 1px solid #88a9e4; | |
border-top: 1px solid #9db8e9; | |
-webkit-box-shadow: inset 0 0 5px #dfe2e4; | |
box-shadow: inset 0 0 5px #dfe2e4; | |
} | |
input.form-control:focus, | |
textarea.form-control:focus, | |
select.form-control:focus { | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
textarea.monospaced { | |
font-size: 12px; | |
color: #666; | |
line-height: 1.4em; | |
background: #F8F8F8; | |
} | |
textarea.monospaced:focus { | |
border-color: #919191; | |
} | |
.button, | |
button, | |
input[type="submit"] { | |
display: inline-block; | |
padding: 8px 12px; | |
margin: 0; | |
font-size: 13px; | |
line-height: 20px; | |
font-weight: bold; | |
border-radius: 2px; | |
color: #555; | |
border: 1px solid #CCC; | |
background: #FAFAFA; | |
background-image: -webkit-linear-gradient(top, #fafafa 0%, #f0f0f0 100%); | |
background-image: linear-gradient(to bottom, #fafafa 0%, #f0f0f0 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fff0f0f0', GradientType=0); | |
} | |
.button:hover, | |
button:hover, | |
input[type="submit"]:hover, | |
.button:focus, | |
button:focus, | |
input[type="submit"]:focus, | |
.button:active, | |
button:active, | |
input[type="submit"]:active { | |
position: relative; | |
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); | |
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); | |
border-color: #9f9f9f; | |
color: #222; | |
z-index: 2; | |
} | |
.button:active, | |
button:active, | |
input[type="submit"]:active { | |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); | |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); | |
background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #fafafa 100%); | |
background-image: linear-gradient(to bottom, #f0f0f0 0%, #fafafa 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fffafafa', GradientType=0); | |
border-color: #aaa; | |
} | |
.button:disabled, | |
button:disabled, | |
input[type="submit"]:disabled { | |
border-style: dashed; | |
border-color: #ccc; | |
color: #999; | |
background: #eee; | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
} | |
.button.pair-left, | |
button.pair-left, | |
input[type="submit"].pair-left { | |
border-top-left-radius: 0; | |
border-bottom-left-radius: 0; | |
margin-left: 0; | |
} | |
.button.pair-right, | |
button.pair-right, | |
input[type="submit"].pair-right { | |
position: relative; | |
left: 1px; | |
border-top-right-radius: 0; | |
border-bottom-right-radius: 0; | |
margin-right: 0; | |
} | |
.button.color-blue, | |
button.color-blue, | |
input[type="submit"].color-blue { | |
color: #fff; | |
border: 1px solid #b9c4cc; | |
background: #3398DB; | |
background-image: -webkit-linear-gradient(top, #3398db 0%, #3292d2 100%); | |
background-image: linear-gradient(to bottom, #3398db 0%, #3292d2 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3398db', endColorstr='#ff3292d2', GradientType=0); | |
} | |
.button.color-blue:hover, | |
button.color-blue:hover, | |
input[type="submit"].color-blue:hover, | |
.button.color-blue:focus, | |
button.color-blue:focus, | |
input[type="submit"].color-blue:focus, | |
.button.color-blue:active, | |
button.color-blue:active, | |
input[type="submit"].color-blue:active { | |
border-color: #7386b3; | |
} | |
.button.color-blue:active, | |
button.color-blue:active, | |
input[type="submit"].color-blue:active { | |
-webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5); | |
box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5); | |
background-image: -webkit-linear-gradient(top, #3792d7 0%, #33a2e6 100%); | |
background-image: linear-gradient(to bottom, #3792d7 0%, #33a2e6 100%); | |
background-repeat: repeat-x; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3792d7', endColorstr='#ff33a2e6', GradientType=0); | |
border-color: #acbddf; | |
color: #f1f1f1; | |
} | |
.button.selected, | |
button.selected, | |
input[type="submit"].selected { | |
background: #eee; | |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); | |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); | |
border: 1px solid #aaa; | |
} | |
.button.small, | |
button.small, | |
input[type="submit"].small { | |
padding: 8px 12px; | |
} | |
.float-label input + label { | |
font-size: 12px; | |
font-weight: bold; | |
} | |
.float-label input[value=""] { | |
color: red; | |
} | |
.frm input { | |
margin: 5px 0; | |
} | |
.form-group { | |
display: block; | |
margin: 16px 0; | |
} | |
.form-group label { | |
display: block; | |
font-size: 12px; | |
color: #555; | |
font-weight: bold; | |
margin: 0 0 7px; | |
} | |
.form-group input, | |
.form-group select, | |
.form-group textarea { | |
width: 100%; | |
max-width: 100%; | |
} | |
.monospaced { | |
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
} | |
.lgn { | |
margin: auto; | |
max-width: 300px; | |
} | |
.lgn .lgn-symbol { | |
display: block; | |
margin: 3em auto 2em; | |
width: 120px; | |
} | |
.lgn form { | |
padding: 10px; | |
} | |
.lgn input { | |
position: relative; | |
width: 100%; | |
padding: 10px; | |
font-size: 16px; | |
margin-bottom: -3px; | |
} | |
.lgn input:focus { | |
z-index: 2; | |
} | |
.lgn input[type="submit"] { | |
margin-top: 10px; | |
} | |
.lgn .alert { | |
margin-top: 0; | |
} | |
.lgn input[type=number]::-webkit-inner-spin-button, | |
.lgn input[type=number]::-webkit-outer-spin-button { | |
-webkit-appearance: none; | |
margin: 0; | |
} | |
@media (max-width: 991px) { | |
.lgn .lgn-symbol { | |
width: auto; | |
max-width: 100%; | |
padding: 0 20%; | |
} | |
.lgn form input { | |
padding: 12px 10px; | |
} | |
} | |
.alert { | |
padding: 10px; | |
margin: 1em 0; | |
border: 1px solid; | |
border-radius: 1px; | |
font-size: 13px; | |
line-height: 1.4em; | |
background: #fafafa; | |
border-color: #c7c7c7; | |
color: #5e5e5e; | |
} | |
.alert.alert-error { | |
background: #ffeded; | |
border-color: #ff8787; | |
color: #b90000; | |
} | |
.alert.alert-warning { | |
background: #fff7e7; | |
border-color: #ffd581; | |
color: #b67a00; | |
} | |
.alert.alert-info { | |
background: #edf6ff; | |
border-color: #87c3ff; | |
color: #005cb9; | |
} | |
.alert.alert-success { | |
background: #dbffc3; | |
border-color: #9eff5d; | |
color: #338100; | |
} | |
.alert p { | |
margin: 0 0 0.5em; | |
} | |
.alert p:last-child { | |
margin: 0; | |
} | |
.ned-editor { | |
min-height: 500px; | |
width: 100%; | |
} | |
.nav-header { | |
background: #F8F8F8; | |
border-bottom: 1px solid #E4E4E4; | |
} | |
.nav-top { | |
padding-bottom: 5px; | |
margin-bottom: 5px; | |
border-bottom: 1px solid #e6e6e6; | |
} | |
.nav-top a { | |
display: inline-block; | |
font-size: 12px; | |
color: #444; | |
margin: 7px 23px 0 0; | |
padding: 7px 0; | |
text-decoration: none; | |
} | |
.nav-top a:hover { | |
text-decoration: underline; | |
} | |
.nav-top a.right { | |
float: right; | |
margin-right: 0; | |
margin-left: 23px; | |
} | |
.nav-top.text-right a { | |
margin-right: 0; | |
margin-left: 15.33333333px; | |
} | |
.nav-top.nav-model { | |
border-bottom: none; | |
margin-bottom: 0; | |
} | |
.sch-container { | |
max-width: 700px; | |
} | |
.sch-form { | |
margin: 1em 0; | |
width: 100%; | |
} | |
.sch-form .sch-logo { | |
box-sizing: border-box; | |
width: 10%; | |
height: 29px; | |
float: left; | |
margin-right: 2%; | |
position: relative; | |
top: 6px; | |
opacity: 0.8; | |
transition: 0.4s opacity ease-out; | |
text-decoration: none; | |
background: url('/img/mobius.svg') no-repeat 50%; | |
background-size: contain; | |
text-indent: -500px; | |
overflow: hidden; | |
} | |
.sch-form .sch-logo:hover { | |
opacity: 1; | |
} | |
.sch-form input { | |
box-sizing: border-box; | |
line-height: 24px; | |
width: 88%; | |
display: block; | |
margin: 0; | |
} | |
.sch-form input[type="search"] { | |
padding: 8px 10px; | |
font-size: 16px; | |
} | |
.sch-form input[type="submit"] { | |
margin-left: -2px; | |
width: 100%; | |
} | |
.sch-form .sch-search-cont { | |
max-width: 90%; | |
display: table-cell; | |
vertical-align: top; | |
} | |
.sch-form .sch-submit-cont { | |
width: 10%; | |
min-width: 76px; | |
display: table-cell; | |
vertical-align: top; | |
} | |
@media (max-width: 767px) { | |
.sch-form .sch-logo { | |
margin-right: 5%; | |
} | |
.sch-form input[type="search"] { | |
max-width: 85%; | |
} | |
} | |
.obj-list > * { | |
position: relative; | |
display: block; | |
padding: 10px; | |
margin-left: -10px; | |
border-bottom: 1px solid #eee; | |
text-align: left; | |
text-decoration: none; | |
} | |
.obj-list > *:hover .title { | |
text-decoration: underline; | |
} | |
.obj-list > * > * { | |
margin: 0; | |
} | |
.obj-list .title { | |
font-size: 14px; | |
line-height: 1.4em; | |
color: #444; | |
} | |
.obj-list .meta { | |
font-size: 12px; | |
line-height: 1.3em; | |
color: #777; | |
} | |
.obj-list .date { | |
position: absolute; | |
right: 0; | |
top: 0; | |
bottom: 0; | |
margin: auto; | |
color: #999; | |
font-size: 12px; | |
height: 1em; | |
} | |
.obj-list :hover .date { | |
color: #555; | |
} | |
@media (max-width: 767px) { | |
.obj-list { | |
padding: 0; | |
} | |
.obj-list > * { | |
margin: 0; | |
} | |
.obj-list .date { | |
position: relative; | |
display: block; | |
margin: 0.1em 0 0.4em; | |
} | |
} | |
.err-message { | |
position: fixed; | |
top: 0; | |
bottom: 0; | |
right: 0; | |
left: 0; | |
margin: auto; | |
height: 45%; | |
max-width: 600px; | |
} | |
.err-message h1 { | |
text-align: center; | |
font-weight: normal; | |
font-size: 26px; | |
color: #333; | |
} | |
.err-message h1 > span { | |
font-weight: bold; | |
font-size: 120px; | |
display: block; | |
color: #444; | |
} | |
.diff-del { | |
background: #FFA9A9; | |
} | |
.diff-add { | |
background: #D4FABB; | |
} | |
.obj-title { | |
margin-top: 0; | |
} | |
.obj-raw { | |
margin: 10px 0 20px; | |
} | |
.obj-raw .header { | |
padding: 10px; | |
background: #fff; | |
border: 1px solid #eee; | |
border-top-left-radius: 3px; | |
border-top-right-radius: 3px; | |
} | |
.obj-raw .title { | |
float: left; | |
margin: 0; | |
font-size: 14px; | |
} | |
.obj-raw .right { | |
float: right; | |
font-size: 12px; | |
color: #444; | |
} | |
.obj-raw pre { | |
margin-top: 0; | |
} | |
.obj-fmt-markdown { | |
padding: 10px 0 0; | |
font-size: 13px; | |
line-height: 1.4em; | |
color: #444; | |
} | |
.obj-fmt-markdown a { | |
color: #4183C4; | |
text-decoration: none; | |
} | |
.obj-fmt-markdown a:hover, | |
.obj-fmt-markdown a:focus { | |
text-decoration: underline; | |
} | |
.obj-fmt-markdown pre { | |
margin: 1.4em 0; | |
overflow: auto; | |
word-wrap: normal; | |
white-space: pre; | |
} | |
.obj-fmt-markdown pre code { | |
white-space: pre; | |
} | |
.obj-fmt-markdown li { | |
margin: 0.2em 0; | |
} | |
.obj-fmt-markdown h1, | |
.obj-fmt-markdown h2, | |
.obj-fmt-markdown h3, | |
.obj-fmt-markdown h4, | |
.obj-fmt-markdown h5, | |
.obj-fmt-markdown h6 { | |
color: #555; | |
margin: 1.3em 0 0.5em; | |
} | |
.obj-fmt-markdown h1:first-child, | |
.obj-fmt-markdown h2:first-child, | |
.obj-fmt-markdown h3:first-child, | |
.obj-fmt-markdown h4:first-child, | |
.obj-fmt-markdown h5:first-child, | |
.obj-fmt-markdown h6:first-child { | |
margin-top: 0; | |
} | |
.obj-fmt-markdown h1 { | |
font-size: 2.1em; | |
} | |
.obj-fmt-markdown h2 { | |
font-size: 1.8em; | |
} | |
.obj-fmt-markdown h3 { | |
font-size: 1.4em; | |
} | |
.obj-fmt-markdown h4 { | |
font-size: 1.2em; | |
} | |
.obj-fmt-markdown h5 { | |
font-size: 1.1em; | |
} | |
.obj-fmt-markdown h6 { | |
font-size: 1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment