Team:University College London/css
From 2012.igem.org
(Difference between revisions)
Line 103: | Line 103: | ||
font-size:45px; | font-size:45px; | ||
top:244px; | top:244px; | ||
+ | display: block; | ||
+ | width: 980px; | ||
+ | } | ||
+ | |||
+ | #ucligem h1 a{ | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | #ucligem h1 a:visisted{ | ||
+ | color:#fff; | ||
+ | } | ||
+ | |||
+ | .editsection { | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | font-size: 12px; | ||
} | } |
Revision as of 21:09, 13 June 2012
/* getting rid of wiki baggage */
- catlinks{
display:none;
}
- top-section{
height: 14px; border: none;
}
- p-logo{
display:none;
}
- search-controls{
display:none;
}
.firstHeading{
display:none;
}
- content{
border:none;
}
- footer-box{
border:none; border-top: 1px solid #CCC;
}
body {
font-family: 'Droid Sans', Helvetica, Arial, serif; background-color:#ffffff; }
- ucligem{
position: relative; top: -30px;
}
- ucligem #header{
position:relative; top:0px; margin-left:auto; margin-right:auto; width:990px; height:290px;
}
- ucligem .cover-test{
background-image:url('https://static.igem.org/mediawiki/2012/5/5a/Ucl2012-coverpicturetest.jpg');
}
- ucligem #top{
position:fixed; top:0px; width:990px; height:42px; background-image:url('https://static.igem.org/mediawiki/2012/b/bc/Ucl2012-topwhitemask.png');;
}
- ucligem #top ul strong{
font-weight:normal;
}
- ucligem #top ul{
position: absolute; left:0px; top: 12px; margin: 0px; padding: 0px; list-style:none;
font-size:17px;
}
- ucligem #top li{
color:#000; text-align:center;
margin-right:20px;
display:-moz-inline-stack;
display:inline-block; zoom:1; *display:inline;
}
- ucligem #top li a{
color:#000; text-decoration:none; }
- ucligem #top li a:hover{
color:#777; }
- ucligem h1{
color:#fff; border-bottom:none; position:absolute; top:150px; left:10px; font-size:45px; top:244px; display: block; width: 980px;
}
- ucligem h1 a{
color:#fff;
}
- ucligem h1 a:visisted{
color:#fff;
}
.editsection {
position: absolute; right: 0px; font-size: 12px;
}