Team:Paris Bettencourt/Template/style1.css

From 2012.igem.org

(Difference between revisions)
 
(148 intermediate revisions not shown)
Line 9: Line 9:
Released  : 20120624
Released  : 20120624
*/
*/
 +
 +
#boston{
 +
    background-image: url("https://static.igem.org/mediawiki/2012/0/04/New_PB2012.png");
 +
    background-position: 20px 3px;
 +
    background-repeat: no-repeat;
 +
    background-size: 80px auto;
 +
    background-color: rgba(228,150,30,0.0);
 +
    border-color: #E4961E;
 +
    border-radius: 20px 20px 20px 20px;
 +
    border-style: solid;
 +
    border-width: 7px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    padding: 35px 30px 0 15px;
 +
}
 +
 +
 +
#tableboxed {
 +
  border-color: #559DD5;
 +
  border-radius: 20px 20px 20px 20px;
 +
  border-style: solid;
 +
  border-width: 7px;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
}
 +
 +
 +
#tableboxed td {
 +
        padding: 20px;
 +
        border:none;
 +
}
 +
 +
/*
 +
div.thumb {
 +
  border: 1px solid;
 +
  padding: 20px 0px;
 +
  width: auto;
 +
  margin: 0px 15px;
 +
}
 +
 +
div.thumb div {
 +
             
 +
              border:none
 +
}
 +
*/
 +
div.thumb div a img {
 +
              background-color:white;
 +
              padding: 6px 0px;
 +
}
 +
 +
#globalWrapper {/* le wiki */
#globalWrapper {/* le wiki */
-
     background-color: transparent;
+
     background-color: rgba(0, 0, 0, 0.1);
 +
    background-image:url('');
     width : 100%
     width : 100%
}
}
Line 34: Line 86:
#menubar a{/*les lien de la barre de menu du haut */
#menubar a{/*les lien de la barre de menu du haut */
   text-decoration:none;
   text-decoration:none;
-
   color:#000000;
+
   color:black;
 +
  background:transparent;
}
}
.left-menu{/* le menu de haut gauche */
.left-menu{/* le menu de haut gauche */
Line 55: Line 108:
}
}
#content{/* le body de la page*/
#content{/* le body de la page*/
-
    background-color: transparent;
 
     border:none;
     border:none;
     padding:none;
     padding:none;
     margin:none;
     margin:none;
 +
    z-index:0;
 +
    line-height:1;
 +
    width: 1000px;
 +
    background : transparent;
}
}
Line 66: Line 122:
}
}
#bodyContent{/* contenu de page*/
#bodyContent{/* contenu de page*/
-
     background-color: transparent;
+
     background-color: white;
     border:none;
     border:none;
     border-color:none;
     border-color:none;
     padding:none;
     padding:none;
     margin:none;
     margin:none;
-
    height:10px
+
 
}
}
Line 87: Line 143:
#footer-box{/* la boite en bas de page*/
#footer-box{/* la boite en bas de page*/
-
display: none;
+
/*display: none;*/
 +
width:955px;
 +
border:none;
 +
background:none;
 +
position:relative;
 +
bottom:-120px;
     margin-bottom: 10px;
     margin-bottom: 10px;
}
}
 +
#catlinks{/* le cadre sous le body useless */
#catlinks{/* le cadre sous le body useless */
   display: none;
   display: none;
}
}
-
/* fin du wiki hack */
+
/* #######  fin du wiki hack #######  */
 +
/* ####### NOTEBOOK ####### */
 +
#calendar a {
 +
            text-decoration:none;
 +
}
 +
 +
#calendar {
 +
          text-align:center;
 +
          font-size: 13pt;
 +
          margin: 100px 50px 800px;
 +
          position : relative;
 +
          left:-45px;
 +
 +
}
 +
 +
#june {
 +
      float: left;
 +
      padding:10px;
 +
}
 +
 +
#july {
 +
      float: left; 
 +
      padding:10px;   
 +
}
 +
 +
#august {
 +
      float: left;
 +
      padding:10px;         
 +
}
 +
 +
#september {
 +
 +
}
 +
 +
 +
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
 +
    text-align: left;
 +
}
 +
 +
 +
#toc {
 +
    border-top-left-radius:10px;
 +
    margin: auto auto auto -210px;
 +
    padding: 10px 25px 5px 20px;
 +
    top: 246px;
 +
    z-index: -10;
 +
    position: fixed;
 +
    opacity:0.35;
 +
 +
 +
}
 +
 +
