Team:CU-Boulder/Wiki

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel...")
 
(35 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
+
 
-
<link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
+
-
<link href='http://fonts.googleapis.com/css?family=Arimo:400,400italic' rel='stylesheet' type='text/css'>
+
<style type="text/css">
<style type="text/css">
/* Wiki styles */
/* Wiki styles */
 +
 +
div.thumb div a img {
div.thumb div a img {
     background-color:white;
     background-color:white;
     padding:6px 0px;
     padding:6px 0px;
 +
}
}
#globalWrapper {/* the wiki */
#globalWrapper {/* the wiki */
     background-color: rgb(255, 255, 255);
     background-color: rgb(255, 255, 255);
-
     width:1100px;
+
     width:100%;
     height:auto;
     height:auto;
     margin:0 auto;
     margin:0 auto;
     padding:0;
     padding:0;
 +
}
}
-
#top-section{/* the igem flag + top menu)*/
+
 
-
    position:fixed;
+
 
-
    margin:0;
+
#top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
-
    padding:0;
+
background-color: #383838;
-
    top:0;
+
border: 0 none;
-
    height:auto;
+
height: 14px;
-
    width:1100px;
+
z-index: 100;
-
    border:none;
+
top: 0;
-
    z-index:3;
+
position: fixed;
 +
width: 975px;  
 +
        left: 487px;  
 +
margin-left: -487px;
}
}
-
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
+
 
 +
#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;
 +
}
 +
 
 +
#p-logo{
     display:none;
     display:none;
}
}
 +
 +
#menubar {/* la barre de menu du haut */
#menubar {/* la barre de menu du haut */
-
    display:none;
 
     margin:0;
     margin:0;
     width:550px;
     width:550px;
Line 59: Line 82:
.right-menu a{/* les lien du login */
.right-menu a{/* les lien du login */
}
}
 +
 +
#search-controls{/* la barre de recherche*/
#search-controls{/* la barre de recherche*/
     display:none;
     display:none;
}
}
 +
#content{/* le body de la page*/
#content{/* le body de la page*/
     border:none;
     border:none;
Line 70: Line 96:
     height:auto;
     height:auto;
     background:#ffffff;
     background:#ffffff;
 +
    top: 0px;
}
}
.firstHeading { /*titre de page */
.firstHeading { /*titre de page */
Line 79: Line 106:
     border:none;
     border:none;
     border-color:none;
     border-color:none;
-
     padding:0;
+
     padding: 0;
     height:auto;
     height:auto;
-
     width:1100px;
+
     width:100%;
     margin:0 auto;
     margin:0 auto;
}
}
 +
 +
#footer-box{/* la boite en bas de page*/
#footer-box{/* la boite en bas de page*/
-
     width:1090px;  
+
    display:none;
 +
     width:80%;  
     border:none;
     border:none;
     margin-top:5px;
     margin-top:5px;
-
     margin-bottom:50px;
+
     margin-bottom: 0px;
     color:white;
     color:white;
     background:rgb(30,39,43);
     background:rgb(30,39,43);
Line 103: Line 133:
}
}
body,input {
body,input {
-
     font-family: Arial, Helvetica, sans-serif;
+
     font-family: 'Source Sans Pro', 'Julius Sans One', sans-serif;
-
/*font-family: Cambria, serif; font-family: 'Lora', serif;*/
+
font-weight: 300;
 +
font-size: 12pt;
 +
line-height: 1.75em;
 +
color: #39454b;
 +
letter-spacing: 0.5px;
}
}
 +
/* Headers */
/* Headers */
h1,h2,h3,h4 {
h1,h2,h3,h4 {
Line 116: Line 151:
     font-size:25px;
     font-size:25px;
     line-height:26px;
     line-height:26px;
-
    border-bottom: 1px solid;
 
     font-weight: bold;
     font-weight: bold;
}
}
Line 172: Line 206:
}
}
#page {
#page {
-
     width:1100px;
+
     width:100%;
     margin:0 auto;
     margin:0 auto;
     text-align:justify;
     text-align:justify;
-
     margin-top:20px;
+
     margin-top:0px;
     font-size:17px;
     font-size:17px;
}
}

Latest revision as of 17:38, 5 October 2014