some color&style changes
This commit is contained in:
parent
c27d4f31ef
commit
5f466011e8
4 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,7 @@ body {
|
||||||
|
|
||||||
a, a:hover, a:link, a:visited {
|
a, a:hover, a:link, a:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #515151;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -146,7 +147,8 @@ div#footer a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#words div.message td.link a {
|
#words div.message td.link a {
|
||||||
color: blue;
|
color: #87ae3c;
|
||||||
|
font-weight: 600;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
@ -322,7 +324,7 @@ div.plugin_menu_passive {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.plugin_menu_active {
|
div.plugin_menu_active {
|
||||||
background-image: url(icon_background_active_100.png);
|
background-image: url(icon_background_active_orange_100.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.plugin_menu img {
|
div.plugin_menu img {
|
||||||
|
@ -415,11 +417,11 @@ table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_pa
|
||||||
}
|
}
|
||||||
|
|
||||||
table#volume_area td.volume_plugin_active {
|
table#volume_area td.volume_plugin_active {
|
||||||
background-image: url(register_active2.gif);
|
background-image: url(register_active3.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
table#volume_area td.volume_plugin_passive {
|
table#volume_area td.volume_plugin_passive {
|
||||||
background-image: url(register_passive2.gif);
|
background-image: url(register_passive2.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
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 {
|
||||||
|
|
BIN
www-data/icon_background_active_orange_100.png
Normal file
BIN
www-data/icon_background_active_orange_100.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 961 B |
BIN
www-data/register_active3.gif
Normal file
BIN
www-data/register_active3.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
www-data/register_active3.png
Normal file
BIN
www-data/register_active3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue