Team:Newcastle/CSS

From 2009.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 10: Line 10:
color:white;
color:white;
padding-left:10px;
padding-left:10px;
 +
display:none;
}
}
Line 415: Line 416:
PADDING-RIGHT: 6px; BACKGROUND-POSITION: right center; PADDING-LEFT: 4px; FONT-SIZE: 0.8em; FLOAT: left; BACKGROUND-IMAGE: url(../../images/footernav_sep.gif); PADDING-BOTTOM: 0px; MARGIN: 0px;  COLOR: #727272; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; LIST-STYLE-TYPE: none; POSITION: relative; TOP: 18px
PADDING-RIGHT: 6px; BACKGROUND-POSITION: right center; PADDING-LEFT: 4px; FONT-SIZE: 0.8em; FLOAT: left; BACKGROUND-IMAGE: url(../../images/footernav_sep.gif); PADDING-BOTTOM: 0px; MARGIN: 0px;  COLOR: #727272; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; LIST-STYLE-TYPE: none; POSITION: relative; TOP: 18px
}
}
 +
#footersection li.first {
 +
PADDING-LEFT: 206px
 +
}
 +
#footersection li.last {
#footersection li.last {
BACKGROUND-IMAGE: none
BACKGROUND-IMAGE: none
Line 431: Line 436:
}
}
 +
#rightcontent {
 +
FLOAT: right; WIDTH: 182px
 +
}
 +
#rightcontent .header {
 +
color:#1C7AC7;
 +
font-size:1em;
 +
margin:0 0 11px;
 +
padding:0 0 0 5px;
 +
text-transform:uppercase;
 +
 +
}
 +
 +
#rightcontent .rightcontentitem {
 +
MIN-HEIGHT: 602px; MARGIN-BOTTOM: 18px; WIDTH: 182px; HEIGHT: auto! important;
 +
font-size:0.9em;
 +
}
 +
 +
#rightcontent .rightcontentitem ul{
 +
margin:0 0px 23px;
 +
padding:3px;
 +
border:#e1e1e1 solid 1px;
 +
 +
}
 +
 +
#rightcontent .rightcontentitem ul li {
 +
display:block;
 +
height:auto !important;
 +
list-style-type:square;
 +
list-style-image:none;
 +
margin:0 0 2px;
 +
min-height:22px;
 +
padding:0 0 10px 0;
 +
}
 +
 +
#rightcontent .rightcontentitem  a
 +
{
 +
color: #6DA6E2;
 +
text-decoration: none;
 +
font-weight: bold;
 +
}
 +
 +
#rightcontent .rightcontentitem  a:hover {
 +
TEXT-DECORATION: underline
 +
}
 +
 +
 +
h1
 +
{
 +
border-style:none;
 +
}
 +
 +
h2
 +
{
 +
border-style:none;
 +
}
 +
 +
 +
h3
 +
{
 +
border-style:none;
 +
}
 +
 +
h4
 +
{
 +
border-style:none;
 +
}
 +
 +
HR {
 +
DISPLAY: none
 +
}
 +
 +
 +
/* wikitable/prettytable class for skinning normal tables */
 +
table.wikitable,
 +
table.prettytable {
 +
    margin: 1em 1em 1em 0;
 +
    background: #f9f9f9;
 +
    border: 1px #aaa solid;
 +
    border-collapse: collapse;
 +
}
 +
.wikitable th, .wikitable td,
 +
.prettytable th, .prettytable td {
 +
    border: 1px #aaa solid;
 +
    padding: 0.2em;
 +
}
 +
.wikitable th,
 +
.prettytable th {
 +
    background: #f2f2f2;
 +
    text-align: center;
 +
}
 +
.wikitable caption,
 +
.prettytable caption {
 +
    font-weight: bold;
 +
}
  </style>
  </style>
</html>
</html>

Latest revision as of 20:12, 21 October 2009