Template:Team:BGU Israel/style.css

From 2013.igem.org

(Difference between revisions)
 
(199 intermediate revisions not shown)
Line 2: Line 2:
<style>
<style>
-
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
#contentSub, #search-controls, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
 +
.firstHeading {   
 +
    height:0px;
 +
    visibility:hidden;
 +
}
#top-section {
#top-section {
     border: none;
     border: none;
 +
    font-size:12px;
     height: 0px;}
     height: 0px;}
#content {
#content {
     border: none;
     border: none;
 +
    top:5px;
     width:100%}
     width:100%}
 +
#bodyContent {
 +
line-height: 1;
 +
color: #19293C;
 +
background: #19293C;
 +
font-family: Arial, Helvetica, sans-serif;
 +
font-size:  100%;
 +
}
 +
#bodyContent a[href ^="mailto:"], .link-mailto {
 +
}
html, body, div, span, applet, object, iframe,
html, body, div, span, applet, object, iframe,
Line 15: Line 30:
a, abbr, acronym, address, big, cite, code,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
del, dfn, em, font, img, ins, kbd, q, s, samp,
-
small, strike, strong, sub, sup, tt, var,
+
small, strike, strong, sub, tt, var,
b, u, i, center,
b, u, i, center,
dl, dt, dd, ol, ul, li,
dl, dt, dd, ol, ul, li,
Line 27: Line 42:
vertical-align: baseline;
vertical-align: baseline;
background: transparent;
background: transparent;
 +
        color: #19293C;
}
}
 +
#sup {
 +
  bottom: 1ex;
 +
}
 +
body {
body {
line-height: 1;
line-height: 1;
Line 60: Line 80:
border-collapse: collapse;
border-collapse: collapse;
border-spacing: 0;
border-spacing: 0;
 +
}
 +
 +
.igem-pic {
 +
    margin: 20px;
 +
    }
 +
 +
.round-pic {
 +
  border: 1px solid #cecece;
 +
  border-radius:10px;
 +
  -moz-border-radius:10px;
 +
  -webkit-border-radius:10px;
 +
    }
 +
 +
/* TIMELINE  -----------------------------------------------*/
 +
 +
.timelineBG {
 +
background-color: #E7ECF2;
 +
height:2500px;
 +
}
 +
 +
#timeline-header{
 +
margin:0 auto;
 +
      width:1000px;
 +
      height:160px;
 +
      border:1px solid #c3ccdf;
 +
      border-bottom:3px solid #c3ccdf;
 +
      border-radius:2px;
 +
      background-color:#FFF;
 +
      padding:10px;
 +
      font-size:13px;
 +
      line-height:1.4em;
 +
}
 +
 +
.time{
 +
    font-size: 10px;
 +
    color:gray;
 +
    border-bottom: 1px solid #E7EBF2;
 +
    min-width:460px;
 +
    height:16px;
 +
    padding-bottom: 5px;
 +
}
 +
.time1{
 +
    position: absolute;
 +
    top:280px;
 +
    left:40px;
 +
}
 +
.time2{
 +
    position: absolute;
 +
    top:430px;
 +
    left:563px;
 +
}
 +
.time3{
 +
    position: absolute;
 +
    top:750px;
 +
    left:40px;
 +
}
 +
.time4{
 +
    position: absolute;
 +
    top:860px;
 +
    left:563px;
 +
}
 +
.time5{
 +
    position: absolute;
 +
    top:1150px;
 +
    left:40px;
 +
}
 +
.time6{
 +
    position: absolute;
 +
    top:1300px;
 +
    left:563px;
 +
}
 +
.time7{
 +
    position: absolute;
 +
    top:1600px;
 +
    left:40px;
 +
}
 +
.time8{
 +
    position: absolute;
 +
    top:1700px;
 +
    left:563px;
 +
}
 +
.time9{
 +
    position: absolute;
 +
    top:1950px;
 +
    left:40px;
 +
}
 +
.time10{
 +
    position: absolute;
 +
    top:2200px;
 +
    left:563px;
 +
}
 +
 +
#timeline{
 +
    width:1000px;
 +
    height:2500px;
 +
    list-style-type: none;
 +
    background: url(https://static.igem.org/mediawiki/2013/6/6c/BGU_timeline.png) top center repeat-y;
 +
    margin: 0 auto;
 +
    padding:20px;
 +
    margin-bottom:10px;
 +
}
 +
