ewft.minidlna.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. <style type="text/css">
  2. .longver {
  3. width: 235px;
  4. min-width: 90%;
  5. max-width: 290px;
  6. overflow: hidden;
  7. text-overflow: ellipsis;
  8. white-space: nowrap;
  9. vertical-align: bottom;
  10. }
  11. #UPDATEBUTTON {
  12. border-collapse: separate;
  13. -moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
  14. -webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
  15. box-shadow:inset 0px 1px 0px 0px #dcecfb;
  16. background-color:#bddbfa;
  17. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bddbfa), to(#80b5ea));
  18. background-image: -moz-linear-gradient(#bddbfa, #80b5ea);
  19. background-image: -o-linear-gradient(#bddbfa, #80b5ea);
  20. background-image: linear-gradient(#bddbfa, #80b5ea);
  21. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
  22. ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bddbfa,EndColorStr=#80b5ea)";
  23. text-indent:0;
  24. border:1px solid #84bbf3;
  25. display:inline-block;
  26. color:#ffffff;
  27. font-family:Arial;
  28. font-size:15px;
  29. font-weight:bold;
  30. font-style:normal;
  31. text-align:center;
  32. text-shadow:1px 1px 0px #528ecc;
  33. -webkit-transition: all 300ms ease-in;
  34. -moz-transition: all 300ms ease-in;
  35. -o-transition: all 300ms ease-in;
  36. -ms-transition: all 300ms ease-in;
  37. transition: all 300ms ease-in;
  38. margin: auto;
  39. }
  40. #UPDATEBUTTON:hover {
  41. border:1px solid #4fa1f4;
  42. -moz-box-shadow:inset 0px 0px 8px 4px #67aef6;
  43. -webkit-box-shadow:inset 0px 0px 8px 4px #67aef6;
  44. box-shadow:inset 0px 0px 8px 4px #67aef6;
  45. -webkit-transition: all 300ms ease-out;
  46. -moz-transition: all 300ms ease-out;
  47. -o-transition: all 300ms ease-out;
  48. -ms-transition: all 300ms ease-out;
  49. transition: all 300ms ease-out;
  50. }
  51. #UPDATEBUTTON:active {
  52. border:1px solid #4fa1f4;
  53. -moz-box-shadow:inset 0px 0px 8px 4px #67aef6;
  54. -webkit-box-shadow:inset 0px 0px 8px 4px #67aef6;
  55. box-shadow:inset 0px 0px 8px 4px #67aef6;
  56. position:relative;
  57. top:1px;
  58. left:1px;
  59. }
  60. #UPDATEBUTTON.UPDATEBTN {
  61. margin: 0px;
  62. margin-top: 10px;
  63. }
  64. #UPDATEBUTTON.UIBUTTON {
  65. display: inline-block;
  66. font-size: 12px;
  67. padding: 2px 7px 2px 7px;
  68. border-radius: 5px;
  69. line-height: 12px;
  70. margin-top: -2px;
  71. margin-right: -15px;
  72. }
  73. #STDSMBUTTON {
  74. width: 60px;
  75. margin: 0px;
  76. }
  77. #STDSMBUTTONR {
  78. width: 60px;
  79. margin: 0px;
  80. margin-right: 5px;
  81. }
  82. #STDSMBUTTONL {
  83. width: 60px;
  84. margin: 0px;
  85. margin-left: 5px;
  86. }
  87. #STDLGBUTTONR {
  88. width: 110px;
  89. margin: 0px;
  90. margin-right: 5px;
  91. }
  92. #STDLGBUTTONL {
  93. width: 110px;
  94. margin: 0px;
  95. margin-left: 5px;
  96. }
  97. #STDLGBUTTON {
  98. width: 100px;
  99. margin: 0px;
  100. }
  101. #VERSION {
  102. display: inline-block;
  103. margin-top: 5px;
  104. margin-bottom: 5px;
  105. text-align: center;
  106. }
  107. #TEXTLARGE {
  108. width: 250px;
  109. }
  110. #TEXTSMALL {
  111. width: 225px;
  112. }
  113. #TEXTUSER {
  114. style="width: 165px"
  115. }
  116. #IMGICON {
  117. margin-top: -2px;
  118. }
  119. #DIVIDER {
  120. background-color: #FFFFFF;
  121. border: 1px solid #000000;
  122. height: 1px;
  123. width: 100%;
  124. font-size: 8px;
  125. }
  126. #ERRORPAD {
  127. padding: 0px;
  128. }
  129. #ACTIVITYLINK {
  130. color: inherit;
  131. }
  132. #BOTTOMPAD {
  133. margin-bottom: 35px;
  134. }
  135. .green {
  136. color: #33cc33;
  137. padding-left: 5px;
  138. padding-right: 5px;
  139. }
  140. .red {
  141. color: #ff0000;
  142. padding-left: 5px;
  143. padding-right: 5px;
  144. }
  145. .orange {
  146. color: #ff9900;
  147. padding-left: 5px;
  148. padding-right: 5px;
  149. }
  150. #PANELALL {
  151. /* Not used in unRAID 6 */
  152. }
  153. #PANELLEFT {
  154. float: left;
  155. width: 50%;
  156. }
  157. #title.TITLEBARLEFT {
  158. float: left;
  159. width: 95%;
  160. margin-top: 20px;
  161. margin-bottom: 20px;
  162. height: 18px;
  163. }
  164. #DIVLEFT {
  165. float: left;
  166. width: 100%;
  167. display: table;
  168. }
  169. #T100LT {
  170. width: 95%;
  171. text-align: left;
  172. vertical-align: top;
  173. display: table-cell;
  174. padding-bottom: 10px;
  175. }
  176. #T50LT {
  177. width: 50%;
  178. text-align: left;
  179. vertical-align: top;
  180. display: table-cell;
  181. }
  182. #T50LM {
  183. width: 50%;
  184. text-align: left;
  185. vertical-align: middle;
  186. display: table-cell;
  187. }
  188. #T50CM {
  189. width: 50%;
  190. text-align: center;
  191. vertical-align: middle;
  192. display: table-cell;
  193. }
  194. #T25RM {
  195. width: 25%;
  196. text-align: right;
  197. vertical-align: middle;
  198. display: table-cell;
  199. }
  200. #T25LM {
  201. width: 25%;
  202. text-align: left;
  203. vertical-align: middle;
  204. display: table-cell;
  205. }
  206. #PANELRIGHT {
  207. float: right;
  208. width: 50%;
  209. }
  210. #title.TITLEBARRIGHT {
  211. float: right;
  212. width: 95%;
  213. margin-top: 20px;
  214. margin-bottom: 20px;
  215. height: 18px;
  216. }
  217. #DIVRIGHT {
  218. float: right;
  219. padding-right: 15px;
  220. margin-left: 10px;
  221. padding-top: 10px;
  222. width: 95%;
  223. display: table;
  224. }
  225. #PLINE {
  226. margin: 5px;
  227. margin-left: 10px;
  228. text-align: left;
  229. }
  230. #FOOTER2 {
  231. position: fixed;
  232. font-size: 80%;
  233. bottom: 25px;
  234. right: 0px;
  235. background-color: inherit;
  236. padding-left: 5px;
  237. padding-right: 5px;
  238. z-index : 1;
  239. }
  240. .title {
  241. vertical-align: middle;
  242. margin: 20px 0 22px 0;
  243. padding: 5px 10px;
  244. -webkit-border-top-left-radius: 5px;
  245. -webkit-border-top-right-radius: 5px;
  246. -webkit-border-bottom-left-radius: 0;
  247. -webkit-border-bottom-right-radius: 0;
  248. -moz-border-radius-topleft: 5px;
  249. -moz-border-radius-topright: 5px;
  250. -moz-border-radius-bottomleft: 0;
  251. -moz-border-radius-bottomright: 0;
  252. border-top-left-radius: 5px;
  253. border-top-right-radius: 5px;
  254. border-bottom-left-radius: 0;
  255. border-bottom-right-radius: 0;
  256. border: 1px solid #E8E8E8;
  257. border-bottom: 1px solid #C8C8C8;
  258. background: #e6e6e6;
  259. background: -moz-linear-gradient(top, #D0D0D0 0%, #C0C0C0 100%);
  260. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D0D0D0), color-stop(100%,#C0C0C0));
  261. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0D0D0', endColorstr='#C0C0C0', GradientType=0 );
  262. clear: both;
  263. }
  264. #title span.left {
  265. font-size: 14px;
  266. }
  267. #title span.right {
  268. float: right;
  269. }
  270. #TABLESETTINGS {
  271. width: 100%;
  272. margin-left: 0px;
  273. }
  274. #TDSETTINGS {
  275. text-align: left;
  276. padding-left: 0px;
  277. }
  278. select {min-width: 0px;}
  279. .no-js #loading {display: none;}
  280. #loading {
  281. display: none;
  282. position: fixed;
  283. left: 0px;
  284. top: 190px;
  285. width: 100%;
  286. height: 100%;
  287. z-index: 9999;
  288. }
  289. #loading-image {
  290. position: absolute;
  291. top: 20%;
  292. left: 50%;
  293. margin-top: -24px;
  294. margin-left: -24px;
  295. z-index: 10000;
  296. }
  297. #loading-text {
  298. position: absolute;
  299. top: 20%;
  300. left: 50%;
  301. margin-top: 40px;
  302. margin-left: -150px;
  303. padding: 0px;
  304. width: 300px;
  305. text-align: center;
  306. background : none;
  307. z-index: 10000;
  308. }
  309. </style>