Files
@ f43d1a4680a9
Branch filter:
Location: hot67beta/templates/ja_purity/styles/background/purewhite/style.css
f43d1a4680a9
7.1 KiB
text/css
menubar 0 to 10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 | /* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
border-left: 5px solid #999999;
background: #F6F6F6;
}
blockquote span.open {
background: url(images/so-q.gif) no-repeat left top;
}
blockquote span.close {
background: url(images/sc-q.gif) no-repeat bottom right;
}
/* Quote hilight */
.quote-hilite {
border: 1px solid #CACACC;
background: #FFFFFF;
}
/* Small quote */
.small-quote span.open-quote {
background: url(images/so-q.gif) no-repeat center left;
}
.small-quote span.close-quote {
background: url(images/sc-q.gif) no-repeat center right;
}
.small-quote span.author {
border-top: 1px solid #DCDDE0;
background: url(../.../.../images/author.gif) no-repeat 5px 4px #EAEBEE;
}
/* Rropcap */
.dropcap {
color: #999999;
}
/* Tips, Error, Message, Hightlight*/
.error {
color: #666666;
background: url(../.../.../images/icon-error.gif) no-repeat top left;
}
.message {
color: #999999;
background: url(../.../.../images/icon-info.gif) no-repeat top left;
}
.tips {
color: #666666;
background: url(../.../.../images/icon-tips.gif) no-repeat top left;
}
.highlight {
background: #FFFFCC;
}
/* Note Style */
p.stickynote {
border: 1px solid #CACACC;
background: url(images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}
p.download {
border: 1px solid #CACACC;
background: url(images/download-bg.gif) no-repeat 5px center #FFFFFF;
}
/* Check list */
ul.checklist li {
background: url(images/checklist-bg.gif) no-repeat 0 3px;
}
/* Small checklist */
ul.small-checklist li {
background: url(images/icon_list.gif) no-repeat 0 3px;
}
/* Check list */
ul.stars li {
background: url(images/star-bg.gif) no-repeat 0 3px;
}
/* Bignumber */
.bignumber {
background: url(images/ol-bg.gif) no-repeat top left;
color: #7BA566;
}
/* Talking box. Thinking box. */
div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
}
div.bubble1 div {
background: url(images/bub1-br.gif) no-repeat bottom right;
}
div.bubble1 div div {
background: url(images/bub1-bl.gif) no-repeat bottom left;
}
div.bubble1 div div div {
background: url(images/bub1-tr.gif) no-repeat top right;
}
div.bubble1 div div div div {
background: url(images/bub1-tl.gif) no-repeat top left;
}
div.bubble2 div {
background: url(images/bub2-br.gif) no-repeat bottom right;
}
div.bubble2 div div {
background: url(images/bub2-bl.gif) no-repeat bottom left;
}
div.bubble2 div div div {
background: url(images/bub2-tr.gif) no-repeat top right;
}
div.bubble2 div div div div {
background: url(images/bub2-tl.gif) no-repeat top left;
}
div.bubble3 div {
background: url(images/bub3-br.gif) no-repeat bottom right;
}
div.bubble3 div div {
background: url(images/bub3-bl.gif) no-repeat bottom left;
}
div.bubble3 div div div {
background: url(images/bub3-tr.gif) no-repeat top right;
}
div.bubble3 div div div div {
background: url(images/bub3-tl.gif) no-repeat top left;
}
div.bubble4 div {
background: url(images/bub4-br.gif) no-repeat bottom right;
}
div.bubble4 div div {
background: url(images/bub4-bl.gif) no-repeat bottom left;
}
div.bubble4 div div div {
background: url(images/bub4-tr.gif) no-repeat top right;
}
div.bubble4 div div div div {
background: url(images/bub4-tl.gif) no-repeat top left;
}
/* Legend */
.legend-title {
background: #FFFFFF;
}
.legend {
border: 1px solid #CACACC;
background: #FFFFFF;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
background: #FFFFFF;
}
#ja-containerwrap {
background: none;
}
#ja-containerwrap2 {
background: url(images/cwf-bg.gif) repeat-x top left;
}
#ja-container {
padding: 20px 0;
background: url(images/cwf-bg.gif) repeat-x top left;
}
#ja-container2 {
padding: 0;
background: url(images/c-bg1.gif) repeat-y 18% 0;
}
/* Full */
#ja-containerwrap-f {
background: url(images/cwf-bg.gif) repeat-x top left #FFFFFF;
}
/* Full left */
#ja-containerwrap-fl {
background: url(images/cwf-bg.gif) repeat-x top left #FFFFFF;
}
/* Full right */
#ja-containerwrap-fr {
background: none;
}
#ja-containerwrap-fr #ja-containerwrap2 {
background: url(images/cwf-bg.gif) repeat-x top left;
}
/* Module rounded */
div.module h3 {
border-bottom: 1px solid #E9E9E9;
color: #7BA566;
}
div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
background: url(images/b-br.gif) no-repeat bottom right #FFFFFF;
}
div.module div {
background: url(images/b-bl.gif) no-repeat bottom left;
}
div.module div div {
background: url(images/b-tr.gif) no-repeat top right;
}
div.module div div div {
background: url(images/b-tl.gif) no-repeat top left;
}
div.module_text span {
background: #FFFFFF;
}
div.module_text {
background: url(images/bt-br.gif) no-repeat bottom right #F6F6F6;
}
div.module_text div {
background: url(images/bt-bl.gif) no-repeat bottom left;
}
div.module_text div div {
background: url(images/bt-tr.gif) no-repeat top right;
}
div.module_text div div div {
background: url(images/bt-tl.gif) no-repeat top left;
}
/* red */
div.module_black h3,
div.module_green h3,
div.module_blue h3,
div.module_red h3 {
border-bottom: 1px solid #F6F6F6;
color: #FFFFFF;
}
div.module_red {
background: url(images/br-br.gif) no-repeat bottom right #BF0000;
color: #FFFFFF;
}
div.module_red div {
background: url(images/br-bl.gif) no-repeat bottom left;
}
div.module_red div div {
background: url(images/br-tr.gif) no-repeat top right;
}
div.module_red div div div {
padding: 0 15px 10px;
background: url(images/br-tl.gif) no-repeat top left;
}
/* blue */
div.module_blue {
background: url(images/bb-br.gif) no-repeat bottom right #025291;
color: #FFFFFF;
}
div.module_blue div {
background: url(images/bb-bl.gif) no-repeat bottom left;
}
div.module_blue div div {
background: url(images/bb-tr.gif) no-repeat top right;
}
div.module_blue div div div {
background: url(images/bb-tl.gif) no-repeat top left;
}
/* green */
div.module_green {
background: url(images/bg-br.gif) no-repeat bottom right #7BA566;
color: #FFFFFF;
}
div.module_green div {
background: url(images/bg-bl.gif) no-repeat bottom left;
}
div.module_green div div {
background: url(images/bg-tr.gif) no-repeat top right;
}
div.module_green div div div {
padding: 0 15px 10px;
background: url(images/bg-tl.gif) no-repeat top left;
}
/* black */
div.module_black {
background: url(images/bl-br.gif) no-repeat bottom right #333333;
color: #FFFFFF;
}
div.module_black div {
background: url(images/bl-bl.gif) no-repeat bottom left;
}
div.module_black div div {
background: url(images/bl-tr.gif) no-repeat top right;
}
div.module_black div div div {
background: url(images/bl-tl.gif) no-repeat top left;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
a.readon {
border: 1px solid #ECECEC;
background: url(images/arrow.png) no-repeat 5px 48%;
color: #006699;
}
a.readon:hover, a.readon:active, a.readon:focus {
border: 1px solid #DDDDDD;
background: url(images/arrow.png) no-repeat 5px 48% #F6F6F6;
}
ul.menu li.active a {
background-color: #ECECEC;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
background-color: #F6F6F6;
}
|