| [ XREF Home ] [ Index ] |
PHP Cross Reference of WordPress TrunkProvided by Yoast |
[Summary view] [Print] [Text view]
1 2 /* 2 column liquid layout */ 3 4 #wpcontent { 5 margin-left: 0; 6 margin-right: 165px; 7 } 8 9 .wp-admin #footer { 10 margin-left: 15px; 11 margin-right: 165px; 12 } 13 14 .folded #wpcontent { 15 margin-left: 0; 16 margin-right: 52px; 17 } 18 19 .folded.wp-admin #footer { 20 margin-left: 15px; 21 margin-right: 52px; 22 } 23 24 #wpbody-content { 25 float: right; 26 } 27 28 #adminmenuwrap { 29 float: right; 30 } 31 32 #adminmenu { 33 clear: right; 34 } 35 36 /* inner 2 column liquid layout */ 37 .inner-sidebar { 38 float: left; 39 clear: left; 40 } 41 42 .has-right-sidebar #post-body { 43 float: right; 44 clear: right; 45 margin-right: 0; 46 margin-left: -340px; 47 } 48 49 .has-right-sidebar #post-body-content { 50 margin-right: 0; 51 margin-left: 300px; 52 } 53 54 /* 2 columns main area */ 55 56 #col-right { 57 float: left; 58 clear: left; 59 } 60 61 /* utility classes*/ 62 .alignleft { 63 float: right; 64 } 65 66 .alignright { 67 float: left; 68 } 69 70 .textleft { 71 text-align: right; 72 } 73 74 .textright { 75 text-align: left; 76 } 77 78 /* Hide visually but not from screen readers */ 79 .screen-reader-text, 80 .screen-reader-text span { 81 left: auto 82 right: -1000em; 83 } 84 85 /* styles for use by people extending the WordPress interface */ 86 87 body, 88 td, 89 textarea, 90 input, 91 select { 92 font-family: Tahoma, Arial, sans-serif; 93 } 94 95 ul.ul-disc, 96 ul.ul-square, 97 ol.ol-decimal { 98 margin-left: 0; 99 margin-right: 1.8em; 100 } 101 102 .subsubsub { 103 float: right; 104 } 105 106 .widefat thead th:first-of-type { 107 -moz-border-radius-topleft: 0; 108 -moz-border-radius-topright: 3px; 109 -khtml-border-top-left-radius: 0; 110 -khtml-border-top-right-radius: 3px; 111 -webkit-border-top-left-radius: 0; 112 -webkit-border-top-right-radius: 3px; 113 border-top-left-radius: 0; 114 border-top-right-radius: 3px; 115 } 116 117 .widefat thead th:last-of-type { 118 -moz-border-radius-topright: 0; 119 -moz-border-radius-topleft: 3px; 120 -khtml-border-top-right-radius: 0; 121 -khtml-border-top-left-radius: 3px; 122 -webkit-border-top-right-radius: 0; 123 -webkit-border-top-left-radius: 3px; 124 border-top-right-radius: 0; 125 border-top-left-radius: 3px; 126 } 127 .widefat tfoot th:first-of-type { 128 -moz-border-radius-bottomleft: 0; 129 -moz-border-radius-bottomright: 3px; 130 -khtml-border-bottom-left-radius: 0; 131 -khtml-border-bottom-right-radius: 3px; 132 -webkit-border-bottom-left-radius: 0; 133 -webkit-border-bottom-right-radius: 3px; 134 border-bottom-left-radius: 0; 135 border-bottom-right-radius: 3px; 136 } 137 .widefat tfoot th:last-of-type { 138 -moz-border-radius-bottomright: 0; 139 -moz-border-radius-bottomleft: 3px; 140 -khtml-border-bottom-right-radius: 0; 141 -khtml-border-bottom-left-radius: 3px; 142 -webkit-border-bottom-right-radius: 0; 143 -webkit-border-bottom-left-radius: 3px; 144 border-bottom-right-radius: 0; 145 border-bottom-left-radius: 3px; 146 } 147 148 .widefat th { 149 text-align: right; 150 } 151 152 .widefat th input { 153 margin: 0 8px 0 0; 154 } 155 156 .wrap { 157 margin: 0 0 0 15px; 158 } 159 160 161 .wrap h2, 162 .subtitle { 163 font-family: Tahoma, Arial, sans-serif; 164 } 165 .wrap h2 { 166 padding: 9px 0 4px 15px; 167 } 168 169 .wrap .add-new-h2 { 170 font-family: Tahoma, Arial, sans-serif; 171 margin-left: 0; 172 margin-right: 4px; 173 } 174 175 .wrap h2.long-header { 176 padding-left: 0; 177 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jun 1 08:30:02 2011 |
Cross-referenced by PHPXref 0.7 Provided by Yoast and awesome WordPress Hosting |