Template:CSS/MainStyle

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki setting...")
 
(66 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<style type="text/css">
<style type="text/css">
-
 
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
-
 
+
-
.firstHeading {
+
-
width: 975px;
+
-
margin: 0px auto;
+
-
padding-top: 100px;
+
-
margin-bottom: 20px;
+
-
font-family: Georgia, Times, "Times New Roman", serif;
+
-
}
+
-
 
+
-
h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif;}
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
background-color: #383838;
+
border: 0 none;
border: 0 none;
height: 14px;
height: 14px;
Line 25: Line 15:
left: 50%;  
left: 50%;  
margin-left: -487px;
margin-left: -487px;
-
}
 
-
 
-
#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;
 
-
}
 
-
 
-
body {
 
-
background-color: #fff;
 
}
}
Line 62: Line 32:
}
}
-
#contentcontainer { /*-- creates container for all content on page --*/
+
 
 +
h1 {
 +
    font-size: 15px;
 +
    text-transform:capitalize;
 +
    font-weight:bold;
 +
    text-decoration:none;
 +
    display: inline;
 +
}
 +
 
 +
 
 +
h2 {
 +
    font-size: 5px;
 +
    text-transform:capitalize;
 +
    font-weight:bold;
 +
    text-decoration:none;
 +
}
 +
 
 +
 
 +
a {
 +
    text-decoration: none;
 +
    font-weight:bold;
 +
}
 +
 
 +
a:hover {
 +
    color: #414141;
 +
    font-weight:bold;
 +
}
 +
 
 +
body {
 +
    background-color: #ebebeb;
 +
    width: 100%;
 +
}
 +
 
 +
 
 +
ul {
 +
    list-style-type: circle;
 +
  padding-left: 25px;
 +
    margin: 0px;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
/*-- full width container --*/
 +
#fullwidthcontainer {
font-family: Arial, Helvetica, sans-serif;  
font-family: Arial, Helvetica, sans-serif;  
font-weight: normal;  
font-weight: normal;  
font-size: 14px;  
font-size: 14px;  
color: #414141;
color: #414141;
-
width: 960px;  
+
width: 925px;  
margin-left: auto;  
margin-left: auto;  
margin-right: auto;  
margin-right: auto;  
-
background-color: #transparent;  
+
background-color: #ffffff;  
margin-top: 0px;  
margin-top: 0px;  
 +
 +
    padding-top: 25px;
 +
    padding-bottom: 25px;
 +
    padding-right: 25px;
 +
    padding-left: 25px;
}
}
-
.sidemenu, .sidemenu li {  
+
 
-
list-style-type: none;  
+
/*-- full width container with no padding--*/
-
list-style-image: none;  
+
#fullwidthcontainernopadding {  
-
font-family: verdana;  
+
font-family: Arial, Helvetica, sans-serif;  
-
text-decoration: none;  
+
font-weight: normal;  
-
color:#000;  
+
font-size: 14px;
-
font-size: 14px;
+
color: #414141;
 +
width: 975px;  
 +
margin-left: auto;  
 +
margin-right: auto;
 +
background-color: #ffffff;  
 +
margin-top: 0px;  
 +
}
}
-
.sidemenu li {display: block;}
 
