1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
/* 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;
}
|