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/minimal.css

82 lines
1.7 KiB
CSS
Raw Normal View History

2023-04-30 21:28:42 +02:00
<style type='text/css'>
body
{
color: #ffffff;
font-family: Times, serif;
font-size: 12;
}
table
{
font-family: Times, serif;
font-size: 12;
color: #000000;
border-width: 0px;
border-color: none;
}
.head
{
font-family: Times, serif;
font-size: 12;
color: #ffffff;
background: #ccccff;
}
.centerhead
{
font-family: Times, serif;
font-size: 13
background: #ccccff;
}
.centerbody
{
font-family: Times, serif;
font-size: 14;
background: #ffffff;
color: #000000;
}
.magicbox
{
font-family: Times, serif;
font-size: 10;
background: #ffffff;
border-width: 0px;
border-color: none;
}
h1
{
color: #221111;
}
.bordure
{
background: #ffffff;
border:0px;
border-width: 0px;
border-color: none;
}
.head_2
{
background: #ccccff;
color: #ffffff;
text-align: center;
}
.foot_1
{
background: #ccccff;
text-align:center;
color: #ffffff;
}
.foot_2
{
background: #ccccff;
text-align:center;
color: #ffffff;
}
.foot_3
{
background: #ccccff;
text-align:center;
color: #ffffff;
}
</style>