#timeline img{
 +
    width:280px;
 +
    height:180px;
 +
    padding-left:5px;
 +
    padding-top:5px;
 +
    padding-bottom:10px;
 +
    align:right;
 +
   
 +
}
 +
#timeline  li.list-v {
 +
    list-style-type: none;
 +
    background: url("https://static.igem.org/mediawiki/2013/0/0d/BGU_v.png") no-repeat top left;
 +
    height: 22px;
 +
    padding-left: 21px;
 +
    margin-top:10px;
 +
    font-size:14px;
 +
    font-weight:bold;
 +
}
 +
 +
#timeline .ptext{
 +
    width:475px;
 +
  -moz-border-radius:2px;
 +
  border-radius:2px;
 +
  webkit-border-radius:2px;
 +
  border:1px solid #c3ccdf;
 +
  padding:10px;
 +
  background-color:#FFF;
 +
  font-size:13px;
 +
  line-height:1.4em;
 +
 +
 +
}
 +
 +
 +
#timeline .corner-left{
 +
position:absolute;
 +
      display:block;
 +
      margin-left:485px;
 +
      width:20px;
 +
      height:15px;
 +
    background:url(https://static.igem.org/mediawiki/2013/9/96/BGU_timeline_right.png);
 +
}
 +
#timeline  .corner-right{
 +
position:absolute;
 +
      display:block;
 +
      margin-left:-30px;
 +
    width:20px;
 +
    height:15px;
 +
    background:url(https://static.igem.org/mediawiki/2013/6/6a/BGU_timeline_left.png);
 +
}
 +
 +
#timeline a {
 +
  line-height: 2em;
}
}
 +
/* TEAM -----------------------------------------------*/
.team-member {
.team-member {
Line 86: Line 261:
     }
     }
-
  .team-member  h1 {
+
  .team-member  h16 {
     position:absolute;
     position:absolute;
     top: 15px;
     top: 15px;
     left:150px;
     left:150px;
     font-size:16px;
     font-size:16px;
-
     font-style:bold;
+
     font-weight:bold;
 +
  color: #294360;
 +
    }
 +
 
 +
.team-member  b {
 +
    font-size:11px;
 +
    font-weight:bold;
 +
  color: #294360;
     }
     }
   
   
-
  .team-member  p {
+
  .team-member  h17 {
     position:absolute;
     position:absolute;
     top: 45px;
     top: 45px;
     left:150px;
     left:150px;
     font-size:11px;
     font-size:11px;
-
     }
+
     color: #294360;
-
}
+
    line-height:1.8em;
 +
  }
-
.advisor {
 
-
     color: #294360;
+
.team-content  {
-
overflow: hidden;
+
     color:#19293C;
 +
    }
 +
.team-content  h6 {
 +
    color:#19293C;
}
}
 +
 +
/* ADVISORS -----------------------------------------------*/
 +
 +
.advisors{
 +
display: block;
 +
        overflow:hidden;
 +
        padding-top:20px;
 +
        color:#19293C;
 +
}
 +
 +
.advisors img {
   
   
-
.advisor  img {
+
     width:150px;
-
     position:absolute;
+
     height:150px;
-
     top: 10px;
+
     padding-right:10px;
-
     left:10px;
+
  -moz-border-radius: 10px;
-
    width:130px;
+
  -webkit-border-radius: 10px;
-
    height:130px;
+
     }
     }
-
.advisor h1 {
+
 
-
     position:absolute;
+
.advisors h1 {
-
    top: 15px;
+
     padding-top:0px;
-
    left:150px;
+
     font-size:18px;
-
     font-size:16px;
+
     font-style:bold;
     font-style:bold;
 +
    color:#19293C;
 +
     }
     }
-
+
 
-
.advisor p {
+
.advisors h6 {
-
     position:absolute;
+
     padding-top:0px;
-
    top: 45px;
+
     font-size:14px;
-
     left:150px;
+
     font-style:bold;
-
     font-size:11px;
+
    color:#19293C;
     }
     }
 +
 +
.advisors  p {
 +
    color:#19293C;
 +
    font-size:12px;
 +
    }   
 +
 +
