Team:NYMU-Taipei/other.css

From 2014.igem.org

(Difference between revisions)
 
Line 41: Line 41:
   background: transparent;
   background: transparent;
   border: 0px;
   border: 0px;
-
   margin-top: -70px;
+
   margin-top: -85px;
   z-index: 100;
   z-index: 100;
   position: absolute;
   position: absolute;

Latest revision as of 13:44, 16 October 2014

body{

 background:url('/wiki/images/0/0a/NYMU14_bgbg.png');
 min-width:1100px;
 background-repeat: repeat;
 background-attachment:fixed;
 background-size: cover;

}

.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{
 background: transparent;
 border: 0px;
 margin-top: -85px;
 z-index: 100;
 position: absolute;
 left: 50%;
 margin-left: -480px;

}

.firstHeading{

 display:none;

}

div>pre{

 padding: 0;
 border: 0px dashed #2f6fab;
 color: black;
 background-color: rgba(0,0,0,0);
 line-height: 1.1em;
 font-size: 15px;
 text-align: justify;
 display: table;
 margin: auto;

}