1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 14:28:03 +00:00
py-i2phosts/pyi2phosts/static/base.css

134 lines
1.8 KiB
CSS
Raw Normal View History

2010-11-05 14:07:05 +00:00
html, body {
2010-11-07 09:04:04 +00:00
font-size: 12pt;
background: #E6E6D1;
color: #000000;
2010-11-05 14:07:05 +00:00
}
input, textarea {
background-color: #AEB08D;
color: #000;
border: 1px solid #000;
}
2010-11-12 20:17:05 +00:00
label {
width: 8em;
float: top;
text-align: left;
margin-right: 1em;
display: block;
}
2010-11-05 14:07:05 +00:00
a {
2010-11-07 09:04:04 +00:00
background: inherit;
color: #6E735E;
text-decoration: none;
2010-11-05 14:07:05 +00:00
}
a:visited {
2010-11-07 09:04:04 +00:00
background: inherit;
color: #6E735E;
text-decoration: none;
2010-11-05 14:07:05 +00:00
}
a:hover {
2010-11-07 09:04:04 +00:00
color: #000;
background: inherit;
2010-11-05 14:07:05 +00:00
}
table {
2010-11-07 09:04:04 +00:00
border-collapse: collapse;
width: 90%;
margin: 10px 0px 10px 0px;
2010-11-07 09:04:04 +00:00
}
tr:first-child {
border: 1px solid #CCCCCC;
font-weight: bold;
}
tr {
border: 1px dashed #CCCCCC;
}
2010-11-12 20:25:08 +00:00
td {
max-width: 220px;
}
2010-11-05 14:07:05 +00:00
div.menu {
float: left;
margin: 0px 20px 20px 0px;
padding: 10px 20px 20px 0px;
2010-11-05 14:07:05 +00:00
border-left: solid 1px #CCCCCC;
text-align: left;
color: black;
font-size: 8pt;
clear: left; /* fixes a bug in Opera */
2011-02-18 19:45:23 +00:00
width: 160px;
2010-11-05 14:07:05 +00:00
}
.menu li {
2010-11-05 14:07:05 +00:00
margin-left: .5em;
margin-top: .4em;
2010-11-05 14:07:05 +00:00
padding-left: .5em;
line-height: 1.2;
list-style-type: none;
2011-02-18 19:45:23 +00:00
list-style-position: outside;
2010-11-05 14:07:05 +00:00
}
.menu ol, ul {
2010-11-05 14:07:05 +00:00
padding-left: 0em;
margin-top: 0em;
padding-top: 0em;
}
2010-11-05 14:12:41 +00:00
.errorlist {
color: red;
padding-left: 5em;
}
2010-11-05 14:07:05 +00:00
div.main {
2010-11-05 14:10:54 +00:00
margin: 0px 0px 0px 0px;
padding: 22px 60px 20px 220px;
2010-11-05 14:10:54 +00:00
text-align: justify;
color: #000011;
2010-11-05 14:07:05 +00:00
}
2010-11-05 14:21:53 +00:00
div.main li {
margin-left: 15px;
}
2010-11-05 14:21:53 +00:00
div.footer {
font-size: 8pt;
text-align: center;
padding: 8px 0 0 0;
}
2010-11-12 19:54:19 +00:00
div.search_host {
position:absolute;
right: 15px;
}
div.search_host .input input {
font-size: 10px;
color: #6E735E;
width: 200px;
}
.pager {
padding-top: 20px;
padding-left: 100px;
font-size: 8pt;
}
.pager .page a {
border: 1px solid #bbbbbb;
margin-left: 1px;
margin-right: 1px;
padding: 0px 5px 0px 5px;
text-decoration: none;
color: #000000;
}
.pager .current {
border: 2px solid #444444;
margin-left: 2px;
margin-right: 2px;
padding: 0px 5px 0px 5px;
}