Rev | Line | |
---|
[44] | 1 | .aligncenter,
|
---|
| 2 | div.aligncenter {
|
---|
| 3 | display: block;
|
---|
| 4 | margin-left: auto;
|
---|
| 5 | margin-right: auto;
|
---|
| 6 | padding: 4px;
|
---|
| 7 | border: 1px solid #e0e0e0;
|
---|
| 8 | background-color: #fff;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | .alignleft {
|
---|
| 12 | float: left;
|
---|
| 13 | margin: 5px 5px 0 0;
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | .alignright {
|
---|
| 17 | float: right;
|
---|
| 18 | margin: 5px 0 0 5px;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | img.alignleft {
|
---|
| 22 | float: left;
|
---|
| 23 | padding: 4px;
|
---|
| 24 | border: 1px solid #e0e0e0;
|
---|
| 25 | background-color: #fff;
|
---|
| 26 | margin: 5px 5px 0 0;
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | img.alignright {
|
---|
| 30 | float: right;
|
---|
| 31 | padding: 4px;
|
---|
| 32 | border: 1px solid #e0e0e0;
|
---|
| 33 | background-color: #fff;
|
---|
| 34 | margin: 5px 0 0 5px;
|
---|
| 35 | }
|
---|
| 36 |
|
---|
| 37 | a img.attachment-thumbnail {
|
---|
| 38 | padding: 4px;
|
---|
| 39 | border: 1px solid #e0e0e0;
|
---|
| 40 | background-color: #fff;
|
---|
| 41 | margin: 0 0 5px 5px;
|
---|
| 42 | float: left;
|
---|
| 43 | }
|
---|
| 44 |
|
---|
| 45 | .wp-caption {
|
---|
| 46 | border: 1px solid #e0e0e0;
|
---|
| 47 | text-align: center;
|
---|
| 48 | background-color: #fff;
|
---|
| 49 | padding-top: 4px;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | .wp-caption img {
|
---|
| 53 | margin: 0;
|
---|
| 54 | padding: 0;
|
---|
| 55 | border: 0 none;
|
---|
| 56 | }
|
---|
| 57 |
|
---|
| 58 | .wp-caption p.wp-caption-text {
|
---|
| 59 | font-size: 11px;
|
---|
| 60 | line-height: 17px;
|
---|
| 61 | padding: 0 4px 5px;
|
---|
| 62 | margin: 0;
|
---|
| 63 | color: #666;
|
---|
| 64 | font-style: italic;
|
---|
| 65 | }
|
---|
| 66 | #switcher { padding: 0 0 20px 0; }
|
---|
| 67 | #switcher a { float: right; text-indent: -9999em; height: 10px; width: 10px; margin: 0 0 0 20px; display: inline; border: 1px solid #111; }
|
---|
| 68 | a#blue { background-color: #3b5998; }
|
---|
| 69 | a#blue:hover { background-color: #09f; }
|
---|
| 70 | a#pink { background-color: #f28cb5; }
|
---|
| 71 | a#pink:hover { background-color: red; }
|
---|
| 72 | a#green { background-color: #70983b; }
|
---|
| 73 | a#green:hover { background-color: green; }
|
---|
| 74 | a#purple { background-color: #c9f; }
|
---|
| 75 | a#purple:hover { background-color: purple; }
|
---|
| 76 | a#red{ background-color: #e95959; }
|
---|
| 77 | a#red:hover { background-color: #740f0f; }
|
---|
| 78 |
|
---|
| 79 | a { outline: none; }
|
---|
| 80 |
|
---|
| 81 | blockquote { padding: 20px 20px 0; background-color: #f7f7f7; border: 1px solid #e0e0e0; margin: 0 auto 10px; width: 70%; }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.