Team:NYMU-Taipei/other.css

From 2014.igem.org

(Difference between revisions)
m
Line 11: Line 11:
#content{
#content{
   padding:0px;
   padding:0px;
 +
  width:100%;
   border-left:0px;
   border-left:0px;
   border-right:0px;
   border-right:0px;
   background: rgba(255,255,255,0);
   background: rgba(255,255,255,0);
 +
}
 +
#bodyContent{
 +
  width:100%;
}
}
#top-section{
#top-section{

Revision as of 10:15, 21 August 2014

body{

 background:rgb(78,78,78);

}

.previewnote{

 display:none;

}

  1. globalWrapper{
 margin-top: -18px;

}

  1. content{
 padding:0px;
 width:100%;
 border-left:0px;
 border-right:0px;
 background: rgba(255,255,255,0);

}

  1. bodyContent{
 width:100%;

}

  1. top-section{
 height:0px;

}

  1. p-logo{
 display:none;

}

  1. search-controls{
 display:none;

}

  1. catlinks{
 display:none;

}

  1. menubar{
 top:10px;

}

  1. footer-box{
 display:none;

}

.firstHeading{

 display:none;

}