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

188 lines
3.4 KiB
CSS

html
{
font-family: sans-serif, Times, serif;
border-style: none;
}
body
{
color: #000000;
background-color : #3a6ea5;
border: 0px;
/*
scrollbar-base-color: MEDIUM;
scrollbar-face-color: #aaeeaa;
scrollbar-track-color: #aaaaaa;
scrollbar-highlight-color: LIGHT;
scrollbar-3dlight-color: MEDIUM;
scrollbar-shadow-color: DARK;
scrollbar-darkshadow-color: MEDIUM;
scrollbar-arrow-color: DARK;
*/
font-family: sans-serif, Times, serif;
font-size: 12px;
}
table
{
font-family: sans-serif, Times, serif;
font-size: 12px;
text-align : left;
/*border-style: none;
border: 1px;*/
}
.head
{
font-family: Times, serif;
font-size: 10px;
width : 100%;
background-image : url(/images/windows_degrade.png);
background-repeat : no-repeat;
background-size: 100%;
/*background:#eeeeee;*/
border-width: 1px;
border-color: #d4d0c8;
display:inline-table;
}
.foot_1
{
display:none;
}
.foot_2
{
background:#eeeeee;
text-align:center;
font-size: 10px;
}
.foot_3
{
display:none;
}
.centerhead
{
font-family: Times, serif;
font-size: 10px;
background-image : url(/images/windows_degrade.png);
background-repeat : no-repeat;
background-position: center;
background-size: 100%;
border-color: #d4d0c8;
width:100%;
height: 100%;
border-width: 1px;
overflow: auto;
z-index: -1;
position: absolute;
right:0;
left:0;
}
.centerbody
{
font-family: sans-serif, Times, serif;
font-size: 12px;
}
.comment
{ font-family: sans-serif;
font-size: 10px;
background: #ffffff;
border-width:2px;
width:100%;
border-color: #666666;
border-style: solid;
}
.magicbox
{
font-family: sans-serif, Times, serif;
font-size: 10px;
background:#dddddd;
border: 0px;
}
h1
{
color: #221111;
}
.bordure
{
background-color: transparent;
border: 0px;
border-style: none;
border-color:#ffffff;
}
a
{
text-decoration : none;
color : #006600;
}
a:hover
{
text-decoration : underline;
}
a:visited
{
color: #666600;
}
.head_1
{
display: none;
}
.head_2
{
white-space: nowrap;
font-weight: bold;
width: 90%;
color: white;
/* background: #d4d0c8;*/
}
.head_3
{
/*display:none; */
/*background-color:transparent;*/
/*text-align:right;*/
width:90%;
background-image : url(/images/windows_close.png);
background-repeat : no-repeat;
text-align:right;
background-position: top center;
}
.head_4
{
display: none;
/*background: #d4d0c8;*/
/* width: 80%;*/
}
.head_5
{
display: none;
}
.center
{
/*align : center;*/
}
textarea
{
overflow: auto;
}
.icon_5
{
background-image : url(/themes/default/5.png);
background-repeat : no-repeat;
}
.colonne
{
width: 180px;
}
.fortune
{
font-style: italic;
}
.centernews
{
background: #ffffff;
border-width: 2px;
border-color: #666666;
border-style: solid;
width: 100%;
}
.dazibaweb
{
width: 50%;
}