Overhaul of sidepanel layout, with concommitant tweaks and fudges to the css.

This commit is contained in:
z3d
2009-08-08 15:34:58 +00:00
parent 69fdfb0635
commit 43140d3efd
9 changed files with 462 additions and 104 deletions

View File

@@ -36,9 +36,9 @@ div.configure table {
}
h1 {
padding: 15px 10px 16px -10px !important;
margin: 0 0px 0 175px !important;
background-color: #bbf !important;
padding: 15px 10px 16px 10px !important;
margin: 0 0px 0 17 5px !important;
background-color: #bbf !important; /* background page color to fix overflow issue */
color: #001;
}
@@ -97,6 +97,8 @@ div.routersummary {
color: #001;
padding-left: 0px;
border-left: 5px solid #bbf;
text-align: center !important;
overflow: hidden; /* prevents IE from borking the sidepanel */
}
div.routersummary submit {
@@ -104,6 +106,102 @@ div.routersummary submit {
margin-bottom: 5px;
}
div.routersummary input[type=text] {
text-align: right !important;
}
div.routersummary hr {
color: #eef;
background: #eef;
height: 2px;
border-bottom: 1px solid #eef;
margin: 8px 1px 7px 1px;
-moz-box-shadow: inset 0px 1px 1px 1px #99f;
}
div.routersummary h3 {
border: 0px solid #f00;
text-align: center !important;
font-size: 10pt;
letter-spacing: 0.05em;
margin: -14px 0px -15px 1px;
padding: 5px 0px 5px 0px;
background: #c5d5fb;
text-transform: uppercase;
}
div.routersummary h4 {
border: 0px solid #f00;
border-bottom: 0 !important;
font-size: 9pt;
letter-spacing: 0.05em;
margin: -14px 0px -15px 1px !important;
padding: 2px 3px 3px 3px;
background: #c1d1f7;
text-transform: capitalize;
text-decoration: none !important;
color: #2b2;
text-align: center !important;
}
div.routersummary table {
border: 0;
text-align: center !important;
margin: -5px 5px;
width: 175px !important;
overflow: hidden;
font-size: 8pt;
padding: 0px -10px;
background-image: none !important;
background-color: transparent !important;
}
div.routersummary tr {
background-image: none !important;
background-color: transparent !important;
border: 0 !important;
}
div.routersummary form {
margin-top: -25px !important;
margin-bottom: -25px !important;
text-align: center !important;
}
div.routersummary p {
padding: 0;
}
div.routersummary img {
margin: 5px -10px -5px -10px;
overflow: hidden;
}
div.routersummary a:link, div.routersummary a:visited {
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
}
div.routersummary a:hover {
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
color: #f60;
}
div.routersummary td {
padding: 2px 4px;
background-image: none !important;
border: 0 !important;
}
div.routersummary tr:nth-child(even) {
background-color: #f60;
background-image: none !important;
}
div.routersummarytr:nth-child(odd) {
background-color: #f00;
background-image: none !important;
}
div.news li {
padding-top: 0px 0px !important;
margin-bottom: -23px !important;