Team:McMaster-Ontario/css

From 2012.igem.org

(Difference between revisions)
 
(153 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
/* Converts generic template into empty one.
-
<head>
+
  Ne touche pas                                */
-
<style type="text/css">
+
-
 
+
#content {
#content {
-
  border: none;
+
border: none;
-
  background-color: transparent;
+
background-color: transparent;
 +
width:100%;
 +
margin:0;
 +
padding:0;
}
}
-
 
#catlinks {
#catlinks {
-
  border:none;
+
display: none;
-
  background-color: transparent;
+
}
}
-
 
+
#footer-box {  
-
 
+
display: none;
-
.center_box {
+
height: 0px;
-
  text-align: center;
+
}
}
-
 
#p-logo {
#p-logo {
-
  display:none;
+
display: none;
}
}
-
 
#top-section {
#top-section {
-
border: none;
+
border: none;
-
height:0px;
+
height: 0px;
}
}
-
 
+
.firstHeading {
-
.firstHeading{
+
display: none;
-
display: none;
+
-
padding:0px;
+
}
}
 +
#search-controls {
 +
display: none;
 +
}
 +
input.searchButton:hover {
 +
color: #B41111;
 +
}
 +
input.searchButton {
 +
color: #ffffff;
 +
}
 +
p {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
div .visualClear {
 +
display: none;
 +
}
 +
#globalWrapper {
 +
margin: 0;
 +
padding: 0px;
 +
overflow: hidden;
 +
}
 +
#menubar ul {
 +
position: fixed;
 +
-webkit-transform: translateZ(0);
 +
z-index: 1;
 +
}
 +
#menubar li a {
 +
background: none;
 +
}
 +
/*End of Line*/
 +
 +
 +
-
#banner-wrap {
 
-
  padding: 0px;
 
 +
body {
 +
background: black;
 +
}
 +
#navbar {
 +
float: right;
 +
line-height: 70px;
 +
height: 70px;
 +
}
 +
#navbar .nav {
 +
list-style: none;
 +
display: block;
 +
margin: 0;
 +
}
 +
#content li {
 +
display: block;
 +
float: left;
 +
line-height: 112px;
 +
padding: 0 15px 0 15px;
 +
font-weight: 900;
 +
font-size: 1.25em;
}
}
-
#search-controls {
+
#content li a:link {
-
  width: auto;
+
color: grey;
-
  top: -4px;
+
}
-
  right: 200px;
+
#content li a:visited {
-
  z-index: 15;
+
color: grey;
 +
}
 +
#content li a:hover {
 +
color: white;
 +
text-decoration: none;
 +
}
 +
 
 +
#header {
 +
position: fixed;
 +
left: 0;
 +
top: 0;
 +
height: 112px;
 +
width: 100%;
 +
background: black;
 +
-webkit-transform: translateZ(0);
 +
z-index: 1;
 +
opacity: 0.9;
 +
}
 +
p {
 +
margin: 0.5em;
 +
}
 +
div .section {
 +
width: 100%;
 +
background: black;
 +
background-size: 1500px;
 +
background-repeat: no-repeat;
 +
background-position: top;
 +
padding: 50px 0px 50px 0px;
 +
}
 +
div .content {
 +
width: 50%;
 +
margin: 0 auto 0 auto;
 +
background: rgba(255,255,255,0.8);
 +
padding: 50px;
}
}
-
</style>
 
-
</head>
 
-
</html>
 

Latest revision as of 16:16, 10 May 2013

/* Converts generic template into empty one.

  Ne touche pas                                 */
  1. content {

border: none; background-color: transparent; width:100%; margin:0; padding:0; }

  1. catlinks {

display: none; }

  1. footer-box {

display: none; height: 0px; }

  1. p-logo {

display: none; }

  1. top-section {

border: none; height: 0px; } .firstHeading { display: none; }

  1. search-controls {

display: none; } input.searchButton:hover { color: #B41111; } input.searchButton { color: #ffffff; } p { margin: 0; padding: 0; } div .visualClear { display: none; }

  1. globalWrapper {

margin: 0; padding: 0px; overflow: hidden; }

  1. menubar ul {

position: fixed; -webkit-transform: translateZ(0); z-index: 1; }

  1. menubar li a {

background: none; } /*End of Line*/



body { background: black; }

  1. navbar {

float: right; line-height: 70px; height: 70px; }

  1. navbar .nav {

list-style: none; display: block; margin: 0; }

  1. content li {

display: block; float: left; line-height: 112px; padding: 0 15px 0 15px; font-weight: 900; font-size: 1.25em; }

  1. content li a:link {

color: grey; }

  1. content li a:visited {

color: grey; }

  1. content li a:hover {

color: white; text-decoration: none; }

  1. header {

position: fixed; left: 0; top: 0; height: 112px; width: 100%; background: black; -webkit-transform: translateZ(0); z-index: 1; opacity: 0.9; } p { margin: 0.5em; } div .section { width: 100%; background: black; background-size: 1500px; background-repeat: no-repeat; background-position: top; padding: 50px 0px 50px 0px; } div .content { width: 50%; margin: 0 auto 0 auto; background: rgba(255,255,255,0.8); padding: 50px; }