Line 156: Line 359:
}
}
-
#content .ui-accordion .ui-accordion-header>a,
+
#pcontent .ui-accordion .ui-accordion-header>a,
-
#content .toggle-trigger>a{
+
#pcontent .toggle-trigger>a{
text-decoration: none;
text-decoration: none;
-
color: #363636;
+
color: #19293C;
font-size: 14px;
font-size: 14px;
padding-left: 20px;
padding-left: 20px;
Line 277: Line 480:
/* LINK BUTTON -------------------------------------------------------*/
/* LINK BUTTON -------------------------------------------------------*/
-
#content a.link-button,
+
#pcontent a.link-button,
-
#content a.link-button-light{
+
#pcontent a.link-button-light{
display: table;
display: table;
-
background: #363636;
+
background: #19293C;
color: #f1f1f1;
color: #f1f1f1;
text-decoration: none;
text-decoration: none;
Line 289: Line 492:
}
}
-
#content a.link-button-light{
+
#pcontent a.link-button-light{
background: #f1f1f1;
background: #f1f1f1;
-
color: #363636;
+
color: #19293C;
}
}
-
#content a.link-button:hover{ background: #000000; }
+
#pcontent a.link-button:hover{ background: #000000; }
-
#content a.link-button-light:hover{ background: #cecece; }
+
#pcontent a.link-button-light:hover{ background: #cecece; }
/* TABLE ------------------------------------------------------------*/
/* TABLE ------------------------------------------------------------*/
 +
table.bb {
 +
border-collapse:collapse;
 +
border:1px solid white;
 +
width:800px;
 +
text-align: left;
 +
}
 +
th.bb {
 +
background-color: #879FBA;
 +
border:1px solid white;
 +
color:#000;
 +
font-size:14px;
 +
font-weight:bold;
 +
}
 +
td.bb {
 +
border:1px solid white;
 +
font-size:14px;
 +
color:#19293C;
 +
        background-color: #F2F2F1;
 +
}
 +
 +
td.bb  a{
 +
text-decoration:Underline;
 +
}
table, td, th {
table, td, th {
Line 307: Line 533:
border-collapse:separate;
border-collapse:separate;
border-spacing:0;
border-spacing:0;
-
border-top:1px solid white;
 
margin-bottom:28px;
margin-bottom:28px;
width:100%;
width:100%;
Line 315: Line 540:
th{
th{
border-top:5px solid #555555;
border-top:5px solid #555555;
-
color: #ffffff;
+
color: #19293C;
padding:10px;
padding:10px;
text-transform:uppercase;
text-transform:uppercase;
Line 367: Line 592:
}
}
-
/* INFO BOXES ------------------------------------------------------------*/
+
/* INFO BOXES ---------------------------------------------------------*/
.info-add,
.info-add,
Line 624: Line 849:
body {
body {
line-height: 1;
line-height: 1;
-
color: #ffffff;
+
color: #19293C;
background: #f1f1f1 url(https://static.igem.org/mediawiki/2013/7/79/BGU_obl-1x1.png);  
background: #f1f1f1 url(https://static.igem.org/mediawiki/2013/7/79/BGU_obl-1x1.png);  
font-family: Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
Line 657: Line 882:
         margin-top:20px;
         margin-top:20px;
width: 1280px;
width: 1280px;
-
background: #19293C;
+
background: #fff;
position: relative;
position: relative;
border-radius: 10px;
border-radius: 10px;
Line 692: Line 917:
}
}
-
#content{
+
#page-content-notebook b, p, .three-fourth{
-
min-height: 400px;
+
        color:#000;
 +
        font-size: 12px;
 +
line-height: 1.5em;
 +
 
 +
}
 +
#page-content-notebook .bulletlist{
 +
        color:#000;
 +
        font-size: 12px;
 +
line-height: 1em;
 +
 
 +
}
 +
#page-content-notebook .bulletlist2{
 +
        color:#000;
 +
        font-size: 12px;
 +
line-height: 1em;
 +
 
 +
}
 +
#page-content-notebook p{
 +
        color:#000;
 +
        font-size: 12px;
 +
line-height: 1.5em;
 +
}
 +
 
 +
#page-content-notebook h7{
 +
        color:#000;
 +
        font-size: 14px;
 +
        font-weight: bold;
 +
}
 +
 
 +
#pcontent{
 +
min-height: 600px;
overflow: hidden;
overflow: hidden;
margin-bottom: 40px;
margin-bottom: 40px;
}
}
-
 
Line 704: Line 958:
     width:100%;
     width:100%;
     height:30px;
     height:30px;
-
text-align:center;
+
    text-align:center;
-
line-height: 2em;
+
    line-height: 2em;
 +
    font-size:16px;
 +
    color:#ffffff;
 +
}
 +
