Team:Bordeaux/xr main.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
/* Site settings */
+
body
-
 
+
{
-
# content {
+
  color: #000;
-
width: 100%;
+
-
}
+
-
 
+
-
body {
+
-
  background-color: #ffffff;
+
  font-family: Arial,sans-serif;
  font-family: Arial,sans-serif;
  font-size: 13px;
  font-size: 13px;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  font-style: normal;
 +
background-repeat:repeat-x;
 +
background-size: cover;
 +
background-color : #FFF;
 +
margin:0px 0px 0px 0px;
 +
/*-webkit-hyphens: auto;
 +
-moz-hyphens: auto;
 +
-ms-hyphens: auto;
 +
-o-hyphens: auto;
 +
hyphens: auto;*/
  text-decoration: none;
  text-decoration: none;
-
color: #000000;
 
  letter-spacing: 0em;
  letter-spacing: 0em;
}
}
 +
 +
/* la barre titre (banniere igem+ menu haut)*/
 +
#top-section
 +
{
 +
    height: 5px;
 +
    width: auto;
 +
    margin: 0;
 +
    margin-bottom: -1.5em;
 +
    padding: 0;
 +
    border: 0 /*none transport*/;
 +
}
 +
 +
/*le conteneur de la banière igem avec un lien vers igem*/
 +
#p-logo
 +
{
 +
    display:none;
 +
    border:none;
 +
    margin:none;
 +
}
 +
 +
/* la barre de menu du haut */
 +
#menubar
 +
{
 +
    background: none repeat scroll 0 0 transparent !important;
 +
    color: transparent !important;
 +
    position: absolute;
 +
    top: -6px;
 +
    display: table-cell;
 +
}
 +
 +
/*les lien de la barre de menu du haut */
 +
#menubar a
 +
{
 +
    text-decoration:none;
 +
    color:#000000;
 +
}
 +
 +
/* le menu de haut gauche */
 +
#menubar .left-menu
 +
{
 +
    width: 100%;
 +
    background-color:transparent;
 +
  /*display:none;*/
 +
}
 +
 +
/* le menu de login haut droite*/
 +
.right-menu
 +
{
 +
    color:transparent;
 +
    text-decoration:none;
 +
    text-align: right;
 +
    background-color:none;
 +
    right: 15px;
 +
}
 +
 +
/* les lien du login */
 +
.right-menu a
 +
{
 +
    color:transparent;
 +
    text-decoration:transparent;
 +
    background-color:none;
 +
}
 +
 +
#menubar *
 +
{
 +
color: transparent !important;
 +
background: transparent !important;
 +
}
 +
 +
#top-section:hover #menubar *
 +
{
 +
color: blue !important;
 +
}
 +
 +
#top-section:hover #menubar
 +
{
 +
background: rgba(255, 255, 255, 0.75) !important;
 +
}
 +
 +
/* la barre de recherche*/
 +
#search-controls
 +
{
 +
    display:none;
 +
}
 +
 +
/* le body de la page*/
 +
#content
 +
{
 +
    width: 100%;
 +
    background-color: transparent;
 +
    border:none;
 +
    padding:none;
 +
    margin:none;
 +
    line-height:1em;
 +
}
 +
 +
#globalWrapper
 +
{
 +
  font-size: 150%;
 +
}
 +
 +
/*titre de page */
 +
.firstHeading
 +
{
 +
    display:none;
 +
    border: none;
 +
}
 +
 +
#footer-wrapper
 +
{
 +
    position: relative;
 +
    width: 70%;
 +
    margin: auto;
 +
    margin-top:15px;
 +
    margin-bottom:5px;
 +
    background-color: transparent;
 +
/*    -moz-border-radius:15px;
 +
    -webkit-border-radius:15px;
 +
    border-radius: 15px;
 +
    box-shadow: 0px 4px 4px #1c1a19;*/
 +
}
 +
 +
#f-copyrightico
 +
{
 +
    margin: 1% 0 1% 1%;
 +
}
 +
 +
#f-poweredbyico
 +
{
 +
    margin: 1% 1% 1% 0;
 +
}
 +
 +
/* la boite en bas de page*/
 +
#footer-box
 +
{
 +
    display: none;
 +
    margin-bottom: 10px;
 +
}
 +
 +
/* le cadre sous le body useless */
 +
