Ignore:
Timestamp:
Sep 11, 2008, 9:10:27 AM (16 years ago)
Author:
george
Message:
  • Aktualizováno: Minimanager 0.12 rev. 99. Opraveno zobrazování honoru, přidána captcha p?i registraci nového účtu a mini fórum.
  • Přidáno: Český překlad pro Minimanager 0.12.
  • Smazáno: Staré fotky fyzického serveru přesunuty do fotogalerie.
  • Přidáno: Nějaké návody na eventy od bbtrashe.
File:
1 edited

Legend:

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

    r178 r374  
    3737        width: 500px;
    3838}
     39
    3940.table_top_middle {
    4041        background-image: url(logo_m.gif);
     
    4243        width: 298px;
    4344}
     45
    4446.table_top_right {
    4547        background-image: url(logo_r.gif);
     
    5759        text-align: left;
    5860}
     61
    5962#menuwrapper {
    6063        font:10pt Verdana,sans-serif;
    6164}
     65
    6266#menubar, #menubar ul {
    6367        padding: 0;
     
    6670        line-height: 160%;
    6771}
     72
    6873#menubar a {
    6974        display: block;
     
    116121        color: #22427E !important; /*submenu selected text color*/
    117122}
     123
    118124/*********** MENU BAR END***********/
    119125
     
    143149        margin: 0px;
    144150}
     151
    145152input, input.mouseover, a.button {
    146153        border-width: 1px;
     
    214221        border: 1px solid #374341;
    215222}
     223
    216224fieldset.half_frame{
    217225        width: 550px;
    218226}
     227
    219228fieldset.tquarter_frame{
    220229        width: 680px;
    221230}
     231
    222232fieldset.full_frame{
    223233        width: 760px;
    224234}
     235
    225236legend{
    226237        margin-top:-5px;
     
    235246
    236247/*****TABLES******/
     248
    237249table.flat {
    238250        border-width: 5px;
     
    243255        text-align: left;
    244256}
     257
    245258table.flat td {
    246259        padding: 5px;
    247260}
     261
    248262table.hidden {
    249263        border-width: 0px;
     
    253267        text-align: center;
    254268}
     269
    255270table.top_hidden {
    256271        width: 770px;
     
    260275        text-align: left;
    261276}
     277
    262278table.top_hidden td, table.hidden td {
    263279        padding: 4px 0px;
    264280}
     281
    265282table.lined {
    266283        width: 770px;
     
    301318tr td div.gradient_p{
    302319        background-color:#b2c2b9;
    303         width: 140px;
     320        width: 130px;
    304321}
    305322tr td div.gradient_pp{
     
    351368        background-image: url(../../img/INV/Slot_Bank_Out.gif);
    352369}
     370
    353371/*****TABLES END******/
    354372
     
    368386        color:#990000;
    369387}
     388
    370389.bold {
    371390        font:13pt Trebuchet MS,sans-serif;
    372391        font-weight:bold;
    373392}
     393
    374394.small {
    375395        font-size: 8px;
    376 }       
     396}
     397       
    377398.large_bold {
    378399        font-size: 13px;
    379400        font-weight:bold;
    380401}
     402
    381403.large {
    382404        font-size: 13px;
    383405}
     406
    384407.half_line {
    385408        font-size: 12px;
     
    387410}
    388411/*****BUBBLE******/
     412
    389413div.bubble {
    390414        position:relative;
     
    394418        text-align: left;
    395419}
     420
    396421div.bubble div.top {
    397422        text-align: center;
     
    400425    margin:-7px -0px 12px -0px;
    401426}
     427
    402428i.tl, i.tr, i.bl, i.br {
    403429        position:absolute;
     
    407433    z-index:30;
    408434}
     435
    409436i.tl {
    410437    top:0px;
     
    412439    background:url(tr.gif);
    413440}
     441
    414442i.tr {
    415443    top:0px;
     
    417445    background:url(tl.gif);
    418446}
     447
    419448i.bl {
    420449    bottom:0px;
     
    422451    background:url(br.gif);
    423452}
     453
    424454i.br {
    425455    bottom:0px;
     
    585615        background-image: url(../../img/bar_skill.png);
    586616}
     617
     618.faction-bar{border:1px solid black;width:100%;text-align:left;height:16px;background:url('../../img/bar_empty.gif') repeat-x;position:relative}
     619span.rep-data{position:absolute;width:100%;text-align:center;color:white;text-decoration:none !important;white-space:nowrap}
     620.bar-color{width:100%;height:16px}
     621.rep7 .bar-color{background:url('../../img/bar_exalted.gif') repeat-x}
     622.rep6 .bar-color{background:url('../../img/bar_revered.gif') repeat-x}
     623.rep5 .bar-color{background:url('../../img/bar_honored.gif') repeat-x}
     624.rep4 .bar-color{background:url('../../img/bar_friendly.gif') repeat-x}
     625.rep3 .bar-color{background:url('../../img/bar_neutral.gif') repeat-x}
     626.rep2 .bar-color{background:url('../../img/bar_unfriendly.gif') repeat-x}
     627.rep1 .bar-color{background:url('../../img/bar_hostile.gif') repeat-x}
     628.rep0 .bar-color{background:url('../../img/bar_hated.gif') repeat-x}
     629tr td.rep7 {color:cyan}
     630tr td.rep6 {color:#00ffcc}
     631tr td.rep5 {color:#00ff88}
     632tr td.rep4 {color:lime}
     633tr td.rep3 {color:yellow}
     634tr td.rep2 {color:#ee6622}
     635tr td.rep1 {color:red}
     636tr td.rep0 {color:#cc2222}
    587637
    588638/*** link tabs ***/
Note: See TracChangeset for help on using the changeset viewer.