Team:Uppsala/stylesheet.css

From 2014.igem.org

(Difference between revisions)
Line 102: Line 102:
         height: 100px;
         height: 100px;
         width: 100%;
         width: 100%;
 +
 +
}
 +
 +
.menu_2 {
 +
 +
width: 100%;
}
}
Line 110: Line 116:
height: 50px;
height: 50px;
background-color: #000;
background-color: #000;
 +
text-align: center;
}
}
Line 118: Line 125:
height: 50px;
height: 50px;
background-color: #fff;
background-color: #fff;
 +
text-align: center;
}
}

Revision as of 14:52, 29 June 2014

  1. master {

width: 100%; min-height: 500px; font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight:bold; }

  1. main_frame_upper {

width: 100%; background-color: #4B5320;

}

  1. header {

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

}

  1. left_content_header {

float: left; width: 310px;

       padding-bottom: 20px;

}

  1. right_content_header {
       margin-top:20px;

float: right; padding-bottom: 20px;

}

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

text-align: center;

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

}

  1. main_frame_lower {

border: none;

   width: 99.5%;
   height: 99.5%;
  
   

width: 100%; }

  1. main_content {
	border: 2px solid #a1a1a1;

background-color: #dddddd; width: 1050px; min-height: 400px; margin-right: auto; margin-left: auto;

       margin-top: 80px;
       margin-bottom:50px;
       padding: 20px;
       border-radius: 25px;

}

  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 {

       height: 224px;

}

.home_logo {

height: 24px;

}

/* CSS FOR MENU_2 BEGINS */

  1. menu_2 {
       border: 1px solid;
       height: 100px;
       width: 100%;

}

.menu_2 {

width: 100%;

}

.menu_button {

width: 200px; height: 50px; background-color: #000; text-align: center;

}

.menu_button:hover {

width: 200px; height: 50px; background-color: #fff; text-align: center;

}