Ignore:
Timestamp:
Aug 13, 2007, 9:05:34 PM (17 years ago)
Author:
george
Message:

Aktualizace MaNGOS Minimanageru na verzi 0.1.4a.

File:
1 edited

Legend:

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

    r5 r19  
    77 * License: GNU General Public License (GPL)
    88 */
    9 
    10 html,body {
    11         background:#76827B;
     9html{
     10        overflow-x:auto;        /* fixes MSIE scrollbar bug DO NOT REMOVE,has no effect in Mozilla,or Opera */
     11                                                /* http://www.blooberry.com/indexdot/css/properties/position/overflowx.htm */
     12}
     13html,body{
     14        background-color:#76827B;
    1215        color:#000000;
    1316        height:100%;
     
    1518        margin:0;
    1619        font:10pt Verdana,sans-serif;
    17         cursor: default;
     20        cursor:default;
    1821}
    1922
     
    5053        left:22px;
    5154        top:37px;
    52         z-index:40;
     55        z-index:100;
    5356        width: 36em; /*total len*/
    5457        text-align: left;
     
    131134}
    132135h1{
    133     margin:0;
     136    margin:0px;
    134137    font:16pt Trebuchet MS,sans-serif;
    135138    font-weight:bold;
     
    141144}
    142145input, input.mouseover, a.button {
    143         border: 1px solid #76827B;
     146        border-width: 1px;
     147        border-style: solid;
     148        border-color: #76827B;
    144149        background:#76827B;
    145150        font:10pt Verdana,sans-serif;
     
    148153}
    149154input {
    150     background:#869c8f;
     155    background-color:#869c8f;
    151156    color:#414D4C;
    152157    padding:2px 1px;
     
    154159        margin-left: 2px;
    155160}
    156 select,textarea {
     161select,textarea{
    157162        border:1px solid #76827B;
    158163        background-color: #b2c2b9;
    159164        }
    160 
     165img {
     166        border: 0px;
     167        padding: 0px;
     168}
     169input[type="radio"],input[type="checkbox"]{
     170        background:none;
     171        border:0px;
     172}
    161173a.button {   
    162         /*background:transparent;*/
    163174        background:#869c8f;
    164175        color: #414D4C;
     
    170181        margin-left: 3px;
    171182}
    172 
    173183a.button:visited{   
    174184        background-color: #869c8f;
     
    186196        position: relative;
    187197        margin-top:20px;
    188         padding-top:10px;
     198        padding-top:20px;
    189199        padding-bottom:10px;
    190200        top: 5px;
     
    199209        padding: 2px 6px;
    200210        position:absolute;
    201         top: -5px;
     211        top: -15px;
    202212        left: 5px;
    203213}
    204214
    205215/*****TABLES******/
    206 a.head_link:link, a.head_link:visited{ color: #d4ddd8; text-decoration: none }
    207 a.head_link:hover, a.head_link:focus{ color: #A47236; text-decoration: none }
    208 
    209216table.flat {
    210217        border-width: 5px;
     
    240247        text-align: center;
    241248}
    242 table.lined, table.lined td, table.lined td.head, table.lined td.hidden{
     249table.lined, table.lined td, table.lined td.hidden, table.lined th{
    243250        border: 1px solid  #d4ddd8;
    244251        padding: 5px;
    245252}
    246 table.lined td.head {
     253table.lined th{
    247254        background-color: #374341;
    248255        font-weight: bold;
    249         font-size: 12px;
     256        font-size: 11px;
    250257        color:#d4ddd8;
     258        padding: 5px;
     259}
     260table.lined th a:link, table.lined th a:visited{
     261 color:#d4ddd8;
     262}
     263 table.lined th a:hover,table.lined th a:focus{
     264        color: #A47236;
     265        text-decoration: none;
    251266}
    252267table.lined td{
     
    276291        height: 24px;
    277292        border: 1px solid #585858;
    278 }
    279 
    280 tr td.bag div {
     293        margin-left: 5px;
     294}
     295
     296tr td.bag div,
     297tr td.bank div {
    281298        position: relative;
    282299        border: 0px;
    283300        margin: 2px;
    284         background: url(../../img/INV/Slot_Bag.gif) repeat;
    285 }
    286 tr td.bag div div{ position: absolute; }
    287 tr td.bag div div img{
     301        background-image: url(../../img/INV/Slot_Bag.gif);
     302        background-repeat: repeat;
     303        background-color: #242424;
     304}
     305tr td.bank div {
     306        background-image: url(../../img/INV/Slot_Bank.gif);
     307        background-color: #858585;
     308}
     309tr td.bag div div,
     310tr td.bank div div{
     311        position: absolute;
     312        background: none;
     313}
     314tr td.bag div div img,
     315tr td.bank div div img{
    288316        border: 0px;
    289317        padding: 1px;
     
    291319        height: 35px;
    292320}
    293 tr td.bag div.no_slot{
     321tr td.bag div.no_slot,
     322tr td.bank div.no_slot{
    294323        position: absolute;
    295         margin: -1px;
     324        margin: 0px;
    296325        width: 86px;
    297326        height: 41px;
    298         background: #b2c2b9;
     327        background-image: url(../../img/INV/Slot_Bag_Out.gif);
     328}
     329tr td.bank div.no_slot{
     330        background-image: url(../../img/INV/Slot_Bank_Out.gif);
    299331}
    300332/*****TABLES END******/
     
    337369        position:relative;
    338370    padding:7px 0px;
    339     background:#d4ddd8;
     371    background-color:#d4ddd8;
    340372    margin-bottom:15px;
    341373        text-align: left;
     
    343375div.bubble div.top {
    344376        text-align: center;
    345         background:#b2c2b9;
     377        background-color:#b2c2b9;
    346378        padding:7px 15px;
    347379    margin:-7px -0px 12px -0px;
     
    415447        padding: 6px;
    416448}
    417 .no_border {
    418         border: 0px;
    419         padding: 0px;
    420 }
     449
    421450.icon_border {
    422451        border: 0px;
    423452        padding: 0px;
    424         width: 32px; height: 32px;
     453        width: 32px;
     454        height: 32px;
    425455}
    426456
     
    480510        width:60%;
    481511        text-align:right;
     512        margin-top: 3px;
     513        color: #fff !important;
    482514}
    483515tr td.skill_bar{
    484         background-image: url(../../img/skill_bar.png);
     516        background-image: url(../../img/bar_skill.png);
    485517}
    486518
     
    566598        border:1px solid #F0D070;
    567599        padding:10px;
    568         width:220px;
     600        width:auto;
    569601        background-color:#000;
    570602        text-align: left;
     
    573605        opacity:0.80;
    574606}
    575 
    576607.info_tooltip  td{
    577608        float: none;
     
    580611        border:0px solid #F0D070;
    581612        padding:10px;
    582         width:220px;
     613        width:240px;
    583614        background-color:#000;
    584         text-align: left;
     615        text-align:left;
    585616        filter:alpha(opacity=85);
    586617        -moz-opacity:.85;
    587618        opacity:0.85;
    588619}
     620.answerbox {
     621        font-size: 11px;
     622        color: #d4d4d4;
     623        border:1px solid #F0D070;
     624        padding:10px;
     625        width:auto;
     626        background-color:#000;
     627        text-align:center;
     628        filter:alpha(opacity=85);
     629        -moz-opacity:.85;
     630        opacity:0.85;
     631}
     632.answerbox th {
     633        font:16pt Trebuchet MS,sans-serif;
     634    font-weight:bold;
     635        color:#f6b620;
     636        line-height:1.2em;
     637}
     638.answerbox td a {
     639        float:none;
     640        display: block;
     641}
Note: See TracChangeset for help on using the changeset viewer.