Team:Linkoping Sweden/Templates/wikicss

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
-
.navbar .navbar-nav {
 
-
    display: inline-block;
 
-
    float: none;
 
-
}
 
-
 
-
.navbar .navbar-collapse {
 
-
    text-align: center;
 
-
}
 
-
 
#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,.firstHeading {display: none;} /*-- hides default wiki settings --*/
Line 23: Line 14:
}
}
#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.) --*/
-
background-color: #383838;
+
display: none;
 +
background-color: #383838;
height: 14px;
height: 14px;
-
display: block;
+
        display: block;
z-index: 10;
z-index: 10;
position: fixed;
position: fixed;
Line 48: Line 40:
.jumbotron {
.jumbotron {
display: inline-block;
display: inline-block;
-
float: none;
+
float: inherit;
}
}
.jumbotron h1 {
.jumbotron h1 {

Revision as of 14:39, 25 June 2014