Team:UCL/static/xpage.css
From 2013.igem.org
(Difference between revisions)
(11 intermediate revisions not shown) | |||
Line 30: | Line 30: | ||
} | } | ||
- | + | table | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
{ | { | ||
- | + | background:white; | |
- | + | border-collapse:collapse; | |
- | + | border:0px; | |
- | + | margin: 0px 0px 9px 14px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | background: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | border- | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | border | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
font-style : normal; | font-style : normal; | ||
text-decoration : none; | text-decoration : none; | ||
font-variant : normal; | font-variant : normal; | ||
text-indent : 0px; | text-indent : 0px; | ||
- | text-align : | + | text-align : left; |
- | font-family : | + | font-family : "Myriad Pro", sans-serif; |
- | font-weight : | + | font-weight : normal; |
- | font-size : | + | font-size : 1.18em; |
- | line-height : 1. | + | line-height : 1.33; |
- | + | color : #404040; | |
} | } | ||
- | + | table th, | |
- | + | table td | |
{ | { | ||
- | + | border:2px solid #E6E6E6; | |
- | + | padding-right:10px; | |
} | } | ||
- | + | table tr | |
- | + | ||
{ | { | ||
- | + | border:0px; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | table a{ | |
- | + | color : #F68B1F; | |
- | { | + | |
- | color: # | + | |
} | } |
Latest revision as of 16:16, 8 September 2013
/********************/ /*GLOBAL PAGE STYLES*/ /********************/
body { font-size:10px; }
- all_content
{ width:100%; background-image:url(""); float:left; }
- all_content #container
{ width:976px; height:100%; margin-left:auto; margin-right:auto; }
- all_content #container .gap
{ width:100%; height:9px; float:left; }
table { background:white; border-collapse:collapse; border:0px; margin: 0px 0px 9px 14px; font-style : normal; text-decoration : none; font-variant : normal; text-indent : 0px; text-align : left; font-family : "Myriad Pro", sans-serif; font-weight : normal; font-size : 1.18em; line-height : 1.33; color : #404040; }
table th, table td { border:2px solid #E6E6E6; padding-right:10px; }
table tr { border:0px; }
table a{ color : #F68B1F; }