kollapsminoriteten/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.css

147 lines
1.5 KiB
CSS
Raw Normal View History

2022-06-16 14:01:47 +02:00
code#copytext {
white-space: pre;
font-family: Verdana;
}
.at {
color: darkblue;
}
.format {
color: gray;
}
.property {
color: green;
}
2019-11-15 23:26:29 +01:00
2022-06-16 14:01:47 +02:00
.selector {
color: blue;
}
.value {
color: red;
right: 500px;
}
.comment {
color: orange;
}
2019-11-15 23:26:29 +01:00
html, body {
2022-06-16 14:01:47 +02:00
font: 0.8em Verdana, Helvetica, sans-serif;
background: #F8F8F6;
2019-11-15 23:26:29 +01:00
}
code {
2022-06-16 14:01:47 +02:00
font-size: 1.2em;
2019-11-15 23:26:29 +01:00
}
div#rightcol {
2022-06-16 14:01:47 +02:00
padding-right: 32em;
2019-11-15 23:26:29 +01:00
}
fieldset {
2022-06-16 14:01:47 +02:00
display: block;
margin: 0.5em 0;
padding: 1em;
border: solid #7284AB 2px;
2019-11-15 23:26:29 +01:00
}
2022-06-16 14:01:47 +02:00
2019-11-15 23:26:29 +01:00
fieldset.code_output {
2022-06-16 14:01:47 +02:00
display: inline;
2019-11-15 23:26:29 +01:00
}
h1 {
2022-06-16 14:01:47 +02:00
font-size: 2em;
2019-11-15 23:26:29 +01:00
}
small {
2022-06-16 14:01:47 +02:00
font-size: 0.7em;
2019-11-15 23:26:29 +01:00
}
fieldset#field_input {
2022-06-16 14:01:47 +02:00
float: right;
margin: 0 0 1em 0.5em;
2019-11-15 23:26:29 +01:00
}
2022-06-16 14:01:47 +02:00
fieldset#options, fieldset#code_layout {
width: 31em;
2019-11-15 23:26:29 +01:00
}
input#submit {
2022-06-16 14:01:47 +02:00
clear: both;
display: block;
margin: 1em;
2019-11-15 23:26:29 +01:00
}
select {
2022-06-16 14:01:47 +02:00
margin: 2px 0 0;
2019-11-15 23:26:29 +01:00
}
label.block {
2022-06-16 14:01:47 +02:00
display: block;
2019-11-15 23:26:29 +01:00
}
legend {
2022-06-16 14:01:47 +02:00
background: #c4E1C3;
padding: 2px 4px;
border: dashed 1px;
2019-11-15 23:26:29 +01:00
}
textarea#css_text {
2022-06-16 14:01:47 +02:00
width: 27em;
height: 370px;
display: block;
margin-left: 1em;
2019-11-15 23:26:29 +01:00
}
.help {
2022-06-16 14:01:47 +02:00
cursor: help;
2019-11-15 23:26:29 +01:00
}
p.important {
2022-06-16 14:01:47 +02:00
border: solid 1px red;
font-weight: bold;
padding: 1em;
background: white;
2019-11-15 23:26:29 +01:00
}
p {
2022-06-16 14:01:47 +02:00
margin: 1em 0;
2019-11-15 23:26:29 +01:00
}
dl {
2022-06-16 14:01:47 +02:00
padding-right: 0.5em;
2019-11-15 23:26:29 +01:00
}
dt {
2022-06-16 14:01:47 +02:00
font-weight: bold;
margin: 0;
float: right;
clear: both;
height: 1.5em;
2019-11-15 23:26:29 +01:00
}
dd {
2022-06-16 14:01:47 +02:00
margin: 0 4em 0 0;
height: 1.5em;
2019-11-15 23:26:29 +01:00
}
fieldset#messages {
2022-06-16 14:01:47 +02:00
background: white;
padding: 0 1em 0 0;
2019-11-15 23:26:29 +01:00
}
fieldset#messages div {
2022-06-16 14:01:47 +02:00
height: 10em;
overflow: auto;
2019-11-15 23:26:29 +01:00
}
dd.Warning {
2022-06-16 14:01:47 +02:00
color: orange;
2019-11-15 23:26:29 +01:00
}
dd.Information {
2022-06-16 14:01:47 +02:00
color: green;
2019-11-15 23:26:29 +01:00
}