Jump to content

Changing Cat box color


Guest

Recommended Posts

Does anyone know how or more like where I can find how to change the color of the classic blue cat box to something else? Couldn't find it in the stylesheet.css or layout.css, unless I missed it.

Forget it, I figured it out thanks anyways.

Link to comment
Share on other sites

Does anyone know how or more like where I can find how to change the color of the classic blue cat box to something else? Couldn't find it in the stylesheet.css or layout.css, unless I missed it.

Forget it, I figured it out thanks anyways.

Any side box style

skins/SKINNAME/styleSheets/layout.css

box content behaviour

.boxContentLeft, .boxContentRight {

	border: 1px solid #000000;

	background-color: #EBEDFE;

	padding-left: 5px;

	margin-bottom: 10px;

	padding-top: 3px;

	padding-bottom: 5px;

}




box title area


.boxTitleLeft, .boxTitleRight {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 75%;

	color: #FFFFFF;

	background-color: #031074;

	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);

	height: 15px;

	border-top: 1px solid #000000;

	border-left: 1px solid #000000;

	border-right: 1px solid #000000;

	padding-left: 5px;

}




box font


.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #070F72;

	text-decoration:none;

}

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {

 	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #FF6600;

	text-decoration:none;

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...