Team:Linkoping Sweden/Templates

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<style>
+
<head>
 +
<style type="text/css">
-
/*-- hides default wiki settings --*/
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
-
#contentSub,
+
-
#footer-box,
+
-
#catlinks,
+
-
#search-controls,
+
-
#p-logo,
+
-
<!--#top-section,-->
+
-
<!--#menubar,-->
+
-
.printfooter,
+
-
.firstHeading,
+
-
.visualClear
+
-
{display: none;}
+
-
#content
+
.firstHeading {
-
{border: 0px;}
+
width: 975px;
 +
margin: 0px auto;
 +
padding-top: 100px;
 +
margin-bottom: 20px;
 +
font-family: Georgia, Times, "Times New Roman", serif;
 +
}
-
/*-- hides default wiki settings --*/
+
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
 +
 
 +
#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: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
#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 30: Line 37:
}
}
-
body
+
#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;  
-
background-color:white;
+
text-decoration: none;  
-
font-family:arial,helvetica,sans-serif;
+
background-color: transparent;
-
font-size:12px;
+
}
}
-
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
+
body {  
-
background-color: #383838;
+
background-color: #fff;
-
border: 0 none;
+
-
height: 14px;
+
-
z-index: 100;
+
-
top: 0;
+
-
position: relative;
+
-
width: 975px;
+
-
left: 50%;
+
-
margin-left: -487px;
+
}
}
-
#wrapper
+
#globalWrapper, #content { /*-- changes default wiki settings --*/
-
{
+
width: 100%;  
-
width: 924px;
+
height: 100%;
-
margin: 0px auto 0px auto;
+
border: 0px;
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
}
}
-
#wrapper h1, h2, h3
+
 
-
{
+
html, body, .wrapper { /*-- changes default wiki settings --*/
-
border-bottom: 0px;
+
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
}
}
-
#header
+
 
-
{
+
#contentcontainer { /*-- creates container for all content on page --*/
-
width: 900px;
+
font-family: Arial, Helvetica, sans-serif;  
-
border: 2px solid #329000;
+
font-weight: normal;  
-
height: 80px;
+
font-size: 14px;  
-
padding: 10px;
+
color: #414141;
-
background-color: #7AEE3C;
+
width: 960px;
-
border-radius: 10px;
+
margin-left: auto;  
-
color: #329000;
+
margin-right: auto;  
 +
background-color: #transparent;
 +
margin-top: 0px;  
}
}
-
#header h1
+
 
-
{
+
.sidemenu, .sidemenu li {  
-
color: #329000;
+
list-style-type: none;
 +
list-style-image: none;
 +
font-family: verdana;
 +
text-decoration: none;
 +
color:#000;
 +
font-size: 14px;
}
}
-
#content-wrapper
+
 
