mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-01 03:02:34 +00:00
106 lines
2.0 KiB
CSS
106 lines
2.0 KiB
CSS
.icon-32-unzip {
|
|
background-image: url(../icons/unzip.png);
|
|
}
|
|
.icon-32-police-check {
|
|
background-image: url(../icons/inspect.png);
|
|
}
|
|
|
|
#adminForm {
|
|
background: #FFF;
|
|
}
|
|
#police-check-result {
|
|
background: #F6F6F6;
|
|
border: 1px solid #CCC;
|
|
}
|
|
|
|
#police-check-result div:nth-child(odd){
|
|
border-bottom: 1px solid #CCCCCC;
|
|
}
|
|
|
|
#police-check-result div:nth-child(even){
|
|
background: #EBF1F2;
|
|
}
|
|
|
|
#police-check-result div {
|
|
padding: 5px 10px 5px;
|
|
}
|
|
|
|
.help {
|
|
padding: 5px;
|
|
border: 1px solid #CCCCCC;
|
|
background: #FFF;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.copyright {
|
|
line-height: 160%;
|
|
margin: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.rule {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.success {
|
|
color: green;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.jedchecker-info-message,
|
|
.jedchecker-warning-message,
|
|
.jedchecker-rule-compat,
|
|
.jedchecker-rule-errors {
|
|
background: #ebf1f6;
|
|
background: linear-gradient(120deg, #EBF1F6 0%,#ABD3EE 50%,#89C3EB 51%,#D5EBFB 100%);
|
|
border: 1px solid #BCE8F1;
|
|
color: #1A678D;
|
|
margin: 5px;
|
|
padding: 5px;
|
|
list-style:none;
|
|
}
|
|
.jedchecker-rule-errors {
|
|
background: #FFFFFF;
|
|
background: linear-gradient(to right, #FFFFFF 0%,#FFFFFF 94%,#C72200 99%);
|
|
color:#BC0000;
|
|
}
|
|
.jedchecker-warning-message {
|
|
background: #FFB76B;
|
|
background: linear-gradient(120deg, #FFC77B 0%, #FFC75D 44%, #FF8930 55%, #FFBC40 68%, #FF9F24 100%);
|
|
color:black;
|
|
}
|
|
.jedchecker-rule-compat {
|
|
background: #FCECFC;
|
|
background: linear-gradient(120deg, #FCECFC 0%, #FFB6F1 50%, #FFA9F7 54%, #FFDCFF 100%);
|
|
}
|
|
|
|
small {
|
|
font-size: 110%;
|
|
padding: 0 0 0 30px;
|
|
white-space: nowrap;
|
|
|
|
}
|
|
#police-check-result li {
|
|
margin-bottom:0.7em;
|
|
overflow:hidden;
|
|
}
|
|
#police-check-result ul li pre {
|
|
display:inline-block;
|
|
padding-left:2em;
|
|
font-size: 110%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle;
|
|
white-space: nowrap;
|
|
margin:0;
|
|
}
|
|
|
|
.jamss_tooltip {
|
|
background-color:blue;
|
|
color:white;
|
|
border-radius:20px;
|
|
}
|
|
.jamss_tooltip.code {
|
|
background-color:#C03020;
|
|
}
|