enrichissement/public/styles/main.css

59 lines
903 B
CSS
Raw 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 {
height: 157px;
padding: 0 40px;
position: relative;
}
#header #message {
clear: right;
float: right;
margin-top: 34px;
background-color: #ffffff;
color: #000000;
text-align:center;
line-height: 25px;
padding: 0 1em;
width:450px;
}
#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
}