Team:NYMU-Taipei/other.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
body{
body{
-
   background:url('/wiki/images/c/cd/NYMU14_bg2.png') right top -90px,url('/wiki/images/0/0b/NYMU14_bg.png');
+
   background:url('/wiki/images/0/0b/NYMU14_bg.png');
   min-width:1100px;
   min-width:1100px;
-
   background-repeat: no-repeat,repeat;
+
   background-repeat: repeat;
   background-attachment:fixed;
   background-attachment:fixed;
-
   background-size: 560px ,cover;
+
   background-size: cover;
}
}

Revision as of 03:39, 13 September 2014

body{

 background:url('/wiki/images/0/0b/NYMU14_bg.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: -70px;
 z-index: 100;
 position: absolute;
 left: 50%;
 margin-left: -480px;

}

.firstHeading{

 display:none;

}