Team:UT Dallas/test/page.css

From 2013.igem.org

(Difference between revisions)
Line 23: Line 23:
#catlinks {display: none;}
#catlinks {display: none;}
#contentSub {display: none;}
#contentSub {display: none;}
 +
 +
#top_box{
 +
border-radius: 5px;
 +
-moz-border-radius: 5px;
 +
-webkit-border-radius: 5px;
 +
border: 1px solid #444444;
 +
background:#36424a;
 +
height:178px;
 +
 +
}
 +
#middle_box {
 +
    background: #ffffff;
 +
    border: 8px solid #7c858b;
 +
    border-radius: 5px 5px 5px 5px;
 +
    margin-top: 10px;
 +
    padding: 10px;
 +
    color:#36424a;
 +
  font-size: 15px;
 +
  text-align: justify;
 +
  min-height:500px;
 +
}

Revision as of 19:05, 21 August 2013

body {

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

font-family: 'Scada', sans-serif; }

  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{

border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #444444; background:#36424a; height:178px;

}

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

}