main.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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. }
  98. @supports ((-webkit-backdrop-filter: blur(3px)) or (backdrop-filter: blur(3px))) {
  99. #playerInterface{
  100. backdrop-filter: blur(3px);
  101. background:rgba(20,20,20,0.5);
  102. }
  103. }
  104. #miniPlayer{
  105. z-index:45;
  106. position:fixed;
  107. left:0px;
  108. bottom:0px;
  109. width:100%;
  110. height:60px;
  111. background-color:#282828;
  112. border-top: 2px solid #4b75ff !important;
  113. }
  114. .miniPlayer.minitab{
  115. background-color:#595959;
  116. position:absolute;
  117. padding-left:3px;
  118. padding-right:3px;
  119. color:white;
  120. right:136px;
  121. bottom:5px;
  122. text-overflow: ellipsis;
  123. overflow: hidden;
  124. }
  125. .miniPlayerControls{
  126. position:absolute;
  127. bottom:0.5em;
  128. right:5px;
  129. color: white;
  130. font-size: 1.6em;
  131. }
  132. .miniPlayer.selectable{
  133. cursor: pointer;
  134. }
  135. .miniPlayer.selectable:hover{
  136. }
  137. .playingTrack{
  138. background-color:#606060;
  139. }
  140. .hidden{
  141. display:none;
  142. }
  143. #mainPlayerControlInterface{
  144. position:absolute;
  145. bottom:0px;
  146. left:0px;
  147. width:100%;
  148. height:140px;
  149. padding:20px;
  150. }
  151. .mainControlButtons{
  152. margin: auto;
  153. width:80%;
  154. font-size:200%;
  155. text-align: center;
  156. margin-top: 0px;
  157. }
  158. .enabled.icon{
  159. color:white;
  160. }
  161. .disabled.icon{
  162. color:#8c8c8c;
  163. }
  164. .disabled{
  165. opacity: 0.5;
  166. pointer-events: none;
  167. }
  168. #albumnArt{
  169. /*
  170. margin-top:10px;
  171. margin:20px;
  172. */
  173. width: 100%;
  174. padding-right: 20px;
  175. padding-left: 20px;
  176. position: absolute;
  177. text-align: center;
  178. }
  179. .mainPlayer.minitab{
  180. background-color:rgba(80, 80, 80, 0.5);
  181. padding-left:5px;
  182. padding-right:5px;
  183. color:white;
  184. text-align: center;
  185. text-overflow: ellipsis;
  186. overflow: hidden;
  187. max-width:100px;
  188. display: inline-block;
  189. font-size:90%;
  190. }
  191. #progressTime{
  192. color:white;
  193. position:absolute;
  194. left:2em;
  195. top:0px;
  196. }
  197. #remainTime{
  198. color:white;
  199. position:absolute;
  200. right:2em;
  201. top:0px;
  202. }
  203. #volumeGUI{
  204. position:absolute;
  205. top:50px;
  206. left:0px;
  207. width:100%;
  208. height: 4em;
  209. padding-left:6em;
  210. padding-right:6em;
  211. padding-top:5px;
  212. padding-bottom:5px;
  213. background-color:rgba(12, 12, 12, 0.6);
  214. backdrop-filter: saturate(180%) blur(3px);
  215. display:none;
  216. z-index:95;
  217. }
  218. .quickMenu{
  219. position:fixed;
  220. top:10em;
  221. left:10%;
  222. right:10%;
  223. bottom:10em;
  224. border-radius: 5px;
  225. background-color:rgba(12, 12, 12, 0.8);
  226. backdrop-filter: saturate(180%) blur(5px);
  227. padding:2em;
  228. color:white;
  229. overflow-y:auto;
  230. overflow-x:hidden;
  231. display:none;
  232. z-index:120;
  233. border-radius: 20px;
  234. }
  235. #fadeReturnScreen{
  236. z-index:100;
  237. }
  238. @media (max-height: 650px) {
  239. .quickMenu{
  240. top: 3em;
  241. bottom: 6em;
  242. left:5%;
  243. right:5%;
  244. }
  245. }
  246. .fadeScreen{
  247. position:fixed;
  248. top:0px;
  249. left:0px;
  250. width:100%;
  251. height:100%;
  252. z-index:110;
  253. background:rgba(30,30,30,0.7);
  254. display:none;
  255. }
  256. .greenBtn{
  257. color:#2fb792 !important;
  258. font-weight: bold;
  259. padding:.5em;
  260. padding-left:3em;
  261. padding-right:3em;
  262. cursor:pointer;
  263. background-color: rgba(255,255,255,0.2);
  264. border-radius: 20px;
  265. }
  266. button{
  267. background: none;
  268. border: none;
  269. }
  270. .greenBtn:hover{
  271. background-color:#6b6b6b;
  272. }
  273. .selectable.item{
  274. border: 1px solid transparent;
  275. padding-left:20px !important;
  276. padding-right:20px !important;
  277. cursor:pointer;
  278. font-size:120%;
  279. }
  280. .selectable.item:hover{
  281. background-color:#686868;
  282. border: 1px solid #969696;
  283. }
  284. .forcesize.button{
  285. width:72px !important;
  286. height:72px !important;
  287. }
  288. .songTitleWrapper{
  289. max-width:calc(100% - 80px);
  290. }
  291. .showMoreMenus{
  292. background-color:rgba(12, 12, 12, 0.8);
  293. backdrop-filter: saturate(180%) blur(5px);
  294. position:fixed;
  295. top:10%;
  296. left:10%;
  297. right:10%;
  298. padding:20px;
  299. padding-bottom:30px;
  300. z-index:95;
  301. border-radius: 5px;
  302. }
  303. .showMoreMenuItem{
  304. border: 1px solid transparent;
  305. font-size:1.1em;
  306. color:white;
  307. padding:10px;
  308. cursor:pointer;
  309. }
  310. .showMoreMenuItem:hover{
  311. background-color:#686868;
  312. border: 1px solid #969696;
  313. }
  314. .dropdownMusicList{
  315. background-color:rgb(66, 66, 66);
  316. position:fixed;
  317. left:0px;
  318. top:0px;
  319. height:calc(100% - 128px);
  320. width:100%;
  321. z-index:100;
  322. }
  323. .dropdownMusicListMiniMenu{
  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. }
  332. .dropdownMusicListBottom{
  333. position:absolute;
  334. left:0px;
  335. bottom:0px;
  336. width:100%;
  337. height:25px;
  338. background-color:rgb(55, 55, 55);
  339. padding-left:12px;
  340. padding-right:12px;
  341. padding-top:3px;
  342. color:white;
  343. text-align:center;
  344. cursor:pointer;
  345. }
  346. #currentPlayingMainList{
  347. height:calc(100% - 50px);
  348. overflow-y:auto;
  349. top:0px;
  350. }
  351. .dropdownList{
  352. position:relative;
  353. }
  354. .dropdownList.item{
  355. padding:8px;
  356. padding-left: 20px;
  357. border-bottom: 1px solid #606060;
  358. cursor: pointer;
  359. }
  360. .dropdownList.item:hover{
  361. background-color:#606060;
  362. }
  363. .dropdownList.playingTrack{
  364. background-color:#606060;
  365. }
  366. #settingInterface .item{
  367. font-size: 100%;
  368. }
  369. #playlistInterface .playlist.item{
  370. padding: 4px;
  371. padding-top:4px;
  372. padding-bottom:4px;
  373. font-size: 100%;
  374. }
  375. /*
  376. patches for Tocas UI to Sementic transitions
  377. */
  378. .topPanelButtons{
  379. background: none !important;
  380. border: none !important;
  381. }
  382. .panelButtons{
  383. background: none !important;
  384. border: none !important;
  385. }
  386. .noborderbtn{
  387. border: 0px solid transparent;
  388. box-shadow: none !important;
  389. -webkit-box-shadow: none !important;
  390. }