Team:Evry/css v1

From 2012.igem.org

(Difference between revisions)
Line 122: Line 122:
}
}
-
/* fin du wiki hack */
+
/* ----------------End of the wiki hack -------------------------------------*/
-
 
+
/* position of the logo */
-
#evry_logo
+
#evry_logo    
{
{
     position:absolute;
     position:absolute;
-
     top:12px;
+
     top:20px;
-
     left:0%;
+
     left: 20px;
-
     width:150px;
+
     width:200px;
-
     z-index:15;
+
     /*background-color:#FFA500;*/
}
}
-
#evry_banner{
+
/* Position of the banner */
 +
#evry_banner{  
   position:absolute;
   position:absolute;
-
   bottom:190px;
+
   top:12px;
-
   width:900px;
+
   width:720px;
-
   left:255px;
+
   left:230px;
-
   z-index:9;
+
   /*background-color:#800080;*/
}
}
 +
/*white font over the grey one on the top*/
/*white font over the grey one on the top*/
Line 148: Line 150:
     top:-20px;
     top:-20px;
     left:-154px;
     left:-154px;
-
     height:300px;
+
     height:216px;
-
     width:1280px;
+
     width:2000px;
     background-color:#ffffff;
     background-color:#ffffff;
}
}
Line 176: Line 178:
     width: 972px;
     width: 972px;
     height: 100%;
     height: 100%;
-
    background: #ffffff; /* un fond vert tout moche */
 
     text-align: center;
     text-align: center;
}
}
-
/* conteneur du texte */
+
/* conteneur du texte wiki*/
#maincontainer_evry2012
#maincontainer_evry2012
{
{
Line 186: Line 187:
     background:#ffffff;
     background:#ffffff;
     margin-bottom: 10px;
     margin-bottom: 10px;
 +
     /*border:1px solid black;*/
     /*border:1px solid black;*/
     position:absolute;
     position:absolute;
     text-align:justify;
     text-align:justify;
-
     top:190px;/*178px*/
+
     top:210px;/*178px*/
     width:940px;
     width:940px;
     heigth:auto;
     heigth:auto;
-
     -webkit-border-radius:15px;
+
     -moz-border-radius-topright:15px;
-
     -moz-border-radius:15px;
+
     -moz-border-radius-bottomright:15px;
 +
    -webkit-border-top-right-radius:15px;
 +
    -webkit-border-bottom-right-radius:15px;
 +
    border-top-right-radius:15px;
 +
    border-bottom-right-radius:15px;
     border-radius: 15px;
     border-radius: 15px;
}
}
 +
/* ------- Menu -----------*/
 +
 +
/* Frame containg the entire menu (transparent) */
#menu_evry2012
#menu_evry2012
{
{
Line 202: Line 211:
     position:absolute;
     position:absolute;
     z-index:10;
     z-index:10;
-
     width:720px;
+
     width:740px;
-
    height:10px;
+
     left:240px;  
-
     left:220px;  
+
     top:165px;
-
     top:110px;
+
     float:center;
-
     float:right;
+
     /*background-color:#00FF00;*/
-
     background-color:#ffffff;
+
     font-weight:bold;
     font-weight:bold;
}
}
 +
#menu_evry2012 a
 +
{
 +
    color:#505050;
 +
    text-decoration:none;
 +
    display:block;
 +
    padding:8px;
 +
    margin: 0px 0px 0px 0px;
 +
    /*height:18px;*/
 +
    width:auto;
 +
    background-color:#ffffff;
 +
    font-size:11px;
 +
}
 +
#menu_evry2012 .menu_list_item_evry2012 ul a
 +
{
 +
    color:#696969;
 +
    font-size:11px;
 +
    width:120px;            /* Size of the scroling menu*/
 +
    border: 1px solid #e6e1db;
 +
}
 +
 +
#menu_evry2012 a:hover
 +
{
 +
    background-color:#e6e1db;
 +
    display:block;
 +
    width:auto;            /* size of the hover block */
 +
    position:relative;
 +
}
 +
 +
#menu_evry2012 a:active
 +
{
 +
    background-color:#e6e1db;
 +
    display:block;
 +
}
 +
 +
 +
 +
 +
