Template:WashUHeader
From 2010.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
.secondary-b-4 { background-color: #FF5240 } | .secondary-b-4 { background-color: #FF5240 } | ||
.secondary-b-5 { background-color: #FF8073 } | .secondary-b-5 { background-color: #FF8073 } | ||
- | |||
- | |||
body { | body { | ||
- | margin: | + | margin:10px; padding: 2px; |
- | background: | + | background: #eee9e9; |
- | color: # | + | color: #000000; |
- | font: | + | font: 67.5% Verdana, sans-serif; |
text-align:left; | text-align:left; | ||
} | } | ||
+ | |||
h1 { | h1 { | ||
- | margin: | + | margin: 10px; |
- | font-size: | + | font-size: 100%; |
} | } | ||
+ | |||
p { | p { | ||
- | margin: | + | margin: 10px; |
} | } | ||
- | + | hr { | |
- | + | ||
- | + | ||
border:none; | border:none; | ||
- | border- | + | border-bottom:1px solid silver; |
- | + | ||
} | } | ||
- | + | ||
- | padding: | + | #content{ |
- | + | padding:10px; | |
- | + | margin:10 auto; | |
- | + | position: relative; | |
+ | top: -25px; | ||
+ | padding-left:5px; | ||
+ | padding-right:5px; | ||
+ | background-color:#ffffff; | ||
border: none; | border: none; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#footer { | #footer { | ||
padding:1em; | padding:1em; | ||
text-align:center; | text-align:center; | ||
- | font-size: | + | font-size:50%; |
} | } | ||
</style> | </style> | ||
+ | </html> |
Revision as of 19:44, 29 September 2010