Zurück   WordPress Deutschland Forum > Support > Design

Antwort
 
Themen-Optionen Ansicht
Alt 03.03.2008, 12:57   #11 (permalink)
WPD-Team
 
Benutzerbild von Monika
 
Registriert seit: 04.06.2005
Ort: INET
Beiträge: 6.931
Zitat:
Zitat von Ashy Beitrag anzeigen
Und, weiss einer was dazu?
geduld ich tipp da was dazu
Monika ist offline   Mit Zitat antworten
Alt 04.03.2008, 02:28   #12 (permalink)
PostRank: 3
 
Registriert seit: 25.03.2007
Beiträge: 116
Super, da danke ich dir schonmal im voraus! Freue mich auf dein Getippsel
Ashy ist offline   Mit Zitat antworten
Alt 07.03.2008, 20:41   #13 (permalink)
PostRank: 3
 
Registriert seit: 25.03.2007
Beiträge: 116
Wollte nur nochmals kurz nachfragen
Ashy ist offline   Mit Zitat antworten
Alt 11.03.2008, 18:29   #14 (permalink)
PostRank: 3
 
Registriert seit: 25.03.2007
Beiträge: 116
Also, habe nun in der Sidebar mal eine kleine Grafik reingemacht. Im Safari wird sie auch angezeigt, im Mozilla jedoch nicht (IE kann ich nicht testen, da ich nur Mac habe).

+++ Swiss Paws | Alles über Nadine, Terry und Keane +++
Ashy ist offline   Mit Zitat antworten
Alt 11.03.2008, 20:13   #15 (permalink)
WPD-Team
 
Benutzerbild von Monika
 
Registriert seit: 04.06.2005
Ort: INET
Beiträge: 6.931


hab es vergessen,thread einfach nicht mehr gefunden

das steht in Deiner Sidebar jetzt

#sidebar h2 steht irgendwo bei /*headlines */

Code:
#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;

    }
#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 30px;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 0px 0 0 0px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 0px 0 0;
    padding: 4px 0px;}
das änderst du so ab



Code:
#sidebar h2 {
    margin: 5px 0 0;
    padding: 0 0 0 20px;/*20px breite des bildchens und was dazu*/
    text-align: left;
    border-bottom: 1px solid #ccc;
background-image:url(images/bildh2.gif);
background-position: 0 0;
background-repeat:no-repeat;
    line-height:2em;}

#sidebar ul{margin:0;padding:0;} 
#sidebar li{line-height:1.5em;}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 30px;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul{margin:0;} 

#sidebar ul ul ul{margin:0 0 0 10px;} 

#sidebar ul ul li{margin: 0 0 0;
    padding: 4px 0 4px 13px;/*13px breite des bildchens und was dazu*/
background-image:url(images/bild1.gif);
background-position: 0 0;
background-repeat:no-repeat;
}











#sidebar ul ol {
    margin: 0;
    padding: 0;
    } 
#sidebar ul ol {
    margin: 0 0 0 10px;
    } 
#sidebar ul ol {
    margin: 0px 0 0 0px;
    } 

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

 #sidebar ul ol li {
    margin: 0px 0 0;
    padding: 4px 0px;}
rein theoretisch müßte es so funktionieren,

wenn die Bildchen im Ordner images sind

bei background-position ist die erste Zahl die horizontale Ausrichtung die zweite die verticale,

manchmal muss man die Bildchen runterrücken

zb
Code:
background-position: 0 3px;
Monika ist offline   Mit Zitat antworten
Alt 15.03.2008, 15:06   #16 (permalink)
PostRank: 3
 
Registriert seit: 25.03.2007
Beiträge: 116
Kein Problem, Monika
Vielen Dank erstmals. Das Problem ist nur, dass es nun so (+++ Swiss Paws | Alles über Nadine, Terry und Keane +++) ausschaut?!

Habe bestimmt irgendwo ein Fehler reingehauen. War auch etwas schwierig, das alles zu übernehmen, weil in meiner CSS alles durcheinander war.

Hier mal meine CSS:
Code:
/* Begin Typography & Colors */
body {
	font-size: 9px; /* Resets 1em to 10px */
	font-family: Verdana, Trebuchet MS;
	background: #cbc7c6;
	color: #ffffff;
	text-align: right;
	}

