| 1 | /*
|
|---|
| 2 | Theme Name: XPressME Default Themes
|
|---|
| 3 | Theme URI: http://trac.xpressme.info/XPressME
|
|---|
| 4 | Description: The theme for XPressME series
|
|---|
| 5 | */
|
|---|
| 6 | #xpress_page {
|
|---|
| 7 | padding: 0;
|
|---|
| 8 | width: 100%;
|
|---|
| 9 | margin: 0;
|
|---|
| 10 | text-align:left;
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | #xpress_wrap {
|
|---|
| 14 | float: left;
|
|---|
| 15 | width: 100%;
|
|---|
| 16 | margin-right: -205px;
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | #xpress_content {
|
|---|
| 20 | font-size: 1.0em;
|
|---|
| 21 | padding: 0px;
|
|---|
| 22 | }
|
|---|
| 23 |
|
|---|
| 24 | #xpress_content.narrowcolumn {
|
|---|
| 25 | margin-right: 205px;
|
|---|
| 26 | }
|
|---|
| 27 |
|
|---|
| 28 | #xpress-header-bar {
|
|---|
| 29 | clear: both;
|
|---|
| 30 | }
|
|---|
| 31 |
|
|---|
| 32 | #xpress-header-bar .xpress-header-title {
|
|---|
| 33 | float: left;
|
|---|
| 34 | margin-bottom: 20px;
|
|---|
| 35 |
|
|---|
| 36 | font-size: 16px;
|
|---|
| 37 | }
|
|---|
| 38 | #xpress-header-bar .xpress-conditional-title {
|
|---|
| 39 | font-size: 14px;
|
|---|
| 40 | margin-bottom: 20px;
|
|---|
| 41 |
|
|---|
| 42 | }
|
|---|
| 43 |
|
|---|
| 44 | #xpress-header-bar .xpress-description {
|
|---|
| 45 | clear: both;
|
|---|
| 46 | font-size: 12px;
|
|---|
| 47 | float: left;
|
|---|
| 48 | }
|
|---|
| 49 |
|
|---|
| 50 | #xpress-header-bar .xpress-operation-link {
|
|---|
| 51 | font-size: 12px;
|
|---|
| 52 | text-align: right;
|
|---|
| 53 | }
|
|---|
| 54 |
|
|---|
| 55 | .xpress-border {
|
|---|
| 56 | clear: both;
|
|---|
| 57 | display: block;
|
|---|
| 58 | }
|
|---|
| 59 |
|
|---|
| 60 | .xpress-navi-bar {
|
|---|
| 61 | clear: both;
|
|---|
| 62 | display: block;
|
|---|
| 63 | }
|
|---|
| 64 |
|
|---|
| 65 | .xpress_pagenavi {
|
|---|
| 66 | display: block;
|
|---|
| 67 | margin: 0 auto;
|
|---|
| 68 | padding: 5px 0;
|
|---|
| 69 | text-align: right;
|
|---|
| 70 | }
|
|---|
| 71 |
|
|---|
| 72 | .xpress-post {
|
|---|
| 73 | width: 100%;
|
|---|
| 74 | margin: 0px;
|
|---|
| 75 | padding-top:20px;
|
|---|
| 76 | clear: both;
|
|---|
| 77 | }
|
|---|
| 78 |
|
|---|
| 79 | .xpress-post .xpress-post-header{
|
|---|
| 80 | text-align: left;
|
|---|
| 81 | font-size: 0.8em;
|
|---|
| 82 |
|
|---|
| 83 | }
|
|---|
| 84 |
|
|---|
| 85 | .xpress-post .xpress-post-entry {
|
|---|
| 86 | clear: both;
|
|---|
| 87 | padding-left: 20px;
|
|---|
| 88 |
|
|---|
| 89 | }
|
|---|
| 90 |
|
|---|
| 91 | .xpress-post .xpress-link-pages {
|
|---|
| 92 | padding-top:10px;
|
|---|
| 93 | clear: both;
|
|---|
| 94 | text-align: center;
|
|---|
| 95 | }
|
|---|
| 96 |
|
|---|
| 97 | .xpress-post .xpress-post-footer{
|
|---|
| 98 | text-align: right;
|
|---|
| 99 | font-size: 0.8em;
|
|---|
| 100 | margin-bottom: 10px;
|
|---|
| 101 | }
|
|---|
| 102 |
|
|---|
| 103 | #xpress-comments-block {
|
|---|
| 104 | margin-top: 5px;
|
|---|
| 105 | margin-bottom: 5px;
|
|---|
| 106 | margin-left: 5px;
|
|---|
| 107 | margin-right: 5px;
|
|---|
| 108 | padding-top:10px;
|
|---|
| 109 | padding-left:20px;
|
|---|
| 110 | padding-right:5px;
|
|---|
| 111 | padding-bottom:10px;
|
|---|
| 112 | clear: both;
|
|---|
| 113 | }
|
|---|
| 114 | #xpress_commentlist {
|
|---|
| 115 | margin: 0px;
|
|---|
| 116 | padding-left: 20px;
|
|---|
| 117 | }
|
|---|
| 118 |
|
|---|
| 119 | #xpress_commentlist ol{
|
|---|
| 120 | font-size: 1em;
|
|---|
| 121 | list-style-image:none;
|
|---|
| 122 | list-style-position:inside;
|
|---|
| 123 | list-style-type:none;
|
|---|
| 124 | }
|
|---|
| 125 |
|
|---|
| 126 | #xpress_commentlist li{
|
|---|
| 127 | margin: 0px;
|
|---|
| 128 | padding-top: 5px;
|
|---|
| 129 | padding-bottom: 100px;
|
|---|
| 130 | padding-left: 5px;
|
|---|
| 131 | padding-right: 1px;
|
|---|
| 132 | font-size: 1em;
|
|---|
| 133 | list-style-image:none;
|
|---|
| 134 | list-style-position:inside;
|
|---|
| 135 | list-style-type:none;
|
|---|
| 136 | }
|
|---|
| 137 |
|
|---|
| 138 | #xpress_commentlist .even {
|
|---|
| 139 | background:#F4F4F4 none repeat scroll 0 0;
|
|---|
| 140 | }
|
|---|
| 141 |
|
|---|
| 142 | #xpress_commentlist .odd {
|
|---|
| 143 | background:#EFEFEF none repeat scroll 0 0;
|
|---|
| 144 | }
|
|---|
| 145 |
|
|---|
| 146 | #xpress_commentlist .avatar {
|
|---|
| 147 | float: right;
|
|---|
| 148 | border: 1px solid #eee;
|
|---|
| 149 | padding: 2px;
|
|---|
| 150 | background: #efefef;
|
|---|
| 151 | }
|
|---|
| 152 |
|
|---|
| 153 | #xpress_commentlist cite, .commentlist cite a {
|
|---|
| 154 | font-weight: bold;
|
|---|
| 155 | font-style: normal;
|
|---|
| 156 | font-size: 1.1em;
|
|---|
| 157 | }
|
|---|
| 158 |
|
|---|
| 159 |
|
|---|
| 160 | #xpress_footer {
|
|---|
| 161 | padding-top: 0px;
|
|---|
| 162 | margin: 0 auto;
|
|---|
| 163 | width: 100%;
|
|---|
| 164 | clear: both;
|
|---|
| 165 | text-align: center;
|
|---|
| 166 | }
|
|---|
| 167 | #xpress_footer .xpress_rss {
|
|---|
| 168 | margin: 0;
|
|---|
| 169 | padding: 0;
|
|---|
| 170 | text-align: right;
|
|---|
| 171 | }
|
|---|
| 172 |
|
|---|
| 173 | #xpress_footer .xpress_credit {
|
|---|
| 174 | margin: 0;
|
|---|
| 175 | padding: 0;
|
|---|
| 176 | text-align: center;
|
|---|
| 177 | font-size: 0.9em;
|
|---|
| 178 | color: #BDBDBD;
|
|---|
| 179 | }
|
|---|
| 180 |
|
|---|
| 181 | #xpress_footer .xpress_credit a {
|
|---|
| 182 | font-size: 0.9em;
|
|---|
| 183 | color: #BDBDBD;
|
|---|
| 184 | }
|
|---|
| 185 |
|
|---|
| 186 | /* Begin Typography & Colors */
|
|---|
| 187 |
|
|---|
| 188 |
|
|---|
| 189 | .widecolumn .entry {
|
|---|
| 190 | font-size: 1.05em;
|
|---|
| 191 | }
|
|---|
| 192 |
|
|---|
| 193 | .narrowcolumn .entry,.narrowcolumn_nonside .entry, .widecolumn .entry {
|
|---|
| 194 | line-height: 1.4em;
|
|---|
| 195 | }
|
|---|
| 196 |
|
|---|
| 197 | p.postmeta{
|
|---|
| 198 | line-height: 1.2em;
|
|---|
| 199 | font-size: 0.9em;
|
|---|
| 200 | }
|
|---|
| 201 |
|
|---|
| 202 | #xpress_page small {
|
|---|
| 203 | font-family: Arial, Helvetica, Sans-Serif;
|
|---|
| 204 | font-size: 0.8em;
|
|---|
| 205 | line-height: 1.5em;
|
|---|
| 206 | }
|
|---|
| 207 |
|
|---|
| 208 | #xpress_headerimg .description {
|
|---|
| 209 | font-size: 1.2em;
|
|---|
| 210 | }
|
|---|
| 211 |
|
|---|
| 212 | #xpress_page h1,
|
|---|
| 213 | #xpress_page h2 {
|
|---|
| 214 | font-size: 1.4em;
|
|---|
| 215 | }
|
|---|
| 216 |
|
|---|
| 217 | .xpress_pagetitle {
|
|---|
| 218 | font-size: 1.5em;
|
|---|
| 219 | font-weight: bold;
|
|---|
| 220 | }
|
|---|
| 221 |
|
|---|
| 222 | .xpress_sidebar h2 {
|
|---|
| 223 | font-size: 1.1em;
|
|---|
| 224 | }
|
|---|
| 225 |
|
|---|
| 226 | #xpress_page h3 {
|
|---|
| 227 | font-size: 1.6em;
|
|---|
| 228 | }
|
|---|
| 229 | .xpress_commentmetadata {
|
|---|
| 230 | font-size: 11px;
|
|---|
| 231 | font-weight: normal;
|
|---|
| 232 | }
|
|---|
| 233 |
|
|---|
| 234 | .postmetadata {
|
|---|
| 235 | font-size: 0.9em;
|
|---|
| 236 | }
|
|---|
| 237 |
|
|---|
| 238 | .xpress_sidebar {
|
|---|
| 239 | font-size: 0.8em;
|
|---|
| 240 | }
|
|---|
| 241 |
|
|---|
| 242 | #xpress_page small, .xpress_sidebar ul ul li, .xpress_sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
|
|---|
| 243 | color: #777;
|
|---|
| 244 | }
|
|---|
| 245 |
|
|---|
| 246 | #xpress_page code {
|
|---|
| 247 | font-size: 1.1em;
|
|---|
| 248 | }
|
|---|
| 249 |
|
|---|
| 250 | acronym, abbr, span.caps
|
|---|
| 251 | {
|
|---|
| 252 | font-size: 0.9em;
|
|---|
| 253 | letter-spacing: .07em;
|
|---|
| 254 | }
|
|---|
| 255 |
|
|---|
| 256 | #wp-calendar #prev a, #wp-calendar #next a {
|
|---|
| 257 | font-size: 9pt;
|
|---|
| 258 | }
|
|---|
| 259 |
|
|---|
| 260 | #wp-calendar a {
|
|---|
| 261 | text-decoration: none;
|
|---|
| 262 | }
|
|---|
| 263 |
|
|---|
| 264 | #wp-calendar caption {
|
|---|
| 265 | font: bold 1.3em;
|
|---|
| 266 | text-align: center;
|
|---|
| 267 | }
|
|---|
| 268 |
|
|---|
| 269 | #wp-calendar th {
|
|---|
| 270 | font-style: normal;
|
|---|
| 271 | text-transform: capitalize;
|
|---|
| 272 | }
|
|---|
| 273 |
|
|---|
| 274 | #xpress_footer p {
|
|---|
| 275 | font-size: 0.9em;
|
|---|
| 276 | }
|
|---|
| 277 |
|
|---|
| 278 | /* End Typography & Colors */
|
|---|
| 279 |
|
|---|
| 280 |
|
|---|
| 281 |
|
|---|
| 282 | /* Begin Structure */
|
|---|
| 283 | p{
|
|---|
| 284 | margin:0;
|
|---|
| 285 | padding:0;
|
|---|
| 286 | }
|
|---|
| 287 |
|
|---|
| 288 | .widecolumn {
|
|---|
| 289 | width: 500px; /*width of single page*/
|
|---|
| 290 | margin: 0 auto;
|
|---|
| 291 | }
|
|---|
| 292 |
|
|---|
| 293 |
|
|---|
| 294 |
|
|---|
| 295 | .xpress-post h2 {
|
|---|
| 296 | margin: 0;
|
|---|
| 297 | }
|
|---|
| 298 | .xpress-post hr {
|
|---|
| 299 | display: block;
|
|---|
| 300 | }
|
|---|
| 301 |
|
|---|
| 302 | .entry {
|
|---|
| 303 | clear:both;
|
|---|
| 304 | padding:10px 0 0;
|
|---|
| 305 | }
|
|---|
| 306 |
|
|---|
| 307 | .entry p{
|
|---|
| 308 | padding: 5px 0;
|
|---|
| 309 | }
|
|---|
| 310 |
|
|---|
| 311 | p.postmeta{
|
|---|
| 312 | padding-top: 20px;
|
|---|
| 313 | }
|
|---|
| 314 |
|
|---|
| 315 | .narrowcolumn_nonside .postmetadata,
|
|---|
| 316 | .narrowcolumn .postmetadata {
|
|---|
| 317 | padding-top: 10px;
|
|---|
| 318 | /*text-align:center;*//*postmeta of index page*/
|
|---|
| 319 | }
|
|---|
| 320 |
|
|---|
| 321 | .widecolumn .postmetadata {
|
|---|
| 322 | margin: 30px 0;
|
|---|
| 323 | padding:5px 10px;
|
|---|
| 324 | }
|
|---|
| 325 |
|
|---|
| 326 | .widecolumn .smallattachment {
|
|---|
| 327 | text-align: center;
|
|---|
| 328 | float: left;
|
|---|
| 329 | width: 128px;
|
|---|
| 330 | margin: 5px 5px 5px 0px;
|
|---|
| 331 | }
|
|---|
| 332 |
|
|---|
| 333 | .widecolumn .attachment {
|
|---|
| 334 | text-align: center;
|
|---|
| 335 | margin: 5px 0px;
|
|---|
| 336 | }
|
|---|
| 337 |
|
|---|
| 338 | #xpress_page .clear {
|
|---|
| 339 | clear: both;
|
|---|
| 340 | }
|
|---|
| 341 |
|
|---|
| 342 | .dateblock{
|
|---|
| 343 | margin:-12px 0 0 -5px!important;
|
|---|
| 344 | }
|
|---|
| 345 |
|
|---|
| 346 | /* End Structure */
|
|---|
| 347 |
|
|---|
| 348 |
|
|---|
| 349 | /* Begin Headers */
|
|---|
| 350 | #xpress_page h1 {
|
|---|
| 351 | padding-top: 20px;
|
|---|
| 352 | margin: 0 0 5px;
|
|---|
| 353 | }
|
|---|
| 354 |
|
|---|
| 355 | .xpress_sidebar h2 {
|
|---|
| 356 | margin: 5px 0 0;
|
|---|
| 357 | padding: 0;
|
|---|
| 358 | }
|
|---|
| 359 |
|
|---|
| 360 | #xpress_page h3 {
|
|---|
| 361 | padding: 0;
|
|---|
| 362 | margin: 0;
|
|---|
| 363 | }
|
|---|
| 364 |
|
|---|
| 365 | /* End Headers */
|
|---|
| 366 |
|
|---|
| 367 | /* Begin Images */
|
|---|
| 368 |
|
|---|
| 369 | /* Using 'class="alignright"' on an image will (who would've
|
|---|
| 370 | thought?!) align the image to the right. And using 'class="centered',
|
|---|
| 371 | will of course center the image. This is much better than using
|
|---|
| 372 | align="center", being much more futureproof (and valid) */
|
|---|
| 373 |
|
|---|
| 374 | img.centered {
|
|---|
| 375 | display: block;
|
|---|
| 376 | margin-left: auto;
|
|---|
| 377 | margin-right: auto;
|
|---|
| 378 | }
|
|---|
| 379 |
|
|---|
| 380 | img.alignright {
|
|---|
| 381 | padding: 4px;
|
|---|
| 382 | margin: 0 0 2px 7px;
|
|---|
| 383 | display: inline;
|
|---|
| 384 | }
|
|---|
| 385 |
|
|---|
| 386 | img.alignleft {
|
|---|
| 387 | padding: 4px;
|
|---|
| 388 | margin: 0 7px 2px 0;
|
|---|
| 389 | display: inline;
|
|---|
| 390 | }
|
|---|
| 391 |
|
|---|
| 392 | .alignright {
|
|---|
| 393 | float: right;
|
|---|
| 394 | }
|
|---|
| 395 |
|
|---|
| 396 | .alignleft {
|
|---|
| 397 | float: left
|
|---|
| 398 | }
|
|---|
| 399 | /* End Images */
|
|---|
| 400 |
|
|---|
| 401 |
|
|---|
| 402 |
|
|---|
| 403 | /* Begin Lists
|
|---|
| 404 |
|
|---|
| 405 | Special stylized non-IE bullets
|
|---|
| 406 | Do not work in Internet Explorer, which merely default to normal bullets. */
|
|---|
| 407 |
|
|---|
| 408 | html>body .entry ul {
|
|---|
| 409 | margin-left: 0px;
|
|---|
| 410 | padding: 0 0 0 30px;
|
|---|
| 411 | list-style: none;
|
|---|
| 412 | padding-left: 10px;
|
|---|
| 413 | text-indent: -10px;
|
|---|
| 414 | }
|
|---|
| 415 |
|
|---|
| 416 | html>body .entry li {
|
|---|
| 417 | margin: 7px 0 8px 10px;
|
|---|
| 418 | }
|
|---|
| 419 |
|
|---|
| 420 | .entry ul li:before, .xpress_sidebar ul ul li:before {
|
|---|
| 421 | content: "\00BB \0020";
|
|---|
| 422 | }
|
|---|
| 423 |
|
|---|
| 424 | .entry ol {
|
|---|
| 425 | padding: 0 0 0 35px;
|
|---|
| 426 | margin: 0;
|
|---|
| 427 | }
|
|---|
| 428 |
|
|---|
| 429 | .entry ol li {
|
|---|
| 430 | margin: 0;
|
|---|
| 431 | padding: 0;
|
|---|
| 432 | }
|
|---|
| 433 |
|
|---|
| 434 | .postmetadata ul, .postmetadata li {
|
|---|
| 435 | display: inline;
|
|---|
| 436 | list-style-type: none;
|
|---|
| 437 | list-style-image: none;
|
|---|
| 438 | }
|
|---|
| 439 |
|
|---|
| 440 | .xpress_sidebar ul, .xpress_sidebar ul ol {
|
|---|
| 441 | margin: 0;
|
|---|
| 442 | padding: 0;
|
|---|
| 443 | }
|
|---|
| 444 |
|
|---|
| 445 | .xpress_sidebar ul li {
|
|---|
| 446 | list-style-type: none;
|
|---|
| 447 | list-style-image: none;
|
|---|
| 448 | margin-bottom: 15px;
|
|---|
| 449 | }
|
|---|
| 450 |
|
|---|
| 451 | .xpress_sidebar ul p, .xpress_sidebar ul select {
|
|---|
| 452 | margin: 5px 0 8px;
|
|---|
| 453 | }
|
|---|
| 454 |
|
|---|
| 455 | .xpress_sidebar ul ul, .xpress_sidebar ul ol {
|
|---|
| 456 | margin: 5px 0 0 10px;
|
|---|
| 457 | }
|
|---|
| 458 |
|
|---|
| 459 | .xpress_sidebar ul ul ul, .xpress_sidebar ul ol {
|
|---|
| 460 | margin: 0 0 0 10px;
|
|---|
| 461 | }
|
|---|
| 462 |
|
|---|
| 463 |
|
|---|
| 464 | .xpress_sidebar ul ul li, .xpress_sidebar ul ol li {
|
|---|
| 465 | margin: 3px 0 0;
|
|---|
| 466 | padding: 0;
|
|---|
| 467 | }
|
|---|
| 468 | /* End Entry Lists */
|
|---|
| 469 |
|
|---|
| 470 |
|
|---|
| 471 |
|
|---|
| 472 | /* Begin Form Elements */
|
|---|
| 473 | .xpress_sidebar #searchform {
|
|---|
| 474 | margin: 10px auto;
|
|---|
| 475 | padding: 5px 3px;
|
|---|
| 476 | text-align: center;
|
|---|
| 477 | }
|
|---|
| 478 |
|
|---|
| 479 | .xpress_sidebar #searchform #s {
|
|---|
| 480 | width: 108px;
|
|---|
| 481 | padding: 2px;
|
|---|
| 482 | }
|
|---|
| 483 |
|
|---|
| 484 | .xpress_sidebar #searchsubmit {
|
|---|
| 485 | padding: 1px;
|
|---|
| 486 | }
|
|---|
| 487 |
|
|---|
| 488 | .entry form { /* This is mainly for password protected posts, makes them look better. */
|
|---|
| 489 | text-align:center;
|
|---|
| 490 | }
|
|---|
| 491 |
|
|---|
| 492 | #xpress_page select {
|
|---|
| 493 | width: 130px;
|
|---|
| 494 | }
|
|---|
| 495 |
|
|---|
| 496 |
|
|---|
| 497 | #xpress-respond {
|
|---|
| 498 | margin: 0px;
|
|---|
| 499 | padding-top: 10px;
|
|---|
| 500 | padding-bottom: 5px;
|
|---|
| 501 | padding-left: 0px;
|
|---|
| 502 | padding-right: 0px;
|
|---|
| 503 | }
|
|---|
| 504 |
|
|---|
| 505 | #xpress-comment-user {
|
|---|
| 506 | margin: 0px;
|
|---|
| 507 | padding-top: 0px;
|
|---|
| 508 | padding-bottom: 0px;
|
|---|
| 509 | padding-left: 20px;
|
|---|
| 510 | padding-right: 0px;
|
|---|
| 511 | }
|
|---|
| 512 |
|
|---|
| 513 | #xpress-comment-form {
|
|---|
| 514 | margin: 0px;
|
|---|
| 515 | padding-top: 0px;
|
|---|
| 516 | padding-bottom: 0px;
|
|---|
| 517 | padding-left: 20px;
|
|---|
| 518 | padding-right: 5px;
|
|---|
| 519 | font-size: 18px;
|
|---|
| 520 |
|
|---|
| 521 | }
|
|---|
| 522 |
|
|---|
| 523 | #xpress-comment-form .xpress-comment-submit{
|
|---|
| 524 | margin: 0px;
|
|---|
| 525 | padding-top: 5px;
|
|---|
| 526 | padding-bottom: 0px;
|
|---|
| 527 | padding-left: 0px;
|
|---|
| 528 | padding-right: 0px;
|
|---|
| 529 | font-size: 12px;
|
|---|
| 530 |
|
|---|
| 531 | }
|
|---|
| 532 |
|
|---|
| 533 |
|
|---|
| 534 | .nocomments {
|
|---|
| 535 | text-align: center;
|
|---|
| 536 | margin: 0;
|
|---|
| 537 | padding: 0;
|
|---|
| 538 | }
|
|---|
| 539 |
|
|---|
| 540 | /* End Comments */
|
|---|
| 541 |
|
|---|
| 542 |
|
|---|
| 543 |
|
|---|
| 544 | /* Begin Sidebar */
|
|---|
| 545 | #xpress_page .xpress_sidebar {
|
|---|
| 546 | float: right;
|
|---|
| 547 | display:inline;
|
|---|
| 548 | margin:0 15px 0 0;
|
|---|
| 549 | padding: 20px 0 10px;
|
|---|
| 550 | width: 190px;
|
|---|
| 551 | }
|
|---|
| 552 |
|
|---|
| 553 | .xpress_sidebar form {
|
|---|
| 554 | margin: 0;
|
|---|
| 555 | }
|
|---|
| 556 | /* End Sidebar */
|
|---|
| 557 |
|
|---|
| 558 |
|
|---|
| 559 |
|
|---|
| 560 | /* Begin Calendar */
|
|---|
| 561 | #wp-calendar {
|
|---|
| 562 | empty-cells: show;
|
|---|
| 563 | margin: 10px auto 0;
|
|---|
| 564 | width: 155px;
|
|---|
| 565 | }
|
|---|
| 566 |
|
|---|
| 567 | #wp-calendar #next a {
|
|---|
| 568 | padding-right: 10px;
|
|---|
| 569 | text-align: right;
|
|---|
| 570 | }
|
|---|
| 571 |
|
|---|
| 572 | #wp-calendar #prev a {
|
|---|
| 573 | padding-left: 10px;
|
|---|
| 574 | text-align: left;
|
|---|
| 575 | }
|
|---|
| 576 |
|
|---|
| 577 | #wp-calendar a {
|
|---|
| 578 | display: block;
|
|---|
| 579 | }
|
|---|
| 580 |
|
|---|
| 581 | #wp-calendar caption {
|
|---|
| 582 | text-align: center;
|
|---|
| 583 | width: 100%;
|
|---|
| 584 | }
|
|---|
| 585 |
|
|---|
| 586 | #wp-calendar td {
|
|---|
| 587 | padding: 3px 0;
|
|---|
| 588 | text-align: center;
|
|---|
| 589 | }
|
|---|
| 590 |
|
|---|
| 591 | #wp-calendar td.pad:hover { /* Doesn't work in IE */
|
|---|
| 592 | background-color: #fff; }
|
|---|
| 593 | /* End Calendar */
|
|---|
| 594 |
|
|---|
| 595 |
|
|---|
| 596 |
|
|---|
| 597 | /* Begin Various Tags & Classes */
|
|---|
| 598 | acronym, abbr, span.caps {
|
|---|
| 599 | cursor: help;
|
|---|
| 600 | }
|
|---|
| 601 |
|
|---|
| 602 | acronym, abbr {
|
|---|
| 603 | border-bottom: 1px dashed #999;
|
|---|
| 604 | }
|
|---|
| 605 |
|
|---|
| 606 | blockquote {
|
|---|
| 607 | margin: 15px 30px 0 10px;
|
|---|
| 608 | padding-left: 20px;
|
|---|
| 609 | border-left: 5px solid #ddd;
|
|---|
| 610 | }
|
|---|
| 611 |
|
|---|
| 612 | blockquote cite {
|
|---|
| 613 | margin: 5px 0 0;
|
|---|
| 614 | display: block;
|
|---|
| 615 | }
|
|---|
| 616 |
|
|---|
| 617 | #xpress_page .center {
|
|---|
| 618 | text-align: center;
|
|---|
| 619 | }
|
|---|
| 620 |
|
|---|
| 621 | #xpress_page .hidden {
|
|---|
| 622 | display: none;
|
|---|
| 623 | }
|
|---|
| 624 |
|
|---|
| 625 |
|
|---|
| 626 | #xpress_page a img {
|
|---|
| 627 | border: none;
|
|---|
| 628 | }
|
|---|
| 629 |
|
|---|
| 630 | .xpress_single_navigation {
|
|---|
| 631 | display:block;
|
|---|
| 632 | width: 500px;
|
|---|
| 633 | margin: 0 auto;
|
|---|
| 634 | }
|
|---|
| 635 |
|
|---|
| 636 | .xpress_index_navigation {
|
|---|
| 637 | display:block;
|
|---|
| 638 | width: 100%;
|
|---|
| 639 | margin: 0 auto;
|
|---|
| 640 | }
|
|---|
| 641 |
|
|---|
| 642 |
|
|---|
| 643 | /* End Various Tags & Classes*/
|
|---|
| 644 |
|
|---|
| 645 |
|
|---|
| 646 |
|
|---|
| 647 | /* Captions */
|
|---|
| 648 | .aligncenter,
|
|---|
| 649 | div.aligncenter {
|
|---|
| 650 | display: block;
|
|---|
| 651 | margin-left: auto;
|
|---|
| 652 | margin-right: auto;
|
|---|
| 653 | }
|
|---|
| 654 |
|
|---|
| 655 | .wp-caption {
|
|---|
| 656 | border: 1px solid #ddd;
|
|---|
| 657 | text-align: center;
|
|---|
| 658 | background-color: #f3f3f3;
|
|---|
| 659 | padding-top: 4px;
|
|---|
| 660 | margin: 10px;
|
|---|
| 661 | -moz-border-radius: 3px;
|
|---|
| 662 | -khtml-border-radius: 3px;
|
|---|
| 663 | -webkit-border-radius: 3px;
|
|---|
| 664 | border-radius: 3px;
|
|---|
| 665 | }
|
|---|
| 666 |
|
|---|
| 667 | .wp-caption img {
|
|---|
| 668 | margin: 0;
|
|---|
| 669 | padding: 0;
|
|---|
| 670 | border: 0 none;
|
|---|
| 671 | }
|
|---|
| 672 |
|
|---|
| 673 | .wp-caption p.wp-caption-text {
|
|---|
| 674 | font-size: 11px;
|
|---|
| 675 | line-height: 17px;
|
|---|
| 676 | padding: 0 4px 5px;
|
|---|
| 677 | margin: 0;
|
|---|
| 678 | }
|
|---|
| 679 | /* End captions */ |
|---|