theme/freifunk-generic: save 80B by using short form for black

This commit is contained in:
Manuel Munz 2010-11-23 01:14:28 +00:00
parent 9dc9b63282
commit 0ef9ecc1d7

View file

@ -323,7 +323,7 @@ html #menubar a:visited.warning {
#modemenu { #modemenu {
width: auto; width: auto;
background: #000000; background: #000;
color: #ffffff; color: #ffffff;
list-style: none; list-style: none;
margin-right: 1px; margin-right: 1px;
@ -361,7 +361,7 @@ textarea#syslog {
margin: 0 auto; margin: 0 auto;
margin-top: 2em; margin-top: 2em;
padding: 0.5em; padding: 0.5em;
color: #000000; color: #000;
font-size: 80%; font-size: 80%;
background: #ffffff url(bg.jpg) repeat-x center bottom; background: #ffffff url(bg.jpg) repeat-x center bottom;
border: 1px dashed #CCCCCC; border: 1px dashed #CCCCCC;
@ -390,7 +390,7 @@ textarea#syslog {
padding: 0.5em 1em; padding: 0.5em 1em;
border: 1px dotted #555555; border: 1px dotted #555555;
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000;
} }
.cbi-section legend { .cbi-section legend {
@ -449,26 +449,26 @@ ul.cbi-tabmenu li.cbi-tab-disabled a {
text-decoration: none; text-decoration: none;
padding: 3px 7px; padding: 3px 7px;
margin-right: 3px; margin-right: 3px;
border: 1px outset #000000; border: 1px outset #000;
border-bottom: none; border-bottom: none;
background-color: #EEEEEE; background-color: #EEEEEE;
color: #BBBBBB; color: #BBBBBB;
} }
ul.cbi-tabmenu li.cbi-tab-highlighted a { ul.cbi-tabmenu li.cbi-tab-highlighted a {
color: #000000; color: #000;
background-color: #FFEEAA; background-color: #FFEEAA;
} }
ul.cbi-tabmenu li a:hover { ul.cbi-tabmenu li a:hover {
color: #000000; color: #000;
} }
ul.cbi-tabmenu li.cbi-tab a { ul.cbi-tabmenu li.cbi-tab a {
position: relative; position: relative;
top: 1px; top: 1px;
padding-top: 4px; padding-top: 4px;
color: #000000; color: #000;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
@ -493,7 +493,7 @@ select,
input, input,
textarea { textarea {
background: #ffffff; background: #ffffff;
color: #000000; color: #000;
border: 1px solid #cccccc; border: 1px solid #cccccc;
} }
@ -508,7 +508,7 @@ select:hover,
textarea:focus, textarea:focus,
textarea:hover { textarea:hover {
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000;
} }
select, select,
@ -526,28 +526,28 @@ td input[type=password] {
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
text-indent: 17px; text-indent: 17px;
} }
input.cbi-input-password { input.cbi-input-password {
background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
text-indent: 17px; text-indent: 17px;
} }
input.cbi-input-find { input.cbi-input-find {
background: url('../resources/cbi/find.gif') no-repeat scroll 1px center; background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
} }
input.cbi-input-reload { input.cbi-input-reload {
background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center; background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
} }
@ -555,7 +555,7 @@ input.cbi-input-add,
input.cbi-button-add { input.cbi-button-add {
background: url('../resources/cbi/add.gif') no-repeat scroll 1px center; background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
padding-right: 1px; padding-right: 1px;
border: 1px solid #FFF; border: 1px solid #FFF;
@ -565,7 +565,7 @@ input.cbi-input-fieldadd,
input.cbi-button-fieldadd { input.cbi-button-fieldadd {
background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center; background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
padding-right: 1px; padding-right: 1px;
} }
@ -574,7 +574,7 @@ input.cbi-input-reset,
input.cbi-button-reset { input.cbi-button-reset {
background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center; background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
padding-right: 1px; padding-right: 1px;
border: none; border: none;
@ -584,7 +584,7 @@ input.cbi-input-save,
input.cbi-button-save { input.cbi-button-save {
background: url('../resources/cbi/save.gif') no-repeat scroll 1px center; background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
padding-right: 1px; padding-right: 1px;
border: none; border: none;
@ -594,7 +594,7 @@ input.cbi-input-apply,
input.cbi-button-apply { input.cbi-button-apply {
background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center; background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
padding-right: 1px; padding-right: 1px;
border: none; border: none;
@ -604,7 +604,7 @@ input.cbi-input-remove,
div.cbi-section-remove input { div.cbi-section-remove input {
background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center; background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
color: #000000; color: #000;
padding-left: 17px; padding-left: 17px;
padding-right: 1px; padding-right: 1px;
border: 1px solid #fff; border: 1px solid #fff;
@ -627,12 +627,12 @@ form > div > input[type=reset] {
table td, table td,
table th { table th {
color: #000000; color: #000;
} }
table.smalltext { table.smalltext {
background: #f5f5f5; background: #f5f5f5;
color: #000000; color: #000;
border: 1px solid #666666; border: 1px solid #666666;
font-size: 90%; font-size: 90%;
width: 80%; width: 80%;
@ -643,7 +643,7 @@ table.smalltext {
table.smalltext tr:hover td { table.smalltext tr:hover td {
background-color: #bbddee; background-color: #bbddee;
color: #000000; color: #000;
} }
table.smalltext tr th { table.smalltext tr th {
@ -661,7 +661,7 @@ table.smalltext tr td {
table.cbi-section-table .cbi-rowstyle-1, table.cbi-section-table .cbi-rowstyle-1,
table.cbi-section-table .cbi-rowstyle-1 * { table.cbi-section-table .cbi-rowstyle-1 * {
background-color: #f1f6fa; background-color: #f1f6fa;
color: #000000; color: #000;
} }
.cbi-section .cbi-rowstyle-1 h3 { .cbi-section .cbi-rowstyle-1 h3 {
@ -670,7 +670,7 @@ table.cbi-section-table .cbi-rowstyle-1 * {
} }
.cbi-rowstyle-2 { .cbi-rowstyle-2 {
color: #000000; color: #000;
} }
div.cbi-value { div.cbi-value {
@ -682,7 +682,7 @@ div.cbi-value {
div.cbi-value:hover { div.cbi-value:hover {
background: #f8f8f8; background: #f8f8f8;
color: #000000; color: #000;
} }
.cbi-value-title { .cbi-value-title {
@ -846,7 +846,7 @@ margin: 0 auto -2em;
white-space: normal; white-space: normal;
border: 1px dotted #ff0000; border: 1px dotted #ff0000;
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000;
padding: 0.5em; padding: 0.5em;
} }