main.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. /*
  2. AirMusic main css
  3. author: tobychui
  4. No, do not make bright theme for this WebApp
  5. */
  6. body{
  7. background-color: #474747;
  8. }
  9. p,span,h1,h2,h3,h4,h5,h6,div,a,button{
  10. font-family: "Microsoft JhengHei","SimHei", "Apple LiGothic Medium", "STHeiti";
  11. }
  12. .AMmenu{
  13. background-color: #303030 !important;
  14. color: white !important;
  15. box-shadow: 0px 0px 0px 0px transparent !important;
  16. }
  17. .noBorder{
  18. border: 1px solid transparent !important;
  19. }
  20. .whiteFont{
  21. color: white !important;
  22. }
  23. .AMmenu.button:hover{
  24. background-color: #3f3f3f !important;
  25. }
  26. .bottomBlue{
  27. border-bottom: 3px solid #4b75ff !important;
  28. }
  29. .leftsb{
  30. position:fixed;
  31. top:0px;
  32. left:0px;
  33. width:60%;
  34. background-color:#404040;
  35. }
  36. .leftsbObject{
  37. padding: 5px;
  38. border-bottom: 1px solid #4a4a4a;
  39. }
  40. .sidebarBanner{
  41. background-color:#4b75ff;
  42. }
  43. .sbPaddingIn{
  44. padding:10px;
  45. padding-left:22px;
  46. }
  47. .sbSelectable{
  48. cursor:pointer;
  49. }
  50. .sbSelectable:hover{
  51. background-color:#606060;
  52. }
  53. .mainList{
  54. position:relative;
  55. top:51px;
  56. }
  57. .mainList.item{
  58. padding:8px;
  59. padding-left: 20px;
  60. border-bottom: 1px solid #606060;
  61. cursor: pointer;
  62. }
  63. .mainList.item:hover{
  64. background-color:#606060;
  65. }
  66. .topRightCorner{
  67. position:absolute;
  68. top:6px;
  69. right:30px;
  70. background-color:#595959;
  71. padding-left:5px;
  72. padding-right:5px;
  73. min-height:20px;
  74. color:white;
  75. }
  76. .mainList.rightFunctionBar{
  77. position:absolute;
  78. top:0px;
  79. height:100%;
  80. width:25px;
  81. right:0px;
  82. color:#a5a5a5;
  83. cursor:pointer;
  84. }
  85. .mainList.item.extrapadding{
  86. padding-top:15px;
  87. padding-bottom:15px;
  88. }
  89. #playerInterface{
  90. z-index:100;
  91. position:fixed;
  92. left:0px;
  93. top:0px;
  94. height:100%;
  95. width:100%;
  96. background:rgba(20,20,20,0.8);
  97. backdrop-filter: blur(3px);
  98. }
  99. #miniPlayer{
  100. z-index:45;
  101. position:fixed;
  102. left:0px;
  103. bottom:0px;
  104. width:100%;
  105. height:60px;
  106. background-color:#282828;
  107. border-top: 2px solid #4b75ff !important;
  108. }
  109. .miniPlayer.minitab{
  110. background-color:#595959;
  111. position:absolute;
  112. padding-left:3px;
  113. padding-right:3px;
  114. color:white;
  115. right:120px;
  116. bottom:5px;
  117. text-overflow: ellipsis;
  118. overflow: hidden;
  119. }
  120. .miniPlayerControls{
  121. position:absolute;
  122. top:18px;
  123. right:5px;
  124. color: white;
  125. font-size: 1.6em;
  126. }
  127. .miniPlayer.selectable{
  128. cursor: pointer;
  129. }
  130. .miniPlayer.selectable:hover{
  131. }
  132. .playingTrack{
  133. background-color:#606060;
  134. }
  135. .hidden{
  136. display:none;
  137. }
  138. #mainPlayerControlInterface{
  139. position:absolute;
  140. bottom:0px;
  141. left:0px;
  142. width:100%;
  143. height:140px;
  144. padding:20px;
  145. }
  146. .mainControlButtons{
  147. margin: auto;
  148. width:80%;
  149. font-size:200%;
  150. text-align: center;
  151. padding-top:25px;
  152. }
  153. .enabled.icon{
  154. color:white;
  155. }
  156. .disabled.icon{
  157. color:#8c8c8c;
  158. }
  159. .disabled{
  160. opacity: 0.5;
  161. pointer-events: none;
  162. }
  163. #albumnArt{
  164. /*
  165. margin-top:10px;
  166. margin:20px;
  167. */
  168. width: 100%;
  169. padding-right: 20px;
  170. padding-left: 20px;
  171. position: absolute;
  172. text-align: center;
  173. }
  174. .mainPlayer.minitab{
  175. background-color:rgba(80, 80, 80, 0.5);
  176. padding-left:5px;
  177. padding-right:5px;
  178. color:white;
  179. text-align: center;
  180. text-overflow: ellipsis;
  181. overflow: hidden;
  182. max-width:100px;
  183. display: inline-block;
  184. font-size:90%;
  185. }
  186. #progressTime{
  187. color:white;
  188. position:absolute;
  189. left:0px;
  190. top:0px;
  191. }
  192. #remainTime{
  193. color:white;
  194. position:absolute;
  195. right:0px;
  196. top:0px;
  197. }
  198. #volumeGUI{
  199. position:absolute;
  200. top:50px;
  201. left:0px;
  202. width:100%;
  203. padding-left:20%;
  204. padding-right:20%;
  205. padding-top:5px;
  206. padding-bottom:5px;
  207. background-color:rgba(12, 12, 12, 0.8);
  208. backdrop-filter: saturate(180%) blur(5px);
  209. display:none;
  210. z-index:95;
  211. }
  212. .quickMenu{
  213. position:fixed;
  214. top:25%;
  215. left:10%;
  216. right:10%;
  217. bottom:25%;
  218. border-radius: 5px;
  219. background-color:rgba(12, 12, 12, 0.8);
  220. backdrop-filter: saturate(180%) blur(5px);
  221. padding:20px;
  222. color:white;
  223. overflow-y:auto;
  224. overflow-x:hidden;
  225. display:none;
  226. z-index:120;
  227. }
  228. #fadeReturnScreen{
  229. z-index:100;
  230. }
  231. @media (max-height: 650px) {
  232. .quickMenu{
  233. top: 3em;
  234. bottom: 6em;
  235. left:5%;
  236. right:5%;
  237. }
  238. }
  239. .fadeScreen{
  240. position:fixed;
  241. top:0px;
  242. left:0px;
  243. width:100%;
  244. height:100%;
  245. z-index:110;
  246. background:rgba(30,30,30,0.7);
  247. display:none;
  248. }
  249. .greenBtn{
  250. color:#2fb792 !important;
  251. font-weight: bold;
  252. padding:.5em;
  253. padding-left:3em;
  254. padding-right:3em;
  255. width: 100%;
  256. cursor:pointer;
  257. }
  258. .greenBtn:hover{
  259. background-color:#6b6b6b;
  260. }
  261. .selectable.item{
  262. border: 1px solid transparent;
  263. padding-left:20px !important;
  264. padding-right:20px !important;
  265. cursor:pointer;
  266. font-size:120%;
  267. }
  268. .selectable.item:hover{
  269. background-color:#686868;
  270. border: 1px solid #969696;
  271. }
  272. .forcesize.button{
  273. width:72px !important;
  274. height:72px !important;
  275. }
  276. .songTitleWrapper{
  277. max-width:calc(100% - 80px);
  278. }
  279. .showMoreMenus{
  280. background-color:rgba(12, 12, 12, 0.8);
  281. backdrop-filter: saturate(180%) blur(5px);
  282. position:fixed;
  283. top:10%;
  284. left:10%;
  285. right:10%;
  286. padding:20px;
  287. padding-bottom:30px;
  288. z-index:95;
  289. border-radius: 5px;
  290. }
  291. .showMoreMenuItem{
  292. border: 1px solid transparent;
  293. font-size:1.1em;
  294. color:white;
  295. padding:10px;
  296. cursor:pointer;
  297. }
  298. .showMoreMenuItem:hover{
  299. background-color:#686868;
  300. border: 1px solid #969696;
  301. }
  302. .dropdownMusicList{
  303. background-color:rgb(66, 66, 66);
  304. position:fixed;
  305. left:0px;
  306. top:0px;
  307. height:calc(100% - 128px);
  308. width:100%;
  309. z-index:100;
  310. }
  311. .dropdownMusicListMiniMenu{
  312. width:100%;
  313. height:25px;
  314. background-color:rgb(55, 55, 55);
  315. padding-left:12px;
  316. padding-right:12px;
  317. padding-top:3px;
  318. color:white;
  319. }
  320. .dropdownMusicListBottom{
  321. position:absolute;
  322. left:0px;
  323. bottom:0px;
  324. width:100%;
  325. height:25px;
  326. background-color:rgb(55, 55, 55);
  327. padding-left:12px;
  328. padding-right:12px;
  329. padding-top:3px;
  330. color:white;
  331. text-align:center;
  332. cursor:pointer;
  333. }
  334. #currentPlayingMainList{
  335. height:calc(100% - 50px);
  336. overflow-y:auto;
  337. top:0px;
  338. }
  339. .dropdownList{
  340. position:relative;
  341. }
  342. .dropdownList.item{
  343. padding:8px;
  344. padding-left: 20px;
  345. border-bottom: 1px solid #606060;
  346. cursor: pointer;
  347. }
  348. .dropdownList.item:hover{
  349. background-color:#606060;
  350. }
  351. .dropdownList.playingTrack{
  352. background-color:#606060;
  353. }
  354. #settingInterface .item{
  355. font-size: 100%;
  356. }
  357. #playlistInterface .playlist.item{
  358. padding: 4px;
  359. padding-top:4px;
  360. padding-bottom:4px;
  361. font-size: 100%;
  362. }