Template:UT-Tokyo CSS3
From 2010.igem.org
(Difference between revisions)
(59 intermediate revisions not shown) | |||
Line 66: | Line 66: | ||
behavior: url(http://igem-ut.net/wiki2/js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ | behavior: url(http://igem-ut.net/wiki2/js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */ | ||
} | } | ||
- | + | ||
.top_radius { | .top_radius { | ||
-moz-border-radius-topright:10px; | -moz-border-radius-topright:10px; | ||
Line 90: | Line 90: | ||
/* MAIN MENU */ | /* MAIN MENU */ | ||
+ | |||
+ | a#igemlogo{ | ||
+ | |||
+ | position: absolute; | ||
+ | top: 25px; | ||
+ | right: 70px; | ||
+ | |||
+ | } | ||
div#main_menu { | div#main_menu { | ||
Line 149: | Line 157: | ||
#sponsor { | #sponsor { | ||
background-position:0px -130px; | background-position:0px -130px; | ||
+ | } | ||
+ | |||
+ | #consideration { | ||
+ | background-position:0px -157px; | ||
} | } | ||
Line 158: | Line 170: | ||
background-color:#fff; | background-color:#fff; | ||
margin:0 0 0 8px; | margin:0 0 0 8px; | ||
- | padding:20px 0 | + | padding:20px 0 13px 0; |
float:left; | float:left; | ||
width:75px; | width:75px; | ||
Line 164: | Line 176: | ||
font-family:"Times New Roman", Times, serif; | font-family:"Times New Roman", Times, serif; | ||
font-weight:bold; | font-weight:bold; | ||
- | font-size: | + | font-size:10pt; |
} | } | ||
Line 174: | Line 186: | ||
display:block; | display:block; | ||
text-decoration:none; | text-decoration:none; | ||
- | |||
} | } | ||
Line 207: | Line 218: | ||
width:75px; | width:75px; | ||
height:85px; | height:85px; | ||
- | margin: | + | margin:8px 0 8px 0; |
} | } | ||
Line 232: | Line 243: | ||
.ss_menu li{ | .ss_menu li{ | ||
- | margin: | + | margin:0px 0px 0px 0px; |
- | padding: | + | padding:3px 0 5px 0; |
} | } | ||
+ | |||
/* sub sub menu base */ | /* sub sub menu base */ | ||
Line 248: | Line 260: | ||
background-image:url(https://static.igem.org/mediawiki/2010/3/35/Sub_menu_base.png); | background-image:url(https://static.igem.org/mediawiki/2010/3/35/Sub_menu_base.png); | ||
background-repeat: no-repeat ; | background-repeat: no-repeat ; | ||
- | height: | + | height:290px ; |
} | } | ||
.hide{ | .hide{ | ||
background-image:none; | background-image:none; | ||
- | height: | + | height:120px ; |
+ | |||
} | } | ||
Line 261: | Line 274: | ||
li#sss{ | li#sss{ | ||
background-position:0px 0px !important; | background-position:0px 0px !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | li#sss a{ | ||
+ | color:#000; | ||
} | } | ||
li#ssa{ | li#ssa{ | ||
background-position:0px -255px !important; | background-position:0px -255px !important; | ||
+ | color:#00f !important; | ||
+ | text-decoration:underline; | ||
+ | |||
} | } | ||
li#ssb{ | li#ssb{ | ||
background-position:0px -510px !important; | background-position:0px -510px !important; | ||
+ | color:#00f !important; | ||
+ | text-decoration:underline !important; | ||
+ | font-size:8pt; | ||
+ | text-indent:0px !important; | ||
} | } | ||
Latest revision as of 18:08, 27 October 2010