Difference between revisions of "Template:Birkbeck"

(Undo revision 139779 by Eparris (talk))
Line 7: Line 7:
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
<!-- Florence background working but I don't want the Nav bar 25% from the edge of the page, just everything else
+
<!-- Florence background not currently working
 
+
 
+
#globalWrapper, #content {
+
width: 100%;
+
height: 100%;
+
border: 0px;
+
background-color: transparent;
+
margin: 0px;
+
padding: 0px;
+
font-size: 100%;
+
}
+
+
html {
+
width: 90%;
+
margin:0 auto;
+
background-color: transparent;
+
                background: url("https://static.igem.org/mediawiki/2015/6/64/IGEM2015_BBK_Florence.png") repeat-y;
+
                background-size:contain;
+
}
+
 
+
body, .wrapper {
+
width: 100%;
+
height: 100%;
+
background-color: white;
+
                opacity:0.9;
+
}
+
 
+
.navbar {
+
margin: 0 auto;
+
margin-top: 1em;
+
padding: 1em;
+
border-radius: 10px;
+
}
+
 
+
img.displayed {
+
        display: block;
+
        margin-left: auto;
+
        margin-right: auto
+
        }
+
 
+
  
 +
                        html {
 +
                                width: 90%;
 +
                                margin:0 auto;
 +
                                background-color: transparent;
 +
                                background: url("https://static.igem.org/mediawiki/2015/6/64/IGEM2015_BBK_Florence.png") repeat-y;
 +
                                background-size:contain;
 +
}
 
-->
 
-->
  

Revision as of 15:56, 28 August 2015