[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 h1 { 2 font-size: 22px; 3 color: #c30; 4 margin: 10px; 5 font-weight: normal; 6 } 7 h2 { 8 font-size: 18px; 9 color: #c00 10 } 11 h3 { 12 font-size: 15px; 13 } 14 h4 { 15 font-size: 13px; 16 } 17 /* new styles */ 18 19 #infoIcon { 20 position: absolute; 21 right: 10px; 22 top: 0px; 23 } 24 .imagePM { 25 text-align: center; 26 } 27 28 /* new styles */ 29 30 /* test and additional styles */ 31 body, div, td { 32 font-family: Verdana, Arial, sans-serif; 33 font-size: 11px; 34 } 35 a { 36 text-decoration: none; 37 } 38 a:hover { 39 text-decoration: underline; 40 color: #e00; 41 } 42 form { 43 display: inline; 44 } 45 #categoriesBox .infoBoxContentsFL, #informationBox .infoBoxContentsFL, #accountBox .infoBoxContentsFL { 46 text-align: left; 47 } 48 /* ??? */ 49 div#product_notificationsBox table { 50 text-align: center; 51 } 52 img#logo { 53 position: absolute; 54 left: 20px; 55 bottom: 10px; 56 } 57 div#imageNav { 58 position: absolute; 59 right: 20px; 60 bottom: 5px; 61 } 62 63 div.infoBoxFL { 64 background: silver; 65 border: 0px solid black; 66 border-width: 1px; 67 position: relative; 68 margin-top: 1px; 69 padding: 0px; 70 } 71 .infoBoxHeadingFL, .infoBoxHeading, .productListing-heading { 72 background: #03c; 73 padding: 5px; 74 font-weight: bold; 75 color: white; 76 } 77 .infoBoxHeadingFL { 78 border-bottom: 1px solid #000080; 79 } 80 81 tr.productListing-even td.productListing-data { 82 background: #f6f6f6; 83 } 84 85 div.navBarContent { 86 border: 1px solid black; 87 border-width: 1px; 88 background: silver; 89 height: 22px; 90 } 91 div.breadCrumb, div.date { 92 float: left; 93 margin: 4px; 94 } 95 div.navAcc, div.counter { 96 float: right; 97 margin:4px; 98 } 99 100 div#contentsContent { 101 margin-top: 15px; 102 margin-bottom: 15px; 103 padding: 0px; 104 text-align: left; 105 border: 1px green dotted; 106 } 107 108 .productSpecialPrice, .greetUser, .errortext { 109 color: #c30; 110 font-weight: bold; 111 } 112 .productSpecialPrice, td.pageHeading { 113 font-size: larger; 114 } 115 table.infoBox { 116 border: 1px solid black; 117 } 118 119 120 121 /* hide corner gif's */ 122 td.infoBoxHeading img { 123 display: none; 124 } 125 .boxLink img { 126 display: block !important; 127 position: absolute; 128 right: 5px; 129 top: 7px; 130 } 131 132 #copyRight { 133 margin: 10px auto; 134 padding: 0; 135 } 136 137 span.cBoxE { 138 color: #e00; 139 } 140 #shopping_cartBox .infoboxHeadingFL { 141 color: #ff9; 142 } 143 /* end test styles */ 144 145 /* import from osC */ 146 .inputRequirement { 147 color: red; 148 } 149 150 151 TD.headerError, TD.headerInfo, SPAN.markProductOutOfStock, TD.formAreaTitle { 152 font-family: Tahoma, Verdana, Arial, sans-serif; 153 font-size: 12px; 154 background: #ff0000; 155 color: #ffffff; 156 font-weight : bold; 157 text-align : center; 158 } 159 TD.headerInfo { 160 background: #00ff00; 161 color: #ffffff; 162 } 163 TD.formAreaTitle { 164 } 165 SPAN.markProductOutOfStock { 166 color: #c76170; 167 } 168 TD.main, P.main { 169 font-size: 11px; 170 line-height: 1.5; 171 } 172 TD.footer { 173 background: #bbc3d3; 174 color: #ffffff; 175 font-weight: bold; 176 } 177 TD.accountCategory { 178 font-size: 13px; 179 color: #aabbdd; 180 } 181 TD.fieldKey, TD.tableHeading { 182 font-size: 12px; 183 font-weight: bold; 184 } 185 TD.fieldValue { 186 font-size: 12px; 187 } 188 SPAN.newItemInCart { 189 color: #ff0000; 190 } 191 TEXTAREA { 192 width: 100%; 193 font-size: 11px; 194 } 195 /* ie text under pageheading */ 196 .smallText { 197 font-family: Arial, sans-serif; 198 font-size: 11px; 199 } 200 .messageStackError, .messageStackWarning { 201 font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; 202 } 203 /* end import from osC */ 204 205 /* prijs */ 206 #headingPricePM { 207 white-space: nowrap; 208 } 209 h1 s { 210 font-size: 14px; 211 color: blue; 212 } 213 .productSpecialPrice { 214 color: #c00; 215 display: block; 216 } 217 #headingPricePM h1:first-letter { 218 padding-right: 0.1em; 219 } 220 .productSpecialPrice:first-letter { 221 padding-right: 0.1em; 222 } 223 s:first-letter { 224 text-decoration: none !important; /* prevent euro sign strike through */ 225 /* padding-right: 0.1em !important; does not work? */ 226 } 227 /* end prijs */ 228 div.centerIE { 229 text-align: center; 230 } 231 /* product info tabellen */ 232 table.pcDataPM td, table.pcDataPM th, table.prodDataPM td, table.prodDataPM th { 233 font-size: 9px; 234 border: 1px solid #ddd; 235 padding: 1px 3px; 236 } 237 table.pcDataPM, table.prodDataPM { 238 margin-right: auto; 239 margin-left: auto; 240 background-color: #ffe; 241 border: 1px solid #666; 242 } 243 table.prodDataPM td { 244 text-align: center; 245 } 246 table.pcDataPM th { 247 text-align: right; 248 } 249 /* product info tabellen */ 250 span.osCPOWERED { 251 font-size: 9px 252 } 253 span.osCPOWERED a { 254 color: black; 255 } 256 span.osCPOWERED a:hover { 257 color: black; 258 text-decoration: none; 259 } 260 261 span.greetUser { 262 color: #c00; 263 font-weight: bold; 264 } 265 266 267 /* adding some new styles 2003-12 */ 268 #faqPM .tekstInfoPM { 269 font-style: italic; 270 } 271 p.questionPM { 272 color: blue; 273 font-weight: bold; 274 } 275 div#welkomPM { 276 border: 1px black solid; 277 padding: 10px 4px; 278 } 279 280 .prijsPerPM {color: red;} 281
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |