Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
 +
<link href='http://fonts.googleapis.com/css?family=Oxygen:400,700' rel='stylesheet' type='text/css'>
<style>
<style>
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
Line 49: Line 50:
table {
table {
background: transparent;
background: transparent;
 +
}
 +
h1{
 +
  font-family: 'Oxygen', Helvetica, sans-serif;
 +
  font-size: 40px;
 +
  color: #000000;
 +
  text-align: center;
 +
  margin: 20px 0px 0px 0px !important;
 +
  line-height: normal;
 +
  background: initial;
 +
  padding: initial;
 +
  border: none;
 +
  font-variant: small-caps;
}
}
h2{
h2{
 +
  font-family: 'Oxygen', Helvetica, sans-serif;
   border-bottom: none;
   border-bottom: none;
}
}
Line 60: Line 74:
margin: auto;
margin: auto;
margin-top: 30px;
margin-top: 30px;
-
}
 
-
 
-
h1{
 
-
  font-family: Georgia;
 
-
  font-size: 40px;
 
-
  color: #000000;
 
-
  text-align: center;
 
-
  margin: 20px 0px 0px 0px !important;
 
-
  line-height: normal;
 
-
  background: initial;
 
-
  padding: initial;
 
-
  border: none;
 
-
  font-variant: small-caps;
 
}
}
div#imgBox{
div#imgBox{

Revision as of 21:16, 16 October 2014