/* Style of the menu level1 */
#menu_list_evry2012
#menu_list_evry2012
{
{
Line 221: Line 267:
     border:none;
     border:none;
     position:relative;
     position:relative;
-
    background-color:transparent;
 
}
}
Line 228: Line 273:
     float: left;
     float: left;
     width: 80px;
     width: 80px;
-
    margin-right:5px;
 
     padding: 0;
     padding: 0;
     border:0;
     border:0;
Line 277: Line 321:
}
}
-
#menu_evry2012 a
 
-
{
 
-
    color:#505050;
 
-
    text-decoration:none;
 
-
    display:block;
 
-
    padding:6px;
 
-
    margin: 0px 7px 1px 7px;
 
-
    /*height:18px;*/
 
-
    width:80px;
 
-
    background-color:#ffffff;
 
-
    font-size:12px;
 
-
}
 
-
#menu_evry2012 .menu_list_item_evry2012 ul a
+
/* End of the menu */
-
{
+
-
    color:#696969;
+
-
    font-size:11px;
+
-
    width:143px;
+
-
    border: 1px solid #ebebeb;
+
-
}
+
-
#menu_evry2012 a:hover
 
-
{
 
-
    background-color:#EFE6D9;
 
-
    display:block;
 
-
    /* height:18px;*/
 
-
    width:80px;
 
-
    /*margin:-7px;*/
 
-
    /*top:0px;*/
 
-
    position:relative;
 
-
}
 
-
#menu_evry2012 a:active
+
/* scroling buttons */
-
{
+
-
    background-color:#eedfc9;
+
-
    display:block;
+
-
}
+
-
 
+
-
#menu_evry2012 a:link
+
-
{
+
-
/* background-color:#677E52;*/
+
-
}
+
#scroll_left
#scroll_left
Line 357: Line 364:
     font-weight:bold;
     font-weight:bold;
}
}
 +
 +
/*TEXT formating*/
/*TEXT formating*/
Line 362: Line 371:
{
{
     font-style:italic;
     font-style:italic;
 +
    text-align: center;
}
}
Line 380: Line 390:
     font-style:bold;
     font-style:bold;
     font-size: 30px;
     font-size: 30px;
-
     text-decoration:none;
+
     color:#cb6228;
-
    border:none;
+
-
    background-color:#191970
+
-
    /*#003300#3CB371*/;
+
-
    padding:15px;
+
-
    color:#ffffff;
+
-
    -webkit-border-radius:25px;
+
-
    -moz-border-radius:25px;
+
-
    border-radius: 25px;
+
}
}
Line 397: Line 399:
     text-decoration:none;
     text-decoration:none;
     border:none;
     border:none;
-
    background-color:#FF7519;
+
     padding:0px 0px 5px 30px;
-
     padding:10px 10px 10px 30px;
+
     color:#364d01;
-
     color:#ffffff;
+
     margin-top:25px;
     margin-top:25px;
-
    -webkit-border-radius:25px;
 
-
    -moz-border-radius:25px;
 
-
    border-radius: 25px;
 
}
}
Line 409: Line 407:
{
{
     padding-left:25px;
     padding-left:25px;
 +
    font-style:bold;
 +
    font-size: 18px;
 +
    text-decoration:none;
 +
    border:none;
 +
    padding:0px 0px 5px 60px;
}
}
Line 414: Line 417:
{
{
     font-style:italic;
     font-style:italic;
-
}
 
-
 
-
 
-
#assisted_diff
 
-
{
 
-
    width:850px;
 
-
    height:400px;
 
-
    background-image:url(https://static.igem.org/mediawiki/2011/d/df/Olegpage_copie.png);
 
-
}
 
-
 
-
.assisted_diff_link
 
-
{
 
-
    width:100px;
 
-
    height:100px;
 
-
}
 
-
 
-
.assisted_diff_link a
 
-
{
 
-
    display:none;
 
-
}
 
-
.assisted_diff_link:hover a
 
-
{
 
-
    display:block;
 
}
}
Line 485: Line 465:
}
}
-
.orange
+
em {
-
{
+
   color: #cb6228;
-
   color:#FF7519;
+
  font-style: normal;
 +
  font-weight:bold;
}
}
-
a.orange:visited
+
strong {
-
{
+
   color: #364d01;
-
  color:#FF7519;
+
-
}
+
-
 
+
-
.blue
+
-
{
+
-
  color:#191970;
+
-
}
+
-
 
+
-
a.blue:visited
+
-
{
+
-
   color:#191970;
+
}
}

