Template:Team:Hong Kong HKUST/team basic.css

From 2014.igem.org

(Difference between revisions)
(Created page with "html, body { margin:0; padding:0; } body{ text-align: center; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; background-color: #...")
Line 3: Line 3:
padding:0;
padding:0;
}
}
 +
body{
body{
text-align: center;
text-align: center;
Line 10: Line 11:
font-size: 75%;
font-size: 75%;
}
}
 +
a{
a{
color: #27D;
color: #27D;
text-decoration: none;
text-decoration: none;
}
}
 +
a:focus, a:hover, a:active {
a:focus, a:hover, a:active {
text-decoration: underline;
text-decoration: underline;
}
}
 +
p, li {
p, li {
line-height: 1.8em;
line-height: 1.8em;
}
}
 +
h1, h2 {
h1, h2 {
font-family: "Trebuchet MS", Verdana, sans-serif;
font-family: "Trebuchet MS", Verdana, sans-serif;
Line 25: Line 30:
letter-spacing:-1px;
letter-spacing:-1px;
}
}
 +
h1 {
h1 {
padding: 0;
padding: 0;
Line 30: Line 36:
color: #333;
color: #333;
}
}
 +
h2 {
h2 {
padding-top: 10px;
padding-top: 10px;
font-size:2em;
font-size:2em;
}
}
 +
pre {
pre {
font-size: 1.2em;
font-size: 1.2em;
Line 39: Line 47:
overflow-x: auto;
overflow-x: auto;
}
}
 +
div#page {
div#page {
width: 900px;
width: 900px;
Line 48: Line 57:
border-width: medium 1px 1px;
border-width: medium 1px 1px;
}
}
 +
div#container {
div#container {
padding: 20px;
padding: 20px;
}
}
 +
div#ads {
div#ads {
clear: both;
clear: both;
padding: 12px 0 12px 66px;
padding: 12px 0 12px 66px;
}
}
 +
div#footer {
div#footer {
clear: both;
clear: both;

Revision as of 14:23, 29 September 2014

html, body { margin:0; padding:0; }

body{ text-align: center; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; background-color: #eee; color: #444; font-size: 75%; }

a{ color: #27D; text-decoration: none; }

a:focus, a:hover, a:active { text-decoration: underline; }

p, li { line-height: 1.8em; }

h1, h2 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0 0 10px 0; letter-spacing:-1px; }

h1 { padding: 0; font-size: 3em; color: #333; }

h2 { padding-top: 10px; font-size:2em; }

pre { font-size: 1.2em; line-height: 1.2em; overflow-x: auto; }

div#page { width: 900px; background-color: #fff; margin: 0 auto; text-align: left; border-color: #ddd; border-style: none solid solid; border-width: medium 1px 1px; }

div#container { padding: 20px; }

div#ads { clear: both; padding: 12px 0 12px 66px; }

div#footer { clear: both; color: #777; margin: 0 auto; padding: 20px 0 40px; text-align: center; }