Pbsurvey - Umfrage

Aus Wikizone
Wechseln zu: Navigation, Suche

[Beispiel CSS Style (zusätzlich zum Static Template)]

/* pbsurvey */
.tx-pbsurvey-pi1 .question{
   font-weight: bold;
}

.tx-pbsurvey-pi1 .required{
   font-weight: bold;
   color: #CC0000;
   font-size: 1.4em;
}

.tx-pbsurvey-pi1 td{
padding: 3px;
}
.tx-pbsurvey-pi1 td .columnFirst{
font-weight: bold;

}
.tx-pbsurvey-pi1 table.matrix .columnNext{
text-align: center;;
}

.tx-pbsurvey-pi1 .surveyrow_odd{
   background: #cdcdcd;
}
.tx-pbsurvey-pi1 .surveyrow_even{
   background: #e8e8e8;
}

.tx-pbsurvey-pi1 table{
}
.tx-pbsurvey-pi1 .pageHeader{
font-size: 1.2em;
font-weight: bold;
}
#frmPbSurvey {
background: #d8d8d8;
padding: 4px;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}