enrichissement/public/styles/main.css

47 lines
686 B
CSS
Raw Permalink Normal View History

2012-01-13 17:15:53 +01:00
body {
color: #000000;
font: 0.8em "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
margin: 0;
padding: 0;
}
#global {
position: relative;
width:1000px;
margin-right: auto;
margin-left: auto;
}
#header {
2012-04-06 15:11:46 +02:00
height: 10px;
2012-01-13 17:15:53 +01:00
padding: 0 40px;
position: relative;
}
#header h1 {
border: 0 none;
bottom: 15px;
color: #DDDDDD;
font-size: 2em;
font-weight: normal;
left: 60px;
line-height: 1;
padding: 0;
position: absolute;
text-transform: uppercase;
}
#header h1 {
font-size:18px;
margin:10px 5px;
}
2012-01-15 18:43:37 +01:00
table td, table th {
border:1px solid #000000;
padding:5px;
2012-01-13 17:15:53 +01:00
}
h2 {
2012-01-15 18:43:37 +01:00
text-decoration:underline;
2012-01-13 17:15:53 +01:00
margin:10px 0;
2012-01-15 18:43:37 +01:00
}