Team:Newcastle/CSS

From 2009.igem.org

(Difference between revisions)
(Undo revision 104042 by Babyneurone (Talk))
 
(2 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 503: Line 508:
}
}
 +
 +
/* 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