Template:UW Madison CSS

From 2012.igem.org

(Difference between revisions)
 
Line 1: Line 1:
<style>
<style>
-
.h1, h2, h3
+
h1, h2, h3
-
{color:#FFF200;border-bottom-width:0px;
+
{
 +
color:#FFF200;
 +
        border-bottom-width:0px;
}
}
-
.h1
+
h1
-
{font-family:"Terminal Dosis Light", sans-serif;
+
{
 +
font-family:"Terminal Dosis Light", sans-serif;
font-size:17pt;
font-size:17pt;
letter-spacing:1px;
letter-spacing:1px;
text-transform:uppercase;
text-transform:uppercase;
-
color:#FF0;
+
color:#FF0
}
}
-
.h1.firstHeading
+
h1.firstHeading
-
{display:none;}
+
{
-
.h2
+
display:none;
-
{font-family:"Open Sans Condensed", sans-serif;font-size:15pt;
+
 
}
}
-
.h3
+
h2
-
{font-family:"Open Sans Condensed", sans-serif;
+
{
-
font-size:13pt;}
+
font-family:"Open Sans Condensed", sans-serif;
-
.p, li, td
+
font-size:15pt;
-
{font-family:"Tahoma", sans-serif;font-size:11pt;color:#D0D0D0;
+
}
 +
h3
 +
{
 +
font-family:"Open Sans Condensed", sans-serif;
 +
font-size:13pt;
 +
}
 +
p, li, td
 +
{
 +
font-family:"Tahoma", sans-serif;
 +
font-size:11pt;
 +
color:#D0D0D0;
}
}
#content
#content
-
{background-color:#3F3E40;text-align:center;border-style:solid;height:75px;border-color:#707070;border-width: 1px 1px 1px 1px;
+
{
 +
    background-color:#3F3E40;
 +
    text-align:center;
 +
    border-style:solid;
 +
    height:75px;
 +
    border-color:#707070;
 +
    border-width: 1px 1px 1px 1px;
}
}
-
 
+
.foo{
-
.foo{font-size:12px;color:#FFF;border-bottom: 1px, solid;}
+
font-size:12px;
-
 
+
color:#FFF;
 +
border-bottom: 1px, solid}
</style>
</style>

Latest revision as of 15:48, 24 August 2012

<style> h1, h2, h3 { color:#FFF200;

       border-bottom-width:0px;

} h1 { font-family:"Terminal Dosis Light", sans-serif; font-size:17pt; letter-spacing:1px; text-transform:uppercase; color:#FF0 } h1.firstHeading { display:none;

} h2 { font-family:"Open Sans Condensed", sans-serif; font-size:15pt; } h3 { font-family:"Open Sans Condensed", sans-serif; font-size:13pt; } p, li, td { font-family:"Tahoma", sans-serif; font-size:11pt; color:#D0D0D0; }

  1. content

{

   background-color:#3F3E40;
   text-align:center;
   border-style:solid;
   height:75px;
   border-color:#707070;
   border-width: 1px 1px 1px 1px;

} .foo{ font-size:12px; color:#FFF; border-bottom: 1px, solid} </style>