#footer-title p{
 +
    text-align:center;
 +
    line-height: 2em;
 +
    font-size:16px;
 +
    color:#ffffff;
}
}
#footer{
#footer{
Line 738: Line 1,000:
}
}
-
#content a{
+
#pcontent a{
-
color: #37b2d1;
+
color: #2081C4;
 +
        text-decoration:underline;
}
}
-
#content p{
+
#pcontent p{
margin-bottom: 20px;
margin-bottom: 20px;
 +
        font-size:14px;
 +
        color:#19293C;
}
}
-
#content .line-divider{
+
#pcontent .line-divider{
clear: both;
clear: both;
padding-bottom: 20px;
padding-bottom: 20px;
Line 807: Line 1,072:
display: block;
display: block;
float: left;
float: left;
 +
        color:#ffffff;
font-family: 'Ubuntu', arial, serif;
font-family: 'Ubuntu', arial, serif;
font-size: 30px;
font-size: 30px;
line-height: 90px;
line-height: 90px;
margin-left: 30px;
margin-left: 30px;
-
text-shadow: 0 1px #ffffff;
 
}
}
Line 841: Line 1,106:
}
}
-
body.home #content{
+
body.home #pcontent{
padding-top: 250px;
padding-top: 250px;
}
}
Line 852: Line 1,117:
/* HEADERS --------------------------------------------------------*/
/* HEADERS --------------------------------------------------------*/
-
h1,h2,h3,h4,h5,h6{  
+
h1,h2,h3,h4,h5,h6,h7,h8{  
line-height: 1.4em;
line-height: 1.4em;
font-family: 'Ubuntu', arial, serif;  
font-family: 'Ubuntu', arial, serif;  
Line 866: Line 1,131:
h4{ font-size: 24px; }
h4{ font-size: 24px; }
-
h5{ font-size: 22px; }
+
h5{ font-size: 18px; }
h6{ font-size: 20px; }
h6{ font-size: 20px; }
 +
h7{ font-size: 14px; font-weight:bold;}
 +
h8{ font-size: 12px; line-height: 1.8em;}
 +
 +
h12 {color: #00B018; }
 +
h13 {color: #FFA800; }
 +
h14 {color: #FF00FF; }
/* COLUMNS LAYOUT----------------------------------------------------------*/
/* COLUMNS LAYOUT----------------------------------------------------------*/
Line 874: Line 1,145:
.one-half,
.one-half,
.one-third,
.one-third,
 +
.one-six,
 +
.two-six,
.two-third,
.two-third,
.three-fourth,
.three-fourth,
-
.one-fourth {
+
.one-fourth,
 +
.media1,
 +
.media2 {
float:left;
float:left;
margin-right:30px;
margin-right:30px;
Line 884: Line 1,159:
.one-half{ width: 580px; }
.one-half{ width: 580px; }
-
 
+
.media1{ width: 320px; margin-left:30px; }
 +
.media2{ width: 320px; }
.one-third{ width: 380px; }
.one-third{ width: 380px; }
-
 
+
.one-six{ width: 400px; }
.one-fourth{ width: 204px; }
.one-fourth{ width: 204px; }
-
 
.two-third{ width: 500px;}
.two-third{ width: 500px;}
 +
.two-six{ width: 700px;}
.three-fourth{ width: 672px; }
.three-fourth{ width: 672px; }
Line 902: Line 1,178:
position:left;
position:left;
width: 660px;
width: 660px;
-
margin-top:30px;
+
margin-top:10px;
}
}
Line 908: Line 1,184:
position:absolute;
position:absolute;
width: 310px;
width: 310px;
-
top:200px;
+
top:240px;
-
right:30px;
+
right:218px;
}
}
Line 936: Line 1,212:
display: block;
display: block;
position: absolute;
position: absolute;
-
    z-index:5001;
+
        z-index:5001;
top: 120px;
top: 120px;
left: 30px;
left: 30px;
height: 46px;
height: 46px;
-
width: 750px;
+
width: 948px;
background:rgb(135, 159, 186);
background:rgb(135, 159, 186);
background:rgba(135, 159, 186,0.9);
background:rgba(135, 159, 186,0.9);
Line 976: Line 1,252:
#nav>li.current-menu-item>a{
#nav>li.current-menu-item>a{
color: #fff;
color: #fff;
-
background: #363636;
+
background: #19293C;
text-shadow: none;
text-shadow: none;
}
}
Line 984: Line 1,260:
#nav>li ul{
#nav>li ul{
display: block;
display: block;
-
margin-top: -4px;
+
margin-top: -15px;
 +
width:160px;
background: #6F849C;
background: #6F849C;
border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
Line 1,003: Line 1,280:
display: block;
display: block;
font-size: 12px;
font-size: 12px;
 +
line-height: 1em;
color: #ffffff;
color: #ffffff;
text-decoration: none;
text-decoration: none;
Line 1,009: Line 1,287:
#nav>li ul li a:hover{
#nav>li ul li a:hover{
-
background: #363636;
+
background: #19293C;
 +
}
 +
