Changeset 12670


Ignore:
Timestamp:
Nov 29, 2011, 5:44:13 AM (12 years ago)
Author:
rvelices
Message:

removed unused css rules

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r12633 r12670  
    1616*/
    1717/* text color */
    18 .theme_title { left: 15px; color: #000; text-align: left;}
    19 body, h3, dt, h2, .throw, .content, label { color:#777; }
     18
     19body, h3, dt, h2, .throw, .content, label , LEGEND  {
     20        color:#777;
     21}
     22
    2023th { color: #888; }
    2124INPUT, select, textarea { color:#666; background-color: #ccc; }
     
    2932}
    3033
    31 legend, h3 { color: #777; }
    32 h2 { color: #777; }
    3334
    3435INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
     
    7677position:absolute; left:0px; top:0px; z-index: 0;
    7778background:transparent }
    78 h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
     79h3, .content, .throw, .row1 { background-color: #ddd; }
    7980.row2 { background-color:#eeeeee; }
    8081#content { background: #f1f1f1; min-height: 467px;}
     
    132133border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0;
    133134text-align:center; width:100%; }
    134 #content.content div.comment a.illustration{ margin-right: 30px;}
    135135
    136136/* tabsheets are often used in admin  pages => No specific css files */
     
    256256#helpContent A:hover {border-bottom:1px solid #d54e21;}
    257257
    258 #pwgHead, #footer {background-color:#ddd;}
    259 #pwgHead, #footer {color:#666;}
     258#pwgHead, #footer {
     259        background-color: #ddd;
     260        color: #666;
     261}
     262
     263
    260264#pwgHead A, #footer A {color:#444;}
    261265#pwgHead A:hover, #footer A:hover {color:black; border-color:black;}
  • trunk/admin/themes/default/print.css

    r6363 r12670  
    11#menubar, .content .navigationBar, UL.categoryActions,
    2 #imageToolBar, .navThumb, #addComment {
     2.navThumb, #addComment {
    33    display: none;
    44}
  • trunk/admin/themes/default/theme.css

    r12633 r12670  
    1616.content div.comment { margin: 0 0 0.5em 0; padding: 0;
    1717  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
    18 .content div.comment a.illustration {
    19   display: block; float: left; margin: 0.5em 0 0 0.5em; }
     18
     19.content DIV.comment A.illustration {
     20        display: block;
     21        float: left;
     22        margin: 0.5em 30px 0 0.5em;
     23}
     24
    2025.content div.comment p.commentHeader {
    2126  text-align: right; margin: 0.5em 0.5em 0 0; }
  • trunk/admin/themes/roma/theme.css

    r12633 r12670  
    1616*/
    1717/* text color */
    18 body, h3, dt, h2, .throw, .content, label { color:#666; }
     18body, h3, dt, .throw, .content, label, LEGEND {
     19        color:#666;
     20}
     21
    1922INPUT, select, textarea { color:#999; background-color: #444; }
    2023option[disabled] { background-color: #999; color: #444; }
     
    2326{ color:#999; background-color: #eee; }  */
    2427INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
    25 legend, h3 { color: #666; }
     28
    2629h2 { color: #ccc; }
    2730
     
    4346position:absolute; left:0px; top:0px; z-index: 0;
    4447}
    45 h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
     48h3, .row2, .content { background-color: #222; }
    4649.throw, .row1 { background-color:#111; }
    4750.throw em { font-style: normal; color: #ff3363; }
     
    105108border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0;
    106109text-align:center; width:100%; }
    107 #content.content div.comment a.illustration{ margin-right: 30px;}
     110
    108111/* tabsheets are often used in admin  pages => No specific css files */
    109112#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
  • trunk/include/functions_user.inc.php

    r12339 r12670  
    931931  foreach (array_keys(get_pwg_themes()) as $theme_id)
    932932  {
    933     if (check_theme_installed($theme_id))
    934     {
    935       return $theme_id;
    936     }
     933    return $theme_id;
    937934  }
    938935}
  • trunk/themes/default/theme.css

    r12491 r12670  
    311311        padding-top: 2px;
    312312        padding-bottom: 2px;
    313         margin-top: 4px;
    314313        overflow: hidden;
    315314        width: 100%;
Note: See TracChangeset for help on using the changeset viewer.