Template:CSS/Main custom

From 2014.igem.org

(Difference between revisions)
 
(31 intermediate revisions not shown)
Line 79: Line 79:
   #menu top{
   #menu top{
     font-weight: bold;
     font-weight: bold;
 +
    font-size: 12.5px;
     text-align: center;
     text-align: center;
   }
   }
Line 86: Line 87:
   background: #DCFFDC;
   background: #DCFFDC;
   margin-bottom: 30px;
   margin-bottom: 30px;
-
    
+
   width: 114px;
-
    
+
}
-
}
+
 
 +
#menu lil {
 +
   float: left;
 +
  height: 30px
 +
  background: #DCFFDC;
 +
  margin-bottom: 30px;
 +
  width: 45px;
 +
}
 +
 
#menu a {
#menu a {
   display: block;
   display: block;
   padding: 5px;
   padding: 5px;
-
  width: 120px;
 
   color: #333333;
   color: #333333;
 +
  border-style: solid;
 +
  border-color: transparent;
 +
  border-right-color: white;
 +
  border-width: 1px;
 +
  border-right-width: 2px;
    
    
}
}
Line 101: Line 114:
   left: -999em;
   left: -999em;
   width: 100px;
   width: 100px;
-
   text-align left;
+
   text-align: left;
   opacity: 0.85;
   opacity: 0.85;
-
   padding-left: 10px
+
   padding-left: 10px;  
-
   
+
-
 
+
-
 
+
-
 
+
-
 
+
}
}
Line 115: Line 123:
}
}
}
}
 +
 +
/*---PAGE CONTENT------------*/
/*---PAGE CONTENT------------*/
Line 120: Line 130:
#contentcontainer { /*-- creates container for all content on page --*/
#contentcontainer { /*-- creates container for all content on page --*/
     font-family: Arial, Helvetica, sans-serif;  
     font-family: Arial, Helvetica, sans-serif;  
-
     font-weight: normal;
+
     font-weight: normal;
-
    font-size: 15px;  
+
     color: white;
     color: white;
     width: 960px;  
     width: 960px;  
Line 130: Line 139:
}
}
-
 
+
p1{
 +
    font-color: #333333;
 +
    font-size: 15px;
 +
}
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}
Line 145: Line 157:
}
}
 +
 +
.grey{
 +
    background-color: #E5E5E5;
 +
    padding-top: 0;
 +
    padding-bottom: 20px;
 +
    margin-top: 30px;
 +
    margin-bottom: 30px;
 +
    width: 960px;
 +
}
 +
   
/*---HEADER SYTLING---------*/
/*---HEADER SYTLING---------*/
Line 194: Line 216:
     border: 0 none;
     border: 0 none;
     z-index: 100;
     z-index: 100;
-
    /*position: fixed;*/
+
/* position: fixed; */
     width: 100%;  
     width: 100%;  
-
     /*left: 50%; */
+
     margin-top: 40px;
     padding-top: 20px;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-bottom: 20px;
 +
    text-align: center;
 +
    font-size: 12px;
}
}
-
 
-
 
-
 
Line 208: Line 229:
/*---HOME PAGE SPECIFIC-------------------*/
/*---HOME PAGE SPECIFIC-------------------*/
-
#buttons{
 
-
display: inline-block;
 
-
    width: 262px;
 
-
    height: 161px;
 
-
    margin-top: 30px;
 
-
    margin-bottom: 30px;
 
-
}
 
-
.grey{
 
-
    background-color: #E5E5E5;
 
-
    padding-top: 20px;
 
-
    padding-bottom: 20px;
 
-
    margin-top: 5px;
 
-
    margin-bottom: 30px;
 
-
}
 
-
 
</style>
</style>
</html>
</html>

Latest revision as of 19:51, 21 September 2014