| Current File : /home/eticmes/www/wp-content/themes/theme-check/assets/style.css |
.tc-box {
padding:20px 0;
border-top:1px solid #dfdfdf;
}
.tc-required, .tc-fail {
color:red;
}
.tc-warning {
color: orange;
}
.tc-recommended, .tc-pass {
color: green;
}
.tc-info {
color: blue;
}
.tc-grep span {
background: yellow;
}
pre {
white-space: pre-wrap;
}
.tc-success {
margin:0 20px 20px 20px;
background:#e6ffe2;
border:1px solid #d1eecc;
}
form {
margin: 1.5em auto;
}
.theme-check {
margin: 1em auto;
border:1px solid #dfdfdf;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.theme-check h2 {
margin: 0 0 1em 0;
padding: 1em;
background:#dfdfdf url("gray-grad.png") repeat-x left top;
font-size:20px;
border-bottom:1px solid #ccc;
}
.theme-check p {
padding:5px 20px;
}
.theme-check form {
margin-left: 1.5em;
}
.theme-check ul {
margin-left:20px;
}
.theme-check h3 {
margin:0 0 10px 20px;
padding:0;
}
.theme-check ul {
margin-bottom:10px;
}
.theme-info {
padding: 1em;
border:1px solid #dfdfdf;
margin: 1em 1em 0 1em;
}
.theme-info p {
padding:0;
margin-bottom:10px;
}
.theme-info label {
float:left;
width:100px;
font-weight:bold;
display:block;
}
.theme-info span.info {
margin-left:100px;
display:block;
}
.theme-check input[name="s_info"] {
margin-left: 0.5em;
}