Template:Team:BostonU/CSS

From 2014.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 11: Line 11:
}
}
-
table {
 
-
    font-size:11px;
 
-
}
 
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
Line 88: Line 85:
a:link {
a:link {
color: #F79042;
color: #F79042;
 +
        font-weight=500;
text-decoration: none;
text-decoration: none;
}
}
a:visited {
a:visited {
text-decoration: none;
text-decoration: none;
 +
        font-weight=500;
color: #F79042;
color: #F79042;
}
}
Line 162: Line 161:
maincontent{
maincontent{
 +
font-weight:100;
 +
font-size:14px;
text-align:justify;
text-align:justify;
}
}
Line 168: Line 169:
font-size:12px;
font-size:12px;
         color:#5E5F5F;
         color:#5E5F5F;
-
font-weight:150;
+
font-weight:300;
text-align:justify;
text-align:justify;
         line-height:110%
         line-height:110%
Line 259: Line 260:
color: #ffffff;*/
color: #ffffff;*/
}
}
 +
/* main level link hover */
/* main level link hover */
Line 267: Line 269:
/* sub levels link hover */
/* sub levels link hover */
-
#nav ul li:hover a, #nav li:hover li a {
+
#nav ul li:hover a , #nav li:hover li a{
border: none;
border: none;
background-image:url(https://static.igem.org/mediawiki/2014/3/3a/Orangemenubkgd_bu14.png);
background-image:url(https://static.igem.org/mediawiki/2014/3/3a/Orangemenubkgd_bu14.png);
Line 273: Line 275:
color:#FFF;
color:#FFF;
}
}
-
 
#nav ul a:hover {
#nav ul a:hover {
color: #353535 !important;
color: #353535 !important;
Line 283: Line 284:
/* dropdown */
/* dropdown */
#nav li:hover > ul {
#nav li:hover > ul {
-
/*display: block;*/
+
display: block;
opacity:1;
opacity:1;
margin:0;
margin:0;
Line 289: Line 290:
z-index:0;
z-index:0;
}
}
 +
/* level 2 list */
/* level 2 list */
#nav ul {
#nav ul {
-
/*display: none;*/
+
display: none;
opacity:0;
opacity:0;
margin: 20px 0 0 0;
margin: 20px 0 0 0;

Latest revision as of 01:10, 18 October 2014