Revision as of 12:41, 7 September 2012

body {

   width: auto;
   color: #333333;
   background:#e9e4de;
   margin:0px 0px 0px 0px;

}

/* la barre titre (baniere igem+ menu haut)*/

  1. top-section

{

   height: auto;
   margin-top: 0 px;
   margin-left: 0 px;
   margin-right: auto;
   margin-bottom: 0 !important;
   padding:0;
   border: none;
   display: display;

}

/*le conteneur de la banière igem avec un lien vers igem*/

  1. p-logo

{

   display:none;
   border:none;
   margin:none;

}

/* la barre de menu du haut */

  1. menubar

{

   background-color:#FFFFFF;

}

/*les lien de la barre de menu du haut */

  1. menubar a

{

   text-decoration:none;
   color:#000000;

}

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

   background-color:transparent;

/*display:none;*/ }

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

   color:transparent;
   text-decoration:none;
   background-color:none;

}

/* les lien du login */ .right-menu a {

   color:transparent;
   text-decoration:transparent;
   background-color:none;

}

/* la barre de recherche*/

  1. search-controls

{

   display:none;

}

/* le body de la page*/

  1. content

{

   background-color: transparent;
   border:none;
   padding:none;
   margin:none;

}

/*titre de page */ .firstHeading {

   display:none;
   border: none;

}

/* contenu de page*/

  1. bodyContent

{

   background-color: #ffffff;
   border:2px;
   boder-color:#000000;
   padding:none;
   margin:none;
   margin-bottom: 10px;

}

  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;*/ }

/* la boite en bas de page*/

  1. footer-box

{

   display: none;
   margin-bottom: 10px;

}

/* le cadre sous le body useless */

  1. catlinks

{

   display: none;

}

/* ----------------End of the wiki hack -------------------------------------*/

/* position of the logo */

  1. evry_logo

{

   position:absolute;
   top:20px;
   left: 20px;
   width:200px;
   /*background-color:#FFA500;*/

}

/* Position of the banner */

  1. evry_banner{
 position:absolute;
 top:12px;
 width:720px;
 left:230px;
 /*background-color:#800080;*/

}


/*white font over the grey one on the top*/

  1. white_thingy

{

   position:absolute;
   top:-20px;
   left:-154px;
   height:216px;
   width:2000px;
   background-color:#ffffff;

}

  1. back_image

{

   position:absolute;
   top:147px;
   left:-155px;
   height:900px;
   width:1280px;
   background-color:transparent;
   background-image:url(Opera-Background-Blue-Bubbles.png);
   background-position:center;
   background-repeat:no-repeat;

}

/* notre page !*/

  1. main_evry2012

{

   position:absolute;
   top:0px;
   left:50%;
   margin-left:-486px;
   margin-bottom: 10px;
   width: 972px;
   height: 100%;
   text-align: center;

}

/* conteneur du texte wiki*/

  1. maincontainer_evry2012

{

   padding:15px 15px 15px 15px;
   background:#ffffff;
   margin-bottom: 10px;
   /*border:1px solid black;*/
   position:absolute;
   text-align:justify;
   top:210px;/*178px*/
   width:940px;
   heigth:auto;
   -moz-border-radius-topright:15px;
   -moz-border-radius-bottomright:15px;
   -webkit-border-top-right-radius:15px;
   -webkit-border-bottom-right-radius:15px;
   border-top-right-radius:15px;
   border-bottom-right-radius:15px;
   border-radius: 15px;

}

/* ------- Menu -----------*/

/* Frame containg the entire menu (transparent) */

  1. menu_evry2012

{

   text-align:center;
   position:absolute;
   z-index:10;
   width:740px;
   left:240px; 
   top:165px;
   float:center;
   /*background-color:#00FF00;*/
   font-weight:bold;

}

  1. menu_evry2012 a

{

   color:#505050;
   text-decoration:none;
   display:block;
   padding:8px;
   margin: 0px 0px 0px 0px;
   /*height:18px;*/
   width:auto;
   background-color:#ffffff;
   font-size:11px;

}

  1. menu_evry2012 .menu_list_item_evry2012 ul a

