Team:Linkoping Sweden/Templates/wikicss

From 2014.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear,.firstHeading {display: none;} /*-- hides default wiki settings --*/
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, {display: none;} /*-- hides default wiki settings --*/
-
 
+
#top-section{
#top-section{
 +
    display:none;
     height: 0px;
     height: 0px;
     top: 0px;
     top: 0px;
Line 12: Line 12:
     padding: 0px;
     padding: 0px;
     border: 0px;
     border: 0px;
 +
}
 +
#footer-box{
 +
display:none;
}
}
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
Line 27: Line 30:
text-decoration: none;  
text-decoration: none;  
background-color: transparent;
background-color: transparent;
-
}
 
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
#globalWrapper, #content {
width: 100%;  
width: 100%;  
height: 100%;
height: 100%;
Line 37: Line 39:
padding: 0px;
padding: 0px;
-
.jumbotron {
+
#bodyContent, #content {
-
display: inline-block;
+
width: 1100px;
-
float: inherit;
+
}
}
-
.jumbotron h1 {
+
 
-
text-align: center;
+
a{
 +
color: black;
 +
}
 +
a:hover{
 +
color:blue
}
}
</style>
</style>
</head>
</head>
-
 
</html>
</html>

Latest revision as of 13:17, 26 June 2014