Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

83 lines
1.5 KiB
SCSS

/*
* FIXME: Introduce SCSS & Sprockets
*= require_self
*= require prettyPhoto
*= require formtastic
*= require_tree .
*/
body {
text-align: center;
background: #eef4d8;
font-family: arial;
font-size: 12px;
a {
img {
border: 0px; } }
#flash_notice {
background: #149816;
color: white;
padding: 10px; }
.internal_link {
display: block;
padding: 5px; }
.external_link {
display: block;
padding: 5px; }
#main {
margin: auto;
margin-top: 10px;
width: 950px;
text-align: justify;
border: 1px solid #005500;
background: url("/images/style/fond.jpg");
#menu_haut {
padding: 5px;
border-bottom: 1px solid gray;
a {
color: black;
text-decoration: none;
padding: 20px;
&:hover {
color: gray;
text-decoration: underline; } }
.active {
font-weight: bold; } }
#droite {
img{
margin:10px;
}
width: 310px;
float: right;
padding-right: 10px;
#menu {
a {
display: block;
padding: 5px;
background: #c9e9c6;
margin-top: 5px;
margin-right: 5px;
border: 1px solid #064e06;
color: #064e06;
text-decoration: none;
&:hover {
color: black;
border: 1px solid black; } }
.active {
color: black;
border: 1px solid black; } } }
#contenu {
img{
margin:10px;
}
margin-right: 320px;
padding: 10px; } } }
.clear {
clear: both; }