79 lines
1.6 KiB
CSS
79 lines
1.6 KiB
CSS
|
/*
|
||
|
* limimage.css - new 6 juillet 2007
|
||
|
*/
|
||
|
|
||
|
body { background-color: #f8f8f8; color: #220000;
|
||
|
margin-left: 28px; margin-right: 28px;
|
||
|
}
|
||
|
|
||
|
h1 { color: #335533;
|
||
|
text-align: center; font-family: sans-serif;
|
||
|
}
|
||
|
|
||
|
h2 { color: #335533;
|
||
|
/* border-top-color: #335533; border-top-style: solid; border-top-width: 1px; */
|
||
|
text-align: center; font-family: sans-serif;
|
||
|
padding-bottom: 3px;
|
||
|
}
|
||
|
h3 { color: #335533; font-family: sans-serif;}
|
||
|
h4 { color: #335533; font-family: sans-serif;}
|
||
|
h5 { color: #335533; text-align: center; font-family: sans-serif;}
|
||
|
|
||
|
p {
|
||
|
text-indent: 2em; text-align: justify;
|
||
|
}
|
||
|
|
||
|
/* boite pour les menus de haut de page */
|
||
|
p.menuhaut {
|
||
|
text-align: center;
|
||
|
border-color: #808000; border-style: dotted;
|
||
|
border-width: 1px;
|
||
|
margin: 10px; padding: 10px;
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
p.footer {
|
||
|
text-align: right; color: #000000; font-size: smaller;
|
||
|
border-color: #000000; border-style: solid; border-width: 1px;
|
||
|
}
|
||
|
|
||
|
p.explique {
|
||
|
color: #101010;
|
||
|
background-color: #a0a0a0;
|
||
|
margin: 10px;
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
p.HDP {
|
||
|
background-color: #909090;
|
||
|
text-align: center;
|
||
|
font-family: sans-serif; font-size: smaller;
|
||
|
}
|
||
|
|
||
|
.proto dt {
|
||
|
background-color: #ceeece;
|
||
|
color: #003300;
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
|
||
|
.proto dd {
|
||
|
color: #000030;
|
||
|
text-indent: 0; text-align: justify;
|
||
|
padding-bottom: 1em;
|
||
|
margin-right: 28px;
|
||
|
}
|
||
|
|
||
|
hr { color: red }
|
||
|
tt { background-color: #dcffdc; color: #000022; }
|
||
|
|
||
|
pre.code {
|
||
|
background-color: black; color: lightgreen;
|
||
|
padding-bottom: 7px; padding-top: 7px;
|
||
|
margin-left: 80px; margin-right: 80px;
|
||
|
}
|
||
|
|
||
|
table { border-collapse: collapse; }
|
||
|
|
||
|
td,th { padding: 5px; background: #ffffff; border: 1px solid; }
|
||
|
|