Fix themes using dark background with me_js

master
jo 6 years ago
parent d1e190af0c
commit b259f32bc4
  1. 3
      airsonic-main/src/main/webapp/style/buuftheme.css
  2. 1
      airsonic-main/src/main/webapp/style/coolandclean.css
  3. 0
      airsonic-main/src/main/webapp/style/default-without-mediaelement.css
  4. 3
      airsonic-main/src/main/webapp/style/default.css
  5. 2
      airsonic-main/src/main/webapp/style/denim.css
  6. 2
      airsonic-main/src/main/webapp/style/groove.css
  7. 1
      airsonic-main/src/main/webapp/style/hd.css
  8. 1
      airsonic-main/src/main/webapp/style/hd1080.css
  9. 3
      airsonic-main/src/main/webapp/style/hiconi.css
  10. 2
      airsonic-main/src/main/webapp/style/hitech.css
  11. 12
      airsonic-main/src/main/webapp/style/jquery.contextMenu.css
  12. 11
      airsonic-main/src/main/webapp/style/mediaelement-dark.css
  13. 7
      airsonic-main/src/main/webapp/style/mediaelement-light.css
  14. 3
      airsonic-main/src/main/webapp/style/midnight.css
  15. 2
      airsonic-main/src/main/webapp/style/monochrome.css
  16. 5
      airsonic-main/src/main/webapp/style/monochrome_black.css
  17. 2
      airsonic-main/src/main/webapp/style/pinkpanther.css
  18. 2
      airsonic-main/src/main/webapp/style/simplify.css
  19. 2
      airsonic-main/src/main/webapp/style/sonic.css
  20. 2
      airsonic-main/src/main/webapp/style/sonic_blue.css
  21. 2
      airsonic-main/src/main/webapp/style/sonic_white.css
  22. 22
      airsonic-main/src/main/webapp/style/subStandard.css

@ -6,7 +6,7 @@
* Icons used are released under Creative Commons. * Icons used are released under Creative Commons.
* Heading icons are part of the Albook icon pack created by Laurent Baumann (http://lbaumann.com/) * Heading icons are part of the Albook icon pack created by Laurent Baumann (http://lbaumann.com/)
* Main theme icon part of itunes icon pack created by Michael Flarup (http://pixelresort.com) * Main theme icon part of itunes icon pack created by Michael Flarup (http://pixelresort.com)
* *
* *
* Edited for BUUF Theme by Fractal Systems * Edited for BUUF Theme by Fractal Systems
* BUUF artwork: Based on icons by Paul Davey aka Mattahan. All rights reserved. * BUUF artwork: Based on icons by Paul Davey aka Mattahan. All rights reserved.
@ -109,4 +109,3 @@ body {
margin: 5px; margin: 5px;
padding: 5px; padding: 5px;
} }

@ -105,4 +105,3 @@ body {
margin: 5px; margin: 5px;
padding: 5px; padding: 5px;
} }

@ -1,3 +1,2 @@
@import "default-without-mediaelement.css";
@import "mediaelement-light.css"; @import "mediaelement-light.css";
@import "default-without-mediaelement-light.css";