#toc ul ul ul { display: none }
 +
 +
#toc:hover {
 +
    border-radius:10px;
 +
    margin: auto auto auto -210px;
 +
    padding: 10px 25px 5px 20px;
 +
    position: fixed;
 +
    top: 246px;
 +
    z-index: 10;
 +
    opacity:1;
 +
}
a {
a {
text-decoration: underline;
text-decoration: underline;
-
color: #0F8C8C;
+
color: #559DD5;
}
}
 +
a:visited {
 +
  color: #559DD5;
 +
}
a:hover {
a:hover {
Line 128: Line 255:
letter-spacing: 0 px;
letter-spacing: 0 px;
         border-bottom:none;
         border-bottom:none;
 +
        line-height: 25px;
}
}
 +
h2 {
h2 {
-
font-size: 2.25em;
+
    border-bottom: 2px solid;
 +
    color: rgb(87,153,48);
 +
    font-size: 2em;
 +
    font-weight: bold;
 +
 
}
}
-
h2,h3,h4 {
+
h3,h4 {
color: #2C2B2B;
color: #2C2B2B;
margin-bottom: 1em;
margin-bottom: 1em;
 +
        position:relative;
 +
        left:25px;
 +
}
}
h3 {
h3 {
font-size: 1.75em;
font-size: 1.75em;
 +
        border-bottom: 1px solid;
}
}
Line 167: Line 304:
ul {
ul {
margin-bottom: 1.5em;
margin-bottom: 1.5em;
 +
        list-style-type:disc;
 +
        list-style-image:none;
 +
}
 +
 +
ul.disc{
 +
        list-style-type:disc;
}
}
Line 176: Line 319:
overflow: hidden;
overflow: hidden;
margin-bottom: 1em;
margin-bottom: 1em;
 +
}
 +
 +
.date-list{
 +
list-style:none;
 +
position:relative;
 +
left:-10px;
 +
line-height:1.8;
}
}
.date {
.date {
-
background: #6E6E6E;
+
background: rgb(176,18,31) /*#6E6E6E*/;
padding: 5px 6px 5px 6px;
padding: 5px 6px 5px 6px;
margin: 0 6px 0 0;
margin: 0 6px 0 0;
Line 185: Line 335:
font-size: 0.8em;
font-size: 0.8em;
border-radius: 2px;
border-radius: 2px;
 +
list-style-type:none;
}
}
#content1 {
#content1 {
-
width: 70%;
+
        width: 70%;
float: left;
float: left;
-
padding: 20;
 
-
        margin: 0px auto;
 
-
        z-index:-2;
 
-
        text-align:justify;
 
         left:-30px
         left:-30px
         padding: 20px;
         padding: 20px;
-
        position:relative;
+
        line-height:1;
-
        z-index:-5;
+
 
 +
 
 +
 
}
}
Line 203: Line 352:
width: 320px;
width: 320px;
float: left;
float: left;
 +
}
}
Line 210: Line 360:
}
}
-
#footer {
+
#footer1 {
margin: 40px 0 120px 0;
margin: 40px 0 120px 0;
text-align: center;
text-align: center;
Line 217: Line 367:
}
}
-
#footer a {
+
#footer1 a {
color: #8C8B8B;
color: #8C8B8B;
}
}
Line 224: Line 374:
#header {
#header {
height: 75px;
height: 75px;
-
position: relative;
 
-
        top : 0px;
 
background: rgba(87,153,48,0.8) /*#6E6E6E url(images/img03.jpg) top left no-repeat*/;
background: rgba(87,153,48,0.8) /*#6E6E6E url(images/img03.jpg) top left no-repeat*/;
padding: 45px;
padding: 45px;
-
color: #FFFFFF;
 
border: solid 1px #7E7E7E;
border: solid 1px #7E7E7E;
border-top-left-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-top-right-radius: 5px;
-
overflow: hidden;
+
        margin:-45px 0px 0px;
}
}
-
}
 