#nav>li ul li:last-child {
 +
  margin-bottom:5px;
}
}
Line 1,018: Line 1,299:
-webkit-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
}
}
-
 
#topics1{
#topics1{
float: left;
float: left;
-
width: 1280px;
+
width: 1100px;
-
margin-left: auto;
+
margin-left: 20px;
margin-bottom: auto;
margin-bottom: auto;
 +
        text-decoration: none;
 +
}
 +
 +
#topics1 a{
 +
      text-decoration: none;
}
}
table.topics {
table.topics {
-
 
border:0px ;
border:0px ;
-
 
-
margin-bottom:28px;
 
-
 
-
margin-left:auto;
 
-
margin-right:auto;
 
-
width:1200px;
 
text-align: left;
text-align: left;
-
    text-decoration: none;
+
        text-decoration: none;
}
}
 +
#topics_hp a{
 +
      text-decoration: none;
 +
}
td.topics, th.topics{
td.topics, th.topics{
Line 1,047: Line 1,328:
}
}
td.topics:hover {
td.topics:hover {
-
   background: #5D6875;
+
   background: #33455A;
 +
  text-decoration: none;
}
}
.topic-pic {
.topic-pic {
-
   width:300px;
+
   width:360px;
   height:240px;
   height:240px;
   align:center;
   align:center;
Line 1,058: Line 1,340:
}
}
.topics-text {
.topics-text {
-
   width:300px;
+
   width:360px;
   height:64px;
   height:64px;
   background:#585858;
   background:#585858;
   color:#ffffff;
   color:#ffffff;
   text-decoration: none;
   text-decoration: none;
-
 
+
  border-top: solid 3px #FA932B;
}
}
.topic-pic1 {
.topic-pic1 {
-
   width:550px;
+
   width:420px;
   height:240px;
   height:240px;
   align:center;
   align:center;
 +
}
}
.topics-text1 {
.topics-text1 {
-
   width:550px;
+
   width:420px;
   height:64px;
   height:64px;
   background:#585858;
   background:#585858;
   color:#ffffff;
   color:#ffffff;
   text-decoration: none;
   text-decoration: none;
-
 
+
  border-top: solid 3px #FA932B; 
}
}
Line 1,102: Line 1,385:
   padding-top:8px;
   padding-top:8px;
   padding-left:10px;
   padding-left:10px;
 +
  text-decoration: none;
}
}
Line 1,117: Line 1,401:
}
}
 +
 +
 +
#topics_hp{
 +
float: left;
 +
width: 1200px;
 +
margin-left: auto;
 +
margin-bottom: auto;
 +
      text-decoration: none;
 +
}
 +
#topics_hp a{
 +
      text-decoration: none;
 +
}
 +
 +
table.topics {
 +
border:0px ;
 +
margin-bottom:28px;
 +
margin-left:auto;
 +
margin-right:auto;
 +
width:100%;
 +
text-align: left;
 +
        text-decoration: none;
 +
}
 +
 +
 +
td.topics, th.topics{
 +
border:0px;
 +
align:center;
 +
        text-decoration: none;
 +
 +
}
 +
td.topics_hp {
 +
  text-decoration: none;
 +
}
 +
 +
td.topics_hp:a{
 +
  text-decoration: none;
 +
}
 +
td.topics_hp:hover {
 +
  background: #e3e3e3;
 +
  text-decoration: none;
 +
 +
}
 +
 +
.topics-pic_hp {
 +
  width:380px;
 +
  height:240px;
 +
  align:center;
 +
 +
}
 +
.topics-text_hp {
 +
  width:380px;
 +
  height:64px;
 +
  background:#585858;
 +
  color:#ffffff;
 +
  text-decoration: none;
 +
border-top: solid 3px #FA932B;
 +
 +
}
 +
 +
