source: extensions/AntiAspi/antiaspi.css

Last change on this file was 32381, checked in by plg, 3 years ago
  • make UI more compatible with Piwigo 11 (sliders)
  • specific colors for roma/clear admin themes
File size: 2.0 KB
Line 
1input:required{
2  background:url(aste.jpg) 98% center no-repeat;
3}
4input:focus:invalid{
5  border-color:#FF0000;
6  background-image:none;
7}
8
9input:focus:valid{
10  border-color:#56C93F;
11}
12
13input:valid{
14  background-image:none;
15}
16table.lban td{
17  padding-right:20px;
18  padding-bottom: 5px;
19}
20
21.lignebis {
22  background-color:green;
23}
24
25.add-ip-allowed-form {
26        display:none;
27}
28
29span.badge {
30        padding:2px 5px;
31        border-radius:5px;
32}
33span.badge.badge-deprecated {
34    background-color:#ddd;
35    color:#999;
36}
37span.badge.badge-active {
38    background-color:#caebff;
39    color:#0080c6;
40}
41
42.antiaspi-whitelist form {
43        margin-bottom: 20px;
44}
45
46.configSettingHelp {
47        background-color: #ddd;
48        padding: 2px 5px;
49        border-radius: 5px;
50        font-size: 90%;
51}
52
53/* sliders */
54
55.ui-slider-horizontal {width:580px;}
56body#theAdminPage .ui-slider-horizontal .ui-slider-handle {top: -.7em !important; width: 1.4em; height: 1.4em;}
57body#theAdminPage .ui-slider-handle.ui-state-default.ui-corner-all {border-radius: 10px;}
58body#theAdminPage .ui-slider-horizontal .ui-slider-range {height: 2px;}
59body#theAdminPage .ui-slider-horizontal {height: 4px;}
60body#theAdminPage .ui-slider .ui-slider-range {background: rgba(255,166,70, 0.9); border: 1px solid #ffaf58;}
61body#theAdminPage .ui-widget-content {border: none; background: #DDD;}
62body#theAdminPage .ui-slider-range.ui-widget-header.ui-corner-all {border: 1px solid #ffaf58;}
63
64.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
65  border: 1px solid #ffaf58; background: #ffaf58;
66}
67.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
68  background: #ffaf58;
69}
70.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
71  border: 1px solid #ffaf58; background: #ffaf58;
72}
73.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
74  background: #ffaf58;
75}
76.ui-slider-range.ui-widget-header.ui-corner-all {border: 1px solid #ffaf58;}
77
78.uirange {margin-top:10px;}
Note: See TracBrowser for help on using the repository browser.