Team:Linkoping Sweden/wiki

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
}
}
#globalWrapper {/* the wiki */
#globalWrapper {/* the wiki */
-
    /* background-color: rgb(255, 255, 255); */
 
     width:1100px;
     width:1100px;
     height:auto;
     height:auto;
Line 16: Line 15:
     padding:0;
     padding:0;
}
}
-
#top-section{/* the igem flag + top menu)*/
+
#top-section{
     position:fixed;   
     position:fixed;   
     margin:0;
     margin:0;
Line 26: Line 25:
     z-index:3;
     z-index:3;
}
}
-
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
+
#p-logo{
     display:none;
     display:none;
}
}
-
#menubar {/* la barre de menu du haut */
+
#menubar {
     display:none;
     display:none;
     margin:0;
     margin:0;
Line 43: Line 42:
     line-height:20px;     
     line-height:20px;     
}
}
-
#menubar a{/*les lien de la barre de menu du haut */
+
#menubar a{
     color:white;
     color:white;
     text-decoration:none;
     text-decoration:none;
Line 49: Line 48:
     z-index:3;
     z-index:3;
}
}
-
.left-menu{/* le menu de haut gauche */
+
.left-menu{
     float:left;   
     float:left;   
     z-index:3;
     z-index:3;
}
}
-
.right-menu{/* le menu de login haut droite*/
+
.right-menu{
     float:right;
     float:right;
     z-index:3;
     z-index:3;
}
}
-
.right-menu a{/* les lien du login */
+
.right-menu a{
}
}
-
#search-controls{/* la barre de recherche*/
+
#search-controls{
     display:none;
     display:none;
}
}
-
#content{/* le body de la page*/
+
#content{
     border:none;
     border:none;
     padding:0;
     padding:0;
Line 71: Line 70:
     background-color:transparent;
     background-color:transparent;
}
}
-
.firstHeading { /*titre de page */
+
.firstHeading {
     display:none;
     display:none;
     border:none;
     border:none;
}
}
-
#bodyContent{/* contenu de page*/
+
#bodyContent{
-
    /* background-color:transparent; */
+
     border:none;
     border:none;
     border-color:none;
     border-color:none;
Line 84: Line 82:
     margin:0 auto;
     margin:0 auto;
}
}
-
#footer-box{/* la boite en bas de page*/
+
#footer-box{
     width:1090px;  
     width:1090px;  
     border:none;
     border:none;
Line 90: Line 88:
     margin-bottom:50px;
     margin-bottom:50px;
     color:white;
     color:white;
-
     background:rgb(30,39,43);
+
background:transparent;
 +
     /* background:rgb(30,39,43); */
 +
border-top: 1px solid;
 +
border-color: #303030;
}
}
-
#catlinks{/* le cadre sous le body useless */
+
#catlinks{
     display:none;
     display:none;
}
}
Line 99: Line 100:
/* Body */
/* Body */
body {
body {
-
     background-color:transparent;
+
     background-color:white;
-
     background-image:url('https://static.igem.org/mediawiki/2014/e/ee/Linkoping_sweden_background2.jpg');
+
     /* background-image:url('https://static.igem.org/mediawiki/2014/e/ee/Linkoping_sweden_background2.jpg'); */
     background-repeat:repeat;
     background-repeat:repeat;
     color: rgb(30,39,43);
     color: rgb(30,39,43);
Line 110: Line 111:
/* Headers */
/* Headers */
h1,h2,h3,h4 {
h1,h2,h3,h4 {
-
     font-weight: normal;
+
     font-family: 'Optima', sans-serif;
 +
font-weight:bold;
     letter-spacing: 0 px;
     letter-spacing: 0 px;
     border-bottom:none;
     border-bottom:none;
Line 134: Line 136:
a {
a {
     text-decoration:none;
     text-decoration:none;
-
     color: #559DD5;
+
     color: #21781E;
}
}
a:visited {
a:visited {
-
     color: #559DD5;
+
     color: #21781E;
}
}
a:hover {
a:hover {
 +
color: #2EA12A;
     text-decoration: none;
     text-decoration: none;
}
}
Line 176: Line 179:
     width:1100px;
     width:1100px;
     margin:0 auto;
     margin:0 auto;
-
     text-align:justify;
+
     /* text-align:justify; */
-
     margin-top:20px;
+
     margin-top:40px;
     font-size:17px;
     font-size:17px;
 +
overflow: hidden;
 +
height:auto;
}
}
/* Paragraphs */
/* Paragraphs */

Revision as of 12:14, 24 July 2014