.topics-text_hp h6 {
 +
  text-decoration: none;
 +
  color:#ffffff;
 +
  font-size:18px;
 +
  font-weight:bold;
 +
  padding-top:8px;
 +
  padding-left:10px;
 +
 +
}
 +
 +
.topics-text_hp p {
 +
  text-decoration: none;
 +
  color:#ffffff;
 +
  font-size:14px;
 +
  padding-left:10px;
 +
 +
}
 +
.topics-text_hp a {
 +
  text-decoration: none;
 +
  color:#ffffff;
 +
 +
}
 +
Line 1,127: Line 1,493:
width: 1200px;
width: 1200px;
margin-left: 30px;
margin-left: 30px;
 +
        font-size:14px;
}
}
Line 1,132: Line 1,499:
#page-content .h1{
#page-content .h1{
-
color: #ff0000;
+
color: #ffffff;
 +
}
 +
 
 +
#page-content .h4{
 +
color: #ffffff;
}
}
Line 1,157: Line 1,528:
}
}
 +
ol.bulletlist{
 +
 +
list-style-type: circle;
 +
list-style-position: outside;
 +
margin-left: 50px;
 +
}
 +
 +
li.bulletlist{
 +
margin-left: 15px;
 +
margin-bottom: 15px;
 +
}
 +
 +
ol.bulletlist2{
 +
 +
list-style-type: square ;
 +
list-style-position: outside;
 +
margin-left: 70px;
 +
}
 +
 +
li.bulletlist2{
 +
margin-left: 15px;
 +
margin-bottom: 15px;
 +
}
Line 1,162: Line 1,556:
/* GALLERY -----------------------------------------------*/
/* GALLERY -----------------------------------------------*/
-
#content .gallery{
+
#pcontent .gallery{
display: block;
display: block;
overflow: hidden;
overflow: hidden;
}
}
-
#content .gallery li{
+
#pcontent .gallery li{
display: block;
display: block;
float: left;
float: left;
Line 1,176: Line 1,570:
margin-left: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-bottom: 30px;
 +
        border: 1px solid #cecece;
border-radius: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-border-radius: 10px;
 +
        color: #fff;
}
}
-
#content .gallery.three-cols li{
+
#pcontent .gallery.three-cols li{
width: 282px;
width: 282px;
height: 267px;
height: 267px;
 +
        color: #fff;
}
}
-
#content .gallery.two-cols li{
+
#pcontent .gallery.two-cols li{
width: 438px;
width: 438px;
height: 267px;
height: 267px;
 +
      color: #fff;
}
}
-
#content .gallery li a{
+
#pcontent .gallery li a{
display: block;
display: block;
 +
        color: #fff;
}
}
 +
#gallery1 {
 +
  width:1000px;
 +
}
-
 
+
#gallery2 {
-
/* ADVISORS -----------------------------------------------*/
+
  width:1000px;
-
 
+
-
.advisors{
+
-
display: block;
+
-
        overflow:hidden;
+
-
        padding-top:20px;
+
}
}
-
 
+
/* PROTOCOLS -----------------------------------------------*/
-
.advisors img {
+
-
+
-
    width:150px;
+
-
    height:150px;
+
-
    padding-right:10px;
+
-
  -moz-border-radius: 10px;
+
-
  -webkit-border-radius: 10px;
+
-
    }
+
-
 
+
-
.advisors  h1 {
+
-
    padding-top:0px;
+
-
    font-size:16px;
+
-
    font-style:bold;
+
-
 
+
-
    }
+
-
+
-
.advisors  p {
+
-
 
+
-
    font-size:12px;
+
-
    }
+
-
 
+
#Protocols li{
#Protocols li{
Line 1,244: Line 1,620:
text-align: left;
text-align: left;
text-decoration: none;
text-decoration: none;
-
color: #ffffff;
+
color: #19293C;
-
background: #19293C;
+
background: #E2E9F1;
border-radius: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
Line 1,259: Line 1,635:
text-align: left;
text-align: left;
text-decoration: none;
text-decoration: none;
-
color: #000;
+
color: #19293C;
-
background: #A9B9C9;
+
background: #B4C9E1;
border-radius: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
Line 1,267: Line 1,643:
-
#content li.active a{
+
#pcontent li.active a{
-
color: #363636;
+
color: #19293C;
background: #ffd800;
background: #ffd800;
}
}
-
#content .pager li:hover a,
+
#pcontent .pager li:hover a,
-
#content .pager li.active a{
+
#pcontent .pager li.active a{
-
color: #363636;
+
color: #19293C;
background: #ffd800;
background: #ffd800;
}
}
Line 1,332: Line 1,708:
top:10px;
top:10px;
left: 10px;
left: 10px;
 +
