Thread subject: pHpFusion Nederlands (BE|NL) » Ondersteuning, Themas, Infusies, Modificaties en Installatie :: aanpassen css awecal-0.8.4

Posted by Roberto on 02 augustus 2010, 10:05
#6

Zet de mijne er ff in daar kan je alles mee aanpassen zoals je wilt.
Wil je de dageneen kleurtje geven zet dan gewoon de background color er bij.

Code

table.awec_calendar th {      /* table head: day of the week */
   font-size: 9px;
   font-weight: bold;
              padding: 4px;4px;4px;4px;
              border-top: 1px solid #333333;
              border-right: 1px solid #000000;
              border-bottom: 1px solid #000000;
              border-left: 1px solid #333333;
   
}

table.awec_calendar td.current {   /* current day */
   

              padding: 4px;4px;4px;4px;
              border-top: 1px solid maroon;
              border-right: 1px solid maroon;
              border-bottom: 1px solid maroon;
              border-left: 1px solid maroon;
}

table.awec_calendar td.content {   /* day with some events */
     
              padding: 4px;4px;4px;4px;
              border-top: 1px solid green;
              border-right: 1px solid green;
              border-bottom: 1px solid green;
              border-left: 1px solid green;
             
}



table.awec_calendar td.empty {      /* day with no events */
         padding: 4px;4px;4px;4px;
background-color:#808080;
background-color:#222222;
border-top: 1px solid #333333;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #333333;
}





/* boxover */
.awec_bo_head {
       
 background-color: #5c5b7e;
       
        font-size: 11px;color: orange;
        padding: 4px;
        background-color:#808080;
        background-color:#222222;
        border-top: 1px solid #333333;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #333333;


}

.awec_bo_body {

        font-size: 11px;color: orange;
        padding: 4px;
        background-color:#808080;
        background-color:#222222;
        border-top: 1px solid #333333;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #333333;       
       

}
.awec_bo_body ul {
     
  margin: 0;
        padding-left: 10px;
}

Edited by Roberto on 02 augustus 2010, 10:09