Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/lib/HTTP/WebTest/Recorder/template
In directory sc8-pr-cvs1:/tmp/cvs-serv26586/lib/HTTP/WebTest/Recorder/template
Added Files:
css
Log Message:
Added
--- NEW FILE: css ---
BODY {
background-color: rgb(221, 221, 221);
color: rgb(0, 0, 0);
margin: 25px 25px 25px 25px;
text-align: justify;
}
H1, H2, H3 {
color: rgb(102, 102, 204);
}
H1 {
font-size: 150%;
text-align: center;
}
H2 {
font-size: 125%;
}
A {
text-decoration: none;
}
A:link {
color: rgb(160, 0, 0);
}
A:visited {
color: rgb(160, 0, 0);
}
A:hover {
color: rgb(102, 102, 204);
}
INPUT {
background-color: rgb(221, 221, 221);
}
PRE {
border-style: dashed;
border-width: medium;
border-color: rgb(0, 0, 0);
padding: 15px 15px 15px 15px;
font-size: 75%;
}
|