Browse Source

base.css: style fixes

pull/1/head
Hidden Z 14 years ago
parent
commit
dd440bcb51
  1. 29
      pyi2phosts/static/base.css

29
pyi2phosts/static/base.css

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

Loading…
Cancel
Save