Tagchen,
der Blog um den es geht: http://www.classic-gti.de
Hab den Fleur-Theme und möchte nun den Contentteil, also den ganzen Teil inner Mitte (beige) inklusive dem roten Balken links etc. bis nach unten der Seite fließen lassen, sodass er am sichtbaren Browserende mit dem Footer abschließt. Habs schon mit max-height und height 100% versucht aber das haut nicht hin. Ich weiß auch nicht genau wo das hinmuss...
Könnt ihr mir da helfen?
Und noch ein 2 kleine Fragen:
Wie bekomme ich die gelbe Linie unter dem Titel der Beiträge weg?
Wie bekomme ich den Hinweis "Comments are closed" weg?
CSS Problem... Wie geht der Contentteil bis "unten"?
-
-
- Gerade eben
- Anzeige
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
- ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
- ✔️ Deutsche Server & DSGVO-konform
- ✔️ Persönlicher Support (kein 0815-Ticket-System)
-
Hättest du jetzt noch deine style.css gepostet könnte man dir schneller weiterhelfen.
Zitat
Wie bekomme ich den Hinweis "Comments are closed" weg?
Der besagte Satz steht in der comments.php . Einfach mal STRG+F und dann suchen!Zitat
Wie bekomme ich die gelbe Linie unter dem Titel der Beiträge weg?
Welche gelbe Linie? Ich seh nur ne rote.
Und das dürfte in der CSS datei was mit border: 1px solid #farbe sein! -
Sorry, ich meinte die rote Linie. :D Hab sie noch nicht gefunden. Und das Problem mit dem Comment-Satz ist, dass ich durch den fleur-Theme gar keine comments Datei mehr habe.
Hier mal die stylesheet.css
[FONT=Courier New]/*
Template: fleur
Theme Name: Fleur De Lys
Theme URI: [/FONT][FONT=Courier New]http://wpthemes.info[/FONT]
[FONT=Courier New]Author: Sadish Balasubramanian
Author URI: [/FONT][FONT=Courier New]http://www.simpleinside.com[/FONT]
[FONT=Courier New]*/
/* General Styles */[/FONT]
[FONT=Courier New]body {
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size: 90%;
background:#F2F2E9;
}
hr, .description
{
display:none;
}
a:link {
color:#AA7D39;
text-decoration:none;
}
a:visited {
color:#B3A99A; /*B8A280;*/
text-decoration:none;
}
a:hover {
color:#9C803A;
text-decoration:underline;
}
a img {
border-width:0;
}
a img { border:none;}[/FONT][FONT=Courier New]#rap {
width: 980px;
margin: 0 auto;
text-align: left;
position: relative;
background: #fff;
padding: 0;
background:#fff url('img/rap.jpg') repeat-y left;
}
acronym, abbr {
border-bottom: 1px dotted #9C803A;
}[/FONT]
[FONT=Courier New]acronym, abbr, span.caps {
cursor: help;
letter-spacing: .07em;
}[/FONT]
[FONT=Courier New]code {
font-size: 1em;
font-style:italic;
}[/FONT]
[FONT=Courier New]blockquote {
border-left: 5px solid #DADACE;
margin-left: 1.5em;
padding-left: 5px;
}[/FONT]
[FONT=Courier New]cite {
font-size: 0.9em;
font-style: normal;
}[/FONT]
[FONT=Courier New]h3 {
margin: 0;
padding: 0;
font-size: 1.3em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}[/FONT]
[FONT=Courier New]p {
margin: 0 0 1em 0;
padding: 0;
line-height: 1.2em;
font-size: 1.1em;
}[/FONT]
[FONT=Courier New]/* Header Styles */[/FONT]
[FONT=Courier New]#header
{
margin: 0;
padding: 5px 15px;
height: 153px;
text-align: center;
text-transform: uppercase;
background:url('img/fdl_top.jpg') repeat top;
}[/FONT]
[FONT=Courier New]#header h1 {
margin: 30px auto 5px auto;
padding: 50px 0 0 0;
font-size: 1.5em;
font-weight: normal;
letter-spacing: 0.1em;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
}[/FONT][FONT=Courier New]#header h1 a {
text-decoration: none;
border:none;
color:#ddd;
}
#header h1 a:hover,#header h1 a:active {
text-decoration: none;
color:#fff;
}[/FONT]
[FONT=Courier New]/* Content Styles */[/FONT]
[FONT=Courier New]#content
{
float: right;
margin:20px 0;
padding:0 5px;
background: #fff;
width: 700px;
font-size: 0.9em;
display:inline;
}[/FONT]
[FONT=Courier New].post {
margin: 0 0 2em 0;
}
#content ol
{
font-size:1.1em;
margin:5px 0 5px 20px;
padding:0 0 0 20px;
}
#content ol li
{
margin:0;
padding:2px;
margin:5px 0 5px 18px;
}
#content ul
{
font-size:1.1em;
list-style:none;
margin:5px 0 5px 20px;
padding:0 0 0 20px;
}
#content ul li
{
list-style:none;
background:url('img/fdl_icon.gif') no-repeat left center;
padding:2px 0 2px 18px;
}
/* classes used by the_meta() */
ul.post-meta {
list-style: none;
}[/FONT]
[FONT=Courier New]ul.post-meta span.post-meta-key {
font-weight: bold;
}[/FONT]
[FONT=Courier New].post-info {
font-size: 0.85em;
color: #808080;
margin: 0 0 1em 0;
padding: 0 0 0.3em 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
clear:both;
}[/FONT]
[FONT=Courier New].post-info span {
margin: 0.6em 0 0 0;
}[/FONT]
[FONT=Courier New].post-info li {
display: inline;
}[/FONT]
[FONT=Courier New].post-info ul {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
.post-info-co
{
text-align:right;
padding-right:15px;
}
.post-title{
margin: 0;
border-bottom: 1px solid #c96666;
text-align:right;
font-size:0.96em;
padding:0;
color:#C4C5B7;
padding:0 0 0.1em 0;
}
.post-title em
{
text-decoration:none;
background:url('img/permalien.png') left no-repeat;
padding-left:12px;
font-size:1.3em;
float:left;
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content .post-title em a
{
text-decoration:none;
color:#AA7D39;
}[/FONT]
[FONT=Courier New].post-content
{
margin: 0 0 1em 0;
padding: 0;
font-size:0.89em;
}
.post-footer
{
background:url('img/fdl_icon.gif') no-repeat center bottom;
}[/FONT]
[FONT=Courier New]/* sidebar Styles */[/FONT]
[FONT=Courier New]#sidebar {
margin: 20px 0 0 40px;
width: 190px;
padding: 0 0 10px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
float:left;
display:inline;
color:#666;[/FONT]
[FONT=Courier New]}
html>body #sidebar {
width: 190px;
}[/FONT]
[FONT=Courier New]#sidebar h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666;
margin:0.3em 0;
padding:3px 0 3px 2em;
background:transparent url('img/fdl_menu_1.jpg') no-repeat left center;
}[/FONT]
[FONT=Courier New]#sidebar h2.special {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666;
margin:0.3em 0;
padding:3px 0 3px 2em;
background:transparent url('img/fdl_menu_1.jpg') no-repeat left center;
}[/FONT]
[FONT=Courier New]#sidebar form {
margin: 0 0 1.5em 0;
}[/FONT]
[FONT=Courier New]#sidebar input#s {
width: 100%;
background: #F5F5F5;
border: 1px solid #669BB4;
color: #000;
margin: 0.5em 0;
}[/FONT]
[FONT=Courier New]#sidebar ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding: 5px 0.5em 5px 1.5em;
font-size:0.8em;
}[/FONT]
[FONT=Courier New]#sidebar ul li {
margin: 0;
padding: 5px 0;
font-size:1em;
}[/FONT]
[FONT=Courier New]#sidebar ul li p {
margin: 0;
padding: 5px 0;
font-size:1em;
}
/* Footer Styles */[/FONT]
[FONT=Courier New]#footer
{
clear:both;
margin: 0;
padding: 0;
text-align: center;
font-size: 0.9em;
background:url('img/footer2.jpg') repeat-x top;
color:#cacaca;
text-transform:lowercase;
height:25px;
}[/FONT]
[FONT=Courier New]#footer cite {
color: #808080;
}[/FONT]
[FONT=Courier New]#footer a {
color: #f0f0f0;
text-decoration:none;
}
#footer a:hover {
color: #fcfcfc;
}[/FONT]
[FONT=Courier New]/* Comment Styles */
#content .commentlist
{
font: bold 1em georgia, 'Times New Roman', serif;
color: #ccc;
padding: 0;
margin:0;
}[/FONT]
[FONT=Courier New]#content .commentlist li {
color: #666;
font: normal 0.85em georgia, 'Times New Roman', serif;
margin-bottom: 10px;
border:#DADACE 1px solid;
padding:5px;
}[/FONT]
[FONT=Courier New]#content .commentlist cite {
color: #808080;
margin: 0 0 1em 0;
padding: 0 0 0.5em 0;
}
#content .commentlist p
{
line-height:1.2em;
padding:2px 0;
margin:5px 0;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
background: #F5F5F5;
border: 1px solid #669BB4;
padding: 0.2em;
}
#commentform textarea {
width: 80%;
}
#commentform p {
margin: 0 0 1em 0;
}
#content .commentlist li ul {
border-left: 1px solid #ddd;
font-size: 110%;
list-style-type: none;
}
#comments,#respond {
margin: 3em 0 1em 0;
color: #AA7D39;
font: 0.9em verdana, helvetica, sans-serif;
}
textarea
{
width:80%;
}
/*other*/
.feedback
{
background:url('img/ico-talk-act.gif') no-repeat left;
padding-left:18px;
}
.pauthor, .ptime, .pcat
{
font-size:0.8em;
padding-right:10px;
}[/FONT]
[FONT=Courier New].pauthor
{
background:url('img/user.png') no-repeat left;
padding-left:12px;
}
.ptime
{
background:url('img/heure.png') no-repeat left;
padding-left:12px;
}
.pcat
{
background:url('img/puce.png') no-repeat left;
padding-left:12px;
}[/FONT] -
HILFE! helft mir doch :)
-
ich sags ganz ehrlich,
das mit css hinzubekommen ist die verdammt hohe Kunst des CascadingStyleSheets,der neue IE steht vor der Tür-sprich dies ist mehr als nur schnell ein Tipp zwischendurch,
die für den Semiprofi beste Möglichkeit ist ein Hintergrundbild, das dir das ermöglicht was du magst,
lg
-
Ich hab das selbe Problem, die
Zeile:
"Comments are closed" bleibt bestehen obwohl ich keine comments.php und comments-popup.php mehr habe :confused:
-
Wie Monika bereits sagte, ein Hintergrundbild kann dein Problem lösen. »Faux Columns« lautet hier das Zauberwort für den grossen allwissenden G.
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!