Team:Linkoping Sweden/Templates

From 2014.igem.org

(Difference between revisions)
 
(35 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style>
+
<head>
 +
 
 +
<style type="text/css">
 +
 
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
 +
 
 +
 
 +
.firstHeading {
 +
visibility: hidden;
 +
width: 975px;
 +
margin: 0px auto;
 +
padding-top: 0px;
 +
font-size: 0em;
 +
margin-bottom: 0px;
 +
font-family: Georgia, Times, "Times New Roman", serif;
 +
}
 +
 
 +
#top-section{
 +
    height: 0px;
 +
    top: 0px;
 +
    margin-top: 0px;
 +
    padding: 0px;
 +
    border: 0px;
 +
}
 +
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
height: 14px;
 +
display: block;
 +
z-index: 10;
 +
position: fixed;
 +
width: 100%;
 +
top: 0;
 +
}
 +
 
 +
#menubar a:link, #menubar a:active, #menubar a:visited, #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
 +
color: #727272;
 +
text-decoration: none;
 +
background-color: transparent;
 +
}
-
/*-- hides default wiki settings --*/
 
-
#contentSub,
 
-
#footer-box,
 
-
#catlinks,
 
-
#search-controls,
 
-
#p-logo,
 
-
#top-section,
 
-
#menubar,
 
-
.printfooter,
 
-
.firstHeading,
 
-
.visualClear
 
-
{display: none;}
 
-
#content
 
-
{border: 0px}
 
-
/*-- hides default wiki settings --*/
 
body
body
Line 26: Line 49:
font-size:12px;
font-size:12px;
}
}
 +
 +
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
background-color: #383838;
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: relative;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
#wrapper
#wrapper
{
{
-
width:900px;
+
width: 924px;
-
margin:0px auto;
+
margin: 0px auto 0px auto;
-
border:0px solid #bbb;
+
border: 0px;
-
padding:10px;
+
}
}
#wrapper h1, h2, h3
#wrapper h1, h2, h3
Line 39: Line 74:
#header
#header
{
{
 +
width: 900px;
border: 2px solid #329000;
border: 2px solid #329000;
height: 80px;
height: 80px;
Line 54: Line 90:
margin-top:10px;
margin-top:10px;
padding-bottom:10px;
padding-bottom:10px;
-
height: auto;
+
overflow: hidden;
}
}
#content-wrapper div
#content-wrapper div
{
{
-
padding:9px;
 
-
border:1px solid #bbb;
 
float:left;
float:left;
-
border: 2px solid #329000;
+
border-left: 2px solid #329000;
-
border-radius: 5px;
+
border-right: 2px solid #329000;
}
}
#content-wrapper h1, h2, h3
#content-wrapper h1, h2, h3
Line 82: Line 116:
#content-left
#content-left
{
{
-
width:180px;
+
width: 180px;
-
height: 100%;
+
padding-left: 10px;
 +
padding-right: 20px;
 +
padding-bottom: 100%;
 +
margin-bottom: -100%;
 +
}
 +
#content-left div
 +
{
 +
float: left;
 +
border-color: white;
}
}
#content-left a
#content-left a
Line 104: Line 146:
#content-main
#content-main
{
{
-
margin-left:10px;
 
width:500px;
width:500px;
-
height: 100%;
+
margin-left: -2px;
 +
padding-left: 20px;
 +
padding-right: 20px;
 +
padding-bottom: 100%;
 +
margin-bottom: -100%;
 +
}
 +
#content-main div
 +
{
 +
float: left;
}
}
#content-main img
#content-main img
Line 116: Line 165:
#content-right
#content-right
{
{
-
margin-left:10px;
+
width: 136px;
-
width:134px;
+
margin-left: -2px;
-
height: 100%;
+
padding-top: 20px;
 +
padding-left: 20px;
 +
padding-right: 10px;
 +
padding-bottom: 100%;
 +
margin-bottom: -100%;
 +
}
 +
#content-right div
 +
{
 +
float: left;
}
}
#content-right img
#content-right img
{
{
-
width: 134px;
+
width: 136px;
display: block;
display: block;
margin-bottom: 2px;
margin-bottom: 2px;
Line 134: Line 191:
{
{
float: left;
float: left;
 +
width: 900px;
margin-top: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-bottom: 10px;
Line 139: Line 197:
border: 2px solid #329000;
border: 2px solid #329000;
border-radius: 7px;
border-radius: 7px;
-
width:876px;
 
text-align: center;
text-align: center;
background-color: #7AEE3C;
background-color: #7AEE3C;
Line 160: Line 217:
</style>
</style>
 +
 +
 +
</html>
</html>

Latest revision as of 08:29, 25 June 2014