Ignore:
Timestamp:
Oct 14, 2007, 1:35:47 PM (17 years ago)
Author:
hosiplan
Message:

+ možnost přihlásit se jako v minimanageru tzn. na herní ACC
+ jednoduchá administrace
+ správa bugů z bugreporter
+ export characteru
+ hledání creepů + jejich drop
+ úprava databáze

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/css/zakladni_css.css

    r92 r109  
    1515
    1616h1, h2, h3, h4, h5, h6   {
    17         font-size: 18px;
     17        font-size: 16px;
    1818        font-weight: bold;
    19         text-decoration: underline;
    2019  margin-top: 5px; margin-bottom: 5px;
    21   padding-left: 30px; }
    22 h2   { font-size: 17px; }
    23 h3   { font-size: 16px; }
     20  padding-left: 20px; }
     21h2   { font-size: 16px; }
     22h3   { font-size: 15px; }
    2423h4   { font-size: 15px; }
    2524h5   { font-size: 14px; }
    26 h6   { font-size: 13px; }
     25h6   { font-size: 14px; }
    2726
    2827h3.dkc {
     
    4342input {
    4443  display: inline;
    45   background: white; }
     44  border: 1px solid black;
     45  background: white;
     46  color: black; }
    4647input.hidden {
    4748  display: none; }
     
    7677  color: #000000;
    7778  text-decoration: none; background-color: #ffffff; }
     79a.graylink { font-weight: bold; padding: 1px; color: gray; text-decoration: none; }
     80a.whitelink { font-weight: bold; padding: 1px; color: white; text-decoration: none; }
     81a.whitelink:hover { color: black; }
     82a.greenlink { font-weight: bold; padding: 1px; color: #23e64c; text-decoration: none; }
     83a.bluelink { font-weight: bold; padding: 1px; color: #239fe6; text-decoration: none; }
     84a.purplelink { font-weight: bold; padding: 1px; color: #ba55d3; text-decoration: none; }
     85a.orangelink { font-weight: bold; padding: 1px; color: #e6b623; text-decoration: none; }
     86a.redlink { font-weight: bold; padding: 1px; color: #e62323; text-decoration: none; }
    7887
    7988#center {
     
    98107  float: left;
    99108  width: 120px; }
    100 #left ul {
    101   display: block; }
    102 #left ul li {
     109#left ul#hlavni_menu {
     110  display: block;
     111  margin-bottom: 25px; }
     112#left ul#hlavni_menu li {
    103113  display: block;
    104114  overflow: hidden;
    105115  list-style-type: none; }
    106 #left ul li a {
     116#left ul#hlavni_menu li a {
    107117  display: block;
    108118  width: 100%;
     
    113123  text-decoration: none;
    114124  background-color: #e0e0e0; }
    115 #left ul li a:hover {
     125#left ul#hlavni_menu li a:hover {
    116126  color: #ffffff;
    117127  background-color: #545454; }
    118 #left ul li ul {
     128#left ul#hlavni_menu li ul {
    119129  display: block; }
    120 #left ul li ul li {
     130#left ul#hlavni_menu li ul li {
    121131  display: block;
    122132  border: 0px;
    123133  overflow: hidden;
    124134  list-style-type: none; }
    125 #left ul li  ul li a {
     135#left ul#hlavni_menu li  ul li a {
    126136  display: block;
    127137  width: 100%;
     
    131141  color: #ffffff;
    132142  background-color: #000000; }
    133 #left ul li ul li .search {
     143#left ul#hlavni_menu li ul li .search {
    134144  width: 110px;
    135145  border: 1px solid white;
     
    162172  padding: 8px; }
    163173#right p {
    164   margin-bottom: 8px; }
     174  margin-top: 2px;
     175  margin-bottom: 6px; }
    165176#right .back {
    166177  display: block;
     
    207218  border-right: 0px;
    208219  border-bottom: 2px solid white; }
     220#right table#quest table#drop td {
     221  border-bottom:1px solid white; }
     222#right table#quest table#drop thead td {
     223  padding-top: 3px;
     224  border-bottom: 2px solid white; }
    209225#right table#quest table td {
    210226  border: 0px; }
     
    228244  border: 0px; }
    229245#right table#sendbug td.text {
    230   overflow-x: auto;
     246  overflow: auto;
    231247  padding:4px;
    232248  border: 1px solid white; }
     249#right table#login {
     250  empty-cells: show;
     251  margin-top: 15px;
     252  text-align: left;
     253  border: 0px; }
     254#right table#login input {
     255  display: inline;
     256  border: 1px solid white;
     257  background: black;
     258  color: white; }
     259#right table#acc {
     260  display: block;
     261  width: 60%;
     262  empty-cells: show;
     263  margin-top: 15px;
     264  text-align: left;
     265  border: 1px solid white; }
     266#right table#acc td {
     267  padding: 5px; }
     268#right table#acc h2 {
     269  margin: 0px;
     270  padding-left: 10px; }
     271
    233272
    234273#pata {
Note: See TracChangeset for help on using the changeset viewer.