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

207 lines
3.6 KiB
CSS
Raw Permalink Normal View History

2023-04-30 21:28:42 +02:00
body
{
color: #000000;
font-family: Times, serif;
font-size: 12px;
}
table
{
font-family: Times, serif;
font-size: 12px;
color: #000000;
border-width: 0px;
border-color: transparent;
text-align:center;
}
img
{
border-style: none;
border-width: 0em;
}
.google
{
display: none;
}
.container
{
width: 80%;
}
.logo
{
display: none;
visibility: hidden;
}
.head
{
font-family: sans-serif, Times, serif;
font-weight: bold;
font-size: 14px;
color: #ffffff;
background: #ccccff;
}
.centerhead
{
font-family: sans-serif, Times, serif;
font-size: 16px;
background: #ccccff;
font-weight: bold;
}
.centerbody
{
font-family: Times, serif;
font-size: 14px;
background: #ffffff;
color: #000000;
}
.magicbox
{
font-family: Times, serif;
font-size: 12px;
background: #ffffff;
border-width: 0px;
border-color: transparent;
text-align: left;
}
h1
{
color: #ffffff;
background: #ccccff;
text-align:center;
}
h2
{
color: #ffffff;
background: #ccccff;
text-align:center;
}
hr
{
display: none;
}
.retour_au_menu
{
color: #ffffff;
background: #ccccff;
}
.bordure
{
background: #ffffff;
border:0px;
border-width: 0px;
border-color: transparent;
}
.head_2
{
background: #ccccff;
color: #ffffff;
text-align: center;
font-size: 14px;
}
.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;
}
.foot
{
color: #ffffff;
}
.mainpage
{
margin-left: 0px;
text-align: left;
min-width: 1px;
background: url(/images/transparent.gif) repeat-y 25% 0%;
background-color: white;
}
.colonne
{
max-width: 180px;
width: 29%;
float: right;
/*margin-right: 25px;*/
}
.centerpage
{
width: 69%;
min-width: 1px;
float: left;
}
.comment
{
border-width: 14px;
border-color: #ccccff;
border-style: solid;
width:100%;
margin-top: 4px;
}
.dazibaweb
{
width:99%;
float: left;
}
.rssparser, .rssparser2
{
width: 50%;
float: right;
margin-bottom: 5px;
}
.wikihelp
{
border-width: 14px;
border-color: #ccccff;
border-style: solid;
}
.headerpage, .footerpage
{
text-align: center;
font-family: sans-serif, Times, serif;
font-weight: bold;
font-size: 14px;
color: #ffffff;
background: #ccccff;
width: 100%;
/*padding-left: 150px;*/
margin-bottom: 10px;
/*float: middle;*/
clear: both;
}
fieldset
{
border-style: none;
border-width: 0em;
}
.pageseparator
{
visibility: hidden;
}
.contact
{
color: #ffffff;
background: #ccccff;
/*float: right;*/
/*display: none;*/
}
a
{
text-decoration: underline;
}
.retour_au_menu
{
background: #ffffff;
}