@ -87,4 +87,4 @@ html {
label, p { label, p {
color: #CCC; color: #CCC;
} }

@ -99,4 +99,4 @@ html {
label, p { label, p {
color: #CCC; color: #CCC;
} }

@ -80,4 +80,3 @@ input, select {
.albumComment, .log { .albumComment, .log {
font-size: 12pt; font-size: 12pt;
} }

@ -14,4 +14,3 @@ body {
.detail, .albumComment, .log { .detail, .albumComment, .log {
font-size: 12pt; font-size: 12pt;
} }

@ -4,7 +4,8 @@
* Author: Jeebs (Fisher Evans) * Author: Jeebs (Fisher Evans)
*/ */
@import "default-without-mediaelement-light.css"; @import "default-without-mediaelement.css";
@import "mediaelement-dark.css";
table { table {
color: #a3a3a3; color: #a3a3a3;

@ -87,4 +87,4 @@ body {
background-repeat:no-repeat; background-repeat:no-repeat;
background-attachment:fixed; background-attachment:fixed;
background-position:bottom right; background-position:bottom right;
} }

@ -13,9 +13,9 @@
*/ */
.context-menu-list { .context-menu-list {
margin:0; margin:0;
padding:0; padding:0;
min-width: 120px; min-width: 120px;
max-width: 250px; max-width: 250px;
display: inline-block; display: inline-block;
@ -24,13 +24,13 @@
border: 1px solid #DDD; border: 1px solid #DDD;
background: #EEE; background: #EEE;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
} }
@ -85,7 +85,7 @@
/* icons /* icons
#protip: #protip:
In case you want to use sprites for icons (which I would suggest you do) have a look at In case you want to use sprites for icons (which I would suggest you do) have a look at
http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
.context-menu-item.icon:before {} .context-menu-item.icon:before {}
*/ */
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; } .context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
@ -115,7 +115,7 @@
.context-menu-input > label > select { .context-menu-input > label > select {
display: block; display: block;
width: 100%; width: 100%;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-ms-box-sizing: border-box; -ms-box-sizing: border-box;

@ -0,0 +1,11 @@
.mejs__container {
background: transparent;
}
.mejs__container .me_cannotplay a {
background: transparent;
}
.mejs__controls:not([style*="display: none"]) {
background: transparent;
}

@ -1,4 +1,3 @@
.mejs__overlay-loading-bg-img { .mejs__overlay-loading-bg-img {
background-image: url("mejs-controls-dark.svg"); background-image: url("mejs-controls-dark.svg");
} }
@ -12,15 +11,15 @@
} }
.mejs__container { .mejs__container {
background: #F1F1F1; background: transparent;
} }
.mejs__container .me_cannotplay a { .mejs__container .me_cannotplay a {
color: #F1F1F1; background: transparent;
} }
.mejs__controls:not([style*="display: none"]) { .mejs__controls:not([style*="display: none"]) {
background: #F1F1F1; background: transparent;
} }
.mejs__time { .mejs__time {

@ -4,7 +4,8 @@
* Author: Sindre Mehus * Author: Sindre Mehus
*/ */
@import "default-without-mediaelement-light.css"; @import "default-without-mediaelement.css";
@import "mediaelement-dark.css";
/* The primary background color. */ /* The primary background color. */
.bgcolor1, table.music tr:nth-of-type(even) { .bgcolor1, table.music tr:nth-of-type(even) {

@ -88,4 +88,4 @@ body {
padding: 5px; padding: 5px;
color: #FFFFFF; color: #FFFFFF;
background-color: #C0C0C0; background-color: #C0C0C0;
} }

@ -4,7 +4,8 @@
* Author: David D ddavis1@gmail.com * Author: David D ddavis1@gmail.com
*/ */
@import "default-without-mediaelement-light.css"; @import "default-without-mediaelement.css";
@import "mediaelement-dark.css";
/* The primary background colour. */ /* The primary background colour. */
.bgcolor1, table.music tr:nth-of-type(even) { .bgcolor1, table.music tr:nth-of-type(even) {
@ -107,4 +108,4 @@ body {
label, p { label, p {
color: #CCC; color: #CCC;
} }

@ -88,4 +88,4 @@ html {
label, p { label, p {
color: #CCC; color: #CCC;
} }

@ -87,4 +87,4 @@ html {
label, p { label, p {
color: #CCC; color: #CCC;
} }

@ -85,4 +85,4 @@ html {
label, p { label, p {
color: #696969; color: #696969;
} }

@ -74,4 +74,4 @@ a:hover, a:hover * {
label, p { label, p {
color: #CCC; color: #CCC;
} }

@ -75,4 +75,4 @@ a:hover, a:hover * {
label, p { label, p {
color: #696969; color: #696969;
} }

@ -79,7 +79,7 @@ a:hover, a:hover * {
/* Selected Headers. */ /* Selected Headers. */
.headerSelected { .headerSelected {
color: #FFDA23; color: #FFDA23;
text-shadow: 0.1em 0.1em 0.2em grey; text-shadow: 0.1em 0.1em 0.2em grey;
background-color: transparent; background-color: transparent;
border: 0px border: 0px
} }
@ -133,11 +133,11 @@ a:hover, a:hover * {
} }
::-webkit-scrollbar-button { ::-webkit-scrollbar-button {
display:none; display:none;
background: background:
-webkit-gradient( -webkit-gradient(
linear, linear,
0 0, 0 0,
100% 0, 100% 0,
from(#464646), from(#464646),
to(#383838) to(#383838)
); );
@ -155,12 +155,12 @@ a:hover, a:hover * {
::-webkit-scrollbar-thumb:horizontal{ ::-webkit-scrollbar-thumb:horizontal{
height: 12px; height: 12px;
-webkit-border-radius:12px; -webkit-border-radius:12px;
background: background:
-webkit-gradient( -webkit-gradient(
linear, linear,
0 0, 0 0,
0 100%, 0 100%,
from(rgba(0,0,0,0.1)), from(rgba(0,0,0,0.1)),
to(rgba(0,0,0,0.25)) to(rgba(0,0,0,0.25))
); );
border: 6px solid transparent; border: 6px solid transparent;
@ -177,4 +177,4 @@ a:hover, a:hover * {
background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(images/webkit-arrows-vert.png) -19px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat; background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(images/webkit-arrows-vert.png) -19px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat;
background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(images/webkit-arrows-vert.png) -19px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat; background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(images/webkit-arrows-vert.png) -19px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat;
-webkit-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0;
} }

Loading…
Cancel
Save