Template:Team:UNAM Genomics Mexico/Templates/menulike
From 2012.igem.org
(Difference between revisions)
Line 532: | Line 532: | ||
} | } | ||
+ | /* Extra code to get the bottom three to behave */ | ||
+ | #contentwrapper2{ | ||
+ | float: left; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #contentcolumn2{ | ||
+ | margin: 0 37.5% 0 37.5%; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/ | ||
+ | background: #88ff88; | ||
+ | -webkit-box-shadow: 5px 5px 8px #818181; | ||
+ | -moz-box-shadow: 5px 5px 8px #818181; | ||
+ | -moz-border-radius-topleft: 25px; | ||
+ | -moz-border-radius-topright: 25px; | ||
+ | -webkit-border-top-left-radius: 25px; | ||
+ | -webkit-border-top-right-radius: 25px; | ||
+ | } | ||
+ | |||
+ | #leftcolumn2{ | ||
+ | float: left; | ||
+ | width: 25%; /*Width of left column in percentage*/ | ||
+ | margin-left: -95%; | ||
+ | background: #ff8888; | ||
+ | -webkit-box-shadow: 5px 5px 8px #818181; | ||
+ | -moz-box-shadow: 5px 5px 8px #818181; | ||
+ | -moz-border-radius-topleft: 25px; | ||
+ | -moz-border-radius-bottomright: 25px; | ||
+ | -webkit-border-top-left-radius: 25px; | ||
+ | -webkit-border-bottom-right-radius: 25px; | ||
+ | } | ||
+ | |||
+ | #rightcolumn2{ | ||
+ | float: left; | ||
+ | width: 25%; /*Width of right column*/ | ||
+ | margin-left: -30%; /*Set margin to -(RightColumnWidth)*/ | ||
+ | background: #8888ff; | ||
+ | -webkit-box-shadow: 5px 5px 8px #818181; | ||
+ | -moz-box-shadow: 5px 5px 8px #818181; | ||
+ | -moz-border-radius-topright: 25px; | ||
+ | -moz-border-radius-bottomleft: 25px; | ||
+ | -webkit-border-top-right-radius: 25px; | ||
+ | -webkit-border-bottom-left-radius: 25px; | ||
+ | } | ||
+ | |||
+ | #maincontainer2{ | ||
+ | clear: left; | ||
+ | } | ||
+ | |||
+ | .innertube2{ | ||
+ | margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/ | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | .right | ||
+ | { | ||
+ | float:right; | ||
+ | } | ||
+ | .left | ||
+ | { | ||
+ | float:left; | ||
+ | } | ||
Revision as of 03:06, 9 July 2012