123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- @font-face {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 400;
- src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(//themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
- }
- body, html { margin: 0; padding: 0; height: 100%; }
- section, article { display: block; padding: 0; }
- body {
- background: #f8f8f8;
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
- line-height: 1.5;
- }
- p { margin-top: 0; }
- h2, h3, h1 {
- font-weight: normal;
- margin-bottom: .7em;
- }
- h1 { font-size: 140%; }
- h2 { font-size: 120%; }
- h3 { font-size: 110%; }
- article > h2:first-child, section:first-child > h2 { margin-top: 0; }
- #nav h1 {
- margin-right: 12px;
- margin-top: 0;
- margin-bottom: 2px;
- color: #d30707;
- letter-spacing: .5px;
- }
- a, a:visited, a:link, .quasilink {
- color: #A21313;
- }
- em {
- padding-right: 2px;
- }
- .quasilink {
- cursor: pointer;
- }
- article {
- max-width: 700px;
- margin: 0 0 0 160px;
- border-left: 2px solid #E30808;
- border-right: 1px solid #ddd;
- padding: 30px 50px 100px 50px;
- background: white;
- z-index: 2;
- position: relative;
- min-height: 100%;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- }
- #nav {
- position: fixed;
- padding-top: 30px;
- max-height: 100%;
- box-sizing: -moz-border-box;
- box-sizing: border-box;
- overflow-y: auto;
- left: 0; right: none;
- width: 160px;
- text-align: right;
- z-index: 1;
- }
- @media screen and (min-width: 1000px) {
- article {
- margin: 0 auto;
- }
- #nav {
- right: 50%;
- width: auto;
- border-right: 349px solid transparent;
- }
- }
- #nav ul {
- display: block;
- margin: 0; padding: 0;
- margin-bottom: 32px;
- }
- #nav a {
- text-decoration: none;
- }
- #nav li {
- display: block;
- margin-bottom: 4px;
- }
- #nav li ul {
- font-size: 80%;
- margin-bottom: 0;
- display: none;
- }
- #nav li.active ul {
- display: block;
- }
- #nav li li a {
- padding-right: 20px;
- display: inline-block;
- }
- #nav ul a {
- color: black;
- padding: 0 7px 1px 11px;
- }
- #nav ul a.active, #nav ul a:hover {
- border-bottom: 1px solid #E30808;
- margin-bottom: -1px;
- color: #E30808;
- }
- #logo {
- border: 0;
- margin-right: 12px;
- margin-bottom: 25px;
- }
- section {
- border-top: 1px solid #E30808;
- margin: 1.5em 0;
- }
- section.first {
- border: none;
- margin-top: 0;
- }
- #demo {
- position: relative;
- }
- #demolist {
- position: absolute;
- right: 5px;
- top: 5px;
- z-index: 25;
- }
- .yinyang {
- position: absolute;
- top: -10px;
- left: 0; right: 0;
- margin: auto;
- display: block;
- height: 120px;
- }
- .actions {
- margin: 1em 0 0;
- min-height: 100px;
- position: relative;
- }
- .actionspicture {
- pointer-events: none;
- position: absolute;
- height: 100px;
- top: 0; left: 0; right: 0;
- }
- .actionlink {
- pointer-events: auto;
- font-family: arial;
- font-size: 80%;
- font-weight: bold;
- position: absolute;
- top: 0; bottom: 0;
- line-height: 1;
- height: 1em;
- margin: auto;
- }
- .actionlink.download {
- color: white;
- right: 50%;
- margin-right: 13px;
- text-shadow: -1px 1px 3px #b00, -1px -1px 3px #b00, 1px 0px 3px #b00;
- }
- .actionlink.fund {
- color: #b00;
- left: 50%;
- margin-left: 15px;
- }
- .actionlink:hover {
- text-decoration: underline;
- }
- .actionlink a {
- color: inherit;
- }
- .actionsleft {
- float: left;
- }
- .actionsright {
- float: right;
- text-align: right;
- }
- @media screen and (max-width: 800px) {
- .actions {
- padding-top: 120px;
- }
- .actionsleft, .actionsright {
- float: none;
- text-align: left;
- margin-bottom: 1em;
- }
- }
- th {
- text-decoration: underline;
- font-weight: normal;
- text-align: left;
- }
- #features ul {
- list-style: none;
- margin: 0 0 1em;
- padding: 0 0 0 1.2em;
- }
- #features li:before {
- content: "-";
- width: 1em;
- display: inline-block;
- padding: 0;
- margin: 0;
- margin-left: -1em;
- }
- .rel {
- margin-bottom: 0;
- }
- .rel-note {
- margin-top: 0;
- color: #555;
- }
- pre {
- padding-left: 15px;
- border-left: 2px solid #ddd;
- }
- code {
- padding: 0 2px;
- }
- strong {
- text-decoration: underline;
- font-weight: normal;
- }
- .field {
- border: 1px solid #A21313;
- }
|