Team:Dundee/common.css

From 2012.igem.org

(Difference between revisions)
Line 29: Line 29:
#bodyContent h1, h2, h3, h4, h5, h6
#bodyContent h1, h2, h3, h4, h5, h6
{
{
-
     font-weight: bold;
+
     font-weight: bolder;
     border: 0px;
     border: 0px;
     margin: 0px;
     margin: 0px;

Revision as of 14:16, 3 July 2012

body {

   font-family: "Segoe UI Light",
            "Segoe UI",
            Verdana,
            "DejaVu Sans",
            "Trebuchet MS",
            "Liberation Sans",
            Tahoma,
            Candara,
            "Bitstream Vera Sans",
            sans-serif;
   background-image: url('https://static.igem.org/mediawiki/igem.org/5/56/Dundee12bg.png');
   background-repeat:repeat;
   background-attachment:fixed;
   background-color: #CCCCBB;
   font-size: 0.8em;

}

  1. bodyContent hr

{

   clear: both;
   height: 5px;
   border-color: #002175;
   background-color: #002175;
   margin-bottom: 20px;

}

  1. bodyContent h1, h2, h3, h4, h5, h6

{

   font-weight: bolder;
   border: 0px;
   margin: 0px;
   padding: 0px;
   color: #002175;
   margin-bottom: 0px;

}

  1. bodyContent h1

{

   font-size: 3em;
   line-height:130%;

}

  1. bodyContent h2

{

   font-size: 1.7em;    

}

  1. bodyContent h3

{

   font-size: 1.3em;

}

  1. top-section

{

   background-image: url('https://static.igem.org/mediawiki/2012/d/d9/Dundee12bannerbg.png');
   height: 276px;
   border: 1px solid #777777;
   border-top: 0px;

}

.firstHeading {

   display: none;

}

  1. headerText

{

   color: #FFFFFF;
   font-weight: bolder;
   position: absolute;
   left: 30px;
   top: -220px;
   width: 200px;

}

  1. menuDiv

{

   position: absolute;
   background-color: #6666FF;
   width: 975px;
   height: 30px;
   border: 0px;
   left: -0px;
   top: -1px;
   margin-left: auto;
   margin-right: auto;
   font-weight: bolder;
   display: block;

}

  1. menuDiv ul

{

   list-style: none;
   text-align: center;
   display: block;

}

  1. menuDiv ul li

{

   position: relative;
   width: 10%;
   top: -4px;
   height: 25px;
   float: left;
   display: block;
   vertical-align: center;
   margin-bottom: 0px;

}

  1. menuDiv ul li a

{

   float: left;
   color: #FFFFFF;
   text-decoration: none;
   white-space: nowrap;
   display: block;
   height: 100%;
   padding: 5px 10px 0px 10px;

}

  1. menuDiv ul li a:hover

{

   background: #FFFFFF;
   color: #6666FF;

}

  1. content

{

   border: 1px solid #777777;
   border-top: 0px;

}

  1. mainContent

{

   margin-top:50px;

}

  1. p-logo

{

   display: none;

}


  1. catlinks

{

   display: none;

}

  1. footer-box

{

   display: none;

}

.box {

   position: relative;
   display: inline-block;
   border-radius: 10px;
   padding: 1%;	
   -moz-border-bottom-colors: none;
   -moz-border-image: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   border-color: #E5E5E5 #BBBBBB #BBBBBB #E5E5E5;
   border-style: solid;
   border-width: 1px 3px 3px 1px;
   width: 95%;
   margin-bottom: 20px;

}

.red {

   background-color: #FFC0BD;

}

.blue {

   background-color: #C7C7FF;

}

.green {

   background-color: #CAFFBF;

}

.yellow {

   background-color: #FBFFBD;

}

.small {

   width: 440px;

}

.large {

   width: 900px;

}

.left {

   float: left;

}

.right {

   float: right;

}

.centre {

   margin-left: 20px;

}

.icon {

   width:45px;
   height: 45px;
   padding: 5px;

}