| Author |
Message |
rd7 |
|
Post subject: COD4: Quote Bg
Posted: Dec 08, 2007 - 07:10 PM
|
|
Joined: Nov 17, 2007
Posts: 31
Status: Offline
|
|
Hey Mars hope all is well
So here's the deal. In the forums the quote box when veiwing a post is the same color as the bg, therefore it appears as though there isn't a quote box at all.
I went to the DMcod4.css and I found the quote bg color and changed it but it did not show the change. What exactly do I change?
Thx as always  |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: COD4: Quote Bg
Posted: Dec 08, 2007 - 08:47 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
I just checked my local copy here and the quotes are showing fine.
Here are the relevant parts of DMcod4.css for PNphpBB2
Code:
/* Quote & Code blocks */
.quotecontent, .codecontent {
border-left: solid 1px #090909;
border-top: solid 1px #090909;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
margin: 5px 0;
}
.quotetitle, .codetitle {
border-bottom: solid 1px #000;
padding: 0 5px;
text-align: left;
vertical-align: middle;
font-size: 11px;
background-color: #2E2E2E;
color: #D0D0D0;
}
.quotecontent {
color: #D0D0D0;
text-align: left;
vertical-align: top;
font-size: 11px;
line-height: 125%;
padding: 3px 5px;
background-color: #2E2E2E;
}
.codecontent{
font-family: Courier, 'Courier New', sans-serif;
color: #D0D0D0;
text-align: left;
vertical-align: top;
font-size: 11px;
line-height: 125%;
padding: 3px 5px;
background-color: #2E2E2E;
}
|
_________________
|
| |
|
|
|
 |
rd7 |
|
Post subject:
Posted: Dec 08, 2007 - 11:52 PM
|
|
Joined: Nov 17, 2007
Posts: 31
Status: Offline
|
|
Well this is what I currently have and it for some reason is not changing the color of the quote box/bg in the post when you view them??
Code:
/* Quote & Code blocks */
.quotecontent, .codecontent {
border-left: solid 1px #090909;
border-top: solid 1px #090909;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
margin: 5px 0;
}
.quotetitle, .codetitle {
border-bottom: solid 1px #000;
padding: 0 5px;
text-align: left;
vertical-align: middle;
font-size: 11px;
background-color: #525252;
color: #D0D0D0;
}
.quotecontent {
color: #D0D0D0;
text-align: left;
vertical-align: top;
font-size: 11px;
line-height: 125%;
padding: 3px 5px;
background-color: #525252;
}
.codecontent{
font-family: Courier, 'Courier New', sans-serif;
color: #D0D0D0;
text-align: left;
vertical-align: top;
font-size: 11px;
line-height: 125%;
padding: 3px 5px;
background-color: #525252;
}
Any ideas or anything not look right?
Thx |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 09, 2007 - 12:34 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
| Can you post a link to a post with a quote in it? |
_________________
|
| |
|
|
|
 |
rd7 |
|
Post subject:
Posted: Dec 10, 2007 - 12:23 AM
|
|
Joined: Nov 17, 2007
Posts: 31
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 10, 2007 - 01:38 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3937
Status: Offline
|
|
Strange, your quote css is actually .quote
So change all instances of .quotecontent to .quote |
_________________
|
| |
|
|
|
 |
|
|