Line 120: | Line 120: | ||
function hide_show_menu() { | function hide_show_menu() { | ||
− | |||
− | |||
if (document.getElementById('bars_item')) { | if (document.getElementById('bars_item')) { | ||
Line 367: | Line 365: | ||
/* Wrapper for the content */ | /* Wrapper for the content */ | ||
− | . | + | .igem_content_wrapper { |
width: 81%; | width: 81%; | ||
float:left; | float:left; | ||
Line 374: | Line 372: | ||
} | } | ||
− | . | + | .igem_content_wrapper.full_screen { |
width: 96%; | width: 96%; | ||
} | } | ||
Line 561: | Line 559: | ||
/* styling for the titles */ | /* styling for the titles */ | ||
− | . | + | .igem_content_wrapper h1, .igem_content_wrapper h2 { |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
Line 569: | Line 567: | ||
− | . | + | .igem_content_wrapper h3, .igem_content_wrapper h4, .igem_content_wrapper h5, .igem_content_wrapper h6 { |
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
Line 577: | Line 575: | ||
/* font and text */ | /* font and text */ | ||
− | . | + | .igem_content_wrapper p { |
padding:0px 15px; | padding:0px 15px; | ||
font-size: 13px; | font-size: 13px; | ||
Line 584: | Line 582: | ||
/* Links */ | /* Links */ | ||
− | . | + | .igem_content_wrapper a { |
font-weight: bold; | font-weight: bold; | ||
text-decoration: underline; | text-decoration: underline; | ||
Line 597: | Line 595: | ||
/* hover for the links */ | /* hover for the links */ | ||
− | . | + | .igem_content_wrapper a:hover { |
text-decoration:none; | text-decoration:none; | ||
color:#000000; | color:#000000; | ||
Line 603: | Line 601: | ||
/* non numbered lists */ | /* non numbered lists */ | ||
− | . | + | .igem_content_wrapper ul { |
padding:0px 20px; | padding:0px 20px; | ||
font-size: 13px; | font-size: 13px; | ||
Line 610: | Line 608: | ||
/* numbered lists */ | /* numbered lists */ | ||
− | . | + | .igem_content_wrapper ol { |
padding:0px; | padding:0px; | ||
font-size: 13px; | font-size: 13px; | ||
Line 617: | Line 615: | ||
/* Table */ | /* Table */ | ||
− | . | + | .igem_content_wrapper table { |
width: 97%; | width: 97%; | ||
margin:15px 10px; | margin:15px 10px; | ||
Line 625: | Line 623: | ||
/* table cells */ | /* table cells */ | ||
− | . | + | .igem_content_wrapper td { |
padding: 10px; | padding: 10px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
Line 633: | Line 631: | ||
/* table headers */ | /* table headers */ | ||
− | . | + | .igem_content_wrapper th { |
padding: 10px; | padding: 10px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
Line 744: | Line 742: | ||
.load_menu_here, .menu_bottom_padding {display:none;} | .load_menu_here, .menu_bottom_padding {display:none;} | ||
.igem_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;} | .igem_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;} | ||
− | . | + | .igem_content_wrapper {width:100%; margin-left:0px;} |
.column.half_size, .column.third_size, .column.fourth_size {width:100%; } | .column.half_size, .column.third_size, .column.fourth_size {width:100%; } | ||
.column img { width: 100%; padding: 5px 0px;} | .column img { width: 100%; padding: 5px 0px;} | ||
Line 812: | Line 810: | ||
− | <div class=" | + | <div class="igem_content_wrapper"> |
</html> | </html> |
Revision as of 18:49, 7 February 2017