Ignore:
Timestamp:
Dec 7, 2013, 11:50:24 PM (10 years ago)
Author:
mistic100
Message:

remove font icons integrated in core + replace "OK" alert by a blinking message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/template/style.css

    r25835 r25839  
    77#ato_header, #ato_header_closed {
    88  display:none;
     9}
     10#ato_header {
     11  width:100%;
    912}
    1013#ato_header, #ato_header_closed:not(.smartpocket) {
     
    1619  z-index:1000;
    1720}
    18   #ato_header {
    19     width:100%;
    20   }
    21   #ato_header_root {
    22     padding:0;
    23     margin:0;
    24   }
    25 
    26 #ato_header_root li {
     21
     22#ato_header>ul {
     23  padding:0;
     24  margin:0;
     25}
     26
     27#ato_header>ul li {
    2728  list-style:none;
    2829  line-height:16px;
     
    3031  white-space:nowrap;
    3132}
    32   #ato_header_root li a, #ato_header_closed:not(.smartpocket) a {
     33  #ato_header>ul li>*, #ato_header_closed:not(.smartpocket)>* {
    3334    display:inline-block;
    3435    padding:5px 10px;
     
    3637    text-decoration:none;
    3738  }
    38   #ato_header_root li a:before {
     39  #ato_header>ul li>*:before {
    3940    font-size:16px;
    4041    margin-right:0.5em;
    4142  }
    4243
    43 #ato_header_root>li {
     44#ato_header>ul>li {
    4445  float:left;
    4546  display:inline-block;
     
    4748  overflow:visible;
    4849}
    49   #ato_header_root>li.right {
     50  #ato_header>ul>li.right {
    5051    float:right;
    5152  }
    52   #ato_header_root>li:not(:first-child) {
     53  #ato_header>ul>li:not(:first-child) {
    5354    border-left:1px solid #666;
    5455  }
    55   #ato_header_root>li:not(:last-child) {
     56  #ato_header>ul>li:not(:last-child) {
    5657    border-right:1px solid #222;
    5758  }
    58   #ato_header_root>li a, #ato_header_closed:not(.smartpocket) a {
     59  #ato_header>ul>li>*, #ato_header_closed:not(.smartpocket)>* {
    5960    color:#ddd;
    6061    text-shadow:1px 1px 0px #222;
    6162  }
    62   #ato_header_root>li.disabled a {
     63  #ato_header>ul>li.disabled [class*="icon-"] {
    6364    color:#888;
    6465    text-shadow:none;
    6566  }
    66   #ato_header_root>li:not(.disabled):hover, #ato_header_closed:not(.smartpocket):hover {
     67  #ato_header>ul>li:not(.disabled):hover, #ato_header_closed:not(.smartpocket):hover {
    6768    background:#222;
    6869    background-image:linear-gradient(to bottom, #222, #353535);
    6970  }
    7071
    71 #ato_header_root ul {
     72#ato_header>ul ul {
    7273  display:none;
    7374  position:absolute;
     
    8081  box-shadow:3px 3px 5px rgba(0,0,0,0.5);
    8182}
    82   #ato_header_root>li.right ul {
     83  #ato_header>ul>li.right ul {
    8384    left:auto;
    8485    right:0;
    8586  }
    86   #ato_header_root ul li {
    87   }
    88   #ato_header_root ul li:hover {
     87  #ato_header>ul ul li {
     88  }
     89  #ato_header>ul ul li:hover {
    8990    background:#dedede;
    9091  }
    91   #ato_header_root ul li a {
     92  #ato_header>ul ul li>* {
    9293    color:#444;
    9394    text-shadow:1px 1px 0px #eee;
    9495  }
    95   #ato_header_root ul label {
     96  #ato_header>ul ul label {
    9697    font-weight:bold;
    9798    color:#777;
     
    102103    font-size:11px;
    103104  }
    104   #ato_header_root ul select, #ato_header_root ul option {
     105  #ato_header>ul ul select, #ato_header>ul ul option {
    105106    font-size:13px;
    106107    line-height:15px;
     
    109110    border-radius:2px;
    110111  }
    111     #ato_header_root ul select {
     112    #ato_header>ul ul select {
    112113      border:1px solid #777;
    113114      height:22px;
     
    123124  height:35px;
    124125}
    125   #ato_header_closed:not(.smartpocket) a {
     126  #ato_header_closed:not(.smartpocket)>* {
    126127    padding:4px;
    127128  }
     
    134135  }
    135136
    136 #ato_header_root a.close-panel {
     137#ato_header>ul .close-panel {
    137138  padding:6px 1px 4px 5px;
    138139}
    139 #ato_header_root a.close-panel:hover {
     140#ato_header>ul .close-panel:hover {
    140141  color:#d00;
    141142}
    142 
     143#ato_header>ul .saved {
     144  display:none;
     145  border:none !important;
     146  -webkit-animation:blink 0.8s infinite;
     147  animation:blink 0.8s infinite;
     148}
     149  #ato_header>ul .saved>* {
     150    color:#5f5;
     151  }
    143152
    144153#ato_quick_edit {
     
    192201    }
    193202
     203@-webkit-keyframes blink {
     204  0% { opacity:0; }
     205  50% { opacity:1; }
     206  100% { opacity:0; }
     207}
     208@keyframes blink {
     209  0% { opacity:0; }
     210  50% { opacity:1; }
     211  100% { opacity:0; }
     212}
    194213
    195214@media (max-width:640px) {
    196   #ato_header_root li a.ato-hide-1 {
     215  #ato_header>ul li>.ato-hide-1 {
    197216    font-size:0px;
    198217    line-height:0px;
    199218  }
    200   #ato_header_root li a.ato-hide-1:before {
     219  #ato_header>ul li>.ato-hide-1:before {
    201220    margin-right:0;
    202221  }
     
    204223
    205224@media (max-width:500px) {
    206   #ato_header_root li a.ato-hide-2 {
     225  #ato_header>ul li>.ato-hide-2 {
    207226    font-size:0px;
    208227    line-height:0px;
    209228  }
    210   #ato_header_root li a.ato-hide-2:before {
     229  #ato_header>ul li>.ato-hide-2:before {
    211230    margin-right:0;
    212231  }
Note: See TracChangeset for help on using the changeset viewer.