This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
glasnost/templates/codelutin.org/web/css/codelutin.org.css

84 lines
1.2 KiB
CSS

body {
font-family: Verdana, Arial, Georgia, Geneva, sans-serif;
background-image: url(/images/lutin-background.png);
background-repeat: no-repeat;
background-color : white;
color: black;
margin: 0;
padding:0;
}
a:link, a:visited {
color: #6692c6;
text-decoration: none;
}
a:visited {
color: #6692c6;
text-decoration: none;
}
a:hover {
color: #7ab2e2;
text-decoration: underline;
}
/* Liens de la barre de navigation */
a.noir {
color : #1A2940;
text-decoration: none;
font-family: helvetica;
font-size: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
word-spacing: normal;
letter-spacing: normal;
word-spacing: normal;
vertical-alignment: baseline;
text-transformation: none;
text-alignment: left;
text-indentation: 2em;
padding-top: auto;
padding-right: auto;
padding-bottom: auto;
padding-left: auto;
height: auto;
}
a.noir:visited {
color : black;
text-decoration: none;
}
a.noir:hover {
color: #315177;
text-decoration: underline;
}
a.img {
border: none;
}
hr {
color: #AD4100;
}
pre {
color: #000000;
font-size: small;
font-family: monospace;
}
th {
background-color: #98c2f6;
}
.required:before {
content: "*";
color: red;
}