* added new logo to webfrontend

* optimized & renamed ascii art stylesheet
This commit is contained in:
age 2008-01-16 12:19:41 +00:00
parent d28e81646d
commit 61ad765be6
2 changed files with 4 additions and 38 deletions

View File

@ -38,6 +38,7 @@ a, a:hover, a:link, a:visited {
img { img {
/* disable all graphics */ /* disable all graphics */
display: none;
width: 0px; width: 0px;
height: 0px; height: 0px;
border:none; border:none;
@ -51,9 +52,6 @@ div#main {
} }
legend img { legend img {
width: 32px;
height: 32px;
vertical-align: middle;
} }
#main h1, h2, h3, legend { #main h1, h2, h3, legend {
@ -84,6 +82,7 @@ div#head table {
} }
div#head div.logo { div#head div.logo {
display:none;
width: 0px; width: 0px;
text-align: right; text-align: right;
margin: 0 0 20px 0; margin: 0 0 20px 0;
@ -115,11 +114,9 @@ div#head div.logo {
#words ul li { #words ul li {
padding: 0 1em; padding: 0 1em;
line-height: 1.7em; line-height: 1.7em;
list-style-image: url(list.gif);
} }
#words ul.lang li { #words ul.lang li {
list-style-image: url(face_smile_big.png);
} }
div#footer { div#footer {
@ -170,11 +167,6 @@ fieldset.message td {
} }
#words fieldset.message td.message_symbol img { #words fieldset.message td.message_symbol img {
width: 24px;
height: 24px;
padding: 5px 20px 5px 10px;
border: none;
vertical-align: middle;
} }
#words fieldset.message td.link { #words fieldset.message td.link {
@ -201,15 +193,9 @@ div.EnvironmentWarning fieldset.message {
border: 1px dotted #0f0; border: 1px dotted #0f0;
color: #f00; color: #f00;
font-size: 0.9em; font-size: 0.9em;
/* background-image: url(environment_warning_background.png); */
} }
div.EnvironmentWarning fieldset.message td.message_symbol img { div.EnvironmentWarning fieldset.message td.message_symbol img {
width: 16px;
height: 16px;
padding: 2px;
border: none;
vertical-align: middle;
} }
div.EnvironmentWarning fieldset.message td.link { div.EnvironmentWarning fieldset.message td.link {
@ -341,23 +327,12 @@ div.plugin_system {
} }
div.plugin_system img { div.plugin_system img {
width: 48px;
height: 48px;
} }
div.plugin_system_title img { div.plugin_system_title img {
float: left;
width: 48px;
height: 48px;
padding-right: 10px;
} }
div.plugin_system_overview img { div.plugin_system_overview img {
float: left;
width: 24px;
height: 24px;
padding-left: 15px;
padding-bottom: 5px;
} }
div.volume { div.volume {
@ -367,11 +342,10 @@ div.volume {
} }
div.volume img { div.volume img {
width: 64px;
height: 64px;
} }
/* TODO: It's actually impossible to change the sortorder of plugins without icons */
/* -------------=-=-=- help -=-=-=------------------ */ * -------------=-=-=- help -=-=-=------------------ */
div.help_link { div.help_link {
text-align: right; text-align: right;
@ -385,10 +359,6 @@ div.help_link a {
} }
div.help_link img { div.help_link img {
width: 0px;
height: 0px;
vertical-align: middle;
border: none;
} }
div.help_text { div.help_text {
@ -446,12 +416,9 @@ table#volume_area td.volume_plugin_passive {
} }
table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img { table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img {
vertical-align: middle;
border: 0;
} }
a.disk_symbol img { a.disk_symbol img {
/* margin-left: 20px; */
} }
div#pane_div { div#pane_div {
@ -465,6 +432,5 @@ div#pane_div table#pane {
} }
div#pane_div table#pane img{ div#pane_div table#pane img{
width: 0px;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB