Team:ZJU-China/CSS/Footer.css
From 2014.igem.org
(Difference between revisions)
(Created page with "#footer-box { background-color:#0058ff; color:white; min-width: 720px; } #footer-box a:link, #footer-box a:visited, #footer-box a:active { text-decoration: none;...") |
|||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
#footer-box { | #footer-box { | ||
- | background-color:# | + | background-color:#1d1d1d; |
color:white; | color:white; | ||
+ | overflow:auto; | ||
min-width: 720px; | min-width: 720px; | ||
} | } | ||
Line 30: | Line 31: | ||
text-align: center; | text-align: center; | ||
background-color:inherit; | background-color:inherit; | ||
- | color: | + | color:lightgray; |
font-size: 10pt; | font-size: 10pt; | ||
font-family:"Segoe UI"; | font-family:"Segoe UI"; | ||
Line 41: | Line 42: | ||
text-align: center; | text-align: center; | ||
background-color: inherit; | background-color: inherit; | ||
- | color: | + | color: lightgray; |
} | } | ||
Line 52: | Line 53: | ||
width: auto; | width: auto; | ||
background-color: inherit; | background-color: inherit; | ||
- | color: | + | color: lightgray; |
} | } | ||
Line 59: | Line 60: | ||
width: auto; | width: auto; | ||
background-color: inherit; | background-color: inherit; | ||
- | color: | + | color: lightgray; |
} | } |
Latest revision as of 01:43, 16 October 2014
- footer-box {
background-color:#1d1d1d; color:white; overflow:auto; min-width: 720px;
}
- footer-box a:link, #footer-box a:visited, #footer-box a:active {
text-decoration: none; color: white;
}
- footer {
display: none; opacity: 0.6;
}
- footer img{
/*display: none;*/
}
- footer li {
margin: 0 0.8em;
}
div.zju_footer {
display:block; width:100%; height: auto; margin:0; text-align: center; background-color:inherit; color:lightgray; font-size: 10pt; font-family:"Segoe UI"; overflow: auto;
}
div.zju_footer table {
margin: 1em 0; width: inherit; text-align: center; background-color: inherit; color: lightgray;
}
div.zju_footer table th{
font-size: 14pt;
}
td.zju_footer_t{
text-align: right; width: auto; background-color: inherit; color: lightgray;
}
td.zju_footer_p{
text-align: left; width: auto; background-color: inherit; color: lightgray;
}