HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/www/media/cachecleaner/css/style.css
/**
 * Stylesheet
 *
 * @package         Cache Cleaner
 * @version         3.7.0
 *
 * @author          Peter van Westen <peter@nonumber.nl>
 * @link            http://www.nonumber.nl
 * @copyright       Copyright © 2015 NoNumber All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
div.btn-group.cachecleaner {
  margin-left: 12px;
  margin-right: 6px;
}
/* message */
#cachecleaner_msg,
#cachecleaner_msg.visible {
  display: none;
}
body > #cachecleaner_msg {
  position: fixed;
  top: 0;
  right: 0;
  padding: 7px 20px;
  width: 100%;
  height: 16px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #666666;
  z-index: 2000;
}
body > #cachecleaner_msg a {
  color: #CCCCCC;
}
body > #cachecleaner_msg.visible {
  display: inline;
}
body > #cachecleaner_msg.btn-success {
  background-color: #46a546;
}
body > #cachecleaner_msg.btn-warning {
  background-color: #f89406;
}
body > #cachecleaner_msg.btn-danger {
  background-color: #9d261d;
}
body > #cachecleaner_msg img {
  vertical-align: sub;
}
/* Make status position show on mobile */
@media (max-width: 767px) {
  #status.hidden-phone {
    display: block !important;
    text-align: center;
  }
  #status.hidden-phone .pull-right {
    float: none;
    display: block;
  }
}