poll: changing the color

Dear all, how can I change the color of the question of the poll in the first page? Thanks

Quote · 13 Jul 2008

You can try next:

div.pollCaption {general.css (line 743)
font-weight:bold;
line-height:15px;
}

and apply here your any color
Quote · 16 Jul 2008

Dear friend,

you solution is not the good one.

Could you check through this? Thanks a lot

/**************************************************************/   
div.pollBlock
{
position:relative;
overflow:hidden;
height:154px;
/*width:260px;*/
border:0px solid #96B2C9;
text-align:left;
float:left;
margin-bottom:10px;
color: #96B2C9;
}
div.pollBody
{
border:1px dashed #CCC;
margin:5px;
}
div.pollCaption
{
position:relative;
margin:3px;
padding:0px;
overflow:hidden;
height:15px;
line-height:15px;
vertical-align:middle;
font-weight:bold;
color: #fff;        /*background-color:#96B2C9;
color:#fff;*/
}
div.pollAnswerBlock
{
position:relative;
margin:2px;
overflow:hidden;
height:100px;
border:0px solid #96B2C9;
text-align:left;
}
div.pollUp
{
position:absolute;
left:2px;
top:2px;
}
div.pollDown
{
position:absolute;
left:2px;
bottom:2px;
}
div.pollQuestionBlock
{
position:absolute;
/*width:190px;*/
padding:2px;
overflow:hidden;
margin-left:18px;
}
div.pollSubmitBlock
{
position:relative;
margin:2px;
overflow:hidden;
height:30px;
border:solid 0px #0000cc;
text-align:center;
}



.small
{
font-size:11px;
color:#FF0000;
}

.text2
{
border:1px solid #ccc;
padding:10px 5px;
}

.pollContainer
{
position:relative;
margin-top:2px;
padding:10px;
background-color:transparent;
border:0px solid red;
}

.createPollSection
{
position:relative;
padding:10px;
background-color:transparent;
border:0px solid red;
}

.controlsDiv
{
position:relative;
clear:both;
margin:10px;
background:none;
}

.innerControlBlock
{
position:relative;
float:none;
width:auto;
}

.controlsHeader
{
padding: 0px 2px;
font-weight:bold;
}

.deleteDiv
{
padding: 2px 0px 0px 2px;

}

/*.rightNavDiv .boxContent table textarea
{
width:300px;
}*/

Quote · 17 Jul 2008

Changes the color of the question of the poll in the first page made by a member(Latest-Top-Random)

templates/tmpl_uni/css/general.css

div.pollCaption
{
font-weight:bold;
color:#F00;
line-height:15px;
}
Like AndreyP write.
-------------------------
But Admin has his own class, you can edit color etc. here
templates/base/css/index.css
div.survey_question
Quote · 18 Jul 2008

Dear Okweb, thanks a lot for your solution! I hit the mark! :-)

Quote · 18 Jul 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.