n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/css/daclear.css
2023-04-30 21:50:11 +02:00

251 lines
3.8 KiB
CSS

html{
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 0.75em;
color: #444;
/*background: #EBE8DF url(images/fond.png) repeat-x;*/
background: #CED6D9 url(/images/daclear/fond.jpg) repeat-x;
}
body,html{
margin: 0;
padding: 0;
text-align: left;
}
.headerpage
{
display: none;
}
a:link{color: #444; background: transparent;}
a:visited{color: #666;background: transparent;}
a:hover{color: #111; background: transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}
hr,.google{
display: none;
}
.head_2{
color: #454A5F;
background: transparent;
font-size: 1.1em;
font-weight: bold
}
h2 a{
color: #454A5F;
background: transparent;
text-decoration: none;
}
h2 a:visited{
color: #454A5F;
background: transparent;
}
label{
cursor: pointer;
cursor: hand;
}
ul{
list-style-image: url(images/daclear/puce.png);
}
ol{
list-style: decimal;
}
td{
text-align: left;
}
.comment{
background: #EEE url(images/daclear/blockquote.png) no-repeat bottom left;
/*border: 1px solid #E0E0E0;*/
padding: 10px;
padding-bottom: 40px;
margin: 1em;
}
.truc{
position: absolute;
font-size: 1.2em;
font-family: monospace;
border: 1px solid #E0E0E0;
padding: 1em;
margin: 0 auto;
background: #EEE;
color: #000;
width: 90%;
overflow: auto;
}
/*******************************************************************/
.mainpage{
position: relative;
width: 60em;
text-align: left;
margin: 0 auto;
padding: 0;
border: 10px solid #EEE;
background: #FFF;
color: inherit;
}
.centerpage{
width: 42em;
}
/*******************************************************************/
.colonne{
float: right;
position: absolute;
top: 0;
margin-top: 1em;
margin-left: 43em;
width: 17em;
/* margin-bottom: 10em;*/
}
.logo {
background: #36C url(images/daclear/titre.jpg) no-repeat;
margin-bottom: 3em;
color: white;
}
#h2{
margin: 0;
padding: 1em;
font-family: arial, sans-serif;
letter-spacing: -1px;
}
#top h1 a{
text-decoration: none;
color: #FFF;
background: transparent;
}
/*******************************************************************/
#prelude{
position: absolute;
top: 5px;
right: 5px;
margin: 0;
color: #FFD633;
background: transparent;
font-size: 0.8em;
}
#prelude a{
color: #FFD633;
text-decoration: none;
}
/*******************************************************************/
#centerpage{
width: 42em;
float: left;
padding: 1em;
}
div.post{
margin-bottom: 2em;
}
.foot_2{
background: #EEE url(images/daclear/postinfo.png) no-repeat top right;
padding: 3px;
border: 1px solid #EEE;
-moz-border-radius: 4px;
}
/*******************************************************************/
#colonne{
/*position: relative;
display:inline;*/
width: 14em;
float: right;
padding: 1em;
}
#colonne h2{
font-size: 1.2em;
}
#colonne ul{
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
}
#colonne li{
margin: 0;
padding: 0;
display:inline;
}
a{
/*display: block;
padding: 0.5em;*/
text-decoration: none;
}
a:hover{
background: #FFF url(images/daclear/menu.gif);
}
#calendar{
text-align: center;
}
#calendar h2{
display: none;
}
#calendar table{
font-size: 0.8em;
}
#calendar a{
display: inline;
}
#calandar{
font-weight: bold;
border: 1px dotted;
padding: 0;
}
/*******************************************************************/
#footer{
clear: both;
background: #CED6D9;
color: #666;
margin: 0;
padding: 1em;
height: 1em; /* pour un bug bizarre d'IE6 */
}
.footer a{
color: #666;
background: transparent;
text-decoration: none;
}
/*******************************************************************/
fieldset{
border: none;
}
textarea{
width: 90%;
}
p{
margin-left: 1em;
}
h2{
margin-left: 1em;
}
h3{
margin-left: 2em;
}
h4,h5{
margin-left: 3em;
}