main.css 6.6 KB

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