Team:NYMU-Taipei/other.css

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 1: Line 1:
body{
body{
-
   background:url('/wiki/images/c/cd/NYMU14_bg2.png'),url('/wiki/images/0/0b/NYMU14_bg.png');
+
   background:url('/wiki/images/0/0a/NYMU14_bgbg.png');
   min-width:1100px;
   min-width:1100px;
-
  background-size: 100%,cover;
+
   background-repeat: repeat;
-
   background-repeat: no-repeat,repeat;
+
   background-attachment:fixed;
   background-attachment:fixed;
 +
  background-size: cover;
}
}
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;
Line 50: Line 50:
.firstHeading{
.firstHeading{
   display:none;
   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;
}
}

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;

}