[ Index ] |
|
Code source de Joomla 1.0.13 |
1 /* The main calendar widget. DIV containing a table. */ 2 3 div.calendar { 4 position: relative; 5 z-index: 100; 6 } 7 8 .calendar, .calendar table { 9 border: 1px solid #cccccc; 10 font-size: 11px; 11 color: #000; 12 cursor: default; 13 background: #efefef; 14 font-family: arial,verdana,sans-serif; 15 } 16 17 /* Header part -- contains navigation buttons and day names. */ 18 19 .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ 20 text-align: center; /* They are the navigation buttons */ 21 padding: 2px; /* Make the buttons seem like they're pressing */ 22 } 23 24 .calendar thead .title { /* This holds the current "month, year" */ 25 font-weight: bold; /* Pressing it will take you to the current date */ 26 text-align: center; 27 background: #333333; 28 color: #ffffff; 29 padding: 2px; 30 } 31 32 .calendar thead .headrow { /* Row <TR> containing navigation buttons */ 33 background: #dedede; 34 color: #000; 35 } 36 37 .calendar thead .name { /* Cells <TD> containing the day names */ 38 border-bottom: 1px solid #cccccc; 39 padding: 2px; 40 text-align: center; 41 color: #000; 42 } 43 44 .calendar thead .weekend { /* How a weekend day name shows in header */ 45 color: #dedede; 46 } 47 48 .calendar thead .hilite { /* How do the buttons in header appear when hover */ 49 background: #bbbbbb; 50 color: #000000; 51 border: 1px solid #cccccc; 52 padding: 1px; 53 } 54 55 .calendar thead .active { /* Active (pressed) buttons in header */ 56 background: #c77; 57 padding: 2px 0px 0px 2px; 58 } 59 60 .calendar thead .daynames { /* Row <TR> containing the day names */ 61 background: #dddddd; 62 } 63 64 /* The body part -- contains all the days in month. */ 65 66 .calendar tbody .day { /* Cells <TD> containing month days dates */ 67 width: 2em; 68 text-align: right; 69 padding: 2px 4px 2px 2px; 70 } 71 72 .calendar table .wn { 73 padding: 2px 3px 2px 2px; 74 border-right: 1px solid #cccccc; 75 background: #dddddd; 76 } 77 78 .calendar tbody .rowhilite td { 79 background: #666666; 80 color: #ffffff; 81 } 82 83 .calendar tbody .rowhilite td.wn { 84 background: #666666; 85 color: #ffffff; 86 } 87 88 .calendar tbody td.hilite { /* Hovered cells <TD> */ 89 background: #999999; 90 padding: 1px 3px 1px 1px; 91 border: 1px solid #666666; 92 } 93 94 .calendar tbody td.active { /* Active (pressed) cells <TD> */ 95 background: #000000; 96 color: #ffffff; 97 padding: 2px 2px 0px 2px; 98 } 99 100 .calendar tbody td.selected { /* Cell showing today date */ 101 font-weight: bold; 102 border: 1px solid #000; 103 padding: 1px 3px 1px 1px; 104 background: #000000; 105 color: #ffffff; 106 } 107 108 .calendar tbody td.weekend { /* Cells showing weekend days */ 109 color: #cccccc; 110 } 111 112 .calendar tbody td.today { font-weight: bold; } 113 114 .calendar tbody .disabled { color: #999; } 115 116 .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ 117 visibility: hidden; 118 } 119 120 .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ 121 display: none; 122 } 123 124 /* The footer part -- status bar and "Close" button */ 125 126 .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */ 127 text-align: center; 128 background: #cccccc; 129 color: #000; 130 } 131 132 .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */ 133 border-top: 1px solid #cccccc; 134 background: #efefef; 135 color: #000000; 136 } 137 138 .calendar tfoot .hilite { /* Hover style for buttons in footer */ 139 background: #666666; 140 border: 1px solid #f40; 141 padding: 1px; 142 } 143 144 .calendar tfoot .active { /* Active (pressed) style for buttons in footer */ 145 background: #999999; 146 padding: 2px 0px 0px 2px; 147 } 148 149 /* Combo boxes (menus that display months/years for direct selection) */ 150 151 .combo { 152 position: absolute; 153 display: none; 154 top: 0px; 155 left: 0px; 156 width: 4em; 157 cursor: default; 158 border: 1px solid #655; 159 background: #ffffff; 160 color: #000; 161 font-size: smaller; 162 } 163 164 .combo .label { 165 width: 100%; 166 text-align: center; 167 } 168 169 .combo .hilite { 170 background: #fc8; 171 } 172 173 .combo .active { 174 border-top: 1px solid #cccccc; 175 border-bottom: 1px solid #cccccc; 176 background: #efefef; 177 font-weight: bold; 178 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |