mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 07:11:47 +08:00
Remove old css files
This commit is contained in:
parent
8f2da537e8
commit
5d2243e2cc
949
public/css/app.css
vendored
949
public/css/app.css
vendored
|
@ -1,949 +0,0 @@
|
|||
/* http://meyerweb.com/eric/tools/css/reset/
|
||||
v2.0 | 20110126
|
||||
License: none (public domain)
|
||||
*/
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline; }
|
||||
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
||||
display: block; }
|
||||
|
||||
body {
|
||||
line-height: 1; }
|
||||
|
||||
ol, ul {
|
||||
list-style: none; }
|
||||
|
||||
blockquote, q {
|
||||
quotes: none; }
|
||||
|
||||
blockquote:before, blockquote:after {
|
||||
content: '';
|
||||
content: none; }
|
||||
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none; }
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0; }
|
||||
|
||||
* {
|
||||
box-sizing: border-box; }
|
||||
|
||||
html {
|
||||
background-color: #FFF; }
|
||||
|
||||
body {
|
||||
font-family: "Roboto", Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.4em;
|
||||
color: #444;
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
|
||||
/*
|
||||
* Header Styles
|
||||
*/
|
||||
h1 {
|
||||
font-size: 5.625em;
|
||||
line-height: 1.22222222em;
|
||||
margin-top: 0.48888889em;
|
||||
margin-bottom: 0.24444444em; }
|
||||
|
||||
h2 {
|
||||
font-size: 3.1875em;
|
||||
line-height: 1.294117647em;
|
||||
margin-top: 0.8627451em;
|
||||
margin-bottom: 0.43137255em; }
|
||||
|
||||
h3 {
|
||||
font-size: 1.75em;
|
||||
line-height: 1.571428572em;
|
||||
margin-top: 0.78571429em;
|
||||
margin-bottom: 0.43137255em; }
|
||||
|
||||
h4 {
|
||||
font-size: 1em;
|
||||
line-height: 1.375em;
|
||||
margin-top: 1.375em;
|
||||
margin-bottom: 1.375em; }
|
||||
|
||||
h1 .subheader, h2 .subheader, h3 .subheader, h4 .subheader {
|
||||
display: block;
|
||||
font-size: 0.5em;
|
||||
line-height: 1em;
|
||||
color: #6d6d6d; }
|
||||
|
||||
/*
|
||||
* Link styling
|
||||
*/
|
||||
a {
|
||||
color: #1c77c1;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
transition: color ease-in-out 80ms; }
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #0f4068; }
|
||||
|
||||
/*
|
||||
* Other HTML Text Elements
|
||||
*/
|
||||
p, ul, ol, pre, table, blockquote {
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 1.375em; }
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
background: #e3e0e0;
|
||||
margin-bottom: 24px; }
|
||||
hr.faded {
|
||||
background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF); }
|
||||
hr.margin-top {
|
||||
margin-top: 24px; }
|
||||
|
||||
strong, b, .bold, .strong {
|
||||
font-weight: bold; }
|
||||
strong > strong, strong > b, strong > .bold, strong > .strong, b > strong, b > b, b > .bold, b > .strong, .bold > strong, .bold > b, .bold > .bold, .bold > .strong, .strong > strong, .strong > b, .strong > .bold, .strong > .strong {
|
||||
font-weight: bolder; }
|
||||
|
||||
em, i, .italic {
|
||||
font-style: italic; }
|
||||
|
||||
small, p.small, span.small, .text-small {
|
||||
font-size: 0.8em;
|
||||
color: #777777; }
|
||||
|
||||
sup, .superscript {
|
||||
vertical-align: super;
|
||||
font-size: 0.8em; }
|
||||
|
||||
pre {
|
||||
font-family: monospace;
|
||||
white-space: pre; }
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
position: relative;
|
||||
border-left: 4px solid #1c77c1;
|
||||
background-color: #F8F8F8;
|
||||
padding: 12px 16px 12px 32px; }
|
||||
blockquote:before {
|
||||
content: "\201C";
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
left: 12px;
|
||||
color: #777777; }
|
||||
|
||||
.code-base, code, span.code {
|
||||
background-color: #F8F8F8;
|
||||
font-family: monospace;
|
||||
font-size: 0.88em;
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 3px; }
|
||||
|
||||
code {
|
||||
display: block;
|
||||
white-space: pre;
|
||||
line-height: 1.2em;
|
||||
margin-bottom: 1.2em; }
|
||||
|
||||
span.code {
|
||||
padding: 1px 6px; }
|
||||
|
||||
/*
|
||||
* Text colors
|
||||
*/
|
||||
p.pos, p .pos, span.pos, .text-pos {
|
||||
color: #409945; }
|
||||
|
||||
p.neg, p .neg, span.neg, .text-neg {
|
||||
color: #D35252; }
|
||||
|
||||
p.muted, p .muted, span.muted, .text-muted {
|
||||
color: #868686; }
|
||||
|
||||
p.primary, p .primary, span.primary, .text-primary {
|
||||
color: #1c77c1; }
|
||||
|
||||
p.secondary, p .secondary, span.secondary, .text-secondary {
|
||||
color: #e27b41; }
|
||||
|
||||
/*
|
||||
* Generic text styling classes
|
||||
*/
|
||||
.underlined {
|
||||
text-decoration: underline; }
|
||||
|
||||
.text-center {
|
||||
text-align: center; }
|
||||
|
||||
.text-left {
|
||||
text-align: left; }
|
||||
|
||||
.text-right {
|
||||
text-align: right; }
|
||||
|
||||
/** Rules for all columns */
|
||||
div[class^="col-"] img {
|
||||
max-width: 100%; }
|
||||
|
||||
.container {
|
||||
max-width: 1100px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px; }
|
||||
.container.fluid {
|
||||
max-width: 100%; }
|
||||
|
||||
.row {
|
||||
margin-left: -16px;
|
||||
margin-right: -16px; }
|
||||
|
||||
.float {
|
||||
float: left; }
|
||||
.float.right {
|
||||
float: right; }
|
||||
|
||||
.block {
|
||||
display: block; }
|
||||
|
||||
.inline {
|
||||
display: inline; }
|
||||
|
||||
.block.inline {
|
||||
display: inline-block; }
|
||||
|
||||
.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: 16px;
|
||||
padding-right: 16px; }
|
||||
|
||||
.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: auto; }
|
||||
|
||||
.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: auto; }
|
||||
|
||||
.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: auto; }
|
||||
.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: auto; }
|
||||
.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: auto; }
|
||||
.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: auto; }
|
||||
.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: auto; }
|
||||
.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: auto; }
|
||||
.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%; } }
|
||||
|
||||
.clearfix:before,
|
||||
.clearfix:after,
|
||||
.container:before,
|
||||
.container:after,
|
||||
.container-fluid:before,
|
||||
.container-fluid:after,
|
||||
.row:before,
|
||||
.row:after {
|
||||
content: " ";
|
||||
display: table; }
|
||||
|
||||
.clearfix:after,
|
||||
.container:after,
|
||||
.container-fluid:after,
|
||||
.row:after {
|
||||
clear: both; }
|
||||
|
||||
.center-block {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
|
||||
/*
|
||||
* This file container all block styling including background shading,
|
||||
* margins, paddings & borders.
|
||||
*/
|
||||
/*
|
||||
* Background Shading
|
||||
*/
|
||||
.shaded {
|
||||
background-color: #f1f1f1; }
|
||||
.shaded.pos {
|
||||
background-color: #c0e5c2; }
|
||||
.shaded.neg {
|
||||
background-color: #e8a3a3; }
|
||||
.shaded.primary {
|
||||
background-color: #b5d8f4; }
|
||||
.shaded.secondary {
|
||||
background-color: #f6d7c6; }
|
||||
|
||||
/*
|
||||
* Bordering
|
||||
*/
|
||||
.bordered {
|
||||
border: 1px solid #BBB; }
|
||||
.bordered.pos {
|
||||
border-color: #409945; }
|
||||
.bordered.neg {
|
||||
border-color: #D35252; }
|
||||
.bordered.primary {
|
||||
border-color: #1c77c1; }
|
||||
.bordered.secondary {
|
||||
border-color: #e27b41; }
|
||||
.bordered.thick {
|
||||
border-width: 2px; }
|
||||
|
||||
.rounded {
|
||||
border-radius: 3px; }
|
||||
|
||||
/*
|
||||
* Padding
|
||||
*/
|
||||
.nopadding {
|
||||
padding: 0; }
|
||||
|
||||
.padded {
|
||||
padding: 24px; }
|
||||
.padded.large {
|
||||
padding: 32px; }
|
||||
|
||||
.padded-vertical, .padded-top {
|
||||
padding-top: 16px; }
|
||||
.padded-vertical.large, .padded-top.large {
|
||||
padding-top: 32px; }
|
||||
|
||||
.padded-vertical, .padded-bottom {
|
||||
padding-bottom: 16px; }
|
||||
.padded-vertical.large, .padded-bottom.large {
|
||||
padding-bottom: 32px; }
|
||||
|
||||
.padded-horizontal, .padded-left {
|
||||
padding-left: 16px; }
|
||||
.padded-horizontal.large, .padded-left.large {
|
||||
padding-left: 32px; }
|
||||
|
||||
.padded-horizontal, .padded-right {
|
||||
padding-right: 16px; }
|
||||
.padded-horizontal.large, .padded-right.large {
|
||||
padding-right: 32px; }
|
||||
|
||||
/*
|
||||
* Margins
|
||||
*/
|
||||
.margins {
|
||||
margin: 24px; }
|
||||
.margins.large {
|
||||
margin: 32px; }
|
||||
|
||||
.margins-vertical, .margin-top {
|
||||
margin-top: 16px; }
|
||||
.margins-vertical.large, .margin-top.large {
|
||||
margin-top: 32px; }
|
||||
|
||||
.margins-vertical, .margin-bottom {
|
||||
margin-bottom: 16px; }
|
||||
.margins-vertical.large, .margin-bottom.large {
|
||||
margin-bottom: 32px; }
|
||||
|
||||
.margins-horizontal, .margin-left {
|
||||
margin-left: 16px; }
|
||||
.margins-horizontal.large, .margin-left.large {
|
||||
margin-left: 32px; }
|
||||
|
||||
.margins-horizontal, .margin-right {
|
||||
margin-right: 16px; }
|
||||
.margins-horizontal.large, .margin-right.large {
|
||||
margin-right: 32px; }
|
||||
|
||||
.button-base, .button, button[type="button"], input[type="button"], input[type="submit"] {
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
line-height: 1.4em;
|
||||
padding: 6px 16px;
|
||||
margin: 6px 6px 6px 0;
|
||||
display: inline-block;
|
||||
border: none;
|
||||
outline: 0;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
transition: all ease-in-out 80ms;
|
||||
box-shadow: 0 0 0 0 #000;
|
||||
background-color: #1c77c1;
|
||||
color: #EEE; }
|
||||
.button-base:hover, .button:hover, button[type="button"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
|
||||
background-color: #268ce0;
|
||||
box-shadow: 0 1px 3px 1px rgba(76, 76, 76, 0.26);
|
||||
text-decoration: none;
|
||||
color: #EEE; }
|
||||
.button-base:active, .button:active, button[type="button"]:active, input[type="button"]:active, input[type="submit"]:active {
|
||||
background-color: #17619d; }
|
||||
|
||||
.button.pos, button[type="button"].pos, input[type="button"].pos, input[type="submit"].pos {
|
||||
background-color: #409945;
|
||||
color: #EEE; }
|
||||
.button.pos:hover, button[type="button"].pos:hover, input[type="button"].pos:hover, input[type="submit"].pos:hover {
|
||||
background-color: #4db553;
|
||||
box-shadow: 0 1px 3px 1px rgba(76, 76, 76, 0.26);
|
||||
text-decoration: none;
|
||||
color: #EEE; }
|
||||
.button.pos:active, button[type="button"].pos:active, input[type="button"].pos:active, input[type="submit"].pos:active {
|
||||
background-color: #347c38; }
|
||||
|
||||
.button.neg, button[type="button"].neg, input[type="button"].neg, input[type="submit"].neg {
|
||||
background-color: #D35252;
|
||||
color: #EEE; }
|
||||
.button.neg:hover, button[type="button"].neg:hover, input[type="button"].neg:hover, input[type="submit"].neg:hover {
|
||||
background-color: #db7373;
|
||||
box-shadow: 0 1px 3px 1px rgba(76, 76, 76, 0.26);
|
||||
text-decoration: none;
|
||||
color: #EEE; }
|
||||
.button.neg:active, button[type="button"].neg:active, input[type="button"].neg:active, input[type="submit"].neg:active {
|
||||
background-color: #c93333; }
|
||||
|
||||
.button.secondary, button[type="button"].secondary, input[type="button"].secondary, input[type="submit"].secondary {
|
||||
background-color: #e27b41;
|
||||
color: #EEE; }
|
||||
.button.secondary:hover, button[type="button"].secondary:hover, input[type="button"].secondary:hover, input[type="submit"].secondary:hover {
|
||||
background-color: #e79464;
|
||||
box-shadow: 0 1px 3px 1px rgba(76, 76, 76, 0.26);
|
||||
text-decoration: none;
|
||||
color: #EEE; }
|
||||
.button.secondary:active, button[type="button"].secondary:active, input[type="button"].secondary:active, input[type="submit"].secondary:active {
|
||||
background-color: #d96321; }
|
||||
|
||||
.button-group:after {
|
||||
display: block;
|
||||
content: '';
|
||||
font-size: 0;
|
||||
clear: both;
|
||||
position: relative; }
|
||||
|
||||
.button-group .button, .button-group button[type="button"] {
|
||||
margin: 6px 0 6px 0;
|
||||
float: left;
|
||||
border-radius: 0; }
|
||||
.button-group .button:first-child, .button-group button[type="button"]:first-child {
|
||||
border-radius: 3px 0 0 3px; }
|
||||
.button-group .button:last-child, .button-group button[type="button"]:last-child {
|
||||
border-radius: 0 3px 3px 0; }
|
||||
|
||||
.input-base, input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
|
||||
background-color: #FFF;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #BBB;
|
||||
border-top: 1px solid #AAA;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
font-family: "Roboto", Helvetica, Arial, sans-serif;
|
||||
padding: 6px;
|
||||
color: #222;
|
||||
width: 250px;
|
||||
max-width: 100%;
|
||||
-webkit-appearance: none; }
|
||||
.input-base.neg, input.neg[type="text"], input.neg[type="number"], input.neg[type="email"], input.neg[type="search"], input.neg[type="url"], input.neg[type="password"], select.neg, textarea.neg, .input-base.invalid, input.invalid[type="text"], input.invalid[type="number"], input.invalid[type="email"], input.invalid[type="search"], input.invalid[type="url"], input.invalid[type="password"], select.invalid, textarea.invalid {
|
||||
border: 1px solid #D35252; }
|
||||
.input-base.pos, input.pos[type="text"], input.pos[type="number"], input.pos[type="email"], input.pos[type="search"], input.pos[type="url"], input.pos[type="password"], select.pos, textarea.pos, .input-base.valid, input.valid[type="text"], input.valid[type="number"], input.valid[type="email"], input.valid[type="search"], input.valid[type="url"], input.valid[type="password"], select.valid, textarea.valid {
|
||||
border: 1px solid #409945; }
|
||||
.input-base.disabled, input.disabled[type="text"], input.disabled[type="number"], input.disabled[type="email"], input.disabled[type="search"], input.disabled[type="url"], input.disabled[type="password"], select.disabled, textarea.disabled, .input-base[disabled], input[disabled][type="text"], input[disabled][type="number"], input[disabled][type="email"], input[disabled][type="search"], input[disabled][type="url"], input[disabled][type="password"], select[disabled], textarea[disabled] {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==); }
|
||||
|
||||
label {
|
||||
display: block;
|
||||
line-height: 1.4em;
|
||||
font-size: 0.9em;
|
||||
font-weight: 500;
|
||||
color: #333; }
|
||||
|
||||
label.radio, label.checkbox {
|
||||
font-weight: 400; }
|
||||
label.radio input[type="radio"], label.radio input[type="checkbox"], label.checkbox input[type="radio"], label.checkbox input[type="checkbox"] {
|
||||
margin-right: 6px; }
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 12px; }
|
||||
|
||||
header hr {
|
||||
margin-top: 0; }
|
||||
|
||||
header .menu {
|
||||
margin-bottom: 0;
|
||||
list-style: none; }
|
||||
header .menu li {
|
||||
display: inline-block;
|
||||
margin-left: 16px; }
|
||||
|
||||
.page-title input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-size: 1.4em; }
|
||||
|
||||
/*# sourceMappingURL=app.css.map */
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user