Template:Team:BGU Israel/style.css
From 2013.igem.org
(Difference between revisions)
Neta.weiss (Talk | contribs) |
Neta.weiss (Talk | contribs) |
||
Line 1,424: | Line 1,424: | ||
-webkit-border-radius: 10px; | -webkit-border-radius: 10px; | ||
} | } | ||
+ | |||
+ | |||
+ | /* The Nivo Slider styles */ | ||
+ | .nivoSlider { | ||
+ | position:relative; | ||
+ | } | ||
+ | .nivoSlider img { | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | } | ||
+ | /* If an image is wrapped in a link */ | ||
+ | .nivoSlider a.nivo-imageLink { | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | border:0; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | z-index:60; | ||
+ | display:none; | ||
+ | } | ||
+ | /* The slices in the Slider */ | ||
+ | .nivo-slice { | ||
+ | display:block; | ||
+ | position:absolute; | ||
+ | z-index:50; | ||
+ | height:100%; | ||
+ | } | ||
+ | /* Caption styles */ | ||
+ | .nivo-caption { | ||
+ | position:absolute; | ||
+ | left:0px; | ||
+ | bottom:0px; | ||
+ | background:#000; | ||
+ | color:#fff; | ||
+ | opacity:0.8; | ||
+ | width:100%; | ||
+ | z-index:89; | ||
+ | } | ||
+ | .nivo-caption p { | ||
+ | padding: 15px 30px 0px 30px; | ||
+ | margin:0; | ||
+ | line-height: 1.5em; | ||
+ | } | ||
+ | .nivo-caption a { | ||
+ | display:inline !important; | ||
+ | } | ||
+ | .nivo-html-caption { | ||
+ | display:none; | ||
+ | } | ||
+ | /* Direction nav styles (e.g. Next & Prev) */ | ||
+ | .nivo-directionNav a { | ||
+ | position:absolute; | ||
+ | top:45%; | ||
+ | z-index:99; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | .nivo-prevNav { | ||
+ | left:0px; | ||
+ | } | ||
+ | .nivo-nextNav { | ||
+ | right:0px; | ||
+ | } | ||
+ | /* Control nav styles (e.g. 1,2,3...) */ | ||
+ | |||
+ | .nivo-controlNav a { | ||
+ | position:relative; | ||
+ | z-index:99; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | .nivo-controlNav a.active { | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | /* CUSTOM SLIDER ------------------------------------------------------------*/ | ||
+ | |||
+ | #slider-holder{ | ||
+ | width: 1100px; | ||
+ | height: 448px; | ||
+ | position:relative; | ||
+ | left:60px; | ||
+ | background: url(https://static.igem.org/mediawiki/2013/c/cc/BGU_slider-shadow.png) no-repeat center bottom; | ||
+ | } | ||
+ | |||
+ | #slider { | ||
+ | position:relative; | ||
+ | width:1100px; | ||
+ | height: 390px; | ||
+ | background: url(https://static.igem.org/mediawiki/2013/b/bf/BGU_loading.gif) no-repeat 50% 50%; | ||
+ | |||
+ | } | ||
+ | |||
+ | #slider img { | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | display:none; | ||
+ | |||
+ | } | ||
+ | |||
+ | #slider a { | ||
+ | border:0; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .nivo-controlNav{ | ||
+ | position: absolute; | ||
+ | bottom: -28px; | ||
+ | right: 47px; | ||
+ | z-index: 5000; | ||
+ | height: 56px; | ||
+ | padding-left: 20px; | ||
+ | padding-right: 20px; | ||
+ | background: #363636; | ||
+ | border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | } | ||
+ | |||
+ | .nivo-controlNav a{ | ||
+ | display: block; | ||
+ | float: left; | ||
+ | background: url(https://static.igem.org/mediawiki/2013/b/b4/BGU_slider_button.png) no-repeat; | ||
+ | height: 15px; | ||
+ | width: 15px; | ||
+ | margin-top: 21px; | ||
+ | margin-right: 5px; | ||
+ | margin-left: 5px; | ||
+ | text-indent: -9000px; | ||
+ | } | ||
+ | |||
+ | .nivo-controlNav a:hover{ background: url(https://static.igem.org/mediawiki/2013/1/12/BGU_slider_button_on.png) } | ||
+ | |||
+ | .nivo-controlNav a.active{ background: url(https://static.igem.org/mediawiki/2013/8/89/BGU_slider_button_active.png) } | ||
+ | |||
+ | .nivo-directionNav a{ | ||
+ | display: block; | ||
+ | width: 34px; | ||
+ | height: 34px; | ||
+ | text-indent: -9000px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .nivo-directionNav a.nivo-nextNav{ | ||
+ | background: url(https://static.igem.org/mediawiki/2013/c/cf/BGU_slider-right.png) no-repeat transparent; | ||
+ | margin-right: -9px; | ||
+ | z-index: 1001; | ||
+ | } | ||
+ | |||
+ | .nivo-directionNav a.nivo-prevNav{ | ||
+ | background: url(https://static.igem.org/mediawiki/2013/1/14/BGU_slider-left.png) no-repeat transparent; | ||
+ | margin-left: -9px; | ||
+ | z-index: 1001; | ||
+ | } | ||
+ | |||
+ | .nivo-directionNav a.nivo-nextNav:hover{ | ||
+ | background: url(https://static.igem.org/mediawiki/2013/c/c8/BGU_slider-right-on.png) no-repeat transparent; | ||
+ | } | ||
+ | |||
+ | .nivo-directionNav a.nivo-prevNav:hover{ | ||
+ | background: url(https://static.igem.org/mediawiki/2013/d/dc/BGU_slider-left-on.png) no-repeat transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | #fancybox-loading { | ||
+ | position: fixed; | ||
+ | top: 50%; | ||
+ | left: 50%; | ||
+ | width: 40px; | ||
+ | height: 40px; | ||
+ | margin-top: -20px; | ||
+ | margin-left: -20px; | ||
+ | cursor: pointer; | ||
+ | overflow: hidden; | ||
+ | z-index: 1104; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #fancybox-loading div { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 40px; | ||
+ | height: 480px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/1/12/BGU_fancy_loading.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-overlay { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | z-index: 1100; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #fancybox-tmp { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | border: 0; | ||
+ | overflow: auto; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #fancybox-wrap { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | padding: 20px; | ||
+ | z-index: 1101; | ||
+ | outline: none; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #fancybox-outer { | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background: #fff; | ||
+ | } | ||
+ | |||
+ | #fancybox-content { | ||
+ | width: 0; | ||
+ | height: 0; | ||
+ | padding: 0; | ||
+ | outline: none; | ||
+ | position: relative; | ||
+ | overflow: hidden; | ||
+ | z-index: 1102; | ||
+ | border: 0px solid #fff; | ||
+ | } | ||
+ | |||
+ | #fancybox-hide-sel-frame { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background: transparent; | ||
+ | z-index: 1101; | ||
+ | } | ||
+ | |||
+ | #fancybox-close { | ||
+ | position: absolute; | ||
+ | top: -15px; | ||
+ | right: -15px; | ||
+ | width: 30px; | ||
+ | height: 30px; | ||
+ | background: transparent url('https://static.igem.org/mediawiki/2013/d/d5/BGU_fancy_close.png'); | ||
+ | cursor: pointer; | ||
+ | z-index: 1103; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #fancybox-error { | ||
+ | color: #444; | ||
+ | font: normal 12px/20px Arial; | ||
+ | padding: 14px; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | #fancybox-img { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | line-height: 0; | ||
+ | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | #fancybox-frame { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: none; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | #fancybox-left, #fancybox-right { | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | height: 100%; | ||
+ | width: 35%; | ||
+ | cursor: pointer; | ||
+ | outline: none; | ||
+ | background: transparent url('https://static.igem.org/mediawiki/2013/a/a7/BGU_blank.gif'); | ||
+ | z-index: 1102; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #fancybox-left { | ||
+ | left: 0px; | ||
+ | } | ||
+ | |||
+ | #fancybox-right { | ||
+ | right: 0px; | ||
+ | } | ||
+ | |||
+ | #fancybox-left-ico, #fancybox-right-ico { | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | left: -9999px; | ||
+ | width: 30px; | ||
+ | height: 30px; | ||
+ | margin-top: -15px; | ||
+ | cursor: pointer; | ||
+ | z-index: 1102; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | #fancybox-left-ico { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/5/5f/BGU_fancy_nav_left.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-right-ico { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/9/9c/BGU_fancy_nav_right.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-left:hover, #fancybox-right:hover { | ||
+ | visibility: visible; /* IE6 */ | ||
+ | } | ||
+ | |||
+ | #fancybox-left:hover span { | ||
+ | left: 20px; | ||
+ | } | ||
+ | |||
+ | #fancybox-right:hover span { | ||
+ | left: auto; | ||
+ | right: 20px; | ||
+ | } | ||
+ | |||
+ | .fancybox-bg { | ||
+ | position: absolute; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | border: 0; | ||
+ | width: 20px; | ||
+ | height: 20px; | ||
+ | z-index: 1001; | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-n { | ||
+ | top: -20px; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/2/24/BGU_fancybox-x.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-ne { | ||
+ | top: -20px; | ||
+ | right: -20px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/c/c0/BGU_fancy_shadow_ne.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-e { | ||
+ | top: 0; | ||
+ | right: -20px; | ||
+ | height: 100%; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/0/0a/BGU_fancy_shadow_e.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-se { | ||
+ | bottom: -20px; | ||
+ | right: -20px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/6/68/BGU_fancy_shadow_se.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-s { | ||
+ | bottom: -20px; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/2/24/BGU_fancybox-x.png'); | ||
+ | background-position: 0px -20px; | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-sw { | ||
+ | bottom: -20px; | ||
+ | left: -20px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/6/6e/BGU_fancy_shadow_sw.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-w { | ||
+ | top: 0; | ||
+ | left: -20px; | ||
+ | height: 100%; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/d/d6/BGU_fancybox-y.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-bg-nw { | ||
+ | top: -20px; | ||
+ | left: -20px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/c/c7/BGU_fancy_shadow_nw.png'); | ||
+ | } | ||
+ | |||
+ | #fancybox-title { | ||
+ | font-family: Helvetica; | ||
+ | font-size: 12px; | ||
+ | z-index: 1102; | ||
+ | } | ||
+ | |||
+ | .fancybox-title-inside { | ||
+ | padding-bottom: 10px; | ||
+ | text-align: center; | ||
+ | color: #333; | ||
+ | background: #fff; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .fancybox-title-outside { | ||
+ | padding-top: 10px; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | .fancybox-title-over { | ||
+ | position: absolute; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | color: #FFF; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | #fancybox-title-over { | ||
+ | padding: 10px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/7/76/BGU_fancy_title_over.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .fancybox-title-float { | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | bottom: -20px; | ||
+ | height: 32px; | ||
+ | } | ||
+ | |||
+ | #fancybox-title-float-wrap { | ||
+ | border: none; | ||
+ | border-collapse: collapse; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | #fancybox-title-float-wrap td { | ||
+ | border: none; | ||
+ | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | #fancybox-title-float-left { | ||
+ | padding: 0 0 0 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2013/d/d8/BGU_fancy_title_left.png') no-repeat; | ||
+ | } | ||
+ | |||
+ | #fancybox-title-float-main { | ||
+ | color: #FFF; | ||
+ | line-height: 29px; | ||
+ | font-weight: bold; | ||
+ | padding: 0 0 3px 0; | ||
+ | background: url('https://static.igem.org/mediawiki/2013/2/24/BGU_fancybox-x.png') 0px -40px; | ||
+ | } | ||
+ | |||
+ | #fancybox-title-float-right { | ||
+ | padding: 0 0 0 15px; | ||
+ | background: url('https://static.igem.org/mediawiki/2013/b/ba/BGU_fancy_title_right.png') no-repeat; | ||
+ | } | ||
+ | |||
+ | /* IE6 */ | ||
+ | |||
+ | .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/d/d5/BGU_fancy_close.png', sizingMethod='scale'); } | ||
+ | |||
+ | .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/5/5f/BGU_fancy_nav_left.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/9/9c/BGU_fancy_nav_right.png', sizingMethod='scale'); } | ||
+ | |||
+ | .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/7/76/BGU_fancy_title_over.png', sizingMethod='scale'); zoom: 1; } | ||
+ | .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/d/d8/BGU_fancy_title_left.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/f/f3/BGU_fancy_title_main.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/b/ba/BGU_fancy_title_right.png', sizingMethod='scale'); } | ||
+ | |||
+ | .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { | ||
+ | height: expression(this.parentNode.clientHeight + "px"); | ||
+ | } | ||
+ | |||
+ | #fancybox-loading.fancybox-ie6 { | ||
+ | position: absolute; margin-top: 0; | ||
+ | top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); | ||
+ | } | ||
+ | |||
+ | #fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/1/12/BGU_fancy_loading.png', sizingMethod='scale'); } | ||
+ | |||
+ | /* IE6, IE7, IE8 */ | ||
+ | |||
+ | .fancybox-ie .fancybox-bg { background: transparent !important; } | ||
+ | |||
+ | .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/a/a4/BGU_fancy_shadow_n.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/c/c0/BGU_fancy_shadow_ne.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/0/0a/BGU_fancy_shadow_e.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/6/68/BGU_fancy_shadow_se.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/0/0b/BGU_fancy_shadow_s.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/6/6e/BGU_fancy_shadow_sw.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/f/f0/BGU_fancy_shadow_w.png.png', sizingMethod='scale'); } | ||
+ | .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://static.igem.org/mediawiki/2013/c/c7/BGU_fancy_shadow_nw.png', sizingMethod='scale'); } | ||
+ | |||
+ | /*** ESSENTIAL STYLES ***/ | ||
+ | |||
+ | .sf-menu, .sf-menu * { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | .sf-menu { | ||
+ | line-height: 1.0; | ||
+ | } | ||
+ | .sf-menu ul { | ||
+ | position: absolute; | ||
+ | top: -999em; | ||
+ | width: 10em; /* left offset of submenus need to match (see below) */ | ||
+ | } | ||
+ | .sf-menu ul li { | ||
+ | width: 100%; | ||
+ | } | ||
+ | .sf-menu li:hover { | ||
+ | visibility: inherit; /* fixes IE7 'sticky bug' */ | ||
+ | } | ||
+ | .sf-menu li { | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | } | ||
+ | .sf-menu a { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | } | ||
+ | .sf-menu li:hover ul, | ||
+ | .sf-menu li.sfHover ul { | ||
+ | left: 0; | ||
+ | top: 2.5em; /* match top ul list item height */ | ||
+ | z-index: 99; | ||
+ | } | ||
+ | ul.sf-menu li:hover li ul, | ||
+ | ul.sf-menu li.sfHover li ul { | ||
+ | top: -999em; | ||
+ | } | ||
+ | ul.sf-menu li li:hover ul, | ||
+ | ul.sf-menu li li.sfHover ul { | ||
+ | left: 10em; /* match ul width */ | ||
+ | top: 0; | ||
+ | } | ||
+ | ul.sf-menu li li:hover li ul, | ||
+ | ul.sf-menu li li.sfHover li ul { | ||
+ | top: -999em; | ||
+ | } | ||
+ | ul.sf-menu li li li:hover ul, | ||
+ | ul.sf-menu li li li.sfHover ul { | ||
+ | left: 10em; /* match ul width */ | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* root element for tabs */ | ||
+ | .tabs { | ||
+ | list-style:none; | ||
+ | margin:0 !important; | ||
+ | padding:0px 0px 60px 0px; | ||
+ | width:200px; | ||
+ | } | ||
+ | |||
+ | body.home ul.tabs { | ||
+ | list-style:none; | ||
+ | margin:0 !important; | ||
+ | padding:5px 30px 0px 30px; | ||
+ | height:30px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* single tab */ | ||
+ | ul.tabs li { | ||
+ | float:left; | ||
+ | text-indent:0; | ||
+ | padding:5px; | ||
+ | margin:0 !important; | ||
+ | list-style-image: none !important; | ||
+ | } | ||
+ | |||
+ | /* link inside the tab. uses a background image */ | ||
+ | ul.tabs a { | ||
+ | width:100px; | ||
+ | color: #696969; | ||
+ | font-size:14px; | ||
+ | display:block; | ||
+ | height: 20px; | ||
+ | line-height:20px; | ||
+ | text-align:center; | ||
+ | text-decoration:none; | ||
+ | padding: 3px 15px; | ||
+ | margin:0px; | ||
+ | margin-right: 10px; | ||
+ | position:relative; | ||
+ | top:1px; | ||
+ | background: #F2F2F1; | ||
+ | border-radius: 6px; | ||
+ | -moz-border-radius: 6px; | ||
+ | -webkit-border-radius: 6px; | ||
+ | } | ||
+ | |||
+ | #content ul.tabs a{ | ||
+ | color: #696969; | ||
+ | } | ||
+ | #content ul.tabs a:hover{ | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | ul.tabs a:active { | ||
+ | outline:none; | ||
+ | } | ||
+ | |||
+ | /* when mouse enters the tab move the background image */ | ||
+ | #content ul.tabs a:hover { background: #4F637B; } | ||
+ | |||
+ | /* active tab uses a class name "current". its highlight is also done by moving the background image. */ | ||
+ | ul.tabs a.current, | ||
+ | #content ul.tabs a.current:hover, | ||
+ | ul.tabs li.current a { | ||
+ | cursor:default !important; | ||
+ | color:#F2F2F1 !important; | ||
+ | display: block; | ||
+ | background: #879FBA; | ||
+ | } | ||
+ | |||
+ | /* initially all panes are hidden */ | ||
+ | .panes .pane { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .panes>div { | ||
+ | display: none; | ||
+ | min-height: 200px; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* HOME TABS THUMBS ---------------------------------------------------------*/ | ||
+ | |||
+ | .panes .blocks-thumbs{ | ||
+ | overflow: hidden; | ||
+ | padding-top: 30px; | ||
+ | } | ||
+ | |||
+ | .panes .blocks-thumbs li{ | ||
+ | display: block; | ||
+ | overflow: hidden; | ||
+ | float: left; | ||
+ | width: 282px; | ||
+ | height: 315px; | ||
+ | margin: 0px 0px 30px 30px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #content .panes .blocks-thumbs li .header{ | ||
+ | font-size: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | text-decoration: none; | ||
+ | color: #696969; | ||
+ | } | ||
+ | |||
+ | .panes .blocks-thumbs li a.thumb{ | ||
+ | display: block; | ||
+ | overflow: hidden; | ||
+ | width: 282px; | ||
+ | height: 150px; | ||
+ | margin-bottom: 20px; | ||
+ | border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | } | ||
+ | |||
+ | .panes .blocks-thumbs li a{ display: block; text-decoration: none; } | ||
+ | |||
+ | /* HOME TABS GALLERY ---------------------------------------------------------*/ | ||
+ | |||
+ | .panes{ | ||
+ | margin-top: -58px; | ||
+ | margin-left:200px; | ||
+ | width:1000px; | ||
+ | } | ||
+ | |||
+ | .panes .plain-text{ | ||
+ | padding: 30px 30px; | ||
+ | } | ||
+ | |||
+ | .panes .plain-text a{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .tip-twitter { | ||
+ | opacity:0.8; | ||
+ | z-index:1000; | ||
+ | text-align:left; | ||
+ | border-radius:4px; | ||
+ | -moz-border-radius:4px; | ||
+ | -webkit-border-radius:4px; | ||
+ | padding:8px 8px; | ||
+ | max-width:200px; | ||
+ | color:#fff; | ||
+ | background-color:#000; | ||
+ | |||
+ | } | ||
+ | .tip-twitter .tip-inner { | ||
+ | font:bold 11px/14px 'Lucida Grande',sans-serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;min-width:40px;}* html .pp_content{width:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{display: none;left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;padding:0;}.pp_gallery li.default a{background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;} | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 21:18, 20 September 2013