Template:Biwako Nagahama/css
From 2013.igem.org
(Difference between revisions)
(44 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html><style type="text/css"> | <html><style type="text/css"> | ||
- | /*** igem official | + | /*** igem official ***/ |
+ | body { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2013/0/07/BiwakoBackground.jpeg); | ||
+ | background-attachment: fixed; | ||
+ | } | ||
#p-logo { | #p-logo { | ||
display: none; | display: none; | ||
+ | } | ||
+ | #content { | ||
+ | background-color: transparent; | ||
+ | border-left: 0; | ||
+ | border-right: 0; | ||
} | } | ||
#top-section{ | #top-section{ | ||
Line 12: | Line 21: | ||
} | } | ||
#toc { | #toc { | ||
+ | display: none; | ||
+ | } | ||
+ | #catlinks{ | ||
display: none; | display: none; | ||
} | } | ||
Line 26: | Line 38: | ||
/*** ***/ | /*** ***/ | ||
.main-contents{ | .main-contents{ | ||
- | width: | + | width: 905px; |
+ | margin: auto; | ||
+ | padding: 30px; | ||
+ | background-color: #ffffff; | ||
+ | clear: both; | ||
+ | } | ||
+ | /*** header ***/ | ||
+ | #biwako-menubar{ | ||
+ | height: 25px; | ||
+ | width: 900px; | ||
+ | margin-bottom: 10px; | ||
+ | float: right; | ||
+ | background-color: #fffeef; | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | #biwako-menubar ul{ | ||
+ | margin: 0px; | ||
+ | padding: 0px 5px 0px 5px; | ||
+ | } | ||
+ | #biwako-menubar li{ | ||
+ | list-style: none; | ||
+ | float: right; | ||
+ | margin: 2px 10px 2px 10px | ||
+ | } | ||
+ | .top-wrapper{ | ||
+ | width: 740px; | ||
+ | margin: auto; | ||
+ | |||
+ | } | ||
+ | .top-image{ | ||
+ | width: 720px; | ||
+ | height: 700px; | ||
margin: 0; | margin: 0; | ||
- | padding: | + | border: solid 10px #73bcdc; |
+ | padding: 0; | ||
+ | float: left; | ||
background-color: #ffffff; | background-color: #ffffff; | ||
+ | } | ||
+ | .top-sentence{ | ||
+ | width: 712px; | ||
+ | margin: 0; | ||
+ | border: solid 10px #73bcdc; | ||
+ | padding: 4px; | ||
+ | float: left; | ||
+ | background-color: #73bcdc; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .sentence{ | ||
+ | width: 712px; | ||
+ | margin: 0; | ||
+ | border: solid 10px #73bcdc; | ||
+ | padding: 4px; | ||
+ | float: left; | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | .spacer{ | ||
+ | margin: 0; | ||
+ | clear: both; | ||
} | } | ||
</style></html> | </style></html> |
Latest revision as of 11:40, 27 September 2013