|
|
Line 81: |
Line 81: |
| | | |
| | | |
- | html {
| |
- | height: 100%;
| |
- | }
| |
- | #overallMask {
| |
- | position: relative;
| |
- | margin: 3% auto 2em auto;
| |
- | width: 660px;
| |
- | }
| |
- | #contentWrapper {
| |
- | height: 100%;
| |
- | padding-bottom: 4em;
| |
- | min-height: 500px;
| |
- | border-top: 1px solid #bab599;
| |
- | -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px 5px;
| |
- | -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px 5px;
| |
- | box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px 5px;
| |
- | background-color: #fffbe7;
| |
- | }
| |
- | @font-face {
| |
- | font-family: Sertig;
| |
- | src: url('http://casualconnect.net/iGEM/Sertig.otf');
| |
- | }
| |
- |
| |
- | #headerWrapper {
| |
- | font-family: Sertig, Futura, Impact, sans-serif;
| |
- | -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;
| |
- | font-size: 21pt; color: #fffbe7;
| |
- | background: url("https://static.igem.org/mediawiki/2010/4/42/94acce-50.png") repeat;
| |
- | height: 100px;
| |
- | padding-top: 50px;
| |
- | }
| |
- |
| |
- | #headerWrapper img {
| |
- | margin-left: 20px;
| |
- | margin-top: -40px;
| |
- | }
| |
- |
| |
- | #textWrapper {
| |
- | width: 450px;
| |
- | text-align: justify;text
| |
- | font-family: Verdana, sans-serif;
| |
- | font-size: 9pt;
| |
- | }
| |
- |
| |
- | #textWrapper, #textWrapper * {
| |
- | margin-top: 20px;
| |
- | }
| |
- |
| |
- | #textWrapper .head {
| |
- | font-family: "Lucida Grande", Tahoma, Helvetica, Verdana, Arial, sans-serif;
| |
- | color: #a1bf29;
| |
- | line-height: 1!important;
| |
- | padding: 0; margin: 0; /* again oh boy do I screw up */
| |
- | font-weight: bold;
| |
- | font-size: 16pt;
| |
- | }
| |
| | | |
| | | |
| | | |
| </style> | | </style> |
- |
| |
- |
| |
- |
| |
| | | |
| | | |
| </html> | | </html> |