#catlinks
 +
{
 +
    display: none;
 +
}
 +
 +
ul
 +
{
 +
  list-style-image: none;
 +
  line-height: 1.2em;
 +
}
 +
 +
/* ----------------End of the wiki hack -------------------------------------*/
 +
 +
 +
/* Site settings */
a {
a {

Revision as of 20:15, 5 August 2014

body {

color: #000;
font-family: Arial,sans-serif;
font-size: 13px;
font-weight: normal;
font-style: normal;
background-repeat:repeat-x;
background-size: cover;
background-color : #FFF;
margin:0px 0px 0px 0px;
/*-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;*/
text-decoration: none;
letter-spacing: 0em;

}

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

  1. top-section

{

   height: 5px;
   width: auto;
   margin: 0;
   margin-bottom: -1.5em;
   padding: 0;
   border: 0 /*none transport*/;

}

/*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: none repeat scroll 0 0 transparent !important;
   color: transparent !important;
   position: absolute;
   top: -6px;
   display: table-cell;

}

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

  1. menubar a

{

   text-decoration:none;
   color:#000000;

}

/* le menu de haut gauche */

  1. menubar .left-menu

{

   width: 100%;
   background-color:transparent;
  /*display:none;*/

}

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

   color:transparent;
   text-decoration:none;
   text-align: right;
   background-color:none;
   right: 15px;

}

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

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

}

  1. menubar *

{ color: transparent !important; background: transparent !important; }

  1. top-section:hover #menubar *

{ color: blue !important; }

  1. top-section:hover #menubar

{ background: rgba(255, 255, 255, 0.75) !important; }

/* la barre de recherche*/

  1. search-controls

{

   display:none;

}

/* le body de la page*/

  1. content

{

   width: 100%;
   background-color: transparent;
   border:none;
   padding:none;
   margin:none;
   line-height:1em;

}

  1. globalWrapper

{

 font-size: 150%;

}

/*titre de page */ .firstHeading {

   display:none;
   border: none;

}

  1. footer-wrapper

{

   position: relative;
   width: 70%;
   margin: auto;
   margin-top:15px;
   margin-bottom:5px;
   background-color: transparent;

/* -moz-border-radius:15px;

   -webkit-border-radius:15px;
   border-radius: 15px;
   box-shadow: 0px 4px 4px #1c1a19;*/

}

  1. f-copyrightico

{

   margin: 1% 0 1% 1%;

}

  1. f-poweredbyico

{

   margin: 1% 1% 1% 0;

}

/* la boite en bas de page*/

  1. footer-box

{

   display: none;
   margin-bottom: 10px;

}

/* le cadre sous le body useless */

  1. catlinks

{

   display: none;

}

ul {

 list-style-image: none;
 line-height: 1.2em;

}

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


/* Site settings */

a {

text-decoration: underline;

}

a:link {

color: #927D9E; 
cursor: pointer;

}

a:visited {

color: #927D9E;

}

a:hover {

color: #E56FCC;

}

a * {

color: #927D9E;
text-decoration: underline;

}

sup {

font-size: 0.7em;
vertical-align: 0.3em;

}

sub { font-size: 0.7em; }

.xr_tl {

position: absolute;
white-space: pre;
unicode-bidi: bidi-override;

}

.xr_tr {

position: absolute; 
white-space: pre; 
unicode-bidi: bidi-override;
text-align: right;

}

.xr_tc {

position: absolute;
white-space: pre;
unicode-bidi: bidi-override;
text-align: center;

}

.xr_tj {

position: absolute;
unicode-bidi: bidi-override;
text-align:justify;

}

.xr_ap {

position: absolute;
border: none;

}

.xr_ar {

position: absolute;
display:block;

}

.xr_ae {

position: relative;
border: none;

}

.xr_tb {

position: absolute;
unicode-bidi: bidi-override;

}

.xr_tu {

unicode-bidi: bidi-override;
margin-top: 0px;
margin-bottom: 0px;

}

.xr_c_Theme_Color_1 {

color: #5E5265;

}

.xr_c_Theme_Color_2 {

color: #B6369B;

}

.xr_c_Website_Backdrop {

color: #473F4C;

}

.xr_c_Theme_Color_3 {

color: #742191;

}

.xr_c_Light_Text {

color: #FFFFFF;

}