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

    r178 r374  
    142142        line-height:1.2em;
    143143}
    144 form { margin: 0px; }
     144
     145form {
     146   margin: 0px;
     147}
    145148input, input.mouseover, a.button {
    146149        border: 1px solid #565656;
     
    150153        line-height:100%;
    151154}
     155
    152156input {
    153157    background:#2a2a2a;
     
    278282        text-align: center;
    279283}
     284
    280285table.lined, table.lined td, table.lined td.head, table.lined td.hidden{
    281286        border-bottom: 1px solid  #383838;
     
    309314tr td div.gradient_p{
    310315        background-color:#444;
    311         width: 140px;
     316        width: 130px;
    312317}
    313318tr td div.gradient_pp{
     
    596601        background-image: url(../../img/bar_skill.png);
    597602}
     603
     604.faction-bar{border:1px solid black;width:100%;text-align:left;height:16px;background:url('../../img/bar_empty.gif') repeat-x;position:relative}
     605span.rep-data{position:absolute;width:100%;text-align:center;color:white;text-decoration:none !important;white-space:nowrap}
     606.bar-color{width:100%;height:16px}
     607.rep7 .bar-color{background:url('../../img/bar_exalted.gif') repeat-x}
     608.rep6 .bar-color{background:url('../../img/bar_revered.gif') repeat-x}
     609.rep5 .bar-color{background:url('../../img/bar_honored.gif') repeat-x}
     610.rep4 .bar-color{background:url('../../img/bar_friendly.gif') repeat-x}
     611.rep3 .bar-color{background:url('../../img/bar_neutral.gif') repeat-x}
     612.rep2 .bar-color{background:url('../../img/bar_unfriendly.gif') repeat-x}
     613.rep1 .bar-color{background:url('../../img/bar_hostile.gif') repeat-x}
     614.rep0 .bar-color{background:url('../../img/bar_hated.gif') repeat-x}
     615tr td.rep7 {color:cyan}
     616tr td.rep6 {color:#00ffcc}
     617tr td.rep5 {color:#00ff88}
     618tr td.rep4 {color:lime}
     619tr td.rep3 {color:yellow}
     620tr td.rep2 {color:#ee6622}
     621tr td.rep1 {color:red}
     622tr td.rep0 {color:#cc2222}
     623
    598624
    599625/*** link tabs ***/
Note: See TracChangeset for help on using the changeset viewer.