123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- @import 'foundation-icons';
- @import 'colors/skins';
- @import 'colors/links';
- @font-face {
- font-family: 'OpenSans Light';
- src: font-url('OpenSans-Light.woff') format('woff');
- }
- @font-face {
- font-family: 'OpenSans Italic';
- src: font-url('OpenSans-Italic.woff') format('woff');
- }
- @font-face {
- font-family: 'OpenSans Regular';
- src: font-url('OpenSans-Regular.woff') format('woff');
- }
- @font-face {
- font-family: 'OpenSans Bold';
- src: font-url('OpenSans-Bold.woff') format('woff');
- }
- @font-face {
- font-family: 'Raleway Thin';
- src: font-url('raleway_thin.woff') format('woff');
- }
- body {
- background-color: $white;
- color: $black;
- font-family: 'OpenSans Regular';
- font-size: 13px;
- line-height: 18px;
- h1 {
- font-family: 'OpenSans Bold';
- }
- h2, h3, h4 {
- font-family: 'Raleway Thin';
- }
- }
- .top-bar-section ul li > a {
- font-family: "OpenSans Regular";
- }
- p, ol, ul, td {
- font-family: 'OpenSans Regular';
- font-size: 13px;
- line-height: 18px;
- }
- pre {
- background-color: $silver;
- padding: 10px;
- font-size: 11px;
- }
- div {
- &.field, &.actions {
- margin-bottom: 10px;
- }
- }
- textarea {
- height: auto;
- }
- #notice {
- color: green;
- }
- .field_with_errors {
- padding: 2px;
- background-color: red;
- display: table;
- }
- #error_explanation {
- width: 450px;
- border: 2px solid red;
- padding: 7px;
- padding-bottom: 0;
- margin-bottom: 20px;
- background-color: $silver;
- h2 {
- text-align: left;
- font-family: "OpenSans Light";
- font-weight: bold;
- padding: 5px 5px 5px 15px;
- font-size: 12px;
- margin: -7px;
- margin-bottom: 0px;
- background-color: #c00;
- color: #fff;
- }
- ul li {
- font-size: 12px;
- list-style: square;
- }
- }
- .orbit-container .orbit-slides-container img {
- width: 100%;
- }
- .deck-container {
- height: 400px;
- overflow: hidden;
- }
- .slide {
- overflow: auto;
- }
|