Template:Team:HokkaidoU Japan/stylesheets/global.css
From 2012.igem.org
(Difference between revisions)
(76 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
html { | html { | ||
overflow-y: scroll; | overflow-y: scroll; | ||
- | |||
- | |||
- | |||
} | } | ||
body { | body { | ||
- | background: | + | background: #ffffff; |
- | + | text-align: justify; | |
- | + | font-family: 'Arial'; | |
- | + | font-size: 11px !important; | |
- | + | ||
- | + | ||
} | } | ||
- | + | ||
- | + | a, | |
- | + | a:visited, | |
- | + | a:hover, | |
- | + | a:active { | |
+ | color: #cccccc; | ||
+ | text-decoration: underline; | ||
} | } | ||
- | # | + | #bodyContent h2, |
- | + | #bodyContent h3, | |
- | + | #bodyContent h4, | |
- | + | #bodyContent h5, | |
- | + | #bodyContent h6 { | |
+ | font-family: 'Headland One' serif; | ||
+ | font-weight: bold; | ||
+ | border: none; | ||
+ | text-shadow: 1px 1px 1px #555555; | ||
+ | text-decoration: none; | ||
+ | color: #ffffff; | ||
+ | padding: 0; | ||
} | } | ||
- | # | + | #bodyContent h2 { |
- | + | font-size: 28px; | |
+ | margin: 10px 25px 25px 25px; | ||
} | } | ||
- | # | + | #bodyContent h3 { |
- | + | font-size: 18px; | |
- | + | margin: 10px 25px 15px 25px; | |
} | } | ||
- | # | + | #bodyContent h4 { |
- | + | font-size: 16px; | |
- | + | margin: 10px 0; | |
- | font- | + | |
- | + | ||
} | } | ||
- | + | table { | |
- | + | padding: 7px 7px 7px 0; | |
+ | border-radius: 1em; | ||
+ | background: rgba(255, 255, 255, 0.7); | ||
} | } | ||
- | + | table a, | |
- | color: # | + | table a:visited, |
- | + | table a:active, | |
+ | table a:hover { | ||
+ | color: #666666; | ||
} | } | ||
- | + | th, td { | |
- | + | text-align: right; | |
} | } | ||
- | + | .hokkaidou-calendar-div { | |
- | + | margin: 0 6px 15px 6px; | |
- | margin: 0 | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
float: left; | float: left; | ||
- | |||
- | |||
} | } | ||
- | + | table.hokkaidou-calendar th { | |
- | + | width: 25px; | |
+ | font-size: 10px; | ||
} | } | ||
- | + | .hokkaidou-notebook-daily .hokkaidou-section { | |
display: none; | display: none; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | + | .hokkaidou-notebook-daily h3:before { | |
- | + | content: " " | |
- | display: block; | + | display: inline-block; |
position: absolute; | position: absolute; | ||
- | top: | + | top: 13px; right: 12px; |
- | width: | + | width: 0; |
- | height: | + | height: 0; |
- | + | margin-right: 5px; | |
- | + | vertical-align: 0; | |
+ | border-top: 5px solid transparent; | ||
+ | border-left: 5px solid #ffffff; | ||
+ | border-bottom: 5px solid transparent; | ||
} | } | ||
- | #hokkaidou- | + | #hokkaidou-wrapper-bg { |
- | + | min-width: 980px; | |
- | + | background: #058da1; | |
- | + | background: linear-gradient(top, #058da1, #86c8d2); | |
- | + | background: -ms-linear-gradient(top, #058da1, #86c8d2); | |
- | + | background: -o-linear-gradient(top, #058da1, #86c8d2); | |
- | + | background: -webkit-gradient(linear, left top, left bottom, from(#058da1), to(#86c8d2)); | |
- | + | background: -moz-linear-gradient(top, #058da1, #86c8d2); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
- | + | background-position: 0 -30px; | |
- | + | min-height: 380px; | |
- | + | ||
- | + | ||
- | background-position: 0 - | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 144: | Line 112: | ||
position: relative; | position: relative; | ||
margin: 0 auto; | margin: 0 auto; | ||
+ | padding-top: 30px; | ||
} | } | ||
#hokkaidou-contents { | #hokkaidou-contents { | ||
- | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#hokkaidou-contents .hokkaidou-section { | #hokkaidou-contents .hokkaidou-section { | ||
- | + | padding: 25px 25px; | |
- | + | ||
- | padding: | + | |
background: rgba(0, 25, 105, 0.35); | background: rgba(0, 25, 105, 0.35); | ||
border-radius: 1em; | border-radius: 1em; | ||
- | margin-bottom: | + | margin-bottom: 45px; |
- | border: 1px solid # | + | border: 1px solid #339999; |
} | } | ||
Line 271: | Line 132: | ||
min-width: 200px; | min-width: 200px; | ||
float: left; | float: left; | ||
+ | margin: -25px 0; | ||
} | } | ||
#hokkaidou-contents .hokkaidou-index-article { | #hokkaidou-contents .hokkaidou-index-article { | ||
- | margin: | + | margin: 0; |
width: 500px; | width: 500px; | ||
text-align: justyfy; | text-align: justyfy; | ||
Line 282: | Line 144: | ||
#hokkaidou-column-main { | #hokkaidou-column-main { | ||
- | width: | + | width: 725px; |
color: #ffffff; | color: #ffffff; | ||
+ | float: right; | ||
} | } | ||
+ | |||
+ | #hokkaidou-bg-joint-wrapper { | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | #hokkaidou-bg-joint { | ||
+ | position: absolute; | ||
+ | top: -37px; | ||
+ | height: 30px; | ||
+ | width: 100%; | ||
+ | background: #ffffff; | ||
+ | background: linear-gradient(top, #86c8d2, #ffffff); | ||
+ | background: -ms-linear-gradient(top, #86c8d2, #ffffff); | ||
+ | background: -o-linear-gradient(top, #86c8d2, #ffffff); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, from(#86c8d2), to(#ffffff)); | ||
+ | background: -moz-linear-gradient(top, #86c8d2, #ffffff); | ||
+ | z-index: -1; | ||
+ | } | ||
+ | |||
+ | #hokkaidou-footer { | ||
+ | width: 965px; | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | #hokkaidou-footer .hokkaidou-sponsors-row { | ||
+ | position: relative; | ||
+ | margin: 10px 0; | ||
+ | height: 46px; | ||
+ | } | ||
+ | |||
+ | #hokkaidou-footer .hokkaidou-sponsors-row img { position: absolute; top: 0; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-cosmo { left: 30px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-idt { left: 285px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-mbl { left: 502px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-primary { left: 670px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-econixe { right: 30px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-hokuto { left: 30px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-amino { left: 265px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-toyobo { left: 465px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-mendel { left: 625px; } | ||
+ | #hokkaidou-footer .hokkaidou-sponsors-row #hokkaidou-sponsor-univ { right: 25px; } | ||
#footer-box { | #footer-box { | ||
- | margin-top: | + | margin-top: 20px; |
- | + | } | |
- | + | ||
+ | #footer-box a { | ||
+ | color: #999999; | ||
} | } | ||
</style></html> | </style></html> |
Latest revision as of 02:21, 27 September 2012