[ Index ] |
|
Code source de LifeType 1.2.4 |
1 /* ThemeOfficeMenu Style Sheet */ 2 3 .ThemeOfficeMenu,.ThemeOfficeSubMenuTable 4 { 5 padding: 0; 6 7 white-space: nowrap; 8 cursor: default; 9 } 10 11 .ThemeOfficeSubMenu 12 { 13 position: absolute; 14 visibility: hidden; 15 16 /* 17 Netscape/Mozilla renders borders by increasing 18 their z-index. The following line is necessary 19 to cover any borders underneath 20 */ 21 z-index: 100; 22 border: 0; 23 padding: 0; 24 25 overflow: visible; 26 border: 1px solid #8C867B; 27 28 /* filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);*/ 29 } 30 31 .ThemeOfficeSubMenuTable 32 { 33 overflow: visible; 34 } 35 36 .ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive, 37 .ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive 38 { 39 border: 0; 40 cursor: default; 41 white-space: nowrap; 42 } 43 44 .ThemeOfficeMainItem 45 { 46 background-color: inherit; 47 font-weight: bold; 48 } 49 50 .ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive 51 { 52 background-color: #C6D3EF; 53 font-weight: bold; 54 } 55 56 .ThemeOfficeMenuItem 57 { 58 background-color: WHITE; 59 } 60 61 .ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive 62 { 63 background-color: #C6D3EF; 64 } 65 66 67 /* horizontal main menu */ 68 69 .ThemeOfficeMainItem 70 { 71 padding: 1px; 72 border: 0; 73 } 74 75 td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive 76 { 77 padding: 0px; 78 border: 1px solid #3169C6; 79 } 80 81 .ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft, 82 .ThemeOfficeMainFolderText,.ThemeOfficeMainItemText, 83 .ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight 84 { 85 background-color: inherit; 86 } 87 88 /* vertical main menu sub components */ 89 90 td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft 91 { 92 padding-top: 0px; 93 padding-bottom: 0px; 94 padding-left: 0px; 95 padding-right: 2px; 96 97 border-top: 1px solid #3169C6; 98 border-bottom: 1px solid #3169C6; 99 border-left: 1px solid #3169C6; 100 101 background-color: inherit; 102 } 103 104 td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText 105 { 106 padding-top: 0px; 107 padding-bottom: 0px; 108 padding-left: 5px; 109 padding-right: 5px; 110 111 border-top: 1px solid #3169C6; 112 border-bottom: 1px solid #3169C6; 113 114 background-color: inherit; 115 white-space: nowrap; 116 } 117 118 td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight 119 { 120 padding-top: 0px; 121 padding-bottom: 0px; 122 padding-left: 0px; 123 padding-right: 0px; 124 125 border-top: 1px solid #3169C6; 126 border-bottom: 1px solid #3169C6; 127 border-right: 1px solid #3169C6; 128 129 background-color: inherit; 130 } 131 132 tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft, 133 tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft 134 { 135 padding-top: 1px; 136 padding-bottom: 1px; 137 padding-left: 1px; 138 padding-right: 2px; 139 140 white-space: nowrap; 141 142 border: 0; 143 background-color: inherit; 144 } 145 146 tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText, 147 tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText 148 { 149 padding-top: 1px; 150 padding-bottom: 1px; 151 padding-left: 5px; 152 padding-right: 5px; 153 154 border: 0; 155 background-color: inherit; 156 } 157 158 tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight, 159 tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight 160 { 161 padding-top: 1px; 162 padding-bottom: 1px; 163 padding-left: 0px; 164 padding-right: 1px; 165 166 border: 0; 167 background-color: inherit; 168 } 169 170 /* sub menu sub components */ 171 172 .ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft 173 { 174 padding-top: 0px; 175 padding-bottom: 0px; 176 padding-left: 1px; 177 padding-right: 3px; 178 179 border-top: 1px solid #3169C6; 180 border-bottom: 1px solid #3169C6; 181 border-left: 1px solid #3169C6; 182 183 background-color: inherit; 184 white-space: nowrap; 185 } 186 187 .ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText 188 { 189 padding-top: 0px; 190 padding-bottom: 0px; 191 padding-left: 5px; 192 padding-right: 5px; 193 194 border-top: 1px solid #3169C6; 195 border-bottom: 1px solid #3169C6; 196 197 background-color: inherit; 198 white-space: nowrap; 199 } 200 201 .ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight 202 { 203 padding-top: 0px; 204 padding-bottom: 0px; 205 padding-left: 0px; 206 padding-right: 0px; 207 208 border-top: 1px solid #3169C6; 209 border-bottom: 1px solid #3169C6; 210 border-right: 1px solid #3169C6; 211 212 background-color: inherit; 213 white-space: nowrap; 214 } 215 216 .ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft, 217 .ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft 218 { 219 padding-top: 1px; 220 padding-bottom: 1px; 221 padding-left: 2px; 222 padding-right: 3px; 223 224 white-space: nowrap; 225 226 border: 0; 227 background-color: #EFEFDE; 228 } 229 230 .ThemeOfficeMenuItem .ThemeOfficeMenuFolderText, 231 .ThemeOfficeMenuItem .ThemeOfficeMenuItemText 232 { 233 padding-top: 1px; 234 padding-bottom: 1px; 235 padding-left: 5px; 236 padding-right: 5px; 237 238 border: 0; 239 background-color: inherit; 240 } 241 242 .ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight, 243 .ThemeOfficeMenuItem .ThemeOfficeMenuItemRight 244 { 245 padding-top: 1px; 246 padding-bottom: 1px; 247 padding-left: 0px; 248 padding-right: 1px; 249 250 border: 0; 251 background-color: inherit; 252 } 253 254 /* menu splits */ 255 256 .ThemeOfficeMenuSplit 257 { 258 margin: 2px; 259 height: 1px; 260 overflow: hidden; 261 background-color: inherit; 262 border-top: 1px solid #C6C3BD; 263 } 264 265 /* image shadow animation */ 266 267 /* 268 seq1: image for normal 269 seq2: image for hover and active 270 271 To use, in the icon field, input the following: 272 <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" /> 273 */ 274 275 .ThemeOfficeMenuItem img.seq1 276 { 277 display: inline; 278 } 279 280 .ThemeOfficeMenuItemHover seq2, 281 .ThemeOfficeMenuItemActive seq2 282 { 283 display: inline; 284 } 285 286 .ThemeOfficeMenuItem .seq2, 287 .ThemeOfficeMenuItemHover .seq1, 288 .ThemeOfficeMenuItemActive .seq1 289 { 290 display: none; 291 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |