Team:UT Dallas/test/page.css

From 2013.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 1: Line 1:
-
  #header
 
-
  {
 
-
    height: 115px;
 
-
    padding-left: 8px;
 
-
    padding-right: 8px;
 
-
    padding-top: 19px;
 
-
  } 
 
-
 
-
#footer a
 
-
{
 
-
color:#ffffff;
 
-
}
 
-
 
-
 
-
 
body {
body {
 +
        background-color: #ffffff;
         margin: 0; padding: 0;
         margin: 0; padding: 0;
-
font-family: 'Scada', sans-serif;
 
}
}
Line 23: Line 8:
display: none;
display: none;
}
}
-
#top_box{
 
-
border-radius: 5px;
 
-
-moz-border-radius: 5px;
 
-
-webkit-border-radius: 5px;
 
-
border: 1px solid #444444;
 
-
background:#36424a;
 
-
height:178px;
 
-
}
 
#content {
#content {
padding: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
Line 42: Line 19:
     display: none;
     display: none;
}
}
 +
#catlinks {display: none;}
#catlinks {display: none;}
#contentSub {display: none;}
#contentSub {display: none;}
-
a
+
#top_box {
-
{
+
background:#000000;
-
color:#3769ff;
+
height:200px;
 +
 
 +
}
 +
#middle_box {
 +
    background: #ffffff;
 +
    border: 8px solid #000000;
 +
    margin-top: 10px;
 +
    padding: 10px;
 +
    color:#000000;
 +
  font-size: 15px;
 +
  text-align: justify;
 +
  min-height:500px;
}
}

Latest revision as of 19:42, 21 August 2013

body {

       background-color: #ffffff;
       margin: 0; padding: 0;

}

  1. top-section

{ display: none; }

  1. content {

padding: 0px 0px 0px 0px; width:1024px; margin: 15px auto 15px; background: none repeat scroll 0 0 transparent; border:0px; } h1.firstHeading {

   display: none;

}

  1. catlinks {display: none;}
  2. contentSub {display: none;}
  1. top_box {

background:#000000; height:200px;

}

  1. middle_box {
   background: #ffffff;
   border: 8px solid #000000;
   margin-top: 10px;
   padding: 10px;
   color:#000000;
  font-size: 15px;
  text-align: justify;
  min-height:500px;

}