Template:Asia Main CSS

From 2011.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> #body { padding:10px; wide:100%; } #Index h2{ color:#F00; text-shadow:1px 1px #000; } </style> </html>")
 
(9 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
-
#body
+
.body_content
{
{
padding:10px;
padding:10px;
-
wide:100%;
+
wide:;
 +
font-family:Verdana, Geneva, sans-serif;
 +
}
}
 +
#hkust
 +
{
 +
width:950px;
 +
height:110px;
 +
margin:5px;
 +
float:none;
 +
text-align:center;
 +
 +
}
-
#Index
+
 
-
h2{
+
 
-
color:#F00;
+
#content
-
text-shadow:1px 1px #000;
+
{
 +
display:block;
 +
float:inherit;
}
}
 +
h2.homepage
 +
{
 +
color:#F00;
 +
font-weight:400;
 +
text-shadow:-1px -1px #AAA;
 +
}
 +
 +
h2.jamboree
 +
{
 +
font-size:18px;
 +
font-family:Verdana, Geneva, sans-serif;
 +
color:#F00;
 +
font-weight:400;
 +
text-shadow:-1px -1px #AAA;
 +
}
 +
 +
 +
 +
h2.travel_infro
 +
{
 +
font-size:80%;
 +
color:#F00;
 +
font-weight:400;
 +
text-shadow:-1px -1px #AAA;
 +
}
 +
 +
p.headline
 +
{
 +
font-size:16px;
 +
font-weight:600;
 +
}
 +
 +
p
 +
{
 +
font-size:12px;
 +
line-height:1.5em;
 +
}
 +
 +
p.subtitle
 +
{
 +
font-size:13px;
 +
font-weight:800;
 +
}
 +
 +
p.hotel_infor
 +
{
 +
line-height:1.5em;
 +
}
 +
 +
ul.hotels
 +
{
 +
 +
line-height:1.2em;
 +
font-size:13px;
 +
 +
}
 +
 +
 +
span.red
 +
{
 +
font-style:italic;
 +
font-weight:800;
 +
font-size:16px;
 +
color: #F00;
 +
}

Latest revision as of 12:40, 25 April 2011