Team:CU-Boulder/Wiki

From 2014.igem.org

(Difference between revisions)
 
(16 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;
Line 16: Line 16:
     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:100%;
+
z-index: 100;
-
    border:none;
+
top: 0;
-
    z-index:3;
+
position: fixed;
 +
width: 975px;  
 +
        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;
 +
}
 +
#p-logo{
#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 60: 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 71: Line 96:
     height:auto;
     height:auto;
     background:#ffffff;
     background:#ffffff;
 +
    top: 0px;
}
}
.firstHeading { /*titre de page */
.firstHeading { /*titre de page */
Line 107: Line 133:
}
}
body,input {
body,input {
-
     font-family: Helvetica, Arial, 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;
}
}

Latest revision as of 17:38, 5 October 2014