2014-01-03 14:52:44 +00:00
|
|
|
|
2014-01-07 16:01:28 +00:00
|
|
|
* {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2014-01-30 21:29:42 +00:00
|
|
|
|
|
|
|
.clearfix:before, .clearfix:after {
|
|
|
|
content: " ";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2014-01-20 08:43:45 +00:00
|
|
|
div.nav {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.nav {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 750px;
|
|
|
|
height: 40px;
|
|
|
|
padding-left: 60px;
|
|
|
|
padding-top: 10px;
|
2014-01-24 10:03:01 +00:00
|
|
|
list-style-type: none;
|
2014-01-20 08:43:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.nav > li {
|
|
|
|
float: left;
|
|
|
|
margin-right: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.nav > li > a {
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 3px;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.nav > li.brand > a {
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
div.nav {
|
|
|
|
position: static;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
ul.nav {
|
|
|
|
width: 100%;
|
|
|
|
padding: 18px 27px;
|
|
|
|
}
|
|
|
|
ul.nav > li {
|
|
|
|
float: left;
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-17 10:12:11 +00:00
|
|
|
.reagent-demo {
|
2014-01-03 14:52:44 +00:00
|
|
|
background-color: #fff;
|
2014-01-20 08:43:45 +00:00
|
|
|
margin: 60px -100px;
|
|
|
|
padding: 36px 60px;
|
2014-01-03 14:52:44 +00:00
|
|
|
}
|
|
|
|
|
2014-01-17 10:12:11 +00:00
|
|
|
.reagent-demo > h1 {
|
2014-01-20 08:43:45 +00:00
|
|
|
font-size: 48px;
|
|
|
|
color: #555;
|
|
|
|
font-family: 'HelveticaNeue-Light', 'Helvetica Neue', arial;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.25em;
|
2014-02-03 09:20:05 +00:00
|
|
|
margin-top: 0.25em;
|
|
|
|
margin-bottom: 1em;
|
2014-01-07 16:01:28 +00:00
|
|
|
}
|
|
|
|
|
2014-01-20 09:46:51 +00:00
|
|
|
.reagent-demo > h1 > a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2014-01-07 16:01:28 +00:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
body {
|
|
|
|
width: auto;
|
|
|
|
margin: 0 0;
|
|
|
|
}
|
2014-01-17 10:12:11 +00:00
|
|
|
.reagent-demo {
|
2014-01-07 16:01:28 +00:00
|
|
|
margin: 0 0;
|
2014-01-20 08:43:45 +00:00
|
|
|
padding: 36px 27px;
|
2014-01-07 16:01:28 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.github-badge {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-01-09 17:04:12 +00:00
|
|
|
.demo-source {
|
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
|
|
|
.test-output-mini {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-01-07 16:01:28 +00:00
|
|
|
}
|
|
|
|
|
2014-01-07 11:45:08 +00:00
|
|
|
.test-output-mini {
|
|
|
|
text-align: right;
|
2014-01-07 16:01:28 +00:00
|
|
|
margin-right: -180px;
|
2014-01-07 11:45:08 +00:00
|
|
|
}
|
|
|
|
|
2014-01-17 10:12:11 +00:00
|
|
|
.reagent-demo h2 {
|
2014-01-22 07:40:04 +00:00
|
|
|
font-size: 20px;
|
|
|
|
line-height: 1.25em;
|
2014-01-03 14:52:44 +00:00
|
|
|
margin-top: 48px;
|
2014-01-07 11:45:08 +00:00
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
2014-01-09 13:37:11 +00:00
|
|
|
.demo-text > p, .demo-text > ul {
|
2014-01-07 11:45:08 +00:00
|
|
|
font-family: georgia, serif;
|
|
|
|
font-size: 18px;
|
2014-01-22 07:40:04 +00:00
|
|
|
line-height: 1.5em;
|
2014-01-07 11:45:08 +00:00
|
|
|
color: #444;
|
2014-01-03 14:52:44 +00:00
|
|
|
}
|
|
|
|
|
2014-02-16 07:40:52 +00:00
|
|
|
.demo-text > p > code, .demo-text > ul > li > code {
|
|
|
|
font-size: 17px;
|
|
|
|
color: #554;
|
|
|
|
background-color: #f6f6f2;
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
2014-02-03 07:31:35 +00:00
|
|
|
.demo-text > ul > li {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2014-01-03 14:52:44 +00:00
|
|
|
.demo-example {
|
|
|
|
background-color: #ebebeb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.demo-source {
|
|
|
|
background-color: #f8f8f5;
|
2014-01-06 19:58:39 +00:00
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.demo-example, .demo-source {
|
2014-01-07 11:45:08 +00:00
|
|
|
margin: 0px -22px;
|
|
|
|
padding: 22px 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.simple-demo, .simple-demo input {
|
2014-01-09 17:04:12 +00:00
|
|
|
font-size: 18px;
|
2014-01-03 14:52:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.demo-heading {
|
|
|
|
margin-top: 0;
|
|
|
|
color: #999;
|
|
|
|
font-size: 14px;
|
2014-01-07 11:45:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.demo-example-hide {
|
|
|
|
float: right;
|
|
|
|
cursor: pointer;
|
2014-01-30 21:29:42 +00:00
|
|
|
}
|
|
|
|
|
2014-02-03 09:20:05 +00:00
|
|
|
.news-read-more {
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2014-01-30 21:29:42 +00:00
|
|
|
/* Color demo */
|
|
|
|
|
|
|
|
.color-plate {
|
|
|
|
float: left;
|
|
|
|
height: 100px;
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
2014-02-03 07:31:35 +00:00
|
|
|
.color-slider > input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-01-30 21:29:42 +00:00
|
|
|
.color-samples {
|
|
|
|
clear: both;
|
|
|
|
padding-top: 0.5em;
|
2014-02-22 11:36:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Binary clock */
|
|
|
|
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-main {
|
2014-02-22 11:36:34 +00:00
|
|
|
background: #333;
|
|
|
|
color: #cdcdcd;
|
2014-02-22 16:24:22 +00:00
|
|
|
padding-top: 55px;
|
2014-02-22 11:36:34 +00:00
|
|
|
padding-left: 20px;
|
|
|
|
float: left;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 34px;
|
|
|
|
width: 620px;
|
2014-02-22 16:24:22 +00:00
|
|
|
cursor: pointer;
|
2014-02-22 11:36:34 +00:00
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-main.wide {
|
|
|
|
width: 790px;
|
2014-02-22 11:36:34 +00:00
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-cell {
|
2014-02-22 11:36:34 +00:00
|
|
|
width: 55px;
|
|
|
|
height: 55px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 20px 20px 0;
|
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-cell.dark {
|
2014-02-22 11:36:34 +00:00
|
|
|
background-color: #454545;
|
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-cell.light {
|
2014-02-22 11:36:34 +00:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-col {
|
2014-02-22 11:36:34 +00:00
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-legend > .clock-cell {
|
|
|
|
margin-top: 10px;
|
2014-02-22 11:36:34 +00:00
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-pair {
|
2014-02-22 11:36:34 +00:00
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
2014-02-22 16:24:22 +00:00
|
|
|
.clock-pair:not(:last-child) {
|
2014-02-22 11:36:34 +00:00
|
|
|
margin-right: 20px;
|
2014-02-22 16:24:22 +00:00
|
|
|
/* border-right: 1px solid #454545; */
|
2014-02-22 11:36:34 +00:00
|
|
|
}
|