Rev | Line | |
---|
[44] | 1 | /*
|
---|
| 2 | Theme name: WordPress Default - kubrick -
|
---|
| 3 | Editors: Navid Kashani
|
---|
| 4 | Persian Wordpress Project : wp-persian.com
|
---|
| 5 | */
|
---|
| 6 | body, .commentlist li, #commentform input, #commentform textarea, #commentform p, #sidebar, #wp-calendar caption {
|
---|
| 7 | font-family:tahoma, arial;
|
---|
| 8 | }
|
---|
| 9 | #page {
|
---|
| 10 | text-align:right;
|
---|
| 11 | direction:rtl;
|
---|
| 12 | }
|
---|
| 13 | h1, h2, h3, #sidebar h2 {
|
---|
| 14 | font-family:arial, tahoma;
|
---|
| 15 | }
|
---|
| 16 | .commentlist li .avatar {
|
---|
| 17 | float:left;
|
---|
| 18 | }
|
---|
| 19 |
|
---|
| 20 | .commentlist li {
|
---|
| 21 | padding: 5px 10px 10px 5px;
|
---|
| 22 | }
|
---|
| 23 | .commentlist li ul li {
|
---|
| 24 | margin-left: -5px;
|
---|
| 25 | margin-right: 10px;
|
---|
| 26 | }
|
---|
| 27 |
|
---|
| 28 | .commentlist p {
|
---|
| 29 | margin: 10px 0 10px 5px;
|
---|
| 30 | }
|
---|
| 31 | #header {
|
---|
| 32 | margin:0 1px 0 0;
|
---|
| 33 | }
|
---|
| 34 | .narrowcolumn {
|
---|
| 35 | float:right;
|
---|
| 36 | padding: 0 45px 20px 0;
|
---|
| 37 | }
|
---|
| 38 | .widecolumn {
|
---|
| 39 | margin: 5px 150px 0 0;
|
---|
| 40 | }
|
---|
| 41 | .widecolumn .smallattachment {
|
---|
| 42 | margin: 5px 0 5px 5px;
|
---|
| 43 | }
|
---|
| 44 | .postmetadata {
|
---|
| 45 | clear:right;
|
---|
| 46 | }
|
---|
| 47 | #sidebar {
|
---|
| 48 | margin-left: 0;
|
---|
| 49 | margin-right: 545px;
|
---|
| 50 | }
|
---|
| 51 | img.alignright {
|
---|
| 52 | margin: 0 7px 2px 0;
|
---|
| 53 | }
|
---|
| 54 |
|
---|
| 55 | img.alignleft {
|
---|
| 56 | margin: 0 0 2px 7px;
|
---|
| 57 | }
|
---|
| 58 |
|
---|
| 59 | .alignright {
|
---|
| 60 | float: left;
|
---|
| 61 | }
|
---|
| 62 |
|
---|
| 63 | .alignleft {
|
---|
| 64 | float: right;
|
---|
| 65 | }
|
---|
| 66 | code {
|
---|
| 67 | display:block;
|
---|
| 68 | direction:ltr;
|
---|
| 69 | text-align:left;
|
---|
| 70 | }
|
---|
| 71 | acronym, abbr, span.caps {
|
---|
| 72 | letter-spacing:0; /* fix opera bug */
|
---|
| 73 | }
|
---|
| 74 | html>body .entry ul {
|
---|
| 75 | padding:0 10px 0 0;
|
---|
| 76 | text-indent:10px;
|
---|
| 77 | }
|
---|
| 78 | html>body .entry li {
|
---|
| 79 | margin: 7px 10px 8px 0;
|
---|
| 80 | }
|
---|
| 81 | .entry ol {
|
---|
| 82 | padding: 0 35px 0 0;
|
---|
| 83 | }
|
---|
| 84 | #sidebar ul ul, #sidebar ul ol {
|
---|
| 85 | margin: 5px 10px 0 0;
|
---|
| 86 | }
|
---|
| 87 | #sidebar ul ul ul, #sidebar ul ol {
|
---|
| 88 | margin: 0 10px 0 0;
|
---|
| 89 | }
|
---|
| 90 | #commentform {
|
---|
| 91 | margin: 5px 0 0 10px;
|
---|
| 92 | }
|
---|
| 93 | #commentform input {
|
---|
| 94 | margin: 5px 0 1px 5px;
|
---|
| 95 | }
|
---|
| 96 | #commentform #submit {
|
---|
| 97 | float:left;
|
---|
| 98 | }
|
---|
| 99 | .commentlist p {
|
---|
| 100 | margin: 10px 0 10px 5px;
|
---|
| 101 | }
|
---|
| 102 |
|
---|
| 103 | .children .even, .alt {
|
---|
| 104 | border-left: 0;
|
---|
| 105 | border-right: 1px solid #ddd;
|
---|
| 106 | }
|
---|
| 107 |
|
---|
| 108 | #wp-calendar #next a {
|
---|
| 109 | padding-right:0;
|
---|
| 110 | padding-left:10px;
|
---|
| 111 | text-align:left;
|
---|
| 112 | }
|
---|
| 113 | #wp-calendar #prev a {
|
---|
| 114 | padding-left:0;
|
---|
| 115 | padding-right:10px;
|
---|
| 116 | text-align:right;
|
---|
| 117 | }
|
---|
| 118 | blockquote {
|
---|
| 119 | margin: 15px 10px 0 30px;
|
---|
| 120 | padding-left: 0;
|
---|
| 121 | padding-right: 20px;
|
---|
| 122 | border-left: 0 none;
|
---|
| 123 | border-right: 5px solid #ddd;
|
---|
| 124 | }
|
---|
| 125 | #email, #url {
|
---|
| 126 | direction:ltr;
|
---|
| 127 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.