Changeset 1795
- Timestamp:
- 07/28/2015 04:09:48 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/forum-wp4-rtl.css
r19 r1795 1 2 1 p.login span.mod-login { 3 2 left: 0; 4 right: auto;3 right: auto; 5 4 } 6 5 7 6 .frontpageheatmap a { 8 font-family: sans-serif;7 font-family: sans-serif; 9 8 } 10 9 … … 14 13 } 15 14 15 #forumlist .num { 16 font-family: sans-serif; 17 } 18 16 19 .topictitle .col-9 { 17 20 margin-right: 255px; … … 19 22 } 20 23 21 22 24 #thread li.postitem { 23 25 float: right; 24 26 } 25 27 26 .threadauthor .avatar {float: right; margin-left: 12px; margin-right: 0;} 28 .postform label { 29 float: right; 30 clear: right; 31 } 32 33 .threadauthor .avatar { 34 float: right; 35 margin-left: 12px; 36 margin-right: 0; 37 } 27 38 28 39 .post { … … 31 42 } 32 43 44 .post blockquote { 45 border-width: 1px 3px 1px 1px; 46 } 47 33 48 #forum-welcome { 34 49 float: right; 35 margin-bottom: 22px;} 50 } 51 36 52 #forum-welcome p { 37 53 padding-left: 10px; 38 54 padding-right: 0; 55 } 56 57 .page-numbers { 58 margin-left: 3px; 59 margin-right: 0; 39 60 } 40 61 … … 43 64 } 44 65 45 #pagebody #userlogin, #userlogin { 66 #pagebody #userlogin, 67 #userlogin { 46 68 font-family: sans-serif; 47 69 } -
sites/trunk/wordpress.org/public_html/style/forum-wp4.css
r728 r1795 1 a:visited { color: #4ca6cf; } 1 a:visited { 2 color: #4ca6cf; 3 } 2 4 3 5 p.login span.mod-login { … … 9 11 .frontpageheatmap a { 10 12 font-family: Georgia, Times, "Times New Roman", serif; 11 font-weight:normal; 12 line-height:28px; 13 padding-bottom:10px 14 } 15 16 .alt{background:#fff} 17 18 .sticky{background:#f695a9} 19 20 .deleted{background:#ff9999} 21 22 .post-undelete-link, .deleted .post-delete-link { display: none; } 23 .deleted .post-undelete-link { display: inline; } 24 25 .bozo{background:#ffff99} 13 font-weight: normal; 14 line-height: 28px; 15 padding-bottom: 10px 16 } 17 18 .alt{ 19 background: #fff; 20 } 21 22 .sticky{ 23 background: #f695a9; 24 } 25 26 .deleted{ 27 background: #ff9999; 28 } 29 30 .post-undelete-link, 31 .deleted .post-delete-link { 32 display: none; 33 } 34 35 .deleted .post-undelete-link { 36 display: inline; 37 } 38 39 .bozo { 40 background: #ffff99 41 } 26 42 27 43 .new-topic { … … 29 45 } 30 46 31 .topicnav { font-size: 10px;} 47 .topicnav { 48 font-size: 10px; 49 } 32 50 33 51 #forumlist { … … 95 113 } 96 114 97 #thread{list-style:none;margin: 20px 0 0 0 !important;padding:0;} 115 #thread { 116 list-style: none; 117 margin: 20px 0 0 0 !important; 118 padding: 0; 119 } 98 120 99 121 #thread li.postitem { … … 108 130 } 109 131 110 .topicmeta { padding-top: 19px; } 132 .topicmeta { 133 padding-top: 19px; 134 } 111 135 112 136 h4 { … … 120 144 } 121 145 122 .topicmeta ul { margin: 0 0 22px 0 !important; font-size: 12px;} 146 .topicmeta ul { 147 margin: 0 0 22px 0 !important; 148 font-size: 12px; 149 } 123 150 124 151 .topicmeta ul li { … … 128 155 } 129 156 130 .topicmeta .tags ul, .topicmeta .tags p { margin-bottom: 0 !important;} 131 132 input#tag { padding-left: 0; padding-right: 0; width: 80px;} 133 134 .postform {font-size: 12px;} 135 136 .postform label{display:block; float:left; clear: left;} 137 138 .postform textarea{height:20em; width: 97%;font-size: 12px;color: #333;} 139 140 .postform p { margin: 0 0 6px !important; } 141 142 #content a:visited{font-weight:normal} 143 144 .poststuff { font-size: 12px; color: #777; } 145 146 .threadauthor { line-height: 1.4em; padding-top: 3px;} 147 148 .threadauthor strong { font-size: 12px; color: #333;} 149 150 .threadauthor small{font-size:12px } 151 152 .threadauthor .avatar {float: left; margin-right: 12px;} 153 154 tr.sticky td{background:#fdf4cd} 155 156 #hottags{margin: 0; padding: 0;clear:both;} 157 .topicmeta .tags ul, 158 .topicmeta .tags p { 159 margin-bottom: 0 !important; 160 } 161 162 input#tag { 163 padding-left: 0; 164 padding-right: 0; 165 width: 80px; 166 } 167 168 .postform { 169 font-size: 12px; 170 } 171 172 .postform label { 173 display: block; 174 float: left; 175 clear: left; 176 } 177 178 .postform textarea { 179 height: 20em; 180 width: 97%; 181 font-size: 12px; 182 color: #333; 183 } 184 185 .postform p { 186 margin: 0 0 6px !important; 187 } 188 189 #content a:visited { 190 font-weight: normal 191 } 192 193 .poststuff { 194 font-size: 12px; 195 color: #777; 196 } 197 198 .threadauthor { 199 line-height: 1.4em; 200 padding-top: 3px; 201 } 202 203 .threadauthor strong { 204 font-size: 12px; 205 color: #333; 206 } 207 208 .threadauthor small { 209 font-size: 12px; 210 } 211 212 .threadauthor .avatar { 213 float: left; 214 margin-right: 12px; 215 } 216 217 tr.sticky td { 218 background: #fdf4cd; 219 } 220 221 #hottags{ 222 margin: 0; 223 padding: 0; 224 clear:both; 225 } 157 226 158 227 .post { … … 170 239 } 171 240 172 #thread .post p, #thread .post pre, #thread .post blockquote { 241 #thread .post p, 242 #thread .post pre, 243 #thread .post blockquote { 173 244 margin-bottom: 11px; 174 245 } 175 246 176 247 #thread .post pre { 177 max-height: 40.4em;248 max-height: 40.4em; 178 249 } 179 250 … … 181 252 padding: 10px 10px 0 10px; 182 253 border-color: #dadada; 183 background: none;184 border-style: solid;254 background: none; 255 border-style: solid; 185 256 border-width: 1px 1px 1px 3px; 186 257 } … … 190 261 margin-bottom: 22px; 191 262 } 263 192 264 #forum-welcome p { 193 265 margin-bottom: 0; … … 205 277 } 206 278 207 .clear { display: block; height: 1px; clear: both;} 279 .clear { 280 display: block; 281 height: 1px; 282 clear: both; 283 } 208 284 209 285 .page-numbers { … … 218 294 219 295 .dots { 220 background -color: none;296 background: none; 221 297 border: none; 222 298 } … … 235 311 } 236 312 237 .next, .prev { 313 .next, 314 .prev { 238 315 padding: 0; 239 316 border: none; … … 242 319 } 243 320 244 .next:hover, .prev:hover { 321 .next:hover, 322 .prev:hover { 245 323 color: #d54e21; 246 324 } … … 255 333 } 256 334 257 #pagebody #userlogin, #userlogin { 335 #pagebody #userlogin, 336 #userlogin { 258 337 font-size: 18px; 259 338 background: #666; … … 262 341 font-weight: normal; 263 342 font-family: Georgia, Times, "Times New Roman", serif; 264 -moz-border-radius-topleft: 6px;265 -khtml-border-top-left-radius: 6px;266 343 -webkit-border-top-left-radius: 6px; 267 344 border-top-left-radius: 6px; 268 -moz-border-radius-topright: 6px;269 -khtml-border-top-right-radius: 6px;270 345 -webkit-border-top-right-radius: 6px; 271 346 border-top-right-radius: 6px; … … 291 366 292 367 #useractivity { 293 clear: both;368 clear: both; 294 369 margin-bottom: 22px; 295 370 } … … 300 375 width: 99%; 301 376 margin-bottom: 22px; 302 -moz-border-radius: 6px;303 -khtml-border-radius: 6px;304 -webkit-border-radius: 6px;305 border-radius: 6px;306 -moz-border-radius: 6px;307 -khtml-border-radius: 6px;308 377 -webkit-border-radius: 6px; 309 378 border-radius: 6px; … … 430 499 width: 100% !important; 431 500 } 432 433 434 } 501 }
Note: See TracChangeset
for help on using the changeset viewer.