Making WordPress.org

Changeset 1795


Ignore:
Timestamp:
07/28/2015 04:09:48 PM (10 years ago)
Author:
ocean90
Message:

Forum styles: Clean up forum-wp4.css and update RTL stylesheet.

see #1067.

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 
    21p.login span.mod-login {
    32    left: 0;
    4     right:auto;
     3    right: auto;
    54}
    65
    76.frontpageheatmap a {
    8     font-family:sans-serif;
     7    font-family: sans-serif;
    98}
    109
     
    1413}
    1514
     15#forumlist .num {
     16    font-family: sans-serif;
     17}
     18
    1619.topictitle .col-9 {
    1720    margin-right: 255px;
     
    1922}
    2023
    21 
    2224#thread li.postitem {
    2325    float: right;
    2426}
    2527
    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}
    2738
    2839.post {
     
    3142}
    3243
     44.post blockquote {
     45    border-width: 1px 3px 1px 1px;
     46}
     47
    3348#forum-welcome {
    3449    float: right;
    35     margin-bottom: 22px;}
     50}
     51
    3652#forum-welcome p {
    3753    padding-left: 10px;
    3854    padding-right: 0;
     55}
     56
     57.page-numbers {
     58    margin-left: 3px;
     59    margin-right: 0;
    3960}
    4061
     
    4364}
    4465
    45 #pagebody #userlogin, #userlogin {
     66#pagebody #userlogin,
     67#userlogin {
    4668    font-family: sans-serif;
    4769}
  • sites/trunk/wordpress.org/public_html/style/forum-wp4.css

    r728 r1795  
    1 a:visited { color: #4ca6cf; }
     1a:visited {
     2    color: #4ca6cf;
     3}
    24
    35p.login span.mod-login {
     
    911.frontpageheatmap a {
    1012    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}
    2642
    2743.new-topic {
     
    2945}
    3046
    31 .topicnav { font-size: 10px;}
     47.topicnav {
     48    font-size: 10px;
     49}
    3250
    3351#forumlist {
     
    95113}
    96114
    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}
    98120
    99121#thread li.postitem {
     
    108130}
    109131
    110 .topicmeta { padding-top: 19px; }
     132.topicmeta {
     133    padding-top: 19px;
     134}
    111135
    112136h4 {
     
    120144}
    121145
    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}
    123150
    124151.topicmeta ul li {
     
    128155}
    129156
    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
     162input#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
     217tr.sticky td {
     218    background: #fdf4cd;
     219}
     220
     221#hottags{
     222    margin: 0;
     223    padding: 0;
     224    clear:both;
     225}
    157226
    158227.post {
     
    170239}
    171240
    172 #thread .post p, #thread .post pre, #thread .post blockquote {
     241#thread .post p,
     242#thread .post pre,
     243#thread .post blockquote {
    173244    margin-bottom: 11px;
    174245}
    175246
    176247#thread .post pre {
    177     max-height:40.4em;
     248    max-height: 40.4em;
    178249}
    179250
     
    181252    padding: 10px 10px 0 10px;
    182253    border-color: #dadada;
    183     background:none;
    184     border-style:solid;
     254    background: none;
     255    border-style: solid;
    185256    border-width: 1px 1px 1px 3px;
    186257}
     
    190261    margin-bottom: 22px;
    191262}
     263
    192264#forum-welcome p {
    193265    margin-bottom: 0;
     
    205277}
    206278
    207 .clear { display: block; height: 1px; clear: both;}
     279.clear {
     280    display: block;
     281    height: 1px;
     282    clear: both;
     283}
    208284
    209285.page-numbers {
     
    218294
    219295.dots {
    220     background-color: none;
     296    background: none;
    221297    border: none;
    222298}
     
    235311}
    236312
    237 .next, .prev {
     313.next,
     314.prev {
    238315    padding: 0;
    239316    border: none;
     
    242319}
    243320
    244 .next:hover, .prev:hover {
     321.next:hover,
     322.prev:hover {
    245323    color: #d54e21;
    246324}
     
    255333}
    256334
    257 #pagebody #userlogin, #userlogin {
     335#pagebody #userlogin,
     336#userlogin {
    258337    font-size: 18px;
    259338    background: #666;
     
    262341    font-weight: normal;
    263342    font-family: Georgia, Times, "Times New Roman", serif;
    264     -moz-border-radius-topleft: 6px;
    265     -khtml-border-top-left-radius: 6px;
    266343    -webkit-border-top-left-radius: 6px;
    267344    border-top-left-radius: 6px;
    268     -moz-border-radius-topright: 6px;
    269     -khtml-border-top-right-radius: 6px;
    270345    -webkit-border-top-right-radius: 6px;
    271346    border-top-right-radius: 6px;
     
    291366
    292367#useractivity {
    293     clear:both;
     368    clear: both;
    294369    margin-bottom: 22px;
    295370}
     
    300375    width: 99%;
    301376    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;
    308377    -webkit-border-radius: 6px;
    309378    border-radius: 6px;
     
    430499        width: 100% !important;
    431500    }
    432 
    433      
    434 }
     501}
Note: See TracChangeset for help on using the changeset viewer.