luci/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

333 lines
4.5 KiB
CSS

* {
margin: 0;
padding: 0;
}
body {
background-color: #4a6b7c;
background-image: url(bg.jpg);
background-position: bottom center;
background-attachment: fixed;
background-repeat: repeat-x;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 100%;
line-height: 100%;
}
div#content ul {
margin-left: 2em;
}
.clear {
clear: both;
height: 1px;
}
.hidden {
display: none;
}
#header {
min-height: 98px;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: left center;
background-color: #557788;
text-align: right;
}
#header .info {
padding: 1em 1em;
font-size: 70%;
line-height: 160%;
}
#header .title {
display: none;
}
.pathbar {
display: none;
}
.mainmenu {
float: left;
width: 100%;
min-height: 1.8em;
background: #000000;
color: #ffffff;
}
* html .mainmenu {
height: 1.8em;
}
.mainmenu div {
float: left;
/*display: inline;*/
}
.mainmenu div ul {
display: none;
position: absolute;
background: #000000;
color: #ffffff;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #444444;
list-style-type: none;
}
.mainmenu ul li:hover > ul,
.mainmenu div:hover > ul {
display: block;
}
.mainmenu ul li > ul {
/* display: none;*/
left: 100%;
margin-top: -1.8em;
border-width: 1px;
}
.modemenu a,
.mainmenu a {
display: block;
padding: 0.5em;
/*width: */
color: #ffffff;
text-decoration: none;
font-size: 80%;
}
.mainmenu .active a,
.modemenu .active a {
color: #ffff00;
font-weight: bold;
}
.mainmenu li:hover > span > a,
.mainmenu div:hover > a {
font-weight: bold;
/* color: #ffffff;*/
}
.modemenu a:hover,
.modemenu a:focus,
.mainmenu a:hover,
.mainmenu a:focus {
color: #ffff00;
font-weight: bold;
}
.mainmenu div.preactive > a {
color: #ffff00;
font-weight: bold;
}
.modemenu ul {
float: right;
/*max-width: 45%;*/
width: 45%;
margin-top: -1.8em;
background: #000000;
color: #ffffff;
list-style-type: none;
}
.modemenu li {
float: right;
}
.sidebar {
/* display: none;*/
/* float: right;*/
position: fixed;
bottom: 0.5em;
right: 0;
width: 19%;
color: #888888;
text-align: center;
font-size: 100%;
font-weight: bold;
}
.sidebar ul {
float: right;
width: 100%;
margin-top: 0.5em;
list-style-type: none;
color: #ffffff;
text-align: right;
font-size: 80%;
font-size: normal;
}
#content {
clear: both;
width: 60%;
/*margin: 2.25em 20% 0 20%;*/
margin: 0 auto;
padding: 0.5em;
background: #f5f5f5;
color: #000000;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #444444;
font-size: 80%;
}
#content h1 {
margin: 0.25em 0 0.5em 0;
font-size: 150%;
font-weight: normal;
}
#content h2 {
margin: 0.5em 0;
font-size: 120%;
font-weight: normal;
text-decoration: underline;
}
#content p {
/* margin: 1em;*/
margin-bottom: 1em;
}
.cbi-section {
margin-bottom: 0.5em;
padding: 0.5em 1em;
border: 1px dotted #555555;
background-color: #ffffff;
}
.cbi-section h2 {
margin: 0em 0 0.5em -0.5em !important;
}
.cbi-section h3 {
height: 1.2em;
margin-top: -1.2em;
}
.cbi-section-descr {
margin-bottom: 0.5em;
}
input[type=submit],
input[type=reset],
label {
cursor: pointer;
}
select,
input,
textarea {
background: #dddddd;
color: #000000;
border: 1px solid #000000;
}
select,
input[type=text] {
width: 20em;
}
textarea {
margin-left: -1px;
margin-bottom: 0.5em;
}
form > div > input[type=submit],
form > div > input[type=reset] {
float: right;
margin-left: 0.5em;
}
table.smalltext {
background: #f5f5f5;
border-top: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}
table.smalltext tr th {
padding: 0 0.25em;
border-left: 1px solid #666666;
}
table.smalltext tr td {
padding: 0 0.25em;
border-top: 1px solid #666666;
border-left: 1px solid #666666;
}
div.cbi-value {
clear: left;
border-bottom: 1px dotted #AAAAAA;
}
div.cbi-value:last-child {
border: none;
}
div.cbi-value-title {
width: 30%;
float: left;
margin: 0.5em 0;
}
div.cbi-value-field {
width: 68%;
float: left;
margin: 0.5em 0;
}
div.cbi-value-description {
font-size: 90%;
}
div.cbi-section-create {
clear: left;
}
div.cbi-map-descr {
margin-bottom: 1em;
}
div.cbi-optionals {
margin: 0.5em 0;
}
div.cbi-section-remove input {
border-color: #AAAAAA;
border-bottom: none;
}
div.cbi-section-node {
border: 1px solid #AAAAAA;
padding: 0.25em;
padding-bottom: 0;
}
.right {
text-align: right;
}
.luci {
position: fixed;
bottom: 0;
left: 0;
text-align: right;
}
.luci a {
color: #666666;
text-decoration: none;
font-size: 70%;
}