Make WordPress Core

Ticket #7967: css.files.cleanup.patch

File css.files.cleanup.patch, 15.7 KB (added by Simek, 17 years ago)
  • colors-fresh-rtl.css

     
    22        border-right-color: transparent;
    33        border-left-color: #99d;
    44}
    5 .post-com-count {
    6 }
     5
    76#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
    87        background-image: url(../images/comment-stalk-rtl.gif);
    9         background-position:right bottom;
     8        background-position: right bottom;
    109}
     10
    1111#footer {
    12         background-position:99% 10px;
     12        background-position: 99% 10px;
    1313}
     14
    1415.plugins .togl {
    1516        border-right-color: transparent;
    1617        border-left-color: #ccc;
    1718}
     19
    1820#upload-menu li.current {
    19         border-right-color:transparent;
     21        border-right-color: transparent;
    2022        border-left-color: #448abd;
    2123}
  • colors-fresh.css

     
    1 
    21#sidemenu-bg,
    32.find-box-search {
    43        background-color: #e4f2fd;
    54        border-color: #c6d9e9;
    65}
    76
    8 a.page-numbers:hover {
    9         border-color: #999;
    10 }
     7a.page-numbers:hover { border-color: #999; }
    118
    129body,
    1310.form-table .pre,
     
    1613        color: #333;
    1714}
    1815
    19 body > #upload-menu {
    20         border-bottom-color: #fff;
    21 }
     16body > #upload-menu { border-bottom-color: #fff; }
    2217
    2318div#current-widgets,
    2419#postcustomstuff table,
     
    3025        border-color: #ccc;
    3126}
    3227
    33 .widefat {
    34         border-color: #dfdfdf;
    35 }
     28.widefat { border-color: #dfdfdf; }
    3629
    3730div.dashboard-widget-error {
    3831        background-color: #c43;
     
    144137        border-color: #c00;
    145138}
    146139
    147 .error a {
    148         color: #c00;
    149 }
     140.error a { color: #c00; }
    150141
    151142.form-invalid {
    152143        background-color: #ffebe8 !important;
     
    622613.wp_themeSkin a:link,
    623614.wp_themeSkin a:visited,
    624615.wp_themeSkin a:active {
    625          color: #000;
     616        color: #000;
    626617}
    627618
    628619/* Containers */
     
    636627
    637628/* Layout */
    638629.wp_themeSkin .mceStatusbar {
    639         color:#000;
     630        color: #000;
    640631        background-color: #eaf3fa;
    641632}
    642633
     
    782773
    783774/* Diff */
    784775
    785 table.diff .diff-deletedline {
    786         background-color: #ffdddd;
    787 }
    788 table.diff .diff-deletedline del {
    789         background-color: #ff9999;
    790 }
    791 table.diff .diff-addedline {
    792         background-color: #ddffdd;
    793 }
    794 table.diff .diff-addedline ins {
    795         background-color: #99ff99;
    796 }
     776table.diff .diff-deletedline { background-color: #fdd; }
     777table.diff .diff-deletedline del { background-color: #f99; }
     778table.diff .diff-addedline { background-color: #dfd; }
     779table.diff .diff-addedline ins { background-color: #9f9; }
    797780
    798781#att-info {
    799782        background-color: #E4F2FD;
     
    870853}
    871854
    872855.inline-editor ul.cat-checklist {
    873         background-color: #FFFFFF;
     856        background-color: #fff;
    874857}
    875858
    876859.inline-editor .categories .catshow,
  • dashboard.css

     
    1010        border-style: solid;
    1111        border-width: 1px;
    1212        padding: 2px 3px;
    13         border-color: #CCCCCC;
     13        border-color: #ccc;
    1414}
    1515
    1616form .input-text-wrap input {
    17         border: 0pt none;
     17        border: none;
    1818        outline-color: -moz-use-text-color;
    1919        outline-style: none;
    2020        outline-width: medium;
    21         padding: 0pt;
     21        padding: 0;
    2222        width: 99%;
    2323        border-style: solid;
    24         color: #333333;
     24        color: #333;
    2525}
    2626
    2727form .textarea-wrap {
    2828        border-style: solid;
    2929        border-width: 1px;
    3030        padding: 2px;
    31         border-color: #CCCCCC;
     31        border-color: #ccc;
    3232}
    3333
    3434form .textarea-wrap textarea {
     
    137137        list-style: none;
    138138}
    139139
    140 .rss-widget a.rsswidget {
    141         font-size: 14px;
    142 }
    143 
     140.rss-widget a.rsswidget,
    144141.rss-widget span.rss-date {
    145142        font-size: 14px;
    146143}
  • global-rtl.css

     
    1 body, td {
     1body, td, textarea, input, select {
    22        font-family: Tahoma;
    33}
    4 textarea, input, select {
    5         font-family: Tahoma;
    6 }
     4
    75h1, h2, h3 {
    8         font-family:arial;
     6        font-family: arial;
    97}
     8
    109.widefat td {
    1110        padding: 7px 10px 9px 15px;
    1211}
     12
    1313.widefat th {
    1414        padding: 9px 10px 6px 15px;
    1515        text-align: right;
    1616}
     17
    1718.widefat th input {
    1819        margin: 0 8px 0 0;
    1920}
     21
    2022.widefat .check-column {
    2123        text-align: left;
    2224}
     25
    2326.wrap h2 {
    24         font-family:arial;
     27        font-family: arial;
    2528        margin: 5px -4px 0 0;
    26         padding-right:0;
     29        padding-right: 0;
    2730        padding-left: 280px;
    2831}
     32
    2933.wrap h2.long-header {
    3034        padding-left: 0;
    3135}
  • global.css

     
    7575
    7676/* styles for use by people extending the WordPress interface */
    7777
    78 body    {
     78body {
    7979        margin: 0;
    8080        padding: 0;
    8181}
     
    100100        padding: 3px;
    101101}
    102102
    103 .alignleft {
    104         float: left;
    105 }
     103.alignleft { float: left; }
    106104
    107 .alignright {
    108         float: right;
    109 }
     105.alignright { float: right; }
    110106
    111 .textleft {
    112         text-align: left;
    113 }
     107.textleft { text-align: left; }
    114108
    115 .textright {
    116         text-align: right;
    117 }
     109.textright { text-align: right; }
    118110
    119111.clear { clear: both; }
    120112
    121113.hidden { display: none; }
    122114
    123 h1 {
    124   display: block;
    125   font-size: 2em;
    126   font-weight: bold;
    127   margin: .67em 0;
     115h1, h2, h3, h4, h5,h6 {
     116        display: block;
     117        font-weight: bold;
    128118}
    129119
    130 h2 {
    131   display: block;
    132   font-size: 1.5em;
    133   font-weight: bold;
    134   margin: .83em 0;
    135 }
     120h1 { font-size: 2em; margin: .67em 0; }
    136121
    137 h3 {
    138   display: block;
    139   font-size: 1.17em;
    140   font-weight: bold;
    141   margin: 1em 0;
    142 }
     122h2 { font-size: 1.5em; margin: .83em 0; }
    143123
    144 h4 {
    145   display: block;
    146   font-weight: bold;
    147   margin: 1.33em 0;
    148 }
     124h3 { font-size: 1.17em; margin: 1em 0; }
    149125
    150 h5 {
    151   display: block;
    152   font-size: 0.83em;
    153   font-weight: bold;
    154   margin: 1.67em 0;
    155 }
     126h4 { margin: 1.33em 0; }
    156127
    157 h6 {
    158   display: block;
    159   font-size: 0.67em;
    160   font-weight: bold;
    161   margin: 2.33em 0;
    162 }
     128h5 { font-size: 0.83em; margin: 1.67em 0; }
    163129
     130h6 { font-size: 0.67em; margin: 2.33em 0; }
     131
    164132.subsubsub {
    165133        list-style: none;
    166134        margin: 0;
     
    209177       
    210178}
    211179
    212 .widefat a {
    213         text-decoration: none;
    214 }
     180.widefat a { text-decoration: none; }
    215181
    216 .widefat abbr {
    217         white-space: nowrap;
    218 }
     182.widefat abbr { white-space: nowrap; }
    219183
    220184.widefat td, .widefat th {
    221185        border-bottom-width: 1px;
  • install-rtl.css

     
    11body {
    22        font-family: Tahoma;
    33}
     4
    45/* Half the page disapears on IE6 */
    56* html body {
    67        width: 700px;
     
    89        left: 50%;
    910        margin-right: 350px;
    1011}
     12
    1113ul, ol {
    1214        padding: 5px 22px 5px 5px;
    1315}
    14 .step, th {
    15         text-align:right;
     16
     17.step, th, .form-table th  {
     18        text-align: right;
    1619}
     20
    1721.submit input, .button, .button-secondary  {
    1822        font-family: Tahoma;
    19         margin-right:0;
     23        margin-right: 0;
    2024}
    21 .form-table th {
    22         text-align:right;
    23 }
     25
    2426h1 {
    25         font-family:arial;
     27        font-family: arial;
    2628        margin: 5px -4px 0 0;
    2729}
  • install.css

     
    1717
    1818a:hover { color: #d54e21; }
    1919
    20 
    2120h1 {
    22         font-size: 18px;
    23         margin-bottom: 0;
     21        border-bottom: 1px solid #dadada;
     22        clear: both;
     23        color: #666;
     24        font: 24px Georgia, "Times New Roman", Times, serif;
     25        margin: 5px 0 0 -4px;
     26        padding: 0;
     27        padding-bottom: 7px;
    2428}
    2529
    2630h2 { font-size: 16px; }
     
    3135        line-height: 18px;
    3236}
    3337
    34 code {
    35         font-size: 13px;
    36 }
     38code { font-size: 13px; }
    3739
    3840ul, ol { padding: 5px 5px 5px 22px; }
    3941
    40 #logo { margin: 6px 0 14px 0px; border-bottom: none;}
     42#logo { margin: 6px 0 14px 0; border-bottom: none;}
    4143
    4244.step {
    4345        margin: 20px 0 15px;
    4446}
    4547
    46 .step input {
     48.step input, a.button {
    4749        font-size: 18px;
    4850}
    4951
    50 a.button {
    51         font-size: 18px;
    52 }
    53 
    5452.step, th { text-align: left; padding: 0; }
    5553
    5654.submit input, .button, .button-secondary {
     
    117115        padding: 2px;
    118116}
    119117
    120 h1 {
    121         border-bottom: 1px solid #dadada;
    122         clear: both;
    123         color: #666666;
    124         font: 24px Georgia, "Times New Roman", Times, serif;
    125         margin: 5px 0 0 -4px;
    126         padding: 0;
    127         padding-bottom: 7px;
    128 }
     118#error-page { margin-top: 50px; }
    129119
    130 #error-page {
    131         margin-top: 50px;
    132 }
    133 
    134120#error-page p {
    135121        font-size: 14px;
    136122        line-height: 16px;
    137123        margin: 25px 0 20px;
    138124}
    139125
    140 #error-page code {
    141         font-size: 15px;
    142 }
    143  No newline at end of file
     126#error-page code { font-size: 15px; }
     127 No newline at end of file
  • login-rtl.css

     
    1 body {
     1body , #login form .submit input {
    22        font-family: Tahoma;
    33}
     4
    45form {
    56        margin-left:0;
    67        margin-right: 8px;
    78}
    8 form .forgetmenot {
    9         float:right;
    10 }
    11 #login form .submit input  {
    12         font-family: Tahoma;
    13 }
    14 form .submit {
    15         float:left;
    16 }
     9
     10form .forgetmenot { float: right; }
     11
     12form .submit { float: left; }
     13
    1714#backtoblog a {
    18         left:auto;
    19         right:15px;
     15        left: auto;
     16        right: 15px;
    2017}
     18
    2119#login_error, .message {
    2220        margin: 0 8px 16px 0;
    2321}
    24 #nav {
    25         margin:0 8px 0 0;
    26 }
     22
     23#nav { margin: 0 8px 0 0; }
     24
    2725#user_pass, #user_login, #user_email {
    28         margin-right:0;
     26        margin-right: 0;
    2927        margin-left: 6px;
    3028}
    31 h1 a {
    32         text-decoration:none;
    33 }
     29
     30h1 a { text-decoration: none; }
     31
    3432/* ltr input */
    3533#user_login, #user_pass {
    36         direction:ltr;
     34        direction: ltr;
    3735}
  • media-rtl.css

     
    11body#media-upload ul#sidemenu {
    2         left:auto;
    3         right:0;
     2        left: auto;
     3        right: 0;
    44        width: 620px;
    55}
     6
    67#search-filter {
    7         text-align:left;
     8        text-align: left;
    89}
     10
    911.align .field label {
    1012        padding: 0 28px 0 0;
    1113        margin: 0 0 0 1em;
    1214}
    13 .image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label {
    14         background-position:center right;
     15
     16.image-align-none-label, .image-align-left-label,
     17.image-align-center-label, .image-align-right-label {
     18        background-position: center right;
    1519}
     20
    1621tr.image-size label {
    1722        margin: 0 0 0 1em;
    1823}
     24
    1925.filename.original {
    2026        float: right;
    2127}
     28
    2229.crunching {
    2330        text-align: left;
    24         margin-right:0;
     31        margin-right: 0;
    2532        margin-left: 5px;
    2633}
     34
    2735button.dismiss {
    28         right:auto;
    29         left:5px;
     36        right: auto;
     37        left: 5px;
    3038}
     39
    3140.file-error {
    3241        margin: 0 50px 5px 0;
    3342}
     43
    3444.progress {
    35         left:auto;
    36         right:0;
     45        left: auto;
     46        right: 0;
    3747}
     48
    3849.bar {
    39         border-right-width:0;
     50        border-right-width: 0;
    4051        border-left-width: 3px;
    4152        border-left-style: solid;
    4253}
     54
    4355.media-item .pinkynail {
    44         float:right;
     56        float: right;
    4557}
     58
    4659.describe-toggle-on, .describe-toggle-off {
    4760        float: left;
    48         margin-right:0;
     61        margin-right: 0;
    4962        margin-left: 20px;
    5063}
     64
    5165/* Specific to Uploader */
    5266
    5367#media-upload .media-upload-form p {
    5468        margin: 0 0 1em 1em;
    5569}
     70
    5671.filename {
    5772        float: right;
    58         margin-left:0;
     73        margin-left: 0;
    5974        margin-right: 10px;
    6075}
     76
    6177#media-upload .describe th.label {
    62         text-align:right;
     78        text-align: right;
    6379}
     80
    6481.menu_order {
    65         float:left;
     82        float: left;
    6683}
  • media.css

     
    2121        font-weight: bold;
    2222}
    2323
    24 form {
    25         margin: 1em;
    26 }
     24form { margin: 1em; }
    2725
    28 #search-filter {
    29         text-align: right;
    30 }
     26#search-filter { text-align: right; }
    3127
    3228.media-upload-form label, .media-upload-form legend {
    3329        display:block;
     
    6359        padding: 0 0 0 28px;
    6460        margin: 0 1em 0 0;
    6561}
     62
    6663.image-align-none-label {
    6764        background: url(../images/align-none.png) no-repeat center left;
    6865}
     
    8683tr.image-size td {
    8784        width: 460px;
    8885}
     86
    8987tr.image-size div.image-size-item {
    9088        float: left;
    9189        width: 25%;
    9290        margin: 0;
    9391}
     92
    9493tr.image-size label {
    9594        display: inline;
    9695        margin: 0 0 0 1em;
    9796}
     97
    9898.pinkynail {
    9999        max-width: 40px;
    100100        max-height: 40px;
     
    103103.filename.original {
    104104        float: left;
    105105}
     106
    106107.crunching {
    107108        display: block;
    108109        line-height: 32px;
    109110        text-align: right;
    110111        margin-right: 5px;
    111112}
     113
    112114button.dismiss {
    113115        position: absolute;
    114116        top: 5px;
    115117        right: 5px;
    116118        z-index: 4;
    117119}
     120
    118121.file-error {
    119122        margin: 0 0 5px 50px;
    120123        font-weight: bold;
     
    122125
    123126.progress {
    124127        position: absolute;
    125         top: 0px;
    126         left: 0px;
     128        top: 0;
     129        left: 0;
    127130        width: 623px;
    128131        height: 36px;
    129132}
     133
    130134.bar {
    131         width: 0px;
     135        width: 0;
    132136        height: 100%;
    133137        border-right-width: 3px;
    134138        border-right-style: solid;
     
    142146        max-width: 128px;
    143147        max-height: 128px;
    144148}
     149
    145150.media-item .pinkynail {
    146151        float: left;
    147152        margin: 2px;
     
    152157thead.media-item-info tr {
    153158        background-color: transparent;
    154159}
     160
    155161thead.media-item-info th, thead.media-item-info td {
    156162        border: none;
    157163        margin: 0;
     
    164170.describe.startopen, .describe.startclosed {
    165171        display: none;
    166172}
     173
    167174abbr.required {
    168175        text-decoration: none;
    169176        border: none;
    170177}
     178
    171179.describe label {
    172180        display: inline;
    173181}
     182
    174183.describe td {
    175184        vertical-align: middle;
    176185}
     186
    177187.describe td.A1 {
    178188        width: 132px;
    179189}
     190
    180191.describe input[type="text"], .describe textarea {
    181192        width: 460px;
    182193}
     194
    183195.describe-toggle-on, .describe-toggle-off {
    184196        display: block;
    185197        line-height: 36px;
    186198        float: right;
    187199        margin-right: 20px;
    188200}
     201
    189202.describe-toggle-off {
    190203        display: none;
    191204}
    192205
    193 .clickmask {
    194 }
    195 
    196206.hidden {
    197207        height: 0px;
    198208        width: 0px;
     
    214224        font-style: italic;
    215225        font-weight: normal;
    216226}
     227
    217228#media-upload tr.image-size td.field {
    218229        text-align: center;
    219230}
     231
    220232#media-upload #media-items {
    221233        border-width: 1px;
    222234        border-style: solid;
     
    243255        overflow: hidden;
    244256        max-width: 430px;
    245257}
     258
    246259#media-upload .describe {
    247260        border-top-width: 1px;
    248261        border-top-style: solid;
     
    251264        clear: both;
    252265        cursor: default;
    253266}
     267
    254268#media-upload .describe th.label {
    255269        padding-top: .5em;
    256270        text-align: left;
    257271}
     272
    258273#media-upload tr.align td.field {
    259274        text-align: center;
    260275}
     276
    261277#media-upload tr.image-size {
    262278        margin-bottom: 1em;
    263279        height: 3em;
     
    272288}
    273289
    274290#filter .tablenav select {
    275         border-style:solid;
    276         border-width:1px;
    277         padding:2px;
    278         vertical-align:top;
     291        border-style: solid;
     292        border-width: 1px;
     293        padding: 2px;
     294        vertical-align: top;
    279295}
    280296
    281297#media-upload a.delete,
     
    295311}
    296312
    297313.menu_order_input {
    298         border: 1px solid #DDDDDD;
     314        border: 1px solid #ddd;
    299315        font-size: 10px;
    300316        padding: 1px;
    301317        width: 23px;
     
    309325}
    310326
    311327#media-upload th.order-head {
    312          width: 25%;
    313          text-align: center;
     328        width: 25%;
     329        text-align: center;
    314330}
    315331
    316332#media-upload .widefat {
  • theme-editor.css

     
    11#template textarea {
    2         font-family: 'Courier New', Courier, monospace;
    3         font-size: 12px;
     2        font: 12px 'Courier New', Courier, monospace;
    43        width: 97%;
    54}
    65
    7 #template p {
    8         width: 97%;
    9 }
     6#template p { width: 97%; }
    107
    118#templateside {
    129        float: right;
     
    2320}
    2421
    2522#templateside h4 {
    26         margin-bottom: 0px;
     23        margin-bottom: 0;
    2724}
    2825
    2926#templateside ol, #templateside ul {
     
    3330}
    3431
    3532#templateside ol li, #templateside ul li {
    36         margin: 1px 0px;
     33        margin: 1px 0;
    3734}
    3835
    3936#themeselector {
     
    4845        padding: 0;
    4946}
    5047
    51 .nonessential {
    52         font-size: small;
    53 }
     48.nonessential { font-size: small; }
    5449
    55 .highlight {
    56         padding: 1px;
    57 }
     50.highlight { padding: 1px; }
    5851
    5952div.bordertitle h2 {
    6053        border: none;
    61         padding-bottom: 0px;
     54        padding-bottom: 0;
    6255}
    6356
    6457div.tablenav {
  • upload-rtl.css

     
    1 html {
    2         direction: ltr;
    3         }
    4 #uploadoptions, table {
    5         direction: rtl;
    6         }
    7 td {
    8         padding: 1px 6px 0;
    9         }
    10 .submit {
    11         text-align: left;
    12         }
    13  No newline at end of file
     1html { direction: ltr; }
     2
     3#uploadoptions, table { direction: rtl; }
     4
     5td { padding: 1px 6px 0; }
     6
     7.submit { text-align: left; }
     8 No newline at end of file