themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup
This commit is contained in:
parent
39578a6b72
commit
031a62ce97
1 changed files with 21 additions and 20 deletions
|
@ -17,7 +17,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 99%;
|
height: 99%;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -64,6 +64,10 @@ code {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.skiplink,
|
.skiplink,
|
||||||
.navigation,
|
.navigation,
|
||||||
.hidden {
|
.hidden {
|
||||||
|
@ -82,9 +86,9 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.errorbox {
|
.errorbox {
|
||||||
border: 1px solid #F00;
|
border: 1px solid #F00;
|
||||||
background-color: #FCC;
|
background-color: #FCC;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
@ -101,15 +105,15 @@ padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_left{
|
#header_left{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
top: 42px;
|
top: 42px;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_left a{
|
#header_left a{
|
||||||
color: #dc0067;
|
color: #dc0067;
|
||||||
font: bold 28px Helvetica;
|
font: bold 28px Helvetica;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header p {
|
#header p {
|
||||||
|
@ -242,7 +246,6 @@ html #menubar a:visited {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
html #menubar a:link:hover,
|
html #menubar a:link:hover,
|
||||||
html #menubar a:visited:hover,
|
html #menubar a:visited:hover,
|
||||||
html #menubar a:link:active,
|
html #menubar a:link:active,
|
||||||
|
@ -485,7 +488,6 @@ div.cbi-tab-descr {
|
||||||
padding: 0.5em 0.5em 0.5em 2em;
|
padding: 0.5em 0.5em 0.5em 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
input[type=submit],
|
input[type=submit],
|
||||||
input[type=reset],
|
input[type=reset],
|
||||||
input[type=image],
|
input[type=image],
|
||||||
|
@ -493,7 +495,6 @@ input[type=button] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
select,
|
select,
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -832,19 +833,19 @@ td.cbi-value-error {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer, .push {
|
.footer, .push {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
width: 99%;
|
width: 99%;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0 auto -2em;
|
margin: 0 auto -2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.luci a:link,
|
.luci a:link,
|
||||||
|
|
Loading…
Reference in a new issue