You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
CSS
44 lines
1.2 KiB
CSS
/* SimpleTest - Unit Testing for PHP */
|
|
body { font-family : georgia, serif; }
|
|
img { border : 0; }
|
|
h1 { color : #009933; }
|
|
blockquote { background: transparent url('images/quote.png') left top no-repeat; font-style : italic; padding-left : 40px; margin-left : 10px; }
|
|
|
|
#logo { margin-bottom : 20px; }
|
|
#credits { margin-top : 40px; }
|
|
#actions { position : absolute; top : 20px; left : 40px; width : 335px; }
|
|
#actions div { width : 305px; }
|
|
#content { position : absolute; top : 20px; left : 400px; padding-bottom : 50px; width : 491px; }
|
|
#news { border : 2px solid #009933; padding : 20px; font-weight : bold; font-size : 18pt; width : 451px; }
|
|
#news a { color : #009933; }
|
|
|
|
.screenshot { border : 1px solid #cccccc;}
|
|
|
|
div.demo {
|
|
border: 4px ridge;
|
|
border-color: gray;
|
|
padding: 10px;
|
|
margin: 5px;
|
|
margin-left: 20px;
|
|
margin-right: 40px;
|
|
background-color: white;
|
|
}
|
|
div.demo span.fail {
|
|
color: red;
|
|
}
|
|
div.demo span.pass {
|
|
color: green;
|
|
}
|
|
div.demo h1 {
|
|
color: black; font-size: 12pt;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
pre {
|
|
font-family: monospaced;
|
|
border-left: 1px solid #999999;
|
|
background-color: white;
|
|
padding: 5px;
|
|
margin-left: 5px;
|
|
font-size : 10pt;
|
|
} |