PDA

View Full Version : another noobish question


shayanr
05-09-2011, 12:02 AM
anyone whats the stylevar called for this ?http://www.gamefrag.org/23.png

Lynne
05-09-2011, 01:32 AM
What is that? I have no clue from that image what I am looking at.

shayanr
05-09-2011, 01:59 AM
www.gamefrag.org

--------------- Added 1304910800 at 1304910800 ---------------

and could you tell me how to make the article thumbnails the same size ?
appreciate your help

Lynne
05-09-2011, 04:45 PM
You want to change the background color on that page? You have this:
.body_wrapper {background-color: transparent;}
So that background is coming from here:
html { background-color: #000000;}


I believe that is stylevar doc_background unless it is custom. You have a custom style that has it's own classes that aren't vB classes. You may want to ask your designer what stylevars they intend you to use to change the pages.

The template for the article previews is also custom, which is probably why the images are not all the same size. You could add something like this to the additional.css template:
.cms_article_txt_content img {
width: 200px;}

shayanr
05-09-2011, 06:18 PM
thanks again for the help