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