Team:Edinburgh/defaultcss

From 2010.igem.org

(Difference between revisions)
 
(27 intermediate revisions not shown)
Line 20: Line 20:
ul.dropdown {
ul.dropdown {
-
  font: 12px Arial, Helvetica, sans-serif;
+
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
 +
float:right;
 +
position:relative;
 +
right:50%;
}
}
ul.dropdown li {
ul.dropdown li {
padding: 7px 12px;
padding: 7px 12px;
-
background-color: darkslategrey;
+
background-color: black;
color: ivory;
color: ivory;
 +
        float:left;
 +
        position:relative;
 +
        left:50%;
}
}
ul.dropdown li.hover,
ul.dropdown li.hover,
ul.dropdown li:hover {
ul.dropdown li:hover {
-
background-color: darkslategrey;
+
background-color: black;
}
}
ul.dropdown a:link,
ul.dropdown a:link,
ul.dropdown a:visited { color: ivory; text-decoration: none; }
ul.dropdown a:visited { color: ivory; text-decoration: none; }
-
ul.dropdown a:hover { color: ivory; text-decoration: none; }
+
ul.dropdown a:hover { color: #CC3333; text-decoration: none; }
ul.dropdown a:active { color: ivory; }
ul.dropdown a:active { color: ivory; }
Line 47: Line 53:
ul.dropdown ul {
ul.dropdown ul {
margin-left: -6px;
margin-left: -6px;
-
width: 150px;
+
/*width: 150px;*/
padding-bottom: 9px;
padding-bottom: 9px;
-
background-color: darkslategrey;
+
background-color: black;
color: ivory;
color: ivory;
-
font-size: 11px;
+
font-size: 10px;
font-weight: normal;
font-weight: normal;
 +
        right: auto;
}
}
ul.dropdown ul li {
ul.dropdown ul li {
-
background-color: darkslategrey;
+
background-color: black;
color: ivory;
color: ivory;
 +
                left: auto;
}
}
ul.dropdown ul li.hover,
ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
ul.dropdown ul li:hover {
-
background-color: darkslategrey;
+
background-color: black;
}
}
Line 100: Line 108:
/* ----- END LEVEL */
/* ----- END LEVEL */
-
 
-
 
Line 148: Line 154:
#footer-box {
#footer-box {
display:none;
display:none;
 +
}
 +
 +
#top-section {
 +
height: 25px;
 +
border-left: none;
 +
border-right: none;
 +
}
 +
 +
.left-menu {
 +
margin-top:-15px;
 +
}
 +
 +
.left-menu ul {
 +
border: none;
 +
}
 +
 +
#menubar li a {
 +
color: white;
 +
}
 +
 +
#menubar.right-menu {
 +
margin-top:-15px;
 +
}
 +
 +
.right-menu ul {
 +
border: none;
 +
}
 +
 +
#menubar{
 +
top:22px;
 +
z-index:25;
}
}
img[src*="/wiki/skins/common/images/wiki.png"]{
img[src*="/wiki/skins/common/images/wiki.png"]{
     width:0;
     width:0;
-
     height:83px;
+
     height:40px;
     padding-right:975px;
     padding-right:975px;
-
     background:transparent url(http://macteria.co.uk/w/images/e/ea/Wiki10bw.png) top left no-repeat;
+
     background:transparent url(https://static.igem.org/mediawiki/2010/3/33/Ed10-LogoTop.png) top left no-repeat;
 +
}
 +
 
 +
 
 +
/* Stylistic elements */
 +
 
 +
#content{
 +
background-color: black;
 +
border-left: none;
 +
border-right: none;
 +
width:965px;
 +
}
 +
 
 +
h2{
 +
border-bottom-color: #870008;
 +
}
 +
 
 +
#nav{
 +
background-color: black;
 +
width: 100%;
 +
}
 +
 
 +
#globalWrapper{
 +
background-color: black;
 +
background-image:url("https://static.igem.org/mediawiki/2010/5/5a/Ed10-Background01.jpg");
 +
background-position: center bottom;
 +
background-repeat: no-repeat;
 +
background-attachment: fixed;
 +
font: 11px Tahoma, Arial, Helvetica, sans-serif;
 +
}
 +
 
 +
table{
 +
text-align:justify;
 +
}
 +
 
 +
A:link{
 +
text-decoration: none;
 +
color: blue;
 +
}
 +
 
 +
A:visited{
 +
text-decoration: none;
 +
color: blue;
 +
}
 +
 
 +
A:active{
 +
text-decoration: none;
 +
color: blue;
 +
}
 +
 
 +
A:hover{
 +
text-decoration: none;
 +
color: #870008;
}
}

Latest revision as of 19:10, 21 October 2010