-
{
+
.sidemenu li {display: block;}
-
margin-top:10px;
+
 
-
padding-bottom:10px;
+
.sidemenu a {
-
overflow: hidden;
+
text-decoration:none;
 +
color: #000;
 +
display: block;
 +
width: 180px;
 +
height: 100%;  
 +
padding: 3px 5px;
 +
transition: .25s ease-in-out;
 +
-moz-transition: .25s ease-in-out;
 +
-webkit-transition: .25s ease-in-out;
 +
}
 +
 
 +
.sidemenu a.greyout { color: #909090; }
 +
 
 +
.sidemenu a:hover {
 +
color:#666;
 +
background-color: #d9f5aa;
}
}
-
#content-wrapper div
+
 
 +
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
 +
.sub-sidemenu a {color: #666;}
 +
 
 +
div.underconst
{
{
-
float:left;
+
padding:10px;
-
border-left: 2px solid #329000;
+
border-radius:5px;
-
border-right: 2px solid #329000;
+
background-color:pink;
 +
text-align:center;
}
}
-
#content-wrapper h1, h2, h3
+
 
-
{
+
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
-
color: #B70094;
+
 
 +
.contentpara {margin-bottom: 30px;}
 +
 
 +
span.email{font-family: monospace; font-weight: normal;}
 +
 
 +
fieldset {border: 1px solid #337f53;}
 +
 
 +
.greyout {color: #A0A0A0;}
 +
.highlightme {background-color: #FFFF00;}
 +
 
 +
#alertContainer {border: 2px solid red; margin-bottom: 10px; width: 936px;}
 +
#annContainer {margin-left: 8px;}
 +
#newsContainer {border: 1px solid #ccc;}
 +
 
 +
.newsTitle {
 +
display: block;
 +
color: #414141;
 +
font-size: 25px; 
 +
        font-family: Georgia, Times, "Times New Roman", serif;
 +
padding: 10px 15px 5px 10px;
 +
border-bottom: 1px solid #ccc;
 +
margin-bottom: 0px;  
}
}
-
#content-wrapper a
+
 
-
{
+
.newsItem {
-
color: #4DDE00;
+
border-bottom: 1px solid #ccc;  
-
text-decoration: none;
+
display: block;  
-
font-weight: bold;
+
padding: 5px 15px 0px 10px;  
-
font-size: 13px;
+
margin-bottom: 0px;  
}
}
-
#content-wrapper a:hover
+
 
-
{
+
.newsItem h3 {
-
color: #329000;
+
width: auto;  
-
text-decoration: underline;
+
display: inline;
 +
font-size: 14px;
 +
font-family: Arial, Helvetica, sans-serif;
 +
padding: 0px;
 +
margin: 0px;
}
}
-
#content-left
+
 
-
{
+
.newsItem img {
-
width: 180px;
+
float: right;  
-
padding-left: 10px;
+
clear: right;  
-
padding-right: 20px;
+
width: 80px;  
-
padding-bottom: 100%;
+
padding-left: 15px;
-
margin-bottom: -100%;
+
display: inline-block;  
}
}
-
#content-left div
+
 
-
{
+
.newsItem .newsDate {
-
float: left;
+
font-style: italic;  
-
border-color: white;
+
font-size: 14px;
 +
display: inline-block;
 +
color: #999;
 +
float: right;
 +
padding: 0px 0px 10px 15px;
}
}
-
#content-left a
+
 
-
{
+
.newsItem p, .newsItem ul, .newsItem li {
-
display: block;
+
padding: 0px;  
-
color: #A63A00;
+
margin-left: 20px;  
-
font-size: 17px;
+
font-size: 12px;  
-
padding: 8px 8px 8px 8px;
+
line-height: 1.2;
-
margin-bottom: 5px;
+
-
text-decoration: none;
+
-
background-color: #FF8240;
+
-
border-radius: 7px;
+
}
}
-
#content-left a:hover
+
 
-
{
+
.newsItem p {margin-top: 10px;}
-
color: #FF8240;
+
 
-
background-color: #A63A00;
+
.annItem {
-
text-decoration: none;
+
border: 2px solid #49b677;  
 +
display: block;
 +
padding: 0px 15px 10px 10px;
 +
margin-bottom: 18px;
 +
position: relative;
 +
height: 160px;  
 +
vertical-align: middle;
}
}
-
#content-main
+
 
-
{
+
.annItem .annCentered {
-
width:500px;
+
display: table-cell;  
-
margin-left: -2px;
+
vertical-align: middle;  
-
padding-left: 20px;
+
height: 160px;
-
padding-right: 20px;
+
-
padding-bottom: 100%;
+
-
margin-bottom: -100%;
+
}
}
-
#content-main div
+
 
-
{
+
.annCentered h3 {
-
float: left;
+
padding: 0px;
-
}
+
display: block;  
-
#content-main img
+
margin-left: auto;  
-
{
+
margin-right: auto;  
-
max-height: 150px;
+
-
display: block;
+
-
margin-bottom: 2px;
+
-
}
+
-
#content-right
+
-
{
+
-
width: 136px;
+
-
margin-left: -2px;
+
-
padding-top: 20px;
+
-
padding-left: 20px;
+
-
padding-right: 10px;
+
-
padding-bottom: 100%;
+
-
margin-bottom: -100%;
+
-
}
+
-
#content-right div
+
-
{
+
-
float: left;
+
-
}
+
-
#content-right img
+
-
{
+
-
width: 136px;
+
-
display: block;
+
-
margin-bottom: 2px;
+
-
}
+
-
#content-right a
+
-
{
+
-
display: block;
+
-
margin-bottom: 30px;
+
-
}
+
-
#footer
+
-
{
+
-
float: left;
+
-
width: 900px;
+
-
margin-top: 10px;
+
-
margin-bottom: 10px;
+
-
padding: 10px;
+
-
border: 2px solid #329000;
+
-
border-radius: 7px;
+
text-align: center;
text-align: center;
-
background-color: #7AEE3C;
 
-
}
 
-
#footer a
 
-
{
 
-
color: #4DDE00;
 
-
text-decoration: none;
 
-
font-weight: bold;
 
-
font-size: 13px;
 
-
color: #329000;
 
-
display: inline-block;
 
-
margin: 0px 10px 0px 10px;
 
-
}
 
-
#bottom
 
-
{
 
-
clear:both;
 
-
text-align:right;
 
}
}
 +
 +
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
 +
.annItem li {list-style: none; margin: 5px}
 +
 +
</style>
</style>
 +
</style>
 +
 +
 +
</html>
</html>

Revision as of 07:52, 25 June 2014