#page {
	background-color: #ff0000;
	border: 1px solid #959596;
	text-align: justify;
	}

#header {
	background: #932f23 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 160px;
	width: 760px;
	}

#content {
	font-size: 12px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {/* Kommentare | Bearbeiten */
	text-align: right;
	}

.alt {
	background-color: #C1B79B;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#footer {
	background: #932f23 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Verdana, Trebuchet MS;
	font-size: 50px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Verdana, Trebuchet MS;
	font-weight: bold;
	}

h1 {
	font-size: 1em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 14px;
	}

h2.pagetitle {
	font-size: 14px;
	}

#sidebar h2 {
	font-family: Verdana, Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
	}

h3 {
	font-size: 12px;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #ff0000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a a:visited {
	color: #932f23;
	text-decoration:underline;
	}
	
.entry p a:hover {
	color: #ffffff;
	text-decoration:underline;
	}

#sidebar a{
color: #AD301C;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em;
	font-family: Verdana, Trebuchet MS;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Trebuchet MS;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Trebuchet MS;
	}

small, .nocomments, #sidebar ul ol l, .postmetadata, blockquote, strike {
	color: #721d12;
	font-size:12px;
	}
	
#sidebar ul ul li {
color: #ffffff;
font-size:13px;
}

#sidebar ul li a:hover {
	color: #ffffff !important;
	}
	
code {
	font: 1.1em 'Verdana', Trebuchet MS;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #721d12;
	text-decoration: underline;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 10px 0;
	padding: 0;
	}

#page {
	background-color: #ff0000;
	margin: 10px auto;
	padding: 0;
	width: 900px;
	border: 1px solid #000000;
	}

#header {
	background-color: #00000;
	margin: 0 0 0 0px;
	padding: 0;
	height: 180px;
	width: 900px;
	}

#headerimg {
	margin: 0;
	height: 160px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0px 30px;
	margin: 0px 0 0;
	width: 640px;
	}

.widecolumn {
	padding: 0px 0 0px 0;
	margin: 5px 0 0 150px;
	width: 640px;
	}

.post {
	margin: 5px 0px 0px 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 50px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	text-align: center;
}	

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0 0 0 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background-image:url(images/link.gif);
    background-position: 0 0;
	background-repeat:no-repeat;
	line-height:2em;}
	}

h3 {
	padding: 1px;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 80%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: url(images/link.gif) 0 12px no-repeat;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {margin: 0;padding: 0;} 
#sidebar li{line-height:1.5em;}

#sidebar ul ol {
    margin: 0;
    padding: 0;
    } 
	

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul{margin:0;} 

#sidebar ul ol {
	margin: 0px 0 0 0px;
	}
	
#sidebar ul ol {
	margin: 0px 0 0 10px;
	}	

#sidebar ul ul ul{{margin:0 0 0 10px;}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li
{margin: 0 0 0;
padding: 4px 0 4px 13px;
background-image:url(images/bild1.gif);
background-position: 0 0;
background-repeat:no-repeat;
}

#sidebar ul ol li {
	margin: 0px 0 0;
	padding: 4px 0px;

	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 75px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 0px 0px;
	margin-left: 694px;
	width: 150px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {/* Navigieren Beitrag vor oder zuerück bei Kommentarseite */
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/

/* Zusaetzliches von mir: Steckbrieftabellen */

#steckbrief {
	     overflow:auto; 
	     width:auto;
	     height:120px;
	     border:1px solid #000000;
	     padding-left: 5px;
	     padding-right: 5px;
	     padding-top: 5px;
	     padding-bottom: 5px;
	     }
Ashy ist offline   Mit Zitat antworten
Alt 15.03.2008, 17:50   #17 (permalink)
WPD-Team
 
Benutzerbild von Monika
 
Registriert seit: 04.06.2005
Ort: INET
Beiträge: 6.931
1.es kann ein Größenproblem sein

2. es könnte am kreativen html liegen

und keine Panik, sicher lauter Folgefehler, einen reparieren, dann bei der URL wider validieren lassen usw...
[Invalid] Markup Validation of http://www.swiss-paws.com/home/ - W3C Markup Validator


da kann manLinks:Show Source anklicken und dann rechts auf revalidieren, dann sieht man unten halbwegs gut wo der Fehler ist

lg
Monika ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist aus.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:28 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 | Impressum | Ein Inpsyde.com Projekt