styles.css 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. /* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
  2. This file is licensed under the Affero General Public License version 3 or later.
  3. See the COPYING-README file. */
  4. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; }
  5. html, body { height:100%; overflow:auto; }
  6. article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
  7. body { line-height:1.5; }
  8. table { border-collapse:separate; border-spacing:0; white-space:nowrap; }
  9. caption, th, td { text-align:left; font-weight:normal; }
  10. table, td, th { vertical-align:middle; }
  11. a { border:0; color:#000; text-decoration:none;}
  12. a, a *, input, input *, select, .button span, li, label { cursor:pointer; }
  13. ul { list-style:none; }
  14. body { background:#fefefe; font:normal .8em/1.6em "Lucida Grande", Arial, Verdana, sans-serif; color:#000; }
  15. /* HEADERS */
  16. #body-user #header, #body-settings #header {
  17. position:fixed; top:0; left:0; right:0; z-index:100; height:45px; line-height:2.5em;
  18. background:#1d2d44 url('../img/noise.png') repeat;
  19. -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; }
  20. #body-login #header { margin: -2em auto 0; text-align:center; height:10em; padding:1em 0 .5em;
  21. -moz-box-shadow:0 0 1em rgba(0, 0, 0, .5); -webkit-box-shadow:0 0 1em rgba(0, 0, 0, .5); box-shadow:0 0 1em rgba(0, 0, 0, .5);
  22. background:#1d2d44; /* Old browsers */
  23. background:-moz-linear-gradient(top, #35537a 0%, #1d2d42 100%); /* FF3.6+ */
  24. background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#35537a), color-stop(100%,#1d2d42)); /* Chrome,Safari4+ */
  25. background:-webkit-linear-gradient(top, #35537a 0%,#1d2d42 100%); /* Chrome10+,Safari5.1+ */
  26. background:-o-linear-gradient(top, #35537a 0%,#1d2d42 100%); /* Opera11.10+ */
  27. background:-ms-linear-gradient(top, #35537a 0%,#1d2d42 100%); /* IE10+ */
  28. background:linear-gradient(top, #35537a 0%,#1d2d42 100%); /* W3C */
  29. filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#1d2d42',GradientType=0 ); /* IE6-9 */ }
  30. #owncloud { position:absolute; top:0; left:0; padding:6px; padding-bottom:0; }
  31. .header-right { float:right; vertical-align:middle; padding:0.5em; }
  32. .header-right > * { vertical-align:middle; }
  33. /* INPUTS */
  34. input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"],
  35. textarea, select, button, .button, #quota, div.jp-progress, .pager li a {
  36. width:10em; margin:.3em; padding:.6em .5em .4em;
  37. font-size:1em; font-family:Arial, Verdana, sans-serif;
  38. background:#fff; color:#333; border:1px solid #ddd; outline:none;
  39. -moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset;
  40. -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;
  41. }
  42. input[type="hidden"] { height:0; width:0; }
  43. input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], textarea {
  44. background:#f8f8f8; color:#555; cursor:text;
  45. }
  46. input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"] {
  47. -webkit-appearance:textfield; -moz-appearance:textfield;
  48. -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;
  49. }
  50. input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
  51. input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active,
  52. input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active,
  53. .searchbox input[type="search"]:hover, .searchbox input[type="search"]:focus, .searchbox input[type="search"]:active,
  54. input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active,
  55. textarea:hover, textarea:focus, textarea:active {
  56. background-color:#fff; color:#333;
  57. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1;
  58. }
  59. input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
  60. input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
  61. #quota { cursor:default; }
  62. /* SCROLLING */
  63. ::-webkit-scrollbar { width:8px; }
  64. ::-webkit-scrollbar-track-piece { background-color:transparent; }
  65. ::-webkit-scrollbar-thumb { background:#ddd; }
  66. /* BUTTONS */
  67. input[type="submit"], input[type="button"], button, .button, #quota, div.jp-progress, select, .pager li a {
  68. width:auto; padding:.4em;
  69. background-color:rgba(240,240,240,.9); font-weight:bold; color:#555; text-shadow:rgba(255,255,255,.9) 0 1px 0; border:1px solid rgba(190,190,190,.9); cursor:pointer;
  70. -moz-box-shadow:0 1px 1px rgba(255,255,255,.9), 0 1px 1px rgba(255,255,255,.9) inset; -webkit-box-shadow:0 1px 1px rgba(255,255,255,.9), 0 1px 1px rgba(255,255,255,.9) inset; box-shadow:0 1px 1px rgba(255,255,255,.9), 0 1px 1px rgba(255,255,255,.9) inset;
  71. -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;
  72. }
  73. input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, select:hover, select:focus, select:active, input[type="button"]:focus, .button:hover {
  74. background:rgba(250,250,250,.9); color:#333;
  75. }
  76. input[type="submit"] img, input[type="button"] img, button img, .button img { cursor:pointer; }
  77. #header .button { border:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
  78. /* Primary action button, use sparingly */
  79. .primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {
  80. border:1px solid #1d2d44;
  81. background:#35537a; color:#ddd; text-shadow:#000 0 -1px 0;
  82. -moz-box-shadow:0 0 1px #000,0 1px 1px #6d7d94 inset; -webkit-box-shadow:0 0 1px #000,0 1px 1px #6d7d94 inset; box-shadow:0 0 1px #000,0 1px 1px #6d7d94 inset;
  83. }
  84. .primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,
  85. .primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {
  86. border:1px solid #1d2d44;
  87. background:#2d3d54; color:#fff; text-shadow:#000 0 -1px 0;
  88. -moz-box-shadow:0 0 1px #000,0 1px 1px #5d6d84 inset; -webkit-box-shadow:0 0 1px #000,0 1px 1px #5d6d84 inset; box-shadow:0 0 1px #000,0 1px 1px #5d6d84 inset;
  89. }
  90. .primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {
  91. border:1px solid #1d2d44;
  92. background:#1d2d42; color:#bbb; text-shadow:#000 0 -1px 0;
  93. -moz-box-shadow:0 1px 1px #fff,0 1px 1px 0 rgba(0,0,0,.2) inset; -webkit-box-shadow:0 1px 1px #fff,0 1px 1px 0 rgba(0,0,0,.2) inset; box-shadow:0 1px 1px #fff,0 1px 1px 0 rgba(0,0,0,.2) inset;
  94. }
  95. #body-login input { font-size:1.5em; }
  96. #body-login input[type="text"], #body-login input[type="password"] { width:13em; }
  97. #body-login input.login { width:auto; float:right; padding:7px 9px 6px; }
  98. #remember_login { margin:.8em .2em 0 1em; vertical-align:text-bottom; }
  99. .searchbox input[type="search"] { font-size:1.2em; padding:.2em .5em .2em 1.5em; background:#fff url('../img/actions/search.svg') no-repeat .5em center; border:0; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70);opacity:.7; -webkit-transition:opacity 300ms; -moz-transition:opacity 300ms; -o-transition:opacity 300ms; transition:opacity 300ms; margin-top:10px; float:right; }
  100. input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; }
  101. #select_all{ margin-top:.4em !important;}
  102. /* CONTENT ------------------------------------------------------------------ */
  103. #controls {
  104. position:fixed;
  105. height:2.8em; width:100%;
  106. padding:0 70px 0 0.5em; margin:0;
  107. -moz-box-sizing:border-box; box-sizing:border-box;
  108. -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000;
  109. background:#f7f7f7; border-bottom:1px solid #eee; z-index:50;
  110. }
  111. #controls .button { display:inline-block; }
  112. #content { position:relative; height:100%; width:100%; }
  113. #content .hascontrols { position: relative; top: 2.9em; }
  114. #content-wrapper {
  115. position:absolute; height:100%; width:100%; padding-top:3.5em; padding-left:64px;
  116. -moz-box-sizing:border-box; box-sizing:border-box;
  117. }
  118. #leftcontent, .leftcontent {
  119. position:relative; overflow:auto; width:20em; height:100%;
  120. background:#f8f8f8; border-right:1px solid #ddd;
  121. -moz-box-sizing:border-box; box-sizing:border-box;
  122. }
  123. #leftcontent li, .leftcontent li { background:#f8f8f8; padding:.5em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 200ms; -moz-transition:background-color 200ms; -o-transition:background-color 200ms; transition:background-color 200ms; }
  124. #leftcontent li:hover, #leftcontent li:active, #leftcontent li.active, .leftcontent li:hover, .leftcontent li:active, .leftcontent li.active { background:#eee; }
  125. #leftcontent li.active, .leftcontent li.active { font-weight:bold; }
  126. #leftcontent li:hover, .leftcontent li:hover { color:#333; background:#ddd; }
  127. #leftcontent a { height:100%; display:block; margin:0; padding:0 1em 0 0; float:left; }
  128. #rightcontent, .rightcontent { position:fixed; top:6.4em; left:24.5em; overflow:auto }
  129. /* LOG IN & INSTALLATION ------------------------------------------------------------ */
  130. #body-login { background:#ddd; }
  131. #body-login div.buttons { text-align:center; }
  132. #body-login p.info { width:22em; text-align:center; margin:2em auto; color:#777; text-shadow:#fff 0 1px 0; }
  133. #body-login p.info a { font-weight:bold; color:#777; }
  134. #body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */
  135. #login { min-height:30em; margin:2em auto 0; border-bottom:1px solid #f8f8f8; background:#eee; }
  136. #login form { width:22em; margin:2em auto 2em; padding:0; }
  137. #login form fieldset { margin-bottom:20px; }
  138. #login form #adminaccount { margin-bottom:5px; }
  139. #login form fieldset legend, #datadirContent label {
  140. width:100%; text-align:center;
  141. font-weight:bold; color:#999; text-shadow:0 1px 0 white;
  142. }
  143. #login form fieldset legend a { color:#999; }
  144. #login #datadirContent label { display:block; margin:0; color:#999; }
  145. #login form #datadirField legend { margin-bottom:15px; }
  146. /* Icons for username and password fields to better recognize them */
  147. #adminlogin, #adminpass, #user, #password { width:11.7em!important; padding-left:1.8em; }
  148. #adminlogin+label+img, #adminpass-icon, #user+label+img, #password-icon {
  149. position:absolute; left:1.25em; top:1.65em;
  150. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:alpha(opacity=30); opacity:.3;
  151. }
  152. #adminpass-icon, #password-icon { top:1.1em; }
  153. input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; }
  154. input[name="adminpass-clone"] { padding-left:1.8em; width:11.7em !important; }
  155. /* Nicely grouping input field sets */
  156. .grouptop input {
  157. margin-bottom:0;
  158. border-bottom:0; border-bottom-left-radius:0; border-bottom-right-radius:0;
  159. }
  160. .groupmiddle input {
  161. margin-top:0; margin-bottom:0;
  162. border-top:0; border-bottom:0; border-radius:0;
  163. box-shadow:0 1px 1px #fff,0 1px 0 #ddd inset;
  164. }
  165. .groupbottom input {
  166. margin-top:0;
  167. border-top:0; border-top-right-radius:0; border-top-left-radius:0;
  168. box-shadow:0 1px 1px #fff,0 1px 0 #ddd inset;
  169. }
  170. /* In field labels. No, HTML placeholder does not work as well. */
  171. #login form label { color:#666; }
  172. #login .groupmiddle label, #login .groupbottom label { top:.65em; }
  173. p.infield { position:relative; }
  174. label.infield { cursor:text !important; top:1.05em; left:.85em; }
  175. #login form label.infield { /* labels are ellipsized when too long, keep them short */
  176. position:absolute; width:90%; padding-left:1.4em;
  177. font-size:19px; color:#aaa;
  178. white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  179. }
  180. #login #databaseField .infield { padding-left:0; }
  181. #login form input[type="checkbox"]+label { position:relative; margin:0; font-size:1em; text-shadow:#fff 0 1px 0; }
  182. #login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
  183. /* Show password toggle */
  184. #show { position:absolute; right:1em; top:.8em; float:right; }
  185. #show, #personal-show { display:none; }
  186. #show + label { right:1em; top:1.25em!important; }
  187. #show:checked + label, #personal-show:checked + label { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; }
  188. #show + label, #personal-show + label {
  189. position:absolute!important; height:14px; width:24px;
  190. background-image:url("../img/actions/toggle.png"); background-repeat:no-repeat;
  191. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:alpha(opacity=30); opacity:.3;
  192. }
  193. #pass2, input[name="personal-password-clone"] { padding:0.6em 2.5em 0.4em 0.4em; width:8em;}
  194. #personal-show + label { margin-top:1em; margin-left:-3em; }
  195. #passwordbutton { margin-left:0.5em; }
  196. /* Database selector */
  197. #login form #selectDbType { text-align:center; }
  198. #login form #selectDbType label {
  199. position:static; margin:0 -3px 5px; padding:.4em;
  200. font-size:12px; font-weight:bold; background:#f8f8f8; color:#888; cursor:pointer;
  201. border:1px solid #ddd; text-shadow:#eee 0 1px 0;
  202. -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset;
  203. }
  204. #login form #selectDbType label.ui-state-hover, #login form #selectDbType label.ui-state-active { color:#000; background-color:#e8e8e8; }
  205. /* Warnings */
  206. fieldset.warning {
  207. padding:8px;
  208. color:#b94a48; background-color:#f2dede; border:1px solid #eed3d7;
  209. border-radius:5px;
  210. }
  211. fieldset.warning legend { color:#b94a48 !important; }
  212. fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
  213. /* Alternative Logins */
  214. #alternative-logins legend { margin-bottom:10px; }
  215. #alternative-logins li { height:40px; display:inline-block; white-space:nowrap; }
  216. /* NAVIGATION ------------------------------------------------------------- */
  217. #navigation {
  218. position:fixed; float:left; width:64px; padding-top:3.5em; z-index:75; height:100%;
  219. background:#383c43 url('../img/noise.png') repeat; border-right:1px #333 solid;
  220. -moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000;
  221. overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
  222. }
  223. #navigation:hover { overflow-y:auto; }
  224. #navigation a {
  225. display:block; padding:8px 0 4px;
  226. text-decoration:none; font-size:10px; text-align:center;
  227. color:#fff; text-shadow:#000 0 -1px 0;
  228. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5;
  229. white-space:nowrap; overflow:hidden; text-overflow:ellipsis; // ellipsize long app names
  230. }
  231. #navigation a:hover, #navigation a:focus { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; }
  232. #navigation a.active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
  233. #navigation .icon { display:block; width:32px; height:32px; margin:0 16px 0; }
  234. #navigation li:first-child a { padding-top:16px; }
  235. /* USER MENU */
  236. #settings { float:right; margin-top:7px; color:#bbb; text-shadow:0 -1px 0 #000; }
  237. #expand { padding:15px; cursor:pointer; font-weight:bold; }
  238. #expand:hover, #expand:focus, #expand:active { color:#fff; }
  239. #expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; }
  240. #expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
  241. #expanddiv {
  242. position:absolute; right:0; top:45px; z-index:76; display:none;
  243. background:#383c43 url('../img/noise.png') repeat;
  244. border-bottom-left-radius:7px; border-bottom:1px #333 solid; border-left:1px #333 solid;
  245. -moz-box-shadow:0 0 7px rgb(29,45,68); -webkit-box-shadow:0 0 7px rgb(29,45,68); box-shadow:0 0 7px rgb(29,45,68);
  246. }
  247. #expanddiv a {
  248. display:block; color:#fff; text-shadow:0 -1px 0 #000; padding:0 8px;
  249. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70);opacity:.7;
  250. }
  251. #expanddiv a img { margin-bottom:-3px; }
  252. #expanddiv a:hover, #expanddiv a:focus, #expanddiv a:active { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
  253. /* VARIOUS REUSABLE SELECTORS */
  254. .hidden { display:none; }
  255. .bold { font-weight:bold; }
  256. .center { text-align:center; }
  257. #notification-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;}
  258. #notification { z-index:101; background-color:#fc4; border:0; padding:0 .7em .3em; display:none; position: relative; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }
  259. #notification span { cursor:pointer; font-weight:bold; margin-left:1em; }
  260. tr .action:not(.permanent), .selectedActions a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; }
  261. tr:hover .action, tr .action.permanent, .selectedActions a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; }
  262. tr .action { width:16px; height:16px; }
  263. .header-action { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; }
  264. tr:hover .action:hover, .selectedActions a:hover, .header-action:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
  265. tbody tr:hover, tr:active { background-color:#f8f8f8; }
  266. #body-settings .personalblock, #body-settings .helpblock { padding:.5em 1em; margin:1em; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
  267. #body-settings .personalblock#quota { position:relative; padding:0; }
  268. #body-settings #controls+.helpblock { position:relative; margin-top:3em; }
  269. .personalblock > legend { margin-top:2em; }
  270. .personalblock > legend, th, dt, label { font-weight:bold; }
  271. code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace; }
  272. #quota div, div.jp-play-bar, div.jp-seek-bar { padding:0; background:#e6e6e6; font-weight:normal; white-space:nowrap; -moz-border-radius-bottomleft:.4em; -webkit-border-bottom-left-radius:.4em; border-bottom-left-radius:.4em; -moz-border-radius-topleft:.4em; -webkit-border-top-left-radius:.4em; border-top-left-radius:.4em; }
  273. #quotatext {padding:.6em 1em;}
  274. div.jp-play-bar, div.jp-seek-bar { padding:0; }
  275. .pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }
  276. .pager li { display:inline-block; }
  277. li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; cursor:default; }
  278. .error { color:#FF3B3B; }
  279. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow:hidden; text-overflow:ellipsis; }
  280. .hint { background-image:url('../img/actions/info.png'); background-repeat:no-repeat; color:#777777; padding-left:25px; background-position:0 0.3em;}
  281. .separator { display:inline; border-left:1px solid #d3d3d3; border-right:1px solid #fff; height:10px; width:0px; margin:4px; }
  282. a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;padding-top:0px;padding-bottom:2px; text-decoration:none; margin-top:5px }
  283. .exception{color:#000000;}
  284. .exception textarea{width:95%;height:200px;background:#ffe;border:0;}
  285. .ui-icon-circle-triangle-e{ background-image:url('../img/actions/play-next.svg'); }
  286. .ui-icon-circle-triangle-w{ background-image:url('../img/actions/play-previous.svg'); }
  287. .ui-datepicker-prev,.ui-datepicker-next{ border:1px solid #ddd; background:#ffffff; }
  288. /* ---- DIALOGS ---- */
  289. #dirtree {width:100%;}
  290. #filelist {height:270px; overflow:scroll; background-color:white; width:100%;}
  291. .filepicker_element_selected { background-color:lightblue;}
  292. .filepicker_loader {height:120px; width:100%; background-color:#333; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:alpha(opacity=30); opacity:.3; visibility:visible; position:absolute; top:0; left:0; text-align:center; padding-top:150px;}
  293. /* ---- CATEGORIES ---- */
  294. #categoryform .scrollarea { position:absolute; left:10px; top:10px; right:10px; bottom:50px; overflow:auto; border:1px solid #ddd; background:#f8f8f8; }
  295. #categoryform .bottombuttons { position:absolute; bottom:10px;}
  296. #categoryform .bottombuttons * { float:left;}
  297. /*#categorylist { border:1px solid #ddd;}*/
  298. #categorylist li { background:#f8f8f8; padding:.3em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; }
  299. #categorylist li:hover, #categorylist li:active { background:#eee; }
  300. #category_addinput { width:10em; }
  301. /* ---- APP SETTINGS ---- */
  302. .popup { background-color:white; border-radius:10px 10px 10px 10px; box-shadow:0 0 20px #888888; color:#333333; padding:10px; position:fixed !important; z-index:200; }
  303. .popup.topright { top:7em; right:1em; }
  304. .popup.bottomleft { bottom:1em; left:33em; }
  305. .popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/delete.svg') no-repeat center; }
  306. .popup h2 { font-weight:bold; font-size:1.2em; }
  307. .arrow { border-bottom:10px solid white; border-left:10px solid transparent; border-right:10px solid transparent; display:block; height:0; position:absolute; width:0; z-index:201; }
  308. .arrow.left { left:-13px; bottom:1.2em; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); }
  309. .arrow.up { top:-8px; right:2em; }
  310. .arrow.down { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }
  311. .help-includes {overflow: hidden; width: 100%; height: 100%; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 2.8em; }
  312. .help-iframe {width: 100%; height: 100%; margin: 0;padding: 0; border: 0; overflow: auto;}
  313. /* ---- BREADCRUMB ---- */
  314. div.crumb { float:left; display:block; background:url('../img/breadcrumb.svg') no-repeat right 0; padding:.75em 1.5em 0 1em; height:2.9em; -moz-box-sizing:border-box; box-sizing:border-box; }
  315. div.crumb:first-child { padding:10px 20px 10px 5px; }
  316. div.crumb.last { font-weight:bold; background:none; padding-right:10px; }
  317. div.crumb a{ padding: 0.9em 0 0.7em 0; }
  318. /* ---- APP STYLING ---- */
  319. #app {
  320. height: 100%;
  321. width: 100%;
  322. }
  323. /* Navigation: folder like structure */
  324. #app-navigation {
  325. width: 250px;
  326. height: 100%;
  327. float: left;
  328. padding-bottom: 32px;
  329. -moz-box-sizing: border-box; box-sizing: border-box;
  330. background-color: #f8f8f8;
  331. border-right: 1px solid #ccc;
  332. }
  333. #app-navigation > ul {
  334. height: 100%;
  335. overflow: auto;
  336. -moz-box-sizing: border-box; box-sizing: border-box;
  337. }
  338. #app-navigation li {
  339. position: relative;
  340. width: 100%;
  341. -moz-box-sizing: border-box; box-sizing: border-box;
  342. text-shadow: 0 1px 0 rgba(255,255,255,.9);
  343. }
  344. #app-navigation .active { /* active navigation entry or folder */
  345. background-color: #ddd;
  346. text-shadow: 0 1px 0 rgba(255,255,255,.7);
  347. }
  348. /* special rules for first-level entries and folders */
  349. #app-navigation > ul > li {
  350. background-color: #eee;
  351. border-top: 1px solid #fff;
  352. border-bottom: 1px solid #ddd;
  353. }
  354. #app-navigation > ul > .active {
  355. border-top: 1px solid #ccc;
  356. border-bottom: 1px solid #ccc;
  357. }
  358. #app-navigation .with-icon a {
  359. padding-left: 32px;
  360. background-size: 16px 16px; background-position: 10px center; background-repeat: no-repeat;
  361. }
  362. #app-navigation li > a {
  363. display: block;
  364. width: 100%;
  365. padding: 0 16px;
  366. overflow: hidden;
  367. -moz-box-sizing: border-box; box-sizing: border-box;
  368. line-height: 32px;
  369. white-space: nowrap;
  370. text-overflow: ellipsis;
  371. color: #333;
  372. }
  373. #app-navigation li:hover > a {
  374. background-color: #ddd;
  375. }
  376. #app-navigation > ul > li:hover {
  377. border-top: 1px solid #ccc;
  378. border-bottom: 1px solid #ccc;
  379. }
  380. #app-navigation .collapse {
  381. display: none; /* hide collapse button intially */
  382. }
  383. #app-navigation .collapsible > .collapse {
  384. position: absolute;
  385. left: 6px;
  386. top: 5px;
  387. height: 16px;
  388. width: 16px;
  389. background: none; background-image: url('../img/actions/triangle-s.svg');
  390. background-size: 16px 16px; background-repeat: no-repeat;
  391. border: none;
  392. border-radius: 0;
  393. outline: none !important;
  394. box-shadow: none;
  395. }
  396. #app-navigation .collapsible:hover > a {
  397. background-image: none;
  398. }
  399. #app-navigation .collapsible:hover > .collapse {
  400. display: block;
  401. }
  402. #app-navigation .collapsible .collapse {
  403. -moz-transform: rotate(-90deg);
  404. -webkit-transform: rotate(-90deg);
  405. -ms-transform:rotate(-90deg);
  406. -o-transform:rotate(-90deg);
  407. transform: rotate(-90deg);
  408. }
  409. #app-navigation .collapsible.open .collapse {
  410. -moz-transform: rotate(0);
  411. -webkit-transform: rotate(0);
  412. -ms-transform:rotate(0);
  413. -o-transform:rotate(0);
  414. transform: rotate(0);
  415. }
  416. /* Second level nesting for lists */
  417. #app-navigation > ul ul {
  418. display: none;
  419. }
  420. #app-navigation > ul ul li > a {
  421. padding-left: 32px;
  422. }
  423. #app-navigation > .with-icon ul li > a {
  424. padding-left: 48px;
  425. background-position: 24px center;
  426. }
  427. #app-navigation .open {
  428. background-image: linear-gradient(top, rgb(238,238,238) 0%, rgb(245,245,245) 100%);
  429. background-image: -o-linear-gradient(top, rgb(238,238,238) 0%, rgb(245,245,245) 100%);
  430. background-image: -moz-linear-gradient(top, rgb(238,238,238) 0%, rgb(245,245,245) 100%);
  431. background-image: -webkit-linear-gradient(top, rgb(238,238,238) 0%, rgb(245,245,245) 100%);
  432. background-image: -ms-linear-gradient(top, rgb(238,238,238) 0%, rgb(245,245,245) 100%);
  433. }
  434. #app-navigation > ul .open:hover {
  435. -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc;
  436. border-top: 1px solid #ccc;
  437. }
  438. #app-navigation > ul .open ul {
  439. display: block;
  440. }
  441. /* drag and drop */
  442. #app-navigation .drag-and-drop {
  443. -moz-transition: padding-bottom 500ms ease 0s;
  444. -o-transition: padding-bottom 500ms ease 0s;
  445. -webkit-transition: padding-bottom 500ms ease 0s;
  446. -ms-transition: padding-bottom 500ms ease 0s;
  447. transition: padding-bottom 500ms ease 0s;
  448. padding-bottom: 40px;
  449. }
  450. #app-navigation .personalblock > legend { /* TODO @Raydiation: still needed? */
  451. padding: 10px 0; margin: 0;
  452. }
  453. #app-navigation .error {
  454. color: #dd1144;
  455. }
  456. /* Part where the content will be loaded into */
  457. #app-content {
  458. height: 100%;
  459. overflow-y: auto;
  460. }
  461. /* settings area */
  462. #app-settings {
  463. position: fixed;
  464. width: 249px;
  465. bottom: 0;
  466. border-top: 1px solid #ccc;
  467. }
  468. #app-settings-header {
  469. background-color: #eee;
  470. }
  471. #app-settings-content {
  472. display: none;
  473. padding: 10px;
  474. background-color: #eee;
  475. }
  476. #app-settings.open #app-settings-content {
  477. display: block;
  478. }
  479. .settings-button {
  480. display: block;
  481. height: 32px;
  482. width: 100%;
  483. padding: 0;
  484. margin: 0;
  485. background-color: transparent; background-image: url('../img/actions/settings.svg');
  486. background-position: 10px center; background-repeat: no-repeat;
  487. box-shadow: none;
  488. border: 0;
  489. border-radius: 0;
  490. }
  491. .settings-button:hover {
  492. background-color: #ddd;
  493. }
  494. /* icons */
  495. .folder-icon { background-image: url('../img/places/folder.svg'); }
  496. .delete-icon { background-image: url('../img/actions/delete.svg'); }
  497. .delete-icon:hover { background-image: url('../img/actions/delete-hover.svg'); }
  498. .edit-icon { background-image: url('../img/actions/rename.svg'); }
  499. /* buttons */
  500. button.loading {
  501. background-image: url('../img/loading.gif');
  502. background-position: right 10px center; background-repeat: no-repeat;
  503. padding-right: 30px;
  504. }