363 lines
6.1 KiB
CSS
363 lines
6.1 KiB
CSS
|
* {
|
||
|
font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
|
||
|
}
|
||
|
.google
|
||
|
{
|
||
|
display: none;
|
||
|
}
|
||
|
.dazibaweb
|
||
|
{
|
||
|
width: 100%;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
img
|
||
|
{
|
||
|
border-style: none;
|
||
|
border-width: 0px;
|
||
|
}
|
||
|
.footerpage_left
|
||
|
{
|
||
|
position: fixed;
|
||
|
top: 1em;
|
||
|
left: 1%;
|
||
|
width: 18%;
|
||
|
}
|
||
|
.footerpage_right
|
||
|
{
|
||
|
position: fixed;
|
||
|
top: 1em;
|
||
|
right: 1%;
|
||
|
width: 18%;
|
||
|
}
|
||
|
.footerpage
|
||
|
{
|
||
|
left: 20em;
|
||
|
text-align: justify;
|
||
|
position: fixed;
|
||
|
bottom: 0px;
|
||
|
/*width: 57%;*/
|
||
|
background: #ccccff;
|
||
|
border: solid black 1px;
|
||
|
padding: 3px 8px 0 8px;
|
||
|
|
||
|
}
|
||
|
.rssparser2, .rssparser
|
||
|
{
|
||
|
background: #fff2e8;
|
||
|
border: solid #9e9784 1px;
|
||
|
}
|
||
|
.rssparser .magicboxborder, .rssparser .magicbox, .rssparser .centerbody, .rssparser .centerhead, .rssparser .head_2,
|
||
|
.rssparser2 .magicboxborder, .rssparser2 .magicbox, .rssparser2 .centerbody, .rssparser2 .centerhead, .rssparser2 .head_2
|
||
|
{
|
||
|
width: 100%;
|
||
|
border-color: #fff2e8;
|
||
|
border-width: 0;
|
||
|
background: #fff2e8;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font-size: 10px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
/*.nbcomment a:after
|
||
|
{
|
||
|
content: ' ) ';
|
||
|
}*/
|
||
|
body {
|
||
|
/*background: #606060;*/
|
||
|
background: white;
|
||
|
color: #000000;
|
||
|
text-align: left;
|
||
|
}
|
||
|
table, .magicbox, fieldset, .colonne .magicbox
|
||
|
{
|
||
|
border-width: 0;
|
||
|
border-color: transparent;
|
||
|
}
|
||
|
a:link {
|
||
|
color: #0000FF;
|
||
|
background: transparent;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
color: #990099;
|
||
|
background: transparent;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:active {
|
||
|
color: #000000;
|
||
|
background: #ADD8E6;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
color: #990033;
|
||
|
}
|
||
|
hr
|
||
|
{
|
||
|
border: 1px black solid;
|
||
|
}
|
||
|
.mainpage
|
||
|
{
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
/*background: white;
|
||
|
color: white;*/
|
||
|
top: 60px;
|
||
|
width: 95%;
|
||
|
}
|
||
|
.centerpage
|
||
|
{
|
||
|
background: white;
|
||
|
color: #000000;
|
||
|
margin-left: 29%;
|
||
|
margin-right: 35%;
|
||
|
padding-left: 20px;
|
||
|
text-align: left;
|
||
|
font-size: 12px;
|
||
|
width: 70%;
|
||
|
float: left;
|
||
|
position: absolute;
|
||
|
height: 100%;
|
||
|
}
|
||
|
.colonne
|
||
|
{
|
||
|
background: white;
|
||
|
padding-left: 5px;
|
||
|
max-width: 210px;
|
||
|
width: 27%;
|
||
|
float:left;
|
||
|
position: absolute;
|
||
|
}
|
||
|
|
||
|
.centerhead {
|
||
|
border-top: solid #cac2a8 2px;
|
||
|
margin-top: 20px;
|
||
|
background-color: #eeeae6;
|
||
|
padding-left: 10px;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
.centerpage .foot
|
||
|
{
|
||
|
border-top: none;
|
||
|
border-bottom: solid #cac2a8 2px;
|
||
|
margin-bottom: 20px;
|
||
|
background-color: #eeeae6;
|
||
|
padding-left: 10px;
|
||
|
font-size: 11px;
|
||
|
}
|
||
|
|
||
|
.magicbox {
|
||
|
border: solid #9e9784 1px;
|
||
|
padding-left: 10px;
|
||
|
padding-right: 10px;
|
||
|
padding-top: 10px;
|
||
|
padding-bottom: 5px;
|
||
|
margin-top: 2px;
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
.forum {
|
||
|
padding: 10px;
|
||
|
border-top: solid 2px #d37537;
|
||
|
border-bottom: solid 2px #d37537;
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 10px;
|
||
|
background-color: #cacaca;
|
||
|
font-size: 12px;
|
||
|
line-height: 1.3em;
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
}
|
||
|
.forum hr
|
||
|
{
|
||
|
background: #cacaca;
|
||
|
}
|
||
|
.forum .magicbox, .forum .magicboxborder, .forum .centerbody, .forum .bordure, .forum .centerhead
|
||
|
{
|
||
|
background-color: #cacaca;
|
||
|
border: none;
|
||
|
border-color: #cacaca;
|
||
|
width: 80px;
|
||
|
padding:0;
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.forum_message_header {
|
||
|
font-size: 12px;
|
||
|
color: black;
|
||
|
margin: 0px 20px 3px 0px;
|
||
|
background-color: rgb(226, 226, 226);
|
||
|
padding-left: 1px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.comment
|
||
|
{
|
||
|
border-left-width: 1px;
|
||
|
border-color: black;
|
||
|
border-style: solid;
|
||
|
margin: 10px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.wikihelp
|
||
|
{
|
||
|
font-size: smaller;
|
||
|
}
|
||
|
.centerpage .magicboxborder
|
||
|
{
|
||
|
background-color: white;
|
||
|
width: 80%;
|
||
|
}
|
||
|
img {
|
||
|
border: 0px;
|
||
|
}
|
||
|
input, textarea
|
||
|
{
|
||
|
z-index: -1;
|
||
|
}
|
||
|
.headerpage {
|
||
|
margin-top: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
.colonne .head, .foot {
|
||
|
margin-bottom: 2px;
|
||
|
background-color: #e3dabc;
|
||
|
margin-left: 4px;
|
||
|
margin-top: 10px;
|
||
|
padding-left: 5px;
|
||
|
padding-top: 2px;
|
||
|
font-size: 11px;
|
||
|
border-top: solid #777364 1px;
|
||
|
border-bottom: solid #777364 1px;
|
||
|
/*text-transform: uppercase;*/
|
||
|
/*font-weight: bold;*/
|
||
|
}
|
||
|
.colonne .magicbox {
|
||
|
margin-left: 4px;
|
||
|
margin-right: 1px;
|
||
|
/*border: 1px #a59f8b solid;*/
|
||
|
border: 0;
|
||
|
margin-top: 0px;
|
||
|
padding: 5px;
|
||
|
text-align: justify;
|
||
|
background: #fff2e8;
|
||
|
font-size: 10px;
|
||
|
}
|
||
|
.magicboxborder
|
||
|
{
|
||
|
background: #fff2e8;
|
||
|
width: 100%;
|
||
|
border: solid #9e9784 1px;
|
||
|
}
|
||
|
.centerpage .head_2 {
|
||
|
font-weight: bold;
|
||
|
font-size: 14px;
|
||
|
margin: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
.rssparser .head_2, .rssparser .head, .rssparser .head_1
|
||
|
.rssparser2 .head_2, .rssparser2 .head
|
||
|
{
|
||
|
font-weight: normal;
|
||
|
font-size: 10px;
|
||
|
margin: 0;
|
||
|
padding-left: 2px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.rssparser .head_2 a:after
|
||
|
{
|
||
|
content: ' : ';
|
||
|
|
||
|
}
|
||
|
.rssparser2 .head_1, .rssparser2 .head_3, .rssparser2 .head_4
|
||
|
{
|
||
|
display: none;
|
||
|
}
|
||
|
.rssparser2 .centerbody
|
||
|
{
|
||
|
width: 100%;
|
||
|
}
|
||
|
.misspelled {
|
||
|
color: red;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.footerpage span, .footerpage img
|
||
|
{
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
.icon_php
|
||
|
{
|
||
|
background-image : url(/images/slim/php_slim_15.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_freebsd
|
||
|
{
|
||
|
background-image : url(/images/slim/freebsd_slim.gif);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_debian
|
||
|
{
|
||
|
background-image : url(/images/slim/debian_slim_15.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_anyb
|
||
|
{
|
||
|
background-image : url(/images/slim/anybrowser_slim_15.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_apache
|
||
|
{
|
||
|
/*background-image : url(/images/slim/apache_slim_15.png);*/
|
||
|
background-image : url(/images/slim/button_lighttpd.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_mysql
|
||
|
{
|
||
|
background-image : url(/images/slim/mysql_slim_15.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_vim
|
||
|
{
|
||
|
background-image : url(/images/slim/vim_slim_15.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_gimp
|
||
|
{
|
||
|
background-image : url(/images/slim/gimp_slim.gif);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_w3_xhtml
|
||
|
{
|
||
|
background-image : url(/images/w3_xhtml10.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|
||
|
.icon_w3_css
|
||
|
{
|
||
|
background-image : url(/images/w3_css2.png);
|
||
|
background-repeat : no-repeat;
|
||
|
width: 80px;
|
||
|
height: 15px;
|
||
|
}
|