#logo {
#logo {
-
line-height: 160px;
+
/*line-height: 160px;
height: 160px;
height: 160px;
padding: 5px 0 0 0;
padding: 5px 0 0 0;
position: absolute;
position: absolute;
top: 0px;
top: 0px;
-
/*left: 45px;*/
+
/*left: 45px;*/*/
}
}
Line 270: Line 416:
}
}
-
#menu {
+
#menubarbleu {
-
padding: 0;
+
background: #559DD5 /*bleu menu*/ /*#209D9D url(images/img02.gif) repeat-x top left*/;
-
position: relative;
+
-
        top : 0px;
+
-
background: rgba(43,133,203,0.8) /*bleu menu*/ /*#209D9D url(images/img02.gif) repeat-x top left*/;
+
height: 60px;
height: 60px;
-
width: 100%;
 
border-top: solid 1px #e7f2fa /*#5AD7D7*/;
border-top: solid 1px #e7f2fa /*#5AD7D7*/;
border-bottom: solid 1px #1d5b8a /*#1C7575*/;
border-bottom: solid 1px #1d5b8a /*#1C7575*/;
Line 282: Line 424:
}
}
-
#menu ul {
+
 
 +
#menubarbleu.sticky{
 +
            position : fixed;
 +
            top:0;
 +
            /* width:965px;*/
 +
}
 +
 
 +
#menubarbleu ul {
list-style: none;
list-style: none;
padding-top: 12px;
padding-top: 12px;
Line 290: Line 439:
}
}
-
#menu ul li {
+
#menubarbleu ul li {
-
padding: 5px 12px;
+
padding: 5px 10px;
margin-right: 10px;
margin-right: 10px;
display: inline-block;
display: inline-block;
Line 297: Line 446:
}
}
-
#menu ul li a, #menu ul li span {
+
#menubarbleu ul li a, #menubarbleu ul li span {
text-decoration: none;
text-decoration: none;
color: #FFFFFF;
color: #FFFFFF;
letter-spacing: 0px;
letter-spacing: 0px;
-
font-size: 1.25em;
+
font-size: 1.2em;
}
}
-
#menu ul li span b {
+
#menubarbleu ul li span b {
display: inline-block;
display: inline-block;
border-left: 6px solid transparent;
border-left: 6px solid transparent;
Line 314: Line 463:
}
}
-
#menu ul li.active {
+
#menubarbleu ul li.active {
background: rgb(29,96,148) /*#1C7575*/;
background: rgb(29,96,148) /*#1C7575*/;
border-top: solid 1px #1d5b8a /*#1A6B6B*/;
border-top: solid 1px #1d5b8a /*#1A6B6B*/;
Line 323: Line 472:
}
}
-
#menu ul li.active span b {
+
#menubarbleu ul li.active span b {
border-top-color: #165E5E;
border-top-color: #165E5E;
 +
}
 +
 +
#grouptitle {
 +
            text-align:center;
 +
            font-size:2.75em;
 +
            font-weight:bold;
 +
            margin: -30px auto 30px;
 +
            color:#272727;
 +
            line-height: 1.2;
}
}
.dropotron {
.dropotron {
-
background: rgba(43,133,203,0.8);
+
background: #559DD5;
border-top: solid 1px #e7f2fa; /* + clair*/
border-top: solid 1px #e7f2fa; /* + clair*/
border-bottom: solid 1px #1d5b8a ; /* + sombre*/
border-bottom: solid 1px #1d5b8a ; /* + sombre*/
Line 339: Line 497:
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
         line-height:2em;
         line-height:2em;
 +
}
}
Line 385: Line 544:
#page {
#page {
-
padding: 45px 45px 15px 45px;
+
padding: 45px 45px 0px 45px;
-
position: relative;
+
         text-align:justify;
-
width: 890px;
+
 
-
margin: 0;
+
-
         z-index:-5;
+
}
}
Line 402: Line 559:
}
}
-
#page ul {
+
/*#page ul {
list-style: none;
list-style: none;
}
}
Line 415: Line 572:
border-top: 0;
border-top: 0;
}
}
 +
*/
#page-bottom {
#page-bottom {
Line 478: Line 636:
padding: 20px;
padding: 20px;
/*margin: 0 0 0 690px;*/
/*margin: 0 0 0 690px;*/
-
         left:-30px;
+
         left:-10px;
         float:right;
         float:right;
 +
        position:relative;
 +
        top:-15px;
 +
        text-align:left;
}
}
Line 523: Line 684:
#wrapper {
#wrapper {
-
        /*padding : 0px 100px;*/
+
border-radius:10px;
-
position: relative;
+
box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
-
width: 975px;
+
-
        top:-65px;
