You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
527 B
36 lines
527 B
|
13 years ago
|
/*
|
||
|
|
====================================================
|
||
|
|
Projet OVPNConsole :
|
||
|
|
Feuille de style global : polices, styles...
|
||
|
|
Adelux - 2009
|
||
|
|
====================================================
|
||
|
|
*/
|
||
|
|
|
||
|
|
html {
|
||
|
|
font-size: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
padding: 10px 20px;
|
||
|
|
font-family: sans-serif;
|
||
|
|
font-size: .8em;
|
||
|
|
color: #635e5e;
|
||
|
|
background-color: #dcdcdc;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1,h2,h3,h4,h5,h6 {
|
||
|
|
margin: 1em 0 0.5em 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
font-size: 2em;
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
font-size: 1.8em;
|
||
|
|
}
|
||
|
|
|
||
|
|
|