Template:Kyoto/css

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <style type="text/css"> /******* CONTENT *******/ #content { } /******* wiki iGEM logo *******/ #p-logo { display: none; } - ****** header ******: #top-section { heig...")
Line 3: Line 3:
/******* CONTENT *******/
/******* CONTENT *******/
#content {
#content {
 +
width: 100%;
}
}
/******* wiki iGEM logo *******/
/******* wiki iGEM logo *******/
#p-logo {
#p-logo {
-
display: none;
+
display: none;
}
}
/******* header *******/
/******* header *******/
#top-section {
#top-section {
-
height: 0px;
+
height: 0px;
-
top: 0px;
+
top: 0px;
-
margin-top: 0px;
+
margin-top: 0px;
-
padding: 0px;
+
padding: 0px;
-
border: 0px;
+
border: 0px;
}
}
/******* wiki contents menu *******/
/******* wiki contents menu *******/
-
#toc {
+
#toc {
-
  display: none;
+
display: none;
-
}
+
}
/******* wiki page's address *******/
/******* wiki page's address *******/
.firstHeading {
.firstHeading {
-
display: none;
+
display: none;
}
}
</style>
</style>
</html>
</html>

Revision as of 15:33, 29 August 2012