+
-
        margin: 0px auto;
+
-
border-radius: 6px;
+
-
/*box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);*/
+
         font-size:11.5pt;
         font-size:11.5pt;
-
         z-index:-5;
+
         background:#FFFFFF;
}
}

Latest revision as of 23:21, 26 October 2012

/* Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 3.0 License

Name  : Big Business 2.0 Description: A two-column, fixed-width design with a bright color scheme. Version  : 1.0 Released  : 20120624

  • /
  1. boston{
   background-image: url("New_PB2012.png");
   background-position: 20px 3px;
   background-repeat: no-repeat;
   background-size: 80px auto;
   background-color: rgba(228,150,30,0.0);
   border-color: #E4961E;
   border-radius: 20px 20px 20px 20px;
   border-style: solid;
   border-width: 7px;
   margin-left: auto;
   margin-right: auto;
   padding: 35px 30px 0 15px;

}


  1. tableboxed {
 border-color: #559DD5;
 border-radius: 20px 20px 20px 20px;
 border-style: solid;
 border-width: 7px;
 margin-left: auto;
 margin-right: auto;

}


  1. tableboxed td {
       padding: 20px;
       border:none;

}

/* div.thumb {

 border: 1px solid;
 padding: 20px 0px;
 width: auto;
 margin: 0px 15px;

}

div.thumb div {

              border:none

}

  • /

div.thumb div a img {

              background-color:white;
              padding: 6px 0px;

}


  1. globalWrapper {/* le wiki */
   background-color: rgba(0, 0, 0, 0.1);
   background-image:url();
   width : 100%

}

  1. top-section{/* la barre titre (baniere igem+ menu haut)*/
   height: auto;
   margin-top: 0 px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0 !important;
  /* margin-bottom: 10px; */
   padding:0;
   border: none;
   display: display;

}

  1. p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
 display:none;
 border:none;
 margin:none;

}

  1. menubar{/* la barre de menu du haut */

background-color:transparent; }

  1. menubar a{/*les lien de la barre de menu du haut */
 text-decoration:none;
 color:black;
 background:transparent;

} .left-menu{/* le menu de haut gauche */

 background-color:transparent;
/*display:none;*/

}

.right-menu{/* le menu de login haut droite*/

color:#ffffff;
text-decoration:none;

background-color:transparent; } .right-menu a{/* les lien du login */

color:#ffffff;
text-decoration:transparent;

background-color:transparent; }

  1. search-controls{/* la barre de recherche*/
 display:none;

}

  1. content{/* le body de la page*/
   border:none;
   padding:none;
   margin:none;
   z-index:0;

 line-height:1;

   width: 1000px;
   background : transparent;

} .firstHeading {/*titre de page */

 display:none;
 border: none;

}

  1. bodyContent{/* contenu de page*/
   background-color: white;
   border:none;
   border-color:none;
   padding:none;
   margin:none;


}

  1. footer-wrapper{
position: absolute;
width: 941px;
left: -1px;
margin-top:20px;
margin-bottom:30px;
padding: 7px 15px 7px 15px;
background-color:#ffffff;
/*border: 1px solid black;*/

}

  1. footer-box{/* la boite en bas de page*/

/*display: none;*/ width:955px; border:none; background:none; position:relative; bottom:-120px;

   margin-bottom: 10px;

}


  1. catlinks{/* le cadre sous le body useless */
  display: none;

} /* ####### fin du wiki hack ####### */

/* ####### NOTEBOOK ####### */

  1. calendar a {
           text-decoration:none;

}

  1. calendar {
          text-align:center;
          font-size: 13pt;
          margin: 100px 50px 800px;
          position : relative;
          left:-45px;

}

  1. june {
     float: left;
     padding:10px;

}

  1. july {
     float: left;  
     padding:10px;     

}

  1. august {
     float: left;
     padding:10px;          

}

  1. september {

}


  1. toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
   text-align: left;

}


  1. toc {

 border-top-left-radius:10px;

   margin: auto auto auto -210px;
   padding: 10px 25px 5px 20px;
   top: 246px;
   z-index: -10;
   position: fixed;
   opacity:0.35;


}

  1. toc ul ul ul { display: none }
  1. toc:hover {

 border-radius:10px;

   margin: auto auto auto -210px;
   padding: 10px 25px 5px 20px;
   position: fixed;
   top: 246px;
   z-index: 10;
   opacity:1;

}

