Team:Wisconsin-Madison/sponsors
From 2010.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
div { | div { | ||
background-position: inherit; | background-position: inherit; | ||
+ | } | ||
+ | #topnav { | ||
+ | position: absolute; | ||
+ | left: 477px; | ||
+ | top: 23px; | ||
+ | width: 496px; | ||
+ | height: 136px; | ||
+ | word-wrap: break-word; | ||
+ | overflow: hidden; | ||
+ | font-size: 17px; | ||
+ | margin-left: 5px; | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | #topbar { | ||
+ | display: table-cell; | ||
+ | vertical-align: middle; | ||
+ | float: right; | ||
+ | width: 158px; | ||
+ | height: 141px; | ||
+ | margin-left: 10px; | ||
+ | word-wrap: break-word; | ||
+ | text-shadow: 1px 1px 2px black; | ||
+ | filter: Shadow(Color=black, | ||
+ | Direction=135, | ||
+ | Strength=2); | ||
+ | overflow: auto; | ||
+ | } | ||
+ | #body { | ||
+ | margin: 20px; | ||
+ | position: absolute; | ||
+ | left: 4px; | ||
+ | top: 184px; | ||
+ | width: 950px; | ||
+ | height: 100%; | ||
+ | word-wrap: break-word; | ||
+ | } | ||
+ | #sidebar { | ||
+ | float: right; | ||
+ | width: 134px; | ||
+ | margin-left: 0px; | ||
+ | margin-right: 10px; | ||
+ | margin-top: 10px; | ||
+ | word-wrap: break-word; | ||
+ | height: 100%; | ||
} | } | ||
P { | P { | ||
Line 80: | Line 124: | ||
</style> | </style> | ||
</html> | </html> | ||
- |
Revision as of 05:32, 8 July 2010