styles.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  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%; }
  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, label { cursor:pointer; }
  13. ul { list-style:none; }
  14. body {
  15. background-color: #ffffff;
  16. font-weight: 400;
  17. font-size: .8em;
  18. line-height: 1.6em;
  19. font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
  20. color: #000;
  21. height: auto;
  22. }
  23. #body-login {
  24. text-align: center;
  25. background-color: #0082c9;
  26. background-image: url('../img/background.jpg');
  27. background-position: 50% 50%;
  28. background-repeat: no-repeat;
  29. background-size: cover;
  30. }
  31. .two-factor-provider {
  32. text-align: center;
  33. width: 100%;
  34. display: inline-block;
  35. }
  36. a.two-factor-cancel {
  37. color: #fff;
  38. }
  39. .float-spinner {
  40. height: 32px;
  41. display: none;
  42. }
  43. #body-login .float-spinner {
  44. margin-top: -32px;
  45. padding-top: 32px;
  46. }
  47. #nojavascript {
  48. position: fixed;
  49. top: 0;
  50. bottom: 0;
  51. height: 100%;
  52. width: 100%;
  53. z-index: 9000;
  54. text-align: center;
  55. background-color: rgba(0,0,0,0.5);
  56. color: #fff;
  57. line-height: 125%;
  58. font-size: 24px;
  59. }
  60. #nojavascript div {
  61. display: block;
  62. position: relative;
  63. width: 50%;
  64. top: 35%;
  65. margin: 0px auto;
  66. }
  67. #nojavascript a {
  68. color: #fff;
  69. border-bottom: 2px dotted #fff;
  70. }
  71. #nojavascript a:hover,
  72. #nojavascript a:focus {
  73. color: #ddd;
  74. }
  75. /* SCROLLING */
  76. ::-webkit-scrollbar {
  77. width: 5px;
  78. }
  79. ::-webkit-scrollbar-track-piece {
  80. background-color: transparent;
  81. }
  82. ::-webkit-scrollbar-thumb {
  83. background: #ddd;
  84. border-radius: 3px;
  85. }
  86. /* Searchbox */
  87. .searchbox input[type="search"] {
  88. position: relative;
  89. font-size: 1.2em;
  90. padding: 3px;
  91. padding-left: 25px;
  92. background: transparent url('../img/actions/search-white.svg') no-repeat 6px center;
  93. color: #fff;
  94. border: 0;
  95. border-radius: 3px;
  96. margin-top: 9px;
  97. float: right;
  98. width: 0;
  99. cursor: pointer;
  100. -webkit-transition: all 100ms;
  101. transition: all 100ms;
  102. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  103. opacity: .7;
  104. }
  105. .searchbox input[type="search"]:focus,
  106. .searchbox input[type="search"]:active,
  107. .searchbox input[type="search"]:valid {
  108. color: #fff;
  109. width: 155px;
  110. max-width: 50%;
  111. cursor: text;
  112. background-color: transparent;
  113. border: 1px solid rgba(255, 255, 255, .5);
  114. }
  115. /* CONTENT ------------------------------------------------------------------ */
  116. #controls {
  117. box-sizing: border-box;
  118. position: fixed;
  119. top: 45px;
  120. right: 0;
  121. left: 0;
  122. height: 44px;
  123. width: 100%;
  124. padding: 0;
  125. margin: 0;
  126. background-color: rgba(255, 255, 255, .95);
  127. z-index: 50;
  128. -webkit-user-select: none;
  129. -moz-user-select: none;
  130. -ms-user-select: none;
  131. user-select: none;
  132. }
  133. /* position controls for apps with app-navigation */
  134. #app-navigation+#app-content #controls {
  135. left: 250px;
  136. }
  137. .viewer-mode #app-navigation+#app-content #controls {
  138. left: 0;
  139. }
  140. #controls .button,
  141. #controls button,
  142. #controls input[type='submit'],
  143. #controls input[type='text'],
  144. #controls input[type='password'],
  145. #controls select {
  146. box-sizing: border-box;
  147. display: inline-block;
  148. height: 36px;
  149. padding: 7px 10px
  150. }
  151. #controls .button.hidden {
  152. display: none;
  153. }
  154. #content {
  155. position: relative;
  156. height: 100%;
  157. width: 100%;
  158. }
  159. #content .hascontrols {
  160. margin-top: 45px;
  161. }
  162. #content-wrapper {
  163. position: absolute;
  164. height: 100%;
  165. width: 100%;
  166. overflow-x: hidden; /* prevent horizontal scrollbar */
  167. padding-top: 45px;
  168. box-sizing:border-box;
  169. }
  170. /* allow horizontal scrollbar for personal and admin settings */
  171. #body-settings:not(.snapjs-left) .app-settings {
  172. overflow-x: auto;
  173. }
  174. #emptycontent,
  175. .emptycontent {
  176. color: #888;
  177. text-align: center;
  178. margin-top: 30vh;
  179. width: 100%;
  180. }
  181. #emptycontent.emptycontent-search,
  182. .emptycontent.emptycontent-search {
  183. position: static;
  184. }
  185. #emptycontent h2,
  186. .emptycontent h2 {
  187. margin-bottom: 10px;
  188. line-height: 150%;
  189. }
  190. #emptycontent [class^="icon-"],
  191. .emptycontent [class^="icon-"],
  192. #emptycontent [class*=" icon-"],
  193. .emptycontent [class*=" icon-"] {
  194. background-size: 64px;
  195. height: 64px;
  196. width: 64px;
  197. margin: 0 auto 15px;
  198. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  199. opacity: .4;
  200. }
  201. /* LOG IN & INSTALLATION ------------------------------------------------------------ */
  202. /* Some whitespace to the top */
  203. #body-login #header {
  204. padding-top: 100px;
  205. }
  206. #body-login {
  207. background-attachment: fixed; /* fix background gradient */
  208. height: 100%; /* fix sticky footer */
  209. }
  210. /* Dark subtle label text */
  211. #body-login p.info,
  212. #body-login form fieldset legend,
  213. #body-login #datadirContent label,
  214. #body-login form fieldset .warning-info,
  215. #body-login form input[type="checkbox"]+label {
  216. text-align: center;
  217. color: #fff;
  218. }
  219. /* overrides another !important statement that sets this to unreadable black */
  220. #body-login form .warning input[type="checkbox"]:hover+label,
  221. #body-login form .warning input[type="checkbox"]:focus+label,
  222. #body-login form .warning input[type="checkbox"]+label {
  223. color: #fff !important;
  224. }
  225. #body-login .update h2 {
  226. margin: 12px 0 20px;
  227. }
  228. #body-login .update a {
  229. color: #fff;
  230. border-bottom: 1px solid #aaa;
  231. }
  232. #body-login .infogroup {
  233. margin-bottom: 15px;
  234. }
  235. #body-login p#message img {
  236. vertical-align: middle;
  237. padding: 5px;
  238. }
  239. #body-login div.buttons {
  240. text-align: center;
  241. }
  242. #body-login p.info {
  243. width: 22em;
  244. margin: 0 auto;
  245. padding-top: 20px;
  246. -webkit-user-select: none;
  247. -moz-user-select: none;
  248. -ms-user-select: none;
  249. user-select: none;
  250. }
  251. #body-login p.info a {
  252. font-weight: 600;
  253. padding: 13px;
  254. margin: -13px;
  255. }
  256. /* position log in button as confirm icon in right of password field */
  257. #body-login #submit.login {
  258. position: absolute;
  259. right: 0;
  260. top: 0;
  261. border: none;
  262. background-color: transparent;
  263. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  264. opacity: .3;
  265. }
  266. #body-login #submit.login:hover,
  267. #body-login #submit.login:focus {
  268. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  269. opacity: .7;
  270. }
  271. #body-login input[type="password"] {
  272. padding-right: 40px;
  273. box-sizing: border-box;
  274. min-width: 269px;
  275. }
  276. #body-login form {
  277. position: relative;
  278. width: 280px;
  279. margin: 32px auto;
  280. padding: 0;
  281. }
  282. #body-login form fieldset {
  283. margin-bottom: 20px;
  284. text-align: left;
  285. -webkit-user-select: none;
  286. -moz-user-select: none;
  287. -ms-user-select: none;
  288. user-select: none;
  289. }
  290. #body-login form #sqliteInformation {
  291. margin-top: -20px;
  292. margin-bottom: 20px;
  293. }
  294. #body-login form #adminaccount {
  295. margin-bottom: 15px;
  296. }
  297. #body-login form fieldset legend, #datadirContent label {
  298. width: 100%;
  299. }
  300. #body-login #datadirContent label {
  301. display: block;
  302. margin: 0;
  303. }
  304. #body-login form #datadirField legend {
  305. margin-bottom: 15px;
  306. }
  307. #body-login #showAdvanced {
  308. padding: 13px; /* increase clickable area of Advanced dropdown */
  309. }
  310. #body-login #showAdvanced img {
  311. vertical-align: bottom; /* adjust position of Advanced dropdown arrow */
  312. margin-left: -4px;
  313. }
  314. #body-login .icon-info-white {
  315. padding: 10px;
  316. }
  317. /* strengthify wrapper */
  318. #body-login .strengthify-wrapper {
  319. display: inline-block;
  320. position: relative;
  321. left: 15px;
  322. top: -23px;
  323. width: 250px;
  324. }
  325. /* tipsy for the strengthify wrapper looks better with following font settings */
  326. #body-login .tipsy-inner {
  327. font-weight: bold;
  328. color: #ccc;
  329. }
  330. /* General new input field look */
  331. #body-login input[type="text"],
  332. #body-login input[type="password"],
  333. #body-login input[type="email"] {
  334. border: none;
  335. font-weight: 300;
  336. }
  337. /* Nicely grouping input field sets */
  338. .grouptop,
  339. .groupmiddle,
  340. .groupbottom {
  341. position: relative;
  342. -webkit-user-select: none;
  343. -moz-user-select: none;
  344. -ms-user-select: none;
  345. user-select: none;
  346. }
  347. #body-login .grouptop input,
  348. .grouptop input {
  349. margin-bottom: 0 !important;
  350. border-bottom: 0 !important;
  351. border-bottom-left-radius: 0 !important;
  352. border-bottom-right-radius: 0 !important;
  353. }
  354. #body-login .groupmiddle input,
  355. .groupmiddle input {
  356. margin-top: 0 !important;
  357. margin-bottom: 0 !important;
  358. border-top: 0 !important;
  359. border-bottom: 0 !important;
  360. border-radius: 0 !important;
  361. box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
  362. }
  363. #body-login .groupbottom input,
  364. .groupbottom input {
  365. margin-top: 0 !important;
  366. border-top: 0 !important;
  367. border-top-right-radius: 0 !important;
  368. border-top-left-radius: 0 !important;
  369. box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
  370. }
  371. #body-login .groupbottom input[type=submit] {
  372. box-shadow: none !important;
  373. }
  374. /* keep the labels for screen readers but hide them since we use placeholders */
  375. label.infield {
  376. display: none;
  377. }
  378. #body-login form input[type="checkbox"]+label {
  379. position: relative;
  380. margin: 0;
  381. padding: 14px;
  382. padding-left: 28px;
  383. vertical-align: middle;
  384. -webkit-user-select: none;
  385. -moz-user-select: none;
  386. -ms-user-select: none;
  387. user-select: none;
  388. }
  389. #body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
  390. #body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;}
  391. #body-login #showAdvanced > img {
  392. padding: 4px;
  393. box-sizing: border-box;
  394. }
  395. #body-login p.info a, #body-login #showAdvanced {
  396. color: #fff;
  397. }
  398. #body-login #remember_login:hover+label,
  399. #body-login #remember_login:focus+label,
  400. #body-login p.info a:hover,
  401. #body-login p.info a:focus {
  402. opacity: .6;
  403. }
  404. #body-login footer .info {
  405. white-space: nowrap;
  406. }
  407. /* Show password toggle */
  408. #show, #dbpassword {
  409. position: absolute;
  410. right: 1em;
  411. top: .8em;
  412. float: right;
  413. }
  414. #show, #dbpassword, #personal-show {
  415. display: none;
  416. }
  417. #show + label, #dbpassword + label {
  418. right: 21px;
  419. top: 15px !important;
  420. margin: -14px !important;
  421. padding: 14px !important;
  422. }
  423. #show:checked + label, #dbpassword:checked + label, #personal-show:checked + label {
  424. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  425. opacity: .8;
  426. }
  427. #show + label, #dbpassword + label, #personal-show + label {
  428. position: absolute !important;
  429. height: 20px;
  430. width: 24px;
  431. background-image: url('../img/actions/toggle.svg');
  432. background-repeat: no-repeat;
  433. background-position: center;
  434. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  435. opacity: .3;
  436. }
  437. #show + label:before, #dbpassword + label:before, #personal-show + label:before {
  438. display: none;
  439. }
  440. #pass2, input[name="personal-password-clone"] {
  441. padding: .6em 2.5em .4em .4em;
  442. width: 8em;
  443. }
  444. #personal-show + label {
  445. height: 14px;
  446. margin-top: 14px;
  447. margin-left: -36px;
  448. }
  449. #passwordbutton {
  450. margin-left: .5em;
  451. }
  452. /* Database selector */
  453. #body-login form #selectDbType { text-align:center; white-space: nowrap; }
  454. #body-login form #selectDbType .info {
  455. white-space: normal;
  456. }
  457. #body-login form #selectDbType label {
  458. position:static; margin:0 -3px 5px; padding:.4em;
  459. font-size:12px; background:#f8f8f8; color:#888; cursor:pointer;
  460. border: 1px solid #ddd;
  461. }
  462. #body-login form #selectDbType label.ui-state-hover, #body-login form #selectDbType label.ui-state-active { color:#000; background-color:#e8e8e8; }
  463. /* Warnings and errors are the same */
  464. #body-login .warning,
  465. #body-login .update,
  466. #body-login .error {
  467. display: block;
  468. padding: 10px;
  469. background-color: rgba(0,0,0,.3);
  470. color: #fff;
  471. text-align: left;
  472. border-radius: 3px;
  473. cursor: default;
  474. }
  475. #body-login .update {
  476. width: inherit;
  477. text-align: center;
  478. }
  479. #body-login .update .appList {
  480. list-style: disc;
  481. text-align: left;
  482. margin-left: 25px;
  483. margin-right: 25px;
  484. }
  485. #body-login .v-align {
  486. width: inherit;
  487. }
  488. #body-login .update img.float-spinner {
  489. float: left;
  490. }
  491. #body-user .warning, #body-settings .warning {
  492. margin-top: 8px;
  493. padding: 5px;
  494. background: #fdd;
  495. border-radius: 3px;
  496. }
  497. .warning legend,
  498. .warning a,
  499. .error a {
  500. color: #fff !important;
  501. font-weight: 600 !important;
  502. }
  503. .error a.button {
  504. color: #555 !important;
  505. display: inline-block;
  506. text-align: center;
  507. }
  508. .error pre {
  509. white-space: pre-wrap;
  510. text-align: left;
  511. }
  512. .error-wide {
  513. width: 700px;
  514. margin-left: -200px !important;
  515. }
  516. .error-wide .button {
  517. color: black !important;
  518. }
  519. .warning-input {
  520. border-color: #ce3702 !important;
  521. }
  522. /* Fixes for log in page, TODO should be removed some time */
  523. #body-login ul.error-wide {
  524. margin-top: 35px;
  525. }
  526. #body-login .warning {
  527. margin: 0 7px 5px 4px;
  528. }
  529. #body-login .warning legend {
  530. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  531. opacity: 1;
  532. }
  533. #body-login a.warning {
  534. cursor: pointer;
  535. }
  536. /* fixes for update page TODO should be fixed some time in a proper way */
  537. /* this is just for an error while updating the ownCloud instance */
  538. #body-login .updateProgress .error {
  539. margin-top: 10px;
  540. margin-bottom: 10px;
  541. }
  542. /* Alternative Logins */
  543. #alternative-logins legend { margin-bottom:10px; }
  544. #alternative-logins li { height:40px; display:inline-block; white-space:nowrap; }
  545. /* Log in and install button */
  546. #body-login input {
  547. font-size: 20px;
  548. margin: 5px;
  549. padding: 11px 10px 9px;
  550. }
  551. #body-login input[type="text"],
  552. #body-login input[type="password"] {
  553. width: 249px;
  554. }
  555. #body-login input.login {
  556. width: auto;
  557. float: right;
  558. }
  559. #body-login input[type="submit"] {
  560. padding: 10px 20px; /* larger log in and installation buttons */
  561. }
  562. #remember_login {
  563. margin: 18px 5px 0 16px !important;
  564. }
  565. #body-login .remember-login-container {
  566. margin-top: 10px;
  567. text-align: center;
  568. }
  569. /* Sticky footer */
  570. #body-login .wrapper {
  571. min-height: 100%;
  572. margin: 0 auto -70px;
  573. width: 300px;
  574. }
  575. #body-login footer, #body-login .push {
  576. height: 70px;
  577. }
  578. /* round profile photos */
  579. .avatar,
  580. .avatar img,
  581. .avatardiv,
  582. .avatardiv img {
  583. border-radius: 50%;
  584. }
  585. td.avatar {
  586. border-radius: 0;
  587. }
  588. #notification-container {
  589. position: absolute;
  590. top: 0;
  591. width: 100%;
  592. text-align: center;
  593. }
  594. #notification {
  595. margin: 0 auto;
  596. max-width: 60%;
  597. z-index: 8000;
  598. background-color: #fff;
  599. border: 0;
  600. padding: 1px 8px;
  601. display: none;
  602. position: relative;
  603. top: 0;
  604. border-bottom-left-radius: 3px;
  605. border-bottom-right-radius: 3px;
  606. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  607. opacity: .9;
  608. }
  609. #notification span {
  610. cursor: pointer;
  611. margin-left: 1em;
  612. }
  613. #notification {
  614. overflow-x: hidden;
  615. overflow-y: auto;
  616. max-height: 100px;
  617. }
  618. #notification .row {
  619. position: relative;
  620. }
  621. #notification .row .close {
  622. display: inline-block;
  623. vertical-align: middle;
  624. position: absolute;
  625. right: 0;
  626. top: 0;
  627. margin-top: 2px;
  628. }
  629. #notification .row.closeable {
  630. padding-right: 20px;
  631. }
  632. tr .action:not(.permanent),
  633. .selectedActions a {
  634. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  635. opacity: 0;
  636. }
  637. tr:hover .action,
  638. tr:focus .action,
  639. tr .action.permanent,
  640. .selectedActions a {
  641. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  642. opacity: .5;
  643. }
  644. tr .action {
  645. width: 16px;
  646. height: 16px;
  647. }
  648. .header-action {
  649. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  650. opacity: .8;
  651. }
  652. tr:hover .action:hover,
  653. tr:focus .action:focus,
  654. .selectedActions a:hover,
  655. .selectedActions a:focus,
  656. .header-action:hover,
  657. .header-action:focus {
  658. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  659. opacity: 1;
  660. }
  661. tbody tr:hover,
  662. tbody tr:focus,
  663. tbody tr:active {
  664. background-color: #f8f8f8;
  665. }
  666. code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace; }
  667. #quota {
  668. cursor: default;
  669. margin: 30px !important;
  670. position: relative;
  671. padding: 0 !important;
  672. }
  673. #quota div {
  674. padding: 0;
  675. background-color: rgb(220,220,220);
  676. font-weight: normal;
  677. white-space: nowrap;
  678. border-bottom-left-radius: 3px;
  679. border-top-left-radius: 3px;
  680. min-width: 1%;
  681. max-width: 100%;
  682. }
  683. #quotatext {padding:.6em 1em;}
  684. #quota div.quota-warning {
  685. background-color: #fc4;
  686. }
  687. .pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }
  688. .pager li { display:inline-block; }
  689. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow:hidden; text-overflow:ellipsis; }
  690. .separator { display:inline; border-left:1px solid #d3d3d3; border-right:1px solid #fff; height:10px; width:0px; margin:4px; }
  691. a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;padding-top:0px;padding-bottom:2px; text-decoration:none; margin-top:5px }
  692. .exception{color:#000;}
  693. .exception textarea{width:95%;height:200px;background:#ffe;border:0;}
  694. .ui-icon-circle-triangle-e{ background-image:url('../img/actions/play-next.svg'); }
  695. .ui-icon-circle-triangle-w{ background-image:url('../img/actions/play-previous.svg'); }
  696. .ui-datepicker-prev,.ui-datepicker-next{ border:1px solid #ddd; background:#fff; }
  697. /* ---- DIALOGS ---- */
  698. #oc-dialog-filepicker-content .dirtree {width:92%; overflow:hidden; }
  699. #oc-dialog-filepicker-content .dirtree .home {
  700. background-image:url('../img/places/home.svg');
  701. background-repeat:no-repeat;
  702. background-position: left center;
  703. width: 30px;
  704. display: inline-block;
  705. }
  706. #oc-dialog-filepicker-content .dirtree span:not(:last-child) { cursor: pointer; }
  707. #oc-dialog-filepicker-content .dirtree span:last-child { font-weight: bold; }
  708. #oc-dialog-filepicker-content .dirtree span:not(:last-child)::after { content: '>'; padding: 3px;}
  709. #oc-dialog-filepicker-content .filelist {
  710. overflow-y:auto;
  711. height: 300px;
  712. background-color:white;
  713. width:100%;
  714. }
  715. #oc-dialog-filepicker-content .filelist li {
  716. position: relative;
  717. }
  718. #oc-dialog-filepicker-content .filelist .filename {
  719. position: absolute;
  720. top: 8px;
  721. max-width: 60%;
  722. overflow: hidden;
  723. white-space: nowrap;
  724. text-overflow: ellipsis;
  725. }
  726. #oc-dialog-filepicker-content .filelist img {
  727. margin: 2px 1em 0 4px;
  728. width: 32px;
  729. }
  730. #oc-dialog-filepicker-content .filelist .date {
  731. float: right;
  732. margin-right: 10px;
  733. margin-top: 0;
  734. padding-top: 9px;
  735. }
  736. #oc-dialog-filepicker-content .filepicker_element_selected { background-color:lightblue;}
  737. .ui-dialog {position:fixed !important;}
  738. span.ui-icon {float: left; margin: 3px 7px 30px 0;}
  739. .move2trash { /* decrease spinner size */
  740. width: 16px;
  741. height: 16px;
  742. }
  743. /* ---- TOOLTIPS ---- */
  744. .extra-data {
  745. padding-right: 5px !important;
  746. }
  747. .tipsy-inner {
  748. max-width: 400px !important;
  749. overflow: hidden;
  750. text-overflow: ellipsis;
  751. }
  752. /* ---- TAGS ---- */
  753. #tagsdialog .content {
  754. width: 100%; height: 280px;
  755. }
  756. #tagsdialog .scrollarea {
  757. overflow:auto; border:1px solid #ddd;
  758. width: 100%; height: 240px;
  759. }
  760. #tagsdialog .bottombuttons {
  761. width: 100%; height: 30px;
  762. }
  763. #tagsdialog .bottombuttons * { float:left;}
  764. #tagsdialog .taglist li { background:#f8f8f8; padding:.3em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 500ms; transition:background-color 500ms; }
  765. #tagsdialog .taglist li:hover, #tagsdialog .taglist li:active { background:#eee; }
  766. #tagsdialog .addinput { width: 90%; clear: both; }
  767. /* ---- APP SETTINGS - LEGACY, DO NOT USE THE POPUP! ---- */
  768. .popup {
  769. background-color: #fff;
  770. border-radius: 3px;
  771. box-shadow: 0 0 10px #aaa;
  772. color: #333;
  773. padding: 10px;
  774. position: fixed !important;
  775. z-index: 100;
  776. }
  777. .popup.topright { top:7em; right:1em; }
  778. .popup.bottomleft { bottom:1em; left:33em; }
  779. .popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; }
  780. .popup h2 { font-size:20px; }
  781. .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; }
  782. .arrow.left { left:-13px; bottom:1.2em; -webkit-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); }
  783. .arrow.up { top:-8px; right:6px; }
  784. .arrow.down { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }
  785. /* ---- BREADCRUMB ---- */
  786. div.crumb {
  787. float: left;
  788. display: block;
  789. background-image: url('../img/breadcrumb.svg');
  790. background-repeat: no-repeat;
  791. background-position: right center;
  792. height: 44px;
  793. background-size: auto 24px;
  794. }
  795. div.crumb.hidden {
  796. display: none;
  797. }
  798. div.crumb a,
  799. div.crumb span {
  800. position: relative;
  801. top: 12px;
  802. padding: 14px 24px 14px 17px;
  803. color: #555;
  804. }
  805. div.crumb:first-child a {
  806. position: relative;
  807. top: 13px;
  808. }
  809. div.crumb.last {
  810. font-weight: 600;
  811. margin-right: 10px;
  812. }
  813. div.crumb a.ellipsislink {
  814. padding: 0 !important;
  815. position: relative;
  816. top: 8px !important;
  817. }
  818. /* some feedback for hover/tap on breadcrumbs */
  819. div.crumb:hover,
  820. div.crumb:focus,
  821. div.crumb a:focus,
  822. div.crumb:active {
  823. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  824. opacity:.7;
  825. }
  826. .appear {
  827. opacity: 1;
  828. -webkit-transition: opacity 500ms ease 0s;
  829. -moz-transition: opacity 500ms ease 0s;
  830. -ms-transition: opacity 500ms ease 0s;
  831. -o-transition: opacity 500ms ease 0s;
  832. transition: opacity 500ms ease 0s;
  833. }
  834. .appear.transparent {
  835. opacity: 0;
  836. }
  837. /* public footer */
  838. #body-public footer {
  839. position: relative;
  840. text-align: center;
  841. }
  842. #body-public footer .info {
  843. color: #777;
  844. text-align: center;
  845. margin: 0 auto;
  846. padding: 20px 0;
  847. }
  848. #body-public footer .info a {
  849. color: #777;
  850. font-weight: 600;
  851. padding: 13px;
  852. margin: -13px;
  853. }
  854. /* LEGACY FIX only - do not use fieldsets for settings */
  855. fieldset.warning legend, fieldset.update legend {
  856. top: 18px;
  857. position: relative;
  858. }
  859. fieldset.warning legend + p, fieldset.update legend + p {
  860. margin-top: 12px;
  861. }
  862. /* for IE10 */
  863. @-ms-viewport {
  864. width: device-width;
  865. }
  866. /* hidden input type=file field */
  867. .hiddenuploadfield {
  868. width: 0;
  869. height: 0;
  870. opacity: 0;
  871. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  872. }