mirror of
https://github.com/danog/inline-critical.git
synced 2024-11-27 12:34:50 +01:00
290 lines
4.1 KiB
CSS
290 lines
4.1 KiB
CSS
body {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
|
|
.header{
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
|
|
.header {
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
|
|
.header h3 {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
line-height: 40px;
|
|
padding-bottom: 19px;
|
|
}
|
|
|
|
|
|
.jumbotron {
|
|
text-align: center;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.jumbotron .btn {
|
|
font-size: 21px;
|
|
padding: 14px 24px;
|
|
}
|
|
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.container {
|
|
max-width: 730px;
|
|
}
|
|
|
|
|
|
.header{
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
|
|
.header {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
|
|
.jumbotron {
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
}
|
|
a {
|
|
background: transparent;
|
|
}
|
|
h1 {
|
|
margin: .67em 0;
|
|
font-size: 2em;
|
|
}
|
|
@media print {
|
|
* {
|
|
color: #000 !important;
|
|
text-shadow: none !important;
|
|
background: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
a{
|
|
text-decoration: underline;
|
|
}
|
|
a[href]:after {
|
|
content: " (" attr(href) ")";
|
|
}
|
|
a[href^="#"]:after {
|
|
content: "";
|
|
}
|
|
p,
|
|
h3 {
|
|
orphans: 3;
|
|
widows: 3;
|
|
}
|
|
h3 {
|
|
page-break-after: avoid;
|
|
}
|
|
}
|
|
* {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
*:before,
|
|
*:after {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
html {
|
|
font-size: 62.5%;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
body {
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #333;
|
|
background-color: #fff;
|
|
}
|
|
a {
|
|
color: #428bca;
|
|
text-decoration: none;
|
|
}
|
|
h1,
|
|
h3{
|
|
font-family: inherit;
|
|
font-weight: 500;
|
|
line-height: 1.1;
|
|
color: inherit;
|
|
}
|
|
h1,
|
|
h3{
|
|
margin-top: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
h1{
|
|
font-size: 36px;
|
|
}
|
|
h3{
|
|
font-size: 24px;
|
|
}
|
|
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;
|
|
}
|
|
}
|
|
.text-muted {
|
|
color: #999;
|
|
}
|
|
ul{
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
}
|
|
.container {
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.container {
|
|
width: 750px;
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
.container {
|
|
width: 970px;
|
|
}
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.container {
|
|
width: 1170px;
|
|
}
|
|
}
|
|
.btn {
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
}
|
|
.btn-success {
|
|
color: #fff;
|
|
background-color: #5cb85c;
|
|
border-color: #4cae4c;
|
|
}
|
|
.btn-lg{
|
|
padding: 10px 16px;
|
|
font-size: 18px;
|
|
line-height: 1.33;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.nav {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
list-style: none;
|
|
}
|
|
.nav > li {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.nav > li > a {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 15px;
|
|
}
|
|
.nav-pills > li {
|
|
float: left;
|
|
}
|
|
.nav-pills > li > a {
|
|
border-radius: 4px;
|
|
}
|
|
.nav-pills > li + li {
|
|
margin-left: 2px;
|
|
}
|
|
.nav-pills > li.active > a{
|
|
color: #fff;
|
|
background-color: #428bca;
|
|
}
|
|
.jumbotron {
|
|
padding: 30px;
|
|
margin-bottom: 30px;
|
|
color: inherit;
|
|
background-color: #eee;
|
|
}
|
|
.jumbotron h1{
|
|
color: inherit;
|
|
}
|
|
.jumbotron p {
|
|
margin-bottom: 15px;
|
|
font-size: 21px;
|
|
font-weight: 200;
|
|
}
|
|
.container .jumbotron {
|
|
border-radius: 6px;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
.jumbotron {
|
|
padding-top: 48px;
|
|
padding-bottom: 48px;
|
|
}
|
|
.container .jumbotron {
|
|
padding-right: 60px;
|
|
padding-left: 60px;
|
|
}
|
|
.jumbotron h1{
|
|
font-size: 63px;
|
|
}
|
|
}
|
|
.container:before,
|
|
.container:after,
|
|
.nav:before,
|
|
.nav:after{
|
|
display: table;
|
|
content: " ";
|
|
}
|
|
.container:after,
|
|
.nav:after{
|
|
clear: both;
|
|
}
|
|
.pull-right {
|
|
float: right !important;
|
|
} |