mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 06:18:05 +00:00
base.css: style fixes
This commit is contained in:
parent
b88ab181c6
commit
dd440bcb51
@ -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…
Reference in New Issue
Block a user