build: add mkversion.sh helper script
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index 79bac6b..cf4265d 100644 (file)
@@ -7,9 +7,9 @@ body {
        background-color: #4a6b7c;
        background-image: url(bg.jpg);
        background-position: bottom center;
-       background-attachment: fixed;
        background-repeat: repeat-x;
        color: #ffffff;
+       height: 100%;
 }
 
 body {
@@ -136,32 +136,15 @@ ul.dropdowns li ul {
        min-width: 10em;
 }
 
-* html ul.dropdowns li ul {
-       width: 10em;
-}
-
 ul.dropdowns li li {
        float: none;
        position: relative;
 }
 
-* html ul.dropdowns li li {
-       clear: both;
-       float: left;
-}
-
-* html ul.dropdowns li li {
-       width: 100%;
-}
-
 ul.dropdowns li a {
        display: block;
 }
 
-* html ul.dropdowns li li a {
-       height: 1%;
-}
-
 ul.dropdowns ul li ul {
        top: 0;
 }
@@ -350,6 +333,14 @@ html #menubar a:visited.warning {
        width: 11.5em;
 }
 
+textarea#syslog {
+       width: 98%;
+       min-height: 500px;
+       border: 3px solid #cccccc;
+       padding: 5px;
+       font-family: monospace;
+}
+
 #maincontent {
        clear: both;
        width: 80%;
@@ -364,16 +355,22 @@ html #menubar a:visited.warning {
 }
 
 #maincontent h2 {
-       margin: 0.25em 0 0.5em 0;
        font-size: 150%;
-       font-weight: normal;
+       font-family: Trebuchet MS, Verdana, sans-serif;
+       font-weight: bold;
+       margin: 0.25em 0 0.7em 0;
+       border-bottom: 1px solid;
+       padding-top: 10px;
+       padding-bottom: 4px;
 }
 
 #maincontent h3 {
-       margin: 0.5em 0;
-       font-size: 120%;
-       font-weight: normal;
-       text-decoration: underline;
+       margin: 0.5em 0 1.1em 0;
+       font-size: 125%;
+       font-weight: bold;
+       font-style: italic;
+       font-family: Trebuchet MS, Verdana, sans-serif;
+       color: #27408B;
 }
 
 #maincontent p {
@@ -397,25 +394,16 @@ html #menubar a:visited.warning {
        color: #555555;
 }
 
-*+html .cbi-section legend {
-       background-color: #ffffff;
-       color: #555555;
-}
-
-* html .cbi-section legend {
-       background-color: #ffffff;
-       color: #555555;
-}
-
 .cbi-section h2 {
        margin: 0em 0 0.5em -0.5em !important;
 }
 
 .cbi-section h3 {
-       height: 1.5em;
-       font-size: 90%;
-       background-color: #ffffff;
-       color: #555555;
+       text-decoration: none !important;
+       font-weight: bold !important;
+       color: #555555 !important;
+       margin: 0.25em !important;
+       font-size: 100% !important;
 }
 
 .cbi-section-descr {
@@ -481,14 +469,14 @@ input.cbi-input-user {
        background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
        background-color: inherit;
        color: #000000;
-       padding-left: 17px;
+       text-indent: 17px;
 }
 
 input.cbi-input-password {
        background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
        background-color: inherit;
        color: #000000;
-       padding-left: 17px;
+       text-indent: 17px;
 }
 
 input.cbi-input-find {
@@ -639,6 +627,7 @@ div.cbi-value:hover {
 .cbi-value-title {
        float: left;
        width: 40%;
+       line-height: 1.8em;
 }
 
 div.cbi-value-field {
@@ -655,6 +644,19 @@ div.cbi-value-description {
 div.cbi-section-create {
        clear: left;
        white-space: nowrap;
+       vertical-align: top;
+}
+
+div.cbi-tblsection-create {
+       border-bottom: 1px dotted #bbbbbb;
+}
+
+div.cbi-section-create .cbi-button {
+       margin: 0.25em;
+}
+
+input.cbi-section-create-name {
+       margin-right: -0.25em;
 }
 
 div.cbi-map-descr {
@@ -798,53 +800,4 @@ td.cbi-value-error {
        color: black;
 }
 
-
-/* obligatory IE6 Voodoo Code */
-
-* html body {
-       padding-left: 50% !important;
-}
-
-* html div#header {
-       margin-left: -100% !important;
-}
-
-* html div#menubar {
-       margin-left: -100% !important;
-       width: 200% !important;
-}
-
-* html div#maincontent {
-       margin-left: -80% !important;
-       width: 160% !important;
-}
-
-* html div.cbi-value-description {
-       width: auto !important;
-}
-
-* html div.cbi-value-field {
-       margin-left: 0 !important;
-       width: 100% !important;
-}
-
-* html .cbi-input-text,
-* html .cbi-input-user,
-* html .cbi-input-select,
-* html .cbi-input-password {
-       width: 50% !important;
-}
-
-* html div.cbi-page-actions {
-       text-align: right !important;
-}
-
-* html div.cbi-section-create {
-       border-bottom: 1px dotted #bbbbbb !important;
-}
-
-* html div.cbi-section-create .cbi-button {
-       margin: 0.5em !important;
-}
-
 }