Team:Grenoble/Design/css0

From 2011.igem.org

(Difference between revisions)
Line 68: Line 68:
*/
*/
-
/*
 
-
body, #heading,#content, #innercontent {
 
-
    background: #ADD1FF;
 
-
}
 
-
*/
 
body, #heading,#content{
body, #heading,#content{
     background: #ADD1FF;
     background: #ADD1FF;
}
}
-
 
 
-
/*
 
-
.centering
 
-
{
 
-
    margin: 0 auto;
 
-
    width: 965px;
 
-
}
 
-
*/
 
#header  
#header  
Line 95: Line 82:
     width: 829px;
     width: 829px;
     border: 1px solid #477CBF;
     border: 1px solid #477CBF;
 +
   
 +
    -webkit-box-shadow: #666666 0px 2px 3px;
 +
-moz-box-shadow: #666666 0px 2px 3px;
 +
 +
-webkit-border-radius: 8px;
 +
-moz-border-radius: 8px;
 +
border-radius: 8px;
}     
}     
      
      
-
/*
 
-
 
-
 
-
#heading {
 
-
    height: 50px;
 
-
    border-top: 1px solid #FFFFFF;}
 
/*
/*
#innercontent {
#innercontent {
     padding: 1px;} Important!
     padding: 1px;} Important!
*/
*/
-
/*
+
 
-
.whitebox {
+
-
    background: url("https://static.igem.org/mediawiki/2011/e/ed/DTU-Denmark2011-innercontent-bg.png") repeat-x #FFFFFF;
+
-
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
+
-
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); for the Safari browser
+
-
    border: 1px solid #FFFFFF;
+
-
    margin: 14px 0;}
+
-
*/
+
-
/*
+
-
.article {
+
-
    padding: 0 20px 10px 270px;
+
-
    width: 673px;}
+
-
*/
+
-
/*
+
-
.whitebox a {
+
-
    font-weight: bold;}
+
-
*/
+
/*
/*
#toc a {
#toc a {
     font-weight: normal;}
     font-weight: normal;}
*/
*/

Revision as of 13:26, 22 October 2011

/* Enlever l'entête et le pied de page wiki, ainsi que les bords: (ce code garde les liens pour éditer le wiki)

  • /
  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo

{

   display:none;

}

  1. top-section

{

   border: none;
   height: 0px;

}

  1. content

{

   border: none;

}

/* Coloration du menu en bleu, fond blanc ou transparent ? en tout cas menu invisible sauf si on passe dessus avec la souris

  • /

.left-menu:hover {

   background-color: transparent;

}

  1. menubar:hover

{

   color: #0F174D;

}

  1. menubar li a

{

   background-color: transparent;
   color: transparent;

}

  1. menubar:hover li a

{

   color: #0F174D;

}

/* Enlever le "teams" de la bare wiki qui sert à rien, enlève également le Deconnexion

  • /
  1. menubar > ul > li:last-child

{

   display: none;

}

/* Style d'écriture du contenu devrait permettre d'éviter de devoir écrire trop de truc pour p li ul ol table etc...

  • /
  1. content

{

   font: normal 14px Verdana, Arial, Helvetica, sans-serif;
   color:#0F174D;

}


/* Mise en page, en-tête, couleur de fond, bannière, etc...

  • /

body, #heading,#content{

   background: #ADD1FF;

}

  1. header

{

   background: url("Banderolle_wiki.png") no-repeat #ADD1FF;
   height: 160px;
   margin-left: 68px;

/*

   width: 100%;
  • /
   width: 829px;
   border: 1px solid #477CBF;
   
   -webkit-box-shadow: #666666 0px 2px 3px;

-moz-box-shadow: #666666 0px 2px 3px;

-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

/*

  1. innercontent {
   padding: 1px;} Important!
  • /

/*

  1. toc a {
   font-weight: normal;}
  • /