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/blue.css
2023-04-30 21:50:11 +02:00

257 lines
4.9 KiB
CSS

html
{
margin: 10px;
}
body
{
/*color: #000055;*/
font-family: sans-serif;
font-size: 12px;
/* text-align:left; */
background: #eeffff;
color: #000066;
/*width: 98%;*/
scrollbar-base-color: #e7efff;
scrollbar-face-color: #b5beff;
scrollbar-shadow-color: #080052;
scrollbar-highlight-color: #edf3fe;
scrollbar-3dlight-color: #080052;
scrollbar-darkshadow-color: #080052;
scrollbar-track-color: #e7efff;
scrollbar-arrow-color: #080052;
width: 800px;
margin: 10px;
/*position: absolute;*/
}
img
{
border-style: none;
border-width: 0px;
}
table
{
font-family: sans-serif;
font-size: 12px;
color: #000000;
text-align:left;
}
.google
{
display: none;
}
.head
{
font-family: Times, serif;
font-size: 13px;
color: #ccccff;
background: #99ccff;
}
.foot
{
font-family: Times, serif;
font-size: 12px;
background: #6699ff;
text-align:center;
}
.centerhead
{
font-family: Times, serif;
font-size: 15px;
font-weight: bold;
}
.centerbody
{
font-family: Times, serif;
font-size: 14px;
color: #000077;
}
.magicbox
{
font-family: Times, serif;
font-size: 12px;
background: #99ccff;
text-align:left;
color: #000077;
}
h1, h2, h3, h4, h5, h6
{
color: #000066;
}
.bordure
{
/* background-color: #000000; */
border-width: 0px;
border-color: transparent;
background: #99ccff;
}
a
{
color: #0000ff;
text-decoration: none;
}
a:visited
{
color: #0066CC;
background: transparent;
text-decoration: none;
}
a:hover
{
color: #eeeeff;
background: #0000ff;
text-decoration:none;
}
.head_1
{
display:none;
}
.head_2
{
font-family: Times, serif;
font-size: 15px;
text-align: center;
background: #6699ff;
color: #000077;
}
.head_3
{
display:none;
}
.head_4
{
display:none;
}
.colonne
{
position: absolute;
max-width: 180px;
width: 180px;
background: #99ccff;
float: left;
/*margin-left: 2%;*/
overflow: auto;
/*margin-right: 20px;*/
}
.mainpage
{
background: transparent url(/images/transparent.gif) repeat-y 25% 0%;
width: 90%;
position: absolute;
text-align: none;
clear: both;
float: none;
}
.centerpage
{
/*float: right;*/
position: absolute;
margin-left: 200px;
text-align:left;
padding-right: 0;
margin-right: 0;
width: 720px;
/*position: relative;*/
}
input,textarea,select
{
background: #ccffff;
font-size: 10px;
width: 100%;
scrollbar-base-color: #FDF9E3;
scrollbar-face-color: #FDDBB5;
scrollbar-shadow-color: #794000;
scrollbar-highlight-color: #EDF3FE;
scrollbar-3dlight-color: #794000;
scrollbar-darkshadow-color: #794000;
scrollbar-track-color: #FDF9E3;
scrollbar-arrow-color: #794000;
}
.boutton
{
width: auto;
}
.dazibaweb
{
width:99%;
}
.rssparser, .rssparser2
{
width: 200px;
min-width: 200px;
float: left;
/*margin-bottom: 10px;*/
margin: 10px;
}
.nbnews
{
clear: both;
}
hr
{
border-style: solid;
border-color: #6699ff;
border-width: 1px;
}
.icon_4
{
background-image : url(/themes/blue/4.gif);
background-repeat : no-repeat;
width: 80px;
height: 80px;
}
.icon_5
{
background-image : url(/themes/blue/5.gif);
background-repeat : no-repeat;
width: 80px;
height: 80px;
}
.icon_6
{
background-image : url(/themes/blue/6.gif);
background-repeat : no-repeat;
width: 80px;
height: 80px;
}
.wikihelp
{
font-size: 10px;
font-family: Helvetica, sans-serif, Times, serif;
border-width: 0px 0px 0px 2px;
border-color: #6699ff;
border-style: solid;
margin-left: 10px;
}
.comment
{
border-width: 0px 0px 0px 2px;
border-color: #6699ff;
border-style: solid;
font-size: 10px;
font-family: Helvetica, sans-serif, Times, serif;
}
fieldset
{
border-style: none;
border-width: 0em;
margin: 0em;
}
.title_field
{
font-style: italic;
font-size: 11px;
}
.headerpage, .footerpage
{
/*clear: both;*/
text-align: right;
float: right;
display: none;
}
.pageseparator
{
visibility: hidden;
}