Files
moodle/webservice/rest/testclient/style.css
T

57 lines
680 B
CSS

body {
background-color: #FAFFFF;;
}
.xmlshow {
background-color: #DDDDFF;
padding:20px;
}
.xmlshow div {
height: 200px;
overflow: auto;
padding: 20px;
background-color: #EEEEFF;
}
.head, .footer {
background-color: #AAAAFF;
text-align: center;
}
.footer {
font-size: small;
padding: 10px;
}
.content {
padding-left: 20px;
padding-right: 20px;
}
.results li{
margin-bottom:20px;
padding: 10px;
list-style-type: square;
}
.element {
background-color: #CCCCFF;
}
.element span:hover{
background-color:#DDDDFF;
}
.error {
background-color: #FFCCCC;
}
.return a, .return a:hover, .return a:visited{
color:#0000DD;
}
h1, h2 {
margin:0px;
padding:5px;
}