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

144 lines
2.8 KiB
CSS

html
{
font-family: sans-serif, Times, serif;
border-style: none;
}
body
{
color: #000000;
background-color : white;
background-image : url(/themes/default/Time-For-Lunch-2.jpg);
background-attachment : fixed;
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: 0px;
}
.head
{
font-family: Times, serif;
font-size: 10px;
width : 100%;
background-image : url(/themes/default/grey.png);
background-repeat : repeat-x;
/*background:#eeeeee;*/
border: 0px;
}
.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(/themes/default/grey.png);
background-repeat : repeat-x;
border: 0px;
}
.centerbody
{
font-family: sans-serif, Times, serif;
font-size: 12px;
}
.comment
{ font-family: sans-serif;
font-size: 10px;
}
.magicbox
{
font-family: sans-serif, Times, serif;
font-size: 10px;
background:#dddddd;
border: 0px;
}
h1
{
color: #221111;
}
.bordure
{
background-color: none;
border: 0px;
border-style: none;
border-color:#ffffff;
}
a
{
text-decoration : none;
color : #005000;
}
a:hover
{
text-decoration : underline;
color : #007700;
}
a:visited
{
color: #777700;
}
.head_1
{
display: none;
}
.head_2
{
background-image : url(/themes/default/green.png);
background-repeat : repeat-x;
white-space: nowrap;
width: 10%;
font-weight: bold;
}
.head_3
{
background-image : url(/themes/default/green-grey.png);
background-repeat : no-repeat;
width: 12px;
}
.head_4
{
background-image : url(/themes/default/grey.png);
background-repeat : repeat-x;
/* width: 80%;*/
}
.head_5
{
display: none;
}
.center
{
/*align : center;*/
}
textarea
{
overflow: auto;
}