Ignore:
Timestamp:
Nov 23, 2007, 11:29:33 PM (17 years ago)
Author:
george
Message:

Minimanager 0.1.5b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/templates/Malachite/Malachite_1024.css

    r19 r142  
    168168}
    169169input[type="radio"],input[type="checkbox"]{
    170         background:none;
     170        background:#b2c2b9;
    171171        border:0px;
    172172}
     
    192192        border-color: #76827B;
    193193}
     194a[type="wrn"].button:hover{
     195        background-color:#4a1a1a;
     196        background-image:url(../../img/sml_warn.png);
     197        background-repeat:no-repeat;
     198        background-position: 99% 1px
     199}
     200a[type="def"].button:hover{
     201        background-color:#1a4a1a;
     202        background-image:url(../../img/sml_tick.png);
     203        background-repeat:no-repeat;
     204        background-position: 99% 1px
     205}
    194206
    195207fieldset{
     
    201213        background-color: #b2c2b9;
    202214        border: 1px solid #374341;
     215}
     216fieldset.half_frame{
     217        width: 550px;
     218}
     219fieldset.tquarter_frame{
     220        width: 680px;
     221}
     222fieldset.full_frame{
     223        width: 760px;
    203224}
    204225legend{
     
    511532        text-align:right;
    512533        margin-top: 3px;
    513         color: #fff !important;
    514534}
    515535tr td.skill_bar{
Note: See TracChangeset for help on using the changeset viewer.