1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

base.css: style fixes

This commit is contained in:
Hidden Z 2010-11-07 09:04:04 +00:00
parent b88ab181c6
commit dd440bcb51

View File

@ -1,7 +1,7 @@
html, body {
font-size:12pt;
background:#E6E6D1;
color:#000000;
font-size: 12pt;
background: #E6E6D1;
color: #000000;
}
input, textarea {
@ -10,24 +10,25 @@ input, textarea {
border: 1px solid #000;
}
a {
background:inherit;
color:#6E735E;
text-decoration:none;
background: inherit;
color: #6E735E;
text-decoration: none;
}
a:visited {
background:inherit;
color:#6E735E;
text-decoration:none;
background: inherit;
color: #6E735E;
text-decoration: none;
}
a:hover {
color:#000;
background:inherit;
color: #000;
background: inherit;
}
table {
border-collapse: collapse;
width: 80%;
margin: 10px 0px 10px 20px;
border-collapse: collapse;
width: 80%;
margin: 10px 0px 10px 20px;
}
tr:first-child {
border: 1px solid #CCCCCC;