30 lines
252 B
CSS
30 lines
252 B
CSS
code#copytext {
|
|
white-space: pre;
|
|
font-family: Verdana;
|
|
}
|
|
|
|
.at {
|
|
color: darkblue;
|
|
}
|
|
|
|
.format {
|
|
color: gray;
|
|
}
|
|
|
|
.property {
|
|
color: green;
|
|
}
|
|
|
|
.selector {
|
|
color: blue;
|
|
}
|
|
|
|
.value {
|
|
color: red;
|
|
right: 500px;
|
|
}
|
|
|
|
.comment {
|
|
color: orange;
|
|
}
|