User:Msbarbe2

From 2013.igem.org

(Difference between revisions)
(Created page with "@charset "UTF-8"; - CSS Document: #body{ width:1000px; } #sandbox{ width:1000px; height:auto; margin:auto; } #container{ width:750px; padding:15px; margin:auto; } #...")
(Blanked the page)
 
Line 1: Line 1:
-
@charset "UTF-8";
 
-
/* CSS Document */
 
-
#body{
 
-
width:1000px;
 
-
}
 
-
 
-
#sandbox{
 
-
width:1000px;
 
-
height:auto;
 
-
margin:auto;
 
-
}
 
-
 
-
#container{
 
-
width:750px;
 
-
padding:15px;
 
-
margin:auto;
 
-
}
 
-
 
-
#logo_box{
 
-
width:720px;
 
-
margin-bottom:10px;
 
-
padding:10px;
 
-
}
 
-
 
-
#major_image{
 
-
width:720px;
 
-
padding:10px;
 
-
}
 
-
 
-
#abstract{
 
-
width:720px;
 
-
margin-top:10px;
 
-
margin-bottom:10px;
 
-
padding:15px;
 
-
text-align:justify;
 
-
}
 
-
 
-
#nav_bar{
 
-
width:200px;
 
-
height:500px;
 
-
padding-top:160px;
 
-
padding-left:5px;
 
-
padding-right:15px;
 
-
}
 
-
 
-
.left{
 
-
float:left;
 
-
}
 
-
 
-
.right{
 
-
float:right;
 
-
}
 
-
 
-
 
-
 
-
.Accordion {
 
-
border-left: solid 1px gray;
 
-
border-right: solid 1px black;
 
-
border-bottom: solid 1px gray;
 
-
overflow: hidden;
 
-
}
 
-
.AccordionPanel {
 
-
margin: 0px;
 
-
padding: 0px;
 
-
}
 
-
.AccordionPanelTab {
 
-
background-color: #CCCCCC;
 
-
border-top: solid 3px black;
 
-
border-bottom: solid 1px white;
 
-
margin: 0px;
 
-
padding: 2px;
 
-
cursor: pointer;
 
-
-moz-user-select: none;
 
-
-khtml-user-select: none;
 
-
height:30px;
 
-
}
 
-
.AccordionPanelContent {
 
-
overflow: auto;
 
-
margin: 5px;
 
-
padding: 0px;
 
-
height: auto;
 
-
}
 
-
.AccordionPanelOpen .AccordionPanelTab {
 
-
background-color: #EEEEEE;
 
-
}
 
-
.AccordionPanelTabHover {
 
-
color: #903;
 
-
}
 
-
.AccordionPanelOpen .AccordionPanelTabHover {
 
-
color: #903;
 
-
}
 
-
.AccordionFocused .AccordionPanelTab {
 
-
background-color: #666;
 
-
}
 
-
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
 
-
background-color: #CCC;
 
-
}
 
-
 
-
@media print {
 
-
 
-
  .Accordion {
 
-
  overflow: visible !important;
 
-
  }
 
-
  .AccordionPanelContent {
 
-
  display: block !important;
 
-
  overflow: visible !important;
 
-
  height: auto !important;
 
-
  }
 
-
}
 

Latest revision as of 13:47, 1 September 2013