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/Sulfur/Sulfur_1024.css

    r5 r19  
    77 * License: GNU General Public License (GPL)
    88 */
    9 
    10 html,body {
    11         background:#2a2a2a;
     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:#2a2a2a;
    1215        height:100%;
    13         padding:0;
     16        padding:0px; /* required for Opera to have 0 margin */
    1417        margin:0;
    1518        font:11pt Verdana,sans-serif;
    16         cursor: default;
     19        cursor:default;
    1720}
    1821
     
    4952        left:25px;
    5053        top:37px;
    51         z-index:40;
     54        z-index:100;
    5255        width: 36em; /*total len*/
    5356        text-align: left;
     
    133136}
    134137h1{
    135     margin:0;
     138    margin:0px;
    136139    font:16pt Trebuchet MS,sans-serif;
    137140    font-weight:bold;
     
    143146        border: 1px solid #565656;
    144147        background:#2a2a2a;
    145         font:10pt Verdana,sans-serif;
     148        font: 10pt Verdana,sans-serif;
    146149        font-weight: bold;
    147150        line-height:100%;
    148151}
    149152input {
    150     background:#a2a2a;
     153    background:#2a2a2a;
    151154    color:#d4d4d4;
    152155    padding:2px 1px;
     
    154157        margin-left: 2px;
    155158}
    156 select,textarea {
     159input[type="text"],input[type="password"]{
     160        background:#a2a2a;
     161}
     162input[type="text"]:hover, input[type="password"]:hover {
     163    background:#2c2c2c;
     164        border-color:#bbb;
     165        cursor: default;
     166}
     167input[type="text"]:focus,input[type="password"]:focus {
     168        background:#2a2a2a;
     169        border-color:#f6b620;
     170}
     171input[type="radio"],input[type="checkbox"]{
     172        background:none;
     173        border:0px;
     174}
     175select,textarea{
    157176        color:#d4d4d4;
    158177        border:1px solid #565656;
    159178        background-color: #2a2a2a;
    160179        }
    161 
     180img {
     181        border: 0px;
     182        padding: 0px;
     183}
    162184a.button {
    163185        background:#2a2a2a;
     
    203225
    204226/*****TABLES******/
    205 a.head_link:link, a.head_link:visited{ color: #f6b620; text-decoration: none }
    206 a.head_link:hover, a.head_link:focus{ color: #ffee40; text-decoration: none }
    207 
    208227table.flat {
    209228        border-width: 5px;
     
    244263        padding: 5px;
    245264}
    246 table.lined, table.lined tr, tr.head, table.lined tr.hidden{
     265table.lined, table.lined tr, table.lined tr.hidden{
    247266        border-left: 1px solid  #383838;
    248267        border-right: 1px solid  #383838;
    249268}
    250 table.lined td.head, table.lined tr th{
     269table.lined tr th{
    251270        background-color: #484848;
    252271        font-weight: bold;
    253272        font-size: 11px;
    254273        color:#f6b620;
     274        padding: 5px;
    255275}
    256276table.lined td.hidden {
     
    280300        height: 24px;
    281301        border: 1px solid #585858;
    282 }
    283 
    284 tr td.bag div {
     302        margin-left: 5px;
     303}
     304
     305tr td.bag div,
     306tr td.bank div {
    285307        position: relative;
    286308        border: 0px;
    287309        margin: 2px;
    288         background: url(../../img/INV/Slot_Bag.gif) repeat;
    289 }
    290 tr td.bag div div{ position: absolute; }
    291 tr td.bag div div img{
     310        background-image: url(../../img/INV/Slot_Bag.gif);
     311        background-repeat: repeat;
     312        background-color: #242424;
     313}
     314tr td.bank div {
     315        background-image: url(../../img/INV/Slot_Bank.gif);
     316        background-color: #858585;
     317}
     318tr td.bag div div,
     319tr td.bank div div{
     320        position: absolute;
     321        background: none;
     322}
     323tr td.bag div div img,
     324tr td.bank div div img{
    292325        border: 0px;
    293326        padding: 1px;
     
    295328        height: 35px;
    296329}
    297 tr td.bag div.no_slot{
     330tr td.bag div.no_slot,
     331tr td.bank div.no_slot{
    298332        position: absolute;
    299         margin: -1px;
     333        margin: 0px;
    300334        width: 86px;
    301335        height: 41px;
    302         background: #565656;
     336        background-image: url(../../img/INV/Slot_Bag_Out.gif);
     337}
     338tr td.bank div.no_slot{
     339        background-image: url(../../img/INV/Slot_Bank_Out.gif);
    303340}
    304341/*****TABLES END******/
     
    341378        position:relative;
    342379    padding:7px 0px;
    343     background:#383838;
     380    background-color:#383838;
    344381    margin-bottom:15px;
    345382        text-align: left;
     
    348385div.bubble div.top {
    349386        text-align: center;
    350         background:#565656;
     387        background-color:#565656;
    351388        padding:7px 15px;
    352389    margin:-7px -0px 12px -0px;
     
    413450        padding: 6px;
    414451}
    415 .no_border {
    416         border: 0px;
    417         padding: 0px;
    418 }
     452
    419453.icon_border {
    420454        border: 0px;
     
    472506tr td.bar span{
    473507        float: left;
    474         width:60%;
     508        width:55%;
    475509        text-align:right;
     510        margin-top: 3px;
     511        color: #fff !important;
    476512}
    477513tr td.skill_bar{
    478         background-image: url(../../img/skill_bar.png);
     514        background-image: url(../../img/bar_skill.png);
    479515}
    480516
     
    558594        border:1px solid #F0D070;
    559595        padding:10px;
    560         width:220px;
     596        width:auto;
    561597        background-color:#000;
    562598        text-align:left;
     
    571607        border:0px solid #F0D070;
    572608        padding:10px;
    573         width:220px;
     609        width:240px;
    574610        background-color:#000;
    575611        text-align:left;
     
    578614        opacity:0.85;
    579615}
     616
     617.answerbox {
     618        font-size: 11px;
     619        color: #d4d4d4;
     620        border:1px solid #F0D070;
     621        padding:10px;
     622        width:auto;
     623        background-color:#000;
     624        text-align:center;
     625        filter:alpha(opacity=85);
     626        -moz-opacity:.85;
     627        opacity:0.85;
     628}
     629.answerbox th {
     630        font:16pt Trebuchet MS,sans-serif;
     631    font-weight:bold;
     632        color:#f6b620;
     633        line-height:1.2em;
     634}
     635.answerbox td a {
     636        float:none;
     637        display: block;
     638}
Note: See TracChangeset for help on using the changeset viewer.