-
.sidemenu a {
 
-
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 {
+
/*-- subdivided container (two equal columns)--*/
-
color:#666;  
+
 
-
background-color: #d9f5aa;
+
#column1-wrap {
 +
  width: 975px;
 +
margin-left: auto;  
 +
margin-right: auto;
 +
background-color: #ffffff;  
}
}
-
.sub-sidemenu {font-size: 10px; margin-bottom: 20px; color: #666; display: none;}
+
#column1 {
-
.sub-sidemenu a {color: #666;}
+
    background-color: cyan;
 +
    width: 462px;
 +
    float: left;
 +
padding-top: 25px;
 +
    padding-bottom: 25px;
 +
    padding-left: 25px;
 +
}
-
div.underconst
+
#column2 {
-
{
+
    background-color: lime;
-
padding:10px;
+
    float: left;
-
border-radius:5px;
+
    width: 463px; 
-
background-color:pink;
+
    padding-top: 25px;
-
text-align:center;
+
    padding-bottom: 25px;
 +
    padding-left: 25px;  
}
}
-
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
+
#clear {
 +
    clear: both;
 +
}
-
.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;}
+
/*-- subdivided container (two different columns)--*/
-
#annContainer {margin-left: 8px;}
+
-
#newsContainer {border: 1px solid #ccc;}
+
-
.newsTitle {
+
#columns-wrap {  
-
display: block;
+
  width: 975px;  
-
color: #414141;
+
margin-left: auto;  
-
font-size: 25px;  
+
margin-right: auto;  
-
        font-family: Georgia, Times, "Times New Roman", serif;
+
background-color: #ffffff;  
-
padding: 10px 15px 5px 10px;  
+
-
border-bottom: 1px solid #ccc;  
+
-
margin-bottom: 0px;  
+
}
}
-
.newsItem {
+
#column1s {
-
border-bottom: 1px solid #ccc;  
+
    background-color: #ffffff;  
-
display: block;  
+
    width: 300px;
-
padding: 5px 15px 0px 10px;  
+
    float: left;
-
margin-bottom: 0px;  
+
padding-top: 25px;
 +
    padding-bottom: 25px;
 +
 
 +
    padding-left: 25px;
}
}
-
.newsItem h3 {
+
#column2s {
-
width: auto;  
+
    background-color: #ffffff;  
-
display: inline;  
+
    float: left;
-
font-size: 14px;  
+
    width: 625px;
-
font-family: Arial, Helvetica, sans-serif;  
+
    padding-top: 25px;
-
padding: 0px;  
+
    padding-bottom: 25px;
-
margin: 0px;
+
    padding-left: 25px;  
}
}
-
.newsItem img {
+
#clear {
-
float: right;
+
    clear: both;
-
clear: right;
+
-
width: 80px;
+
-
padding-left: 15px;
+
-
display: inline-block;  
+
}
}
-
.newsItem .newsDate {
 
-
font-style: italic;
 
-
font-size: 14px;
 
-
display: inline-block;
 
-
color: #999;
 
-
float: right;
 
-
padding: 0px 0px 10px 15px;
 
-
}
 
-
.newsItem p, .newsItem ul, .newsItem li {
 
-
padding: 0px;
 
-
margin-left: 20px;
 
-
font-size: 12px;
 
-
line-height: 1.2;
 
-
}
 
-
.newsItem p {margin-top: 10px;}
 
-
.annItem {
 
-
border: 2px solid #49b677;
 
-
display: block;
 
-
padding: 0px 15px 10px 10px;
 
-
margin-bottom: 18px;
 
-
position: relative;
 
-
height: 160px;
 
-
vertical-align: middle;
 
-
}
 
-
.annItem .annCentered {
 
-
display: table-cell;
 
-
vertical-align: middle;
 
-
height: 160px;
 
-
}
 
-
.annCentered h3 {
+
/*-- subdivided container (three equal columns)--*/
-
padding: 0px;
+
 
-
display: block;  
+
#columnA-wrap { 
 +
  width: 975px;  
margin-left: auto;  
margin-left: auto;  
margin-right: auto;  
margin-right: auto;  
-
text-align: center;
+
background-color: #ffffff;  
}
}
-
.annItem ul, .annItem li {padding: 0px; margin: 0px;}
+
#columnA {
-
.annItem li {list-style: none; margin: 5px}
+
    background-color: cyan;
-
 
+
    width: 300px;
 +
    float: left;
 +
padding-top: 25px;
 +
    padding-bottom: 25px;
 +
 
 +
    padding-left: 25px;
 +
}
 +
#columnB {
 +
    background-color: lime;
 +
    float: left;
 +
    width: 300px; 
 +
    padding-top: 25px;
 +
    padding-bottom: 25px;
 +
    padding-left: 25px;
 +
}
 +
#columnC {
 +
    background-color: cyan;
 +
    float: left;
 +
    width: 300px; 
 +
    padding-top: 25px;
 +
    padding-bottom: 25px;
 +
    padding-left: 25px;
 +
}
 +
#clear {
 +
    clear: both;
 +
}
</style>
</style>
-
</style>
 
-
 
-
 
-
 
</html>
</html>

Latest revision as of 17:19, 2 September 2014