color:#ffffff;
 +
}
 +
#projects-list .project .project-thumbnail .meta li{
 +
color:#ffffff;
 +
}
 +
#projects-list .project .project-thumbnail .meta li b{
color:#ffffff;
color:#ffffff;
}
}
Line 1,341: Line 1,723:
top: 100px;
top: 100px;
left: 60px;
left: 60px;
-
background: #363636;
+
background: #19293C;
line-height: 24px;
line-height: 24px;
text-decoration: none;
text-decoration: none;
Line 1,366: Line 1,748:
opacity: 1;
opacity: 1;
}
}
 +
 +
 +
 +
.plist{
 +
overflow: hidden;
 +
 +
}
 +
 +
.plist .project{
 +
position: relative;
 +
float: left;
 +
overflow: hidden;
 +
width: 250px;
 +
height: 200px;
 +
margin-left: 30px;
 +
margin-bottom: 30px;
 +
}
 +
 +
 +
.plist .project .project-thumbnail{
 +
position: relative;
 +
overflow: hidden;
 +
width: 250px;
 +
height: 200px;
 +
margin-bottom: 30px;
 +
background: #484848;
 +
border-radius: 10px;
 +
-moz-border-radius: 10px;
 +
-webkit-border-radius: 10px;
 +
}
 +
Line 1,385: Line 1,798:
-
#content .project-column .meta a{
+
#pcontent .project-column .meta a{
display: inline;
display: inline;
font-size: 12px;
font-size: 12px;
Line 1,391: Line 1,804:
padding: 3px 10px;
padding: 3px 10px;
text-decoration: none;
text-decoration: none;
-
background: #363636;
+
background: #19293C;
border-radius: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
Line 1,397: Line 1,810:
}
}
-
#content .project-column .meta a:hover{ background: #000;}
+
#pcontent .project-column .meta a:hover{ background: #000;}
.project-column .project-title{
.project-column .project-title{
Line 1,426: Line 1,839:
-
/* The Nivo Slider styles */
+
/*---------------- The Nivo Slider styles ---------------------------*/
.nivoSlider {
.nivoSlider {
position:relative;
position:relative;
Line 1,435: Line 1,848:
left:0px;
left:0px;
}
}
-
/* If an image is wrapped in a link */
 
.nivoSlider a.nivo-imageLink {
.nivoSlider a.nivo-imageLink {
position:absolute;
position:absolute;
Line 1,448: Line 1,860:
display:none;
display:none;
}
}
-
/* The slices in the Slider */
 
.nivo-slice {
.nivo-slice {
display:block;
display:block;
Line 1,455: Line 1,866:
height:100%;
height:100%;
}
}
-
/* Caption styles */
+
 
.nivo-caption {
.nivo-caption {
position:absolute;
position:absolute;
Line 1,470: Line 1,881:
margin:0;
margin:0;
line-height: 1.5em;
line-height: 1.5em;
 +
        color:#fff;
 +
        opacity:1;
}
}
 +
.nivo-caption slide-text {
 +
        color:#fff;
 +
        opacity:1;
 +
}
 +
.nivo-caption slide-text i {
 +
        color:#fff;
 +
        opacity:1;
 +
}
 +
.nivo-caption a {
.nivo-caption a {
display:inline !important;
display:inline !important;
Line 1,477: Line 1,899:
     display:none;
     display:none;
}
}
-
/* Direction nav styles (e.g. Next & Prev) */
 
.nivo-directionNav a {
.nivo-directionNav a {
position:absolute;
position:absolute;
Line 1,490: Line 1,911:
right:0px;
right:0px;
}
}
-
/* Control nav styles (e.g. 1,2,3...) */
+
 
.nivo-controlNav a {
.nivo-controlNav a {
Line 1,501: Line 1,922:
}
}
-
/* CUSTOM SLIDER ------------------------------------------------------------*/
 
#slider-holder{
#slider-holder{
Line 1,508: Line 1,928:
     position:relative;
     position:relative;
     left:60px;
     left:60px;
-
background: url(https://static.igem.org/mediawiki/2013/c/cc/BGU_slider-shadow.png) no-repeat center bottom;
+
background: url(https://static.igem.org/mediawiki/2013/9/99/BGU_slider-shadow2.png) no-repeat center bottom;
}
}
Line 1,540: Line 1,960:
padding-left: 20px;
padding-left: 20px;
padding-right: 20px;
padding-right: 20px;
-
background: #363636;
+
background: #19293C;
border-radius: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-moz-border-radius: 10px;
Line 1,590: Line 2,010:
}
}
 +
