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