Template:Team:Hannover/main.css

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
body{
body{
-
background-color:#FAFCF7; width:800px; margin-left:auto; margin-right:auto;}
+
background-color:#FAFCF7;  
 +
width:1000px;  
 +
margin-left:auto;  
 +
margin-right:auto;
 +
 
 +
}
.text{
.text{
Line 41: Line 46:
         background-color:#FAFCF7;
         background-color:#FAFCF7;
   padding:5px;
   padding:5px;
-
  width:800px;
+
  width:1000px;
         height:40px;
         height:40px;
   margin-left:auto;
   margin-left:auto;
Line 58: Line 63:
#main_menue{
#main_menue{
-
     width: 800px;  
+
     width: 1000px;  
     height: 70px;  
     height: 70px;  
     padding: 0 0 10px 0;;
     padding: 0 0 10px 0;;
Line 169: Line 174:
     margin-right: auto;
     margin-right: auto;
}
}
 +
 +
#main_content {
 +
    width: 780px;
 +
    float: left;
 +
}
 +
 +
#side_content {
 +
    width: 200px;
 +
    margin-right: 20px;
 +
    float: left;
 +
}
 +
@font-face {
 +
  font-family: "AlphabetizedCassetteTapes";
 +
  src: url('/wiki/images/b/b5/20140914_act.eot.txt');
 +
  src: local('☺'), url('/wiki/images/9/9f/20140914_act.woff.txt') format('woff'), url('/wiki/images/9/9a/20140914_act.ttf.txt') format('truetype');
 +
}
 +
 +
.annotation {
 +
    visibility: hidden;
 +
    position: absolute;
 +
    padding:  5px;
 +
    font-family: "AlphabetizedCassetteTapes";
 +
    font-size: 20px;
 +
    text-align: left;
 +
    background-color: #ffffaa;
 +
    border-bottom: 1px solid #aaaa77;
 +
    border-right: 1px solid #aaaa77;
 +
    border-top: 1px dotted #dddd88;
 +
    border-left: 1px dotted #dddd88;
 +
    color: #000066;
 +
}
 +
/* Hier hoeren Anke's Styles auf */
/* Hier hoeren Anke's Styles auf */

Revision as of 12:44, 12 September 2014