a { text-decoration: underline; color: #559DD5; } a:visited { color: #559DD5; }

a:hover { text-decoration: none; }

body { color: #5C5B5B; line-height: 1.75em; background: #FFFFFF /*#E0DCDC url(images/img01.gif) repeat-x top left*/; }

body,input { font-family: Georgia, serif; }

strong { color: #2C2B2B; }

br.clearfix { clear: both; }

h1,h2,h3,h4 { font-weight: normal; letter-spacing: 0 px;

       border-bottom:none;
       line-height: 25px;

}


h2 {

   border-bottom: 2px solid;
   color: rgb(87,153,48);
   font-size: 2em;
   font-weight: bold;

}

h3,h4 { color: #2C2B2B; margin-bottom: 1em;

       position:relative;
       left:25px;

}

h3 { font-size: 1.75em;

       border-bottom: 1px solid;

}

h4 { font-size: 1.5em; }

img.alignleft { margin: 5px 20px 20px 0; float: left; }

img.aligntop { margin: 5px 0 20px 0; }

img.pic { padding: 5px; border: solid 1px #D4D4D4; }

p { margin-bottom: 1.5em; }

ul { margin-bottom: 1.5em;

       list-style-type:disc;
       list-style-image:none;

}

ul.disc{

       list-style-type:disc;

}

ul h4 { margin-bottom: 0.35em; }

.box { overflow: hidden; margin-bottom: 1em; }

.date-list{ list-style:none; position:relative; left:-10px; line-height:1.8; }

.date { background: rgb(176,18,31) /*#6E6E6E*/; padding: 5px 6px 5px 6px; margin: 0 6px 0 0; color: #FFFFFF; font-size: 0.8em; border-radius: 2px; list-style-type:none; }

  1. content1 {
       width: 70%;

float: left;

       left:-30px
       padding: 20px;

 line-height:1;


}

  1. content-box1 {

width: 320px; float: left;

}

  1. content-box2 {

margin: 0 0 0 345px; width: 320px; }

  1. footer1 {

margin: 40px 0 120px 0; text-align: center; color: #8C8B8B; text-shadow: 0 1px 0 #FFFFFF; }

  1. footer1 a {

color: #8C8B8B; }


  1. header {

height: 75px; background: rgba(87,153,48,0.8) /*#6E6E6E url(images/img03.jpg) top left no-repeat*/; padding: 45px; border: solid 1px #7E7E7E; border-top-left-radius: 5px; border-top-right-radius: 5px;

       margin:-45px 0px 0px;

}

  1. logo {

/*line-height: 160px; height: 160px; padding: 5px 0 0 0; position: absolute; top: 0px; /*left: 45px;*/*/ }

  1. logo a {

text-decoration: none; color: #FFFFFF; text-shadow: 0 1px 1px #3E3E3E; }

  1. logo h1 {

font-size: 3.25em; }

  1. slogan {

line-height: 160px; height: 160px; padding: 5px 0 0 0; position: absolute; right: 45px; top: 0; }

  1. slogan h2 {

color: rgba(228,150,30,0.9) /* --> Jaune#BEBEBE*/; font-size: 1.25em; /*text-shadow: 0 1px 1px #3E3E3E;*/ }

  1. menubarbleu {

background: #559DD5 /*bleu menu*/ /*#209D9D url(images/img02.gif) repeat-x top left*/; height: 60px; border-top: solid 1px #e7f2fa /*#5AD7D7*/; border-bottom: solid 1px #1d5b8a /*#1C7575*/; text-shadow: 0 1px 1px #10304a /*#007D7D*/;

}

  1. menubarbleu.sticky{
            position : fixed;
            top:0;
           /* width:965px;*/

}

  1. menubarbleu ul {

list-style: none; padding-top: 12px; position: relative;


}

  1. menubarbleu ul li {

padding: 5px 10px; margin-right: 10px; display: inline-block;

}

  1. menubarbleu ul li a, #menubarbleu ul li span {

text-decoration: none; color: #FFFFFF; letter-spacing: 0px; font-size: 1.2em; }

  1. menubarbleu ul li span b {

display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 7px solid #1d6094 /*#1C7575*/; margin-left: 8px; position: relative; top: -1px; }

  1. menubarbleu ul li.active {

background: rgb(29,96,148) /*#1C7575*/; border-top: solid 1px #1d5b8a /*#1A6B6B*/; border-bottom: solid 1px #e7f2fa /*#5AD7D7*/; border-radius: 3px; padding-top: 4px; padding-bottom: 4px; }

  1. menubarbleu ul li.active span b {

border-top-color: #165E5E; }

  1. grouptitle {
            text-align:center;
            font-size:2.75em;
            font-weight:bold;
            margin: -30px auto 30px;
            color:#272727;
            line-height: 1.2;

}

.dropotron { background: #559DD5; border-top: solid 1px #e7f2fa; /* + clair*/ border-bottom: solid 1px #1d5b8a ; /* + sombre*/ text-shadow: 0 1px 1px #10304a; /* ++ sombre*/ list-style: none; margin: 0; padding: 15px 10px 15px 10px; min-width: 200px; border-radius: 6px; box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);

       line-height:2em;

}

.dropotron a, .dropotron span { color: #FFFFFF; text-decoration: none; letter-spacing: 0px; display: block; width: 100%; position: relative;

       font-size:11.5pt;

}

.dropotron span b { display: inline-block; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid rgb(29,96,148) /*#1C7575*/; position: absolute; right: 0px; top: 4px; }

.dropotron li:hover span b { border-left-color: #1d5b8a /*#165E5E*/; }

.dropotron li { padding: 3px 10px 3px 10px; margin: 2px 0 2px 0; border-radius: 3px; }

.dropotron li:hover, .dropotron li.active { padding-top: 2px; padding-bottom: 2px; background: rgba(43,133,203,0.8) /*rgba(28,117,117,0.9)*/; border-top: solid 1px #1d5b8a /* #1A6B6B*/; border-bottom: solid 1px #e7f2fa /*#5AD7D7*/; }

.dropotron-level-1 { border-top-left-radius: 0; border-top-right-radius: 0; }

  1. page {

padding: 45px 45px 0px 45px;

       text-align:justify;

}

  1. page .section-list {

list-style: none; padding-left: 0; }

  1. page .section-list li {

clear: both; padding: 30px 0 30px 0; }

/*#page ul { list-style: none; }

  1. page ul li {

border-top: dotted 1px #C4C4C4; padding: 15px 0 15px 0; }

  1. page ul li.first {

padding-top: 0; border-top: 0; }

  • /
  1. page-bottom {

position: relative; margin: 0; background: #6E6E6E url(images/img03.jpg) top left no-repeat; border: solid 1px #7E7E7E; width: 888px; padding: 45px 45px 0 45px; color: #DCDCDC; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-shadow: 0 1px 1px #444444; }

  1. page-bottom a {

color: #F5F5F5; }

  1. page-bottom h2, #page-bottom h3, #page-bottom h4 {

color: #FFFFFF; }

  1. page-bottom ul {

list-style: none; }

  1. page-bottom ul li {

border-top: dotted 1px #8F8F8F; padding: 15px 0 15px 0; }

  1. page-bottom ul li.first {

padding-top: 0; border-top: 0; }

  1. page-bottom-content {

width: 665px; float: left; }

  1. page-bottom-sidebar {

width: 200px; margin: 0 0 0 690px; }

  1. search input.form-submit {

margin-left: 1em; color: #FFFFFF; padding: 10px; background: #2FACAC; border: 0; }

  1. search input.form-text {

border: solid 1px #8F8F8F; padding: 10px; }

  1. sidebar {

width: 20%; padding: 20px; /*margin: 0 0 0 690px;*/

       left:-10px;
       float:right;
       position:relative;
       top:-15px;
       text-align:left;

}

  1. slider {

position: relative; margin: 45px 45px 0px 45px; width: 890px; }

  1. slider .viewer {

width: 890px; height: 250px; border: solid 1px #D4D4D4; border-radius: 3px; }

  1. slider .slide {

width: 890px; height: 250px; padding: 10px; }

  1. slider .indicator {

position: relative; z-index: 1; text-align: center; margin: 20px 0 0 0; }

  1. slider .indicator span {

display: inline-block; text-indent: -9999em; width: 12px; height: 12px; background: #E3DFDF; border-radius: 6px; margin: 0 2px 0 2px; }

  1. slider .indicator span.active {

background: #6E6E6E; }

  1. wrapper {

border-radius:10px; box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);

       font-size:11.5pt;
       background:#FFFFFF;

}