Hallo Leute
Vorab entschuldige ich mich schon, weil dieses Thema schon mehrfach behandelt worden ist, doch ich werde nicht "schlau".
Wo kann ich die Hintergrundfarbe eintellen?
Vielen Dank und Gruss
Marc
Hintergrundfarbe
Hallo,
adm_thmes/modern/css/modern.css
Die Zeile mit dem background-image muss weg.
Gruß Jochen
adm_thmes/modern/css/modern.css
Code: Alles auswählen
.body
{
background-color: #ffffff;
}
Gruß Jochen
Hallo Jochen
Irgendwie schein ich auf dem Schlauch zu stehen...
Mein modern.css sieht wie folgt aus:
Da finde ich deinen genannten Eintrag nicht.....
Sry und Danke
Marc
Irgendwie schein ich auf dem Schlauch zu stehen...

Mein modern.css sieht wie folgt aus:
/******************************************************************************
* Spezielle Cascading-Style-Sheets-Datei nur fuer das Modern-Theme
*
* Copyright : (c) 2004 - 2008 The Admidio Team
* Homepage : http://www.admidio.org
* License : GNU Public License 2 http://www.gnu.org/licenses/gpl-2.0.html
*
* Mit dieser CSS-Datei koennen Sie die spezifischen Anpassungen fuer das
* Modern-Theme bearbeiten. Dies sind keine Admidio-Standard-CSS-Klassen.
*
*****************************************************************************/
#page_header {
text-align: left;
margin: 0 auto;
width: 955px;
}
h2 {
padding-top: 5px;
margin-top: 0px;
margin-bottom: 5px;
font-size: 14pt;
color: #449ba6;
}
h3 {
padding-bottom: 3px;
font-size: 12pt;
padding-top: 20px;
margin-top: 0px;
margin-bottom: 5px;
color: #459ba6;
}
h4 {
padding-bottom: 3px;
font-size: 11pt;
padding-top: 10px;
margin-top: 0px;
margin-bottom: 0px;
color: #459ba6;
}
#orga_name {
color: #dbebee;
top: 108px;
position: absolute;
margin-left: 372px;
padding: 0px;
font-size: 24pt;
font-weight: bold;
}
*:first-child+html #orga_name[id] {
margin-left: -593px!;
}
.menu {
display: block;
padding-bottom: 7px;
}
p {
padding-bottom: 10px;
padding-top: 10px;
margin: 0px;
}
#page {
text-align: left;
margin: 0px auto;
width: 925px;
padding-top: 15px;
padding-bottom: 15px;
display: block;
}
#left_block {
float: left;
margin-right: 20px;
}
#right_block > div {
margin-left: 625px;
}
/* spezieller Hack, damit der Block im IE6 auch richtig neben den anderem positioniert ist */
html.* #right_block div {
margin-left: 622px;
width: 268px;
}
/* spezieller Hack, damit die Menuelinks im IE6 nicht so weit auseinander springen */
html.* #right_block span {
height: 15px;
}
/* damit unter den Rahmenbildern keine 2px Abstand sind */
.img_border {
display: block;
}
#content, #content_left {
padding-left: 13px;
padding-right: 12px;
min-height: 450px;
min-width: 574px;
}
.content {
border-right: 1px solid #7d7d7d;
border-left: 1px solid #7d7d7d;
background-color: white;
background-position: 0 bottom;
background-repeat: repeat-x;
background-image: url(../images/background_in_borders.png);
}
#sidebar {
padding-left: 15px;
padding-right: 15px;
}
#sidebar hr {
margin-top: 10px;
color: #d7d7d7;
border-width: 1px;
border-style: dashed;
text-align: left;
}
Da finde ich deinen genannten Eintrag nicht.....
Sry und Danke
Marc


Jetz geht es...
Vielen Dank!!
Falls jemand ein paar Farbchemas braucht, hier wäre was zu finden:
http://www.zms-publishing.com/support/c ... x_ger.html
Gruss
Marc