Team:Uppsala/stylesheet.css

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
width: 100%;
width: 100%;
background-color: #f4f4f4;
background-color: #f4f4f4;
-
border: 5px solid;
 
        
        
}
}
Line 38: Line 37:
#navbar {
#navbar {
-
 
-
position:absolute;
 
-
top: 175px;
 
-
    left:0;
 
-
    right:0;
 
     margin-left:auto;
     margin-left:auto;
     margin-right:auto;
     margin-right:auto;
text-align: center;
text-align: center;
-
z-index: 2;
+
         width: 100%;
-
         width: 950px;
+
         background-color: green;
         background-color: green;
 +
        min-width: 1024px;
}
}

Revision as of 13:33, 23 June 2014

  1. master {

width: 100%; min-height: 500px; }

  1. main_frame_upper {
       height: 200px;

width: 100%; background-color: #f4f4f4;

}

  1. header {

width: 950px; margin-left: auto; margin-right: auto;

}

  1. left_content_header {

float: left; width: 410px;

       padding-bottom: 57px;

}

  1. right_content_header {

float: right; padding-bottom: 40px;

}

  1. navbar {
   margin-left:auto;
   margin-right:auto;

text-align: center;

       width: 100%;
       background-color: green;
       min-width: 1024px;

}

  1. border {

width: 100%; height: 20px; background-color: #348aff; clear: both;

}

  1. main_frame_lower {

border: none;

   width: 99.5%;
   height: 99.5%;
  
   

width: 100%; }

  1. main_content {

background-color: #fff; width: 950px; min-height: 400px; margin-right: auto; margin-left: auto;

       margin-top: 50px;
       margin-bottom:50px;

}

  1. tracking_system {
       width: 100%;
       height: 100px; /* IMPORTANT NOTE!! This needs to be removed or replaced, just a placeholder! */
       border: 1px solid; /* IMPORTANT NOTE!! This needs to be removed or replaced, just a placeholder! */

}

.logo {

width: 300px; }

.pic {

width: 300px; }