{

   color:#696969;
   font-size:11px;
   width:120px;            /* Size of the scroling menu*/
   border: 1px solid #e6e1db;

}

  1. menu_evry2012 a:hover

{

   background-color:#e6e1db;
   display:block;
   width:auto;             /* size of the hover block */
   position:relative;

}

  1. menu_evry2012 a:active

{

   background-color:#e6e1db;
   display:block;

}



/* Style of the menu level1 */

  1. menu_list_evry2012

{

   list-style:none;   
   text-align:center;
   margin-left:0px;
   margin-top:0px;
   padding:0px;
   border:none;
   position:relative;

}

.menu_list_item_evry2012 {

   float: left;
   width: 80px;
   padding: 0;
   border:0;

}

/*Second level menu*/ .menu_list_item_evry2012 ul {

   display:none; /* initially hide the entire list hierarchy */
   padding:2px;  /* this is our box border width */
   list-style: none;
   width:110px;

}

/* 2nd level drop-down box */ .menu_list_item_evry2012:hover ul, .menu_list_item_evry2012 a:hover ul {

   display:block;
   position:relative;
   margin:0;
   top:0px; /* place us just up underneath the top-level images */
   left:-2px; /* left-align our drop-down to the previous button border */
   height:auto; /* the drop-down height will be determiend by line count */
   width:110px;
   background-color:transparent; /* this sets our menu's effective "border" color */
   font-size:12px; /* this (and also below) sets the menu's font size */
   list-style: none;

}

/*Third level menu*/

/* hide inactive 3rd-level menus */ .menu_list_item_evry2012:hover ul li ul, .menu_list_item_evry2012 a:hover ul li a ul {

   display:none;

}

.menu_list_item_evry2012:hover ul li:hover ul, /* 3rd level drop-down box */ .menu_list_item_evry2012 a:hover ul li a:hover ul {

   display:block;
   position:absolute;
   top:0px;
   left:162px;

}


/* End of the menu */


/* scroling buttons */

  1. scroll_left

{

   display:block;
   height:350px;
   width:100px;
   background-color:transparent;
   z-index:400;
   position:fixed;
   top:400px;
   left:5px;

}

  1. scroll_left a

{

   font-size:11px;
   color:#273572;
   font-weight:bold;

}

  1. scroll_right

{

   display:block;
   height:350px;
   width:100px;
   background-color:transparent;
   z-index:400;
   position:fixed;
   top:400px;
   right:5px;

}

  1. scroll_right a

{

   font-size:11px;
   color:#273572;
   font-weight:bold;

}


/*TEXT formating*/ .legende_schema {

   font-style:italic;
   text-align: center;

}

a {

   text-decoration:none;

}

  1. title

{

   display:block;
   top:-400px;
   left:60px;

}

h1 {

   font-style:bold;
   font-size: 30px;
   color:#cb6228;

}

h2 {

   font-style:italic;
   font-size: 22px;
   text-decoration:none;
   border:none;
   padding:0px 0px 5px 30px;
   color:#364d01;
   margin-top:25px;

}

h3 {

   padding-left:25px;
   font-style:bold;
   font-size: 18px;
   text-decoration:none;
   border:none;
   padding:0px 0px 5px 60px;

}

h4 {

   font-style:italic;

}

/*block for paper citations*/

  1. citation_box

{

   margin-top:30px;
   padding:10px;
   border-style:none;
   border-width:2px;
   border-color:#BDFEBC;
   background-color:#ECECEC;
   text-align:left;

}

  1. citation_box ol,li

{

   text-style:italic;

}

  1. references

{

   text-style:bold;
   text-size:14px;

}

table.parameter {

   width:100%; 
   display: block; 
   margin-left: auto; 
   margin-right: auto; 
   cellpadding:0px; 
   cellspacing:0px; 
   align:middle; 

}

table.parameter td {

   padding:5px;

}

  1. table-fixed-size

{

  table-layout:fixed;
  word-wrap: break-word;
  width:100px;

}

em {

  color: #cb6228;
  font-style: normal;
  font-weight:bold;

}

strong {

  color: #364d01;

}