/* FANCY BOX -----------------------------------------------*/
#fancybox-loading {
#fancybox-loading {
Line 1,927: Line 2,348:
.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'); }
.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 ***/
+
/*----------------------- ESSENTIAL STYLES *-----------------------*/
.sf-menu, .sf-menu * {
.sf-menu, .sf-menu * {
Line 1,933: Line 2,354:
padding: 0;
padding: 0;
list-style: none;
list-style: none;
 +
        color: #fff;
}
}
.sf-menu {
.sf-menu {
Line 1,981: Line 2,403:
}
}
 +
/* TABS -----------------------------------------------*/
-
 
-
 
-
 
-
 
-
 
-
/* root element for tabs  */
 
.tabs {  
.tabs {  
list-style:none;  
list-style:none;  
margin:0 !important;
margin:0 !important;
padding:0px 0px 60px 0px;
padding:0px 0px 60px 0px;
-
width:200px;
+
height:200px;
}
}
Line 2,002: Line 2,419:
height:30px;
height:30px;
}
}
-
 
Line 2,014: Line 2,430:
}
}
-
/* link inside the tab. uses a background image */
 
ul.tabs a {
ul.tabs a {
     width:100px;  
     width:100px;  
Line 2,029: Line 2,444:
position:relative;
position:relative;
top:1px;
top:1px;
-
background: #F2F2F1;
+
background: #B4C9E1;
border-radius: 6px;
border-radius: 6px;
-moz-border-radius: 6px;
-moz-border-radius: 6px;
Line 2,035: Line 2,450:
}
}
-
#content ul.tabs a{
+
#pcontent ul.tabs a{
color: #696969;
color: #696969;
 +
        text-decoration:none;
}
}
-
#content ul.tabs a:hover{
+
#pcontent ul.tabs a:hover{
-
color: #ffffff;
+
color: #fff;
}
}
Line 2,046: Line 2,462:
}
}
-
/* when mouse enters the tab move the background image */
+
#pcontent ul.tabs a:hover { background: #879FBA; }
-
#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,
ul.tabs a.current,
-
#content ul.tabs a.current:hover,
+
#pcontent ul.tabs a.current:hover,
ul.tabs li.current a {
ul.tabs li.current a {
cursor:default !important;  
cursor:default !important;  
color:#F2F2F1 !important;
color:#F2F2F1 !important;
display: block;
display: block;
-
background: #879FBA;
+
background: #294360;
}
}
-
/* initially all panes are hidden */
 
.panes .pane {
.panes .pane {
display:none;
display:none;
Line 2,087: Line 2,500:
}
}
-
#content .panes .blocks-thumbs li .header{
+
#pcontent .panes .blocks-thumbs li .header{
font-size: 20px;
font-size: 20px;
margin-bottom: 20px;
margin-bottom: 20px;
Line 2,107: Line 2,520:
.panes .blocks-thumbs li a{ display: block; text-decoration: none; }
.panes .blocks-thumbs li a{ display: block; text-decoration: none; }
-
/* HOME TABS GALLERY ---------------------------------------------------------*/
 
.panes{
.panes{
-
margin-top: -58px;
+
margin-top: -190px;
-
margin-left:200px;
+
margin-left:20px;
-
width:1000px;
+
width:1180px;
}
}
Line 2,137: Line 2,549:
.tip-twitter .tip-inner {
.tip-twitter .tip-inner {
font:bold 11px/14px 'Lucida Grande',sans-serif;
font:bold 11px/14px 'Lucida Grande',sans-serif;
 +
        color:#fff;
}
}
-
 
+
div.pp_pic_holder a:focus{
-
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;}
+
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{
 +
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{
 +
display:block;float: right;height:100%;text-indent: -10000px;width:49%;
 +
}
 +
a.pp_previous{
 +
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>

Latest revision as of 21:20, 28 October 2013