Woutzzz
%Europe/Berlin %868 %2005, 21:50
Hallo,
ik heb een simpele blog op http://ibmf.jouwlog.nl/ en wil graag het logo veranderen. Waar staat dat precie in dit script? (het is een css gedoe) Ook graag wil ik een beetje de kleuren aanpassen.
/* body instellingen */
/* basic css */
body,html
{
/* standaard */
margin: 0px;
padding: 0px;
height: 100%;
/* einde standaard */
background-color: #E9E9E9;
}
/* end body instellingen */
/* Standaard items */
a:link, a:active, a:visited {
color: #333;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: underline;
}
#container {
/* standaard */
width: 750px;
display: table;
padding: 0px;
height: 100%;
/* einde standaard */
border: 1px solid #333;
background: #535353;
margin-left: auto;
margin-right: auto;
font-family: Verdana;
font-size: 12px;
color: #333;
}
#content {
/* standaard */
width: 510px;
/* einde standaard */
float: right;
padding-right: 3px;
padding-left: 3px;
}
#top {
/* Standaard */
width: 100%;
margin-bottom: 6px;
padding: 2px;
margin-right: -3px;
/* Einde standaard */
height: 155px;
background: url(/images/upload/titel/baby.gif);
font-size: 24px;
font-weight: bold;
}
#top a:link,#top a:active,#top a:visited,#top a:hover {
padding: 2px;
}
/* End Standaard items */
/* Menu items */
#menu {
/* standaard */
width: 215px;
padding-left: 3px;
padding-right: 3px;
/* einde standaard */
float: left;
}
.menu_tabel {
/* standaard */
width: 100%;
padding: 2px;
/* einde standaard */
background: #CCC;
border: 1px solid #333;
}
.menu_tabel p.menu_top {
/* standaard */
margin: 1px;
/* einde standaard */
border-bottom: 1px solid #CCFF00;
font-size: 15px;
font-weight: bold;
}
.menu_tabel p.menu_item {
/* standaard */
margin: 1px;
/* einde standaard */
}
/* End menu items */
/* Datum */
.datum_tabel {
/* standaard */
padding: 2px;
margin: 0px;
margin-bottom: 6px;
width: 100%;
/* einde standaard */
background-color: #CCFF00;
border: 1px solid #333;
font-weight: bold;
}
/* End datum */
/* Log ruimte */
.log_tabel {
/* standaard */
width: 100%;
padding: 2px;
margin-bottom: 6px;
/* einde standaard */
background: #FFF;
border: 1px solid #333;
}
.log_tabel p.norm {
/* standaard */
margin: 3px;
/* einde standaard */
}
.log_tabel p.under {
margin: 1px;
border-top: 1px solid #CCFF00;
}
.log_tabel p.titel {
/* standaard */
margin-left: 3px;
/* einde standaard */
font-size: 15px;
font-weight: bold;
}
/* Einde log ruimte */
Wie helpt mij?
ik heb een simpele blog op http://ibmf.jouwlog.nl/ en wil graag het logo veranderen. Waar staat dat precie in dit script? (het is een css gedoe) Ook graag wil ik een beetje de kleuren aanpassen.
/* body instellingen */
/* basic css */
body,html
{
/* standaard */
margin: 0px;
padding: 0px;
height: 100%;
/* einde standaard */
background-color: #E9E9E9;
}
/* end body instellingen */
/* Standaard items */
a:link, a:active, a:visited {
color: #333;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: underline;
}
#container {
/* standaard */
width: 750px;
display: table;
padding: 0px;
height: 100%;
/* einde standaard */
border: 1px solid #333;
background: #535353;
margin-left: auto;
margin-right: auto;
font-family: Verdana;
font-size: 12px;
color: #333;
}
#content {
/* standaard */
width: 510px;
/* einde standaard */
float: right;
padding-right: 3px;
padding-left: 3px;
}
#top {
/* Standaard */
width: 100%;
margin-bottom: 6px;
padding: 2px;
margin-right: -3px;
/* Einde standaard */
height: 155px;
background: url(/images/upload/titel/baby.gif);
font-size: 24px;
font-weight: bold;
}
#top a:link,#top a:active,#top a:visited,#top a:hover {
padding: 2px;
}
/* End Standaard items */
/* Menu items */
#menu {
/* standaard */
width: 215px;
padding-left: 3px;
padding-right: 3px;
/* einde standaard */
float: left;
}
.menu_tabel {
/* standaard */
width: 100%;
padding: 2px;
/* einde standaard */
background: #CCC;
border: 1px solid #333;
}
.menu_tabel p.menu_top {
/* standaard */
margin: 1px;
/* einde standaard */
border-bottom: 1px solid #CCFF00;
font-size: 15px;
font-weight: bold;
}
.menu_tabel p.menu_item {
/* standaard */
margin: 1px;
/* einde standaard */
}
/* End menu items */
/* Datum */
.datum_tabel {
/* standaard */
padding: 2px;
margin: 0px;
margin-bottom: 6px;
width: 100%;
/* einde standaard */
background-color: #CCFF00;
border: 1px solid #333;
font-weight: bold;
}
/* End datum */
/* Log ruimte */
.log_tabel {
/* standaard */
width: 100%;
padding: 2px;
margin-bottom: 6px;
/* einde standaard */
background: #FFF;
border: 1px solid #333;
}
.log_tabel p.norm {
/* standaard */
margin: 3px;
/* einde standaard */
}
.log_tabel p.under {
margin: 1px;
border-top: 1px solid #CCFF00;
}
.log_tabel p.titel {
/* standaard */
margin-left: 3px;
/* einde standaard */
font-size: 15px;
font-weight: bold;
}
/* Einde log ruimte */
Wie helpt mij?