Team:Evry/test/style.css

From 2013.igem.org

(Difference between revisions)
Rasend (Talk | contribs)
(Created page with "- Eléments principaux de la page: body { background-image: url('http://fichierclient.iconeo.fr/template/302/fonds/NEUTRE2.jpg'); background-attachment: fixed; backgrou...")
Newer edit →

Revision as of 09:33, 1 August 2013

/* Eléments principaux de la page */

body {

   background-image: url('http://fichierclient.iconeo.fr/template/302/fonds/NEUTRE2.jpg');

background-attachment: fixed; background-repeat: no-repeat;

   background-size: cover;
   font-family: 'Trebuchet MS', Arial, sans-serif;
   color: #181818;

}

  1. bloc_page

{

   width: 100%;
   margin: auto;

color: #8a144f ; }

section h1, footer h1, nav a {

   font-weight: normal;
   text-transform: uppercase;

}

/* Header */

header {

}

  1. banniere

{

   display: inline-block;

border-radius: 5px; position: relative;

   box-shadow: 0px 4px 4px #1c1a19;

}

header h1 {

   font-size: 2.5em;
   font-weight: normal;

}

  1. ban, header h1

{

   display: inline-block;
   margin-bottom: 0px;

align: center; }

header h2 {

   font-size: 1.1em;
   margin-top: 0px;
   font-weight: normal;

}

/* Navigator */

nav {

   width: 950px;
   text-align: center;

margin: auto; }

nav ul {

   list-style-type: none;

background-color: #fff5cc; }

nav li {

   display: inline-block;
   margin-right: 25px;

margin-left : 10px; }

nav a {

   font-size: 1.2em;
   color: #181818;
   padding-bottom: 3px;
   text-decoration: none;

}

nav a:hover {

   color: #94000e;
   border-bottom: 3px solid #760001;

}