Print Page | Close Window

quote colour in css file

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Skins
Forum Description: Skins to beable to change the look of Web Wiz Forums on your own site.
URL: https://forums.webwiz.net/forum_posts.asp?TID=25509
Printed Date: 28 March 2026 at 7:16am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: quote colour in css file
Posted By: jonnyboy
Subject: quote colour in css file
Date Posted: 01 April 2008 at 12:27pm
Sorry guys, I'm reskinning my forum, and I cant seem to find where to change the quote colour in the new version http://www.theblueroom.me.uk

can anyone tell me which bit of code it is please?



Replies:
Posted By: WebWiz-Bruce
Date Posted: 01 April 2008 at 12:43pm
It is done in the following part:-

/* BBcode blocks */
.BBquote{
    border: 1px dotted #999999;
    background-color: #FFFFFF;
    width: 99.5%;
    padding: 5px;
    margin: 8px 0px;
    text-align: left;
    overflow: auto;
    display: block;
    padding: 5px;
}

.BBcode{
    font-family: Courier New, Courier, mono;
    border: 1px dashed #999999;
    width: 99.5%;
    padding: 5px;
    margin: 8px 0px;
    text-align: left;
    overflow: auto;
    display: block;
    padding: 5px;
}


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: WebWiz-Bruce
Date Posted: 01 April 2008 at 12:45pm
It also looks like you need to change the page link boxes with the page numbers in which is done in the following part:-

/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
    color : #000000;
    text-decoration: none;
    background: #F0F1F5;
    border: 1px solid #B6B9CB;
    padding: 2px;
    margin: 2px;   
}

a.smPageLink:link, a.smPageLink:visited{
    line-height: 30px;
    padding: 1px;
    margin: 1px;   
}

a.pageLink:hover, a.smPageLink:hover{
    color: #FFFFFF;
    text-decoration: underline;
    border: 1px solid #FFFFFF;
    background: #7F7F99;
}

.pageLink{
    background: #DCDDE4;
    border: 1px solid #888888;
}


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: jonnyboy
Date Posted: 01 April 2008 at 12:49pm
Thanks Bruce, you are a star as always!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net