Update of /cvsroot/phpmp/phpMP/templates/TealMP/css
In directory usw-pr-cvs1:/tmp/cvs-serv25113
Added Files:
tpl_style.css
Log Message:
Added tpl_style.css.
--- NEW FILE: tpl_style.css ---
BODY {
background-color: #0f9ebc;
font-family: Verdana,Arial,Helvetica;
}
.header {
background-color: #E2E2E2
}
.tableborder {
border-style: solid; border-width: 2px
}
.tabletitle {
border-style: solid; border-width: 2px; border-bottom-width: 0px; border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border: #000000;
}
a {
color: #116675;
text-decoration: none;
}
a.navbar {
color: #116675;
text-decoration: none;
}
a:hover {
color: #004453;
text-decoration: underline;
}
a.navbar:hover {
color: #116675;
text-decoration: overline;
}
a:visited {
color: #116675;
}
.tjcopyright {
font-size : 10px;
text-decoration: none;
}
|