123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921 |
- /* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
- This file is licensed under the Affero General Public License version 3 or later.
- See the COPYING-README file. */
- 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; }
- html, body { height:100%; }
- article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
- body { line-height:1.5; }
- table { border-collapse:separate; border-spacing:0; white-space:nowrap; }
- caption, th, td { text-align:left; font-weight:normal; }
- table, td, th { vertical-align:middle; }
- a { border:0; color:#000; text-decoration:none;}
- a, a *, input, input *, select, .button span, li, label { cursor:pointer; }
- ul { list-style:none; }
- body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif; color:#000; }
- /* HEADERS */
- #body-user #header, #body-settings #header {
- position:fixed; top:0; left:0; right:0; z-index:100; height:45px; line-height:2.5em;
- background:#1d2d44 url('../img/noise.png') repeat;
- }
- #body-login {
- text-align: center;
- background: #1d2d44; /* Old browsers */
- background: url('../img/noise.png'), -moz-linear-gradient(top, #35537a 0%, #1d2d44 100%); /* FF3.6+ */
- background: url('../img/noise.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35537a), color-stop(100%,#1d2d44)); /* Chrome,Safari4+ */
- background: url('../img/noise.png'), -webkit-linear-gradient(top, #35537a 0%,#1d2d44 100%); /* Chrome10+,Safari5.1+ */
- background: url('../img/noise.png'), -o-linear-gradient(top, #35537a 0%,#1d2d44 100%); /* Opera11.10+ */
- background: url('../img/noise.png'), -ms-linear-gradient(top, #35537a 0%,#1d2d44 100%); /* IE10+ */
- background: url('../img/noise.png'), linear-gradient(top, #35537a 0%,#1d2d44 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#1d2d44',GradientType=0 ); /* IE6-9 */
- }
- #owncloud { position:absolute; top:0; left:0; padding:6px; padding-bottom:0; }
- .header-right { float:right; vertical-align:middle; padding:0.5em; }
- .header-right > * { vertical-align:middle; }
- #header .avatardiv {
- float: left;
- display: inline-block;
- }
- #header .avatardiv img {
- opacity: 1;
- }
- #nojavascript {
- position: absolute;
- top: 0;
- bottom: 0;
- z-index: 999;
- width: 100%;
- text-align: center;
- background-color: rgba(50,0,0,0.5);
- color: white;
- text-shadow: 0px 0px 5px black;
- line-height: 125%;
- font-size: x-large;
- }
- #nojavascript div {
- width: 50%;
- top: 40%;
- position: absolute;
- left: 50%;
- margin-left: -25%;
- }
- #nojavascript a {
- color: #ccc;
- text-decoration: underline;
- }
- #nojavascript a:hover {
- color: #aaa;
- }
- /* INPUTS */
- input[type="text"],
- input[type="password"],
- input[type="search"],
- input[type="number"],
- input[type="email"],
- input[type="url"],
- input[type="time"],
- textarea,
- select,
- button, .button,
- #quota,
- .pager li a {
- width:10em; margin:.3em; padding:.6em .5em .4em;
- font-size:1em;
- background:#fff; color:#333; border:1px solid #ddd; outline:none;
- border-radius: 3px;
- }
- input[type="hidden"] {
- height: 0;
- width: 0;
- }
- input[type="text"],
- input[type="password"],
- input[type="search"],
- input[type="number"],
- input[type="email"],
- input[type="url"],
- input[type="time"],
- textarea {
- background: #fff;
- color: #555;
- cursor: text;
- font-family: inherit; /* use default ownCloud font instead of default textarea monospace */
- }
- input[type="text"],
- input[type="password"],
- input[type="search"],
- input[type="number"],
- input[type="email"],
- input[type="url"],
- input[type="time"] {
- -webkit-appearance:textfield; -moz-appearance:textfield;
- -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;
- }
- input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
- input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active,
- input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active,
- .searchbox input[type="search"]:hover, .searchbox input[type="search"]:focus, .searchbox input[type="search"]:active,
- input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active,
- input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active,
- input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active,
- textarea:hover, textarea:focus, textarea:active {
- color: #333;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1;
- }
- input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
- input[type="checkbox"]:hover+label, input[type="checkbox"]:focus+label { color:#111 !important; }
- input[type="time"] {
- width: initial;
- height: 31px;
- -moz-box-sizing: border-box; box-sizing: border-box;
- }
- #quota {
- cursor: default;
- margin: 30px;
- }
- /* SCROLLING */
- ::-webkit-scrollbar { width:8px; }
- ::-webkit-scrollbar-track-piece { background-color:transparent; }
- ::-webkit-scrollbar-thumb { background:#ddd; }
- /* BUTTONS */
- input[type="submit"], input[type="button"],
- button, .button,
- #quota, select, .pager li a {
- width: auto;
- padding: .4em;
- background-color: rgba(240,240,240,.9);
- font-weight: bold;
- color: #555;
- border: 1px solid rgba(190,190,190,.9);
- cursor: pointer;
- border-radius: 3px;
- }
- input[type="submit"]:hover, input[type="submit"]:focus,
- input[type="button"]:hover, input[type="button"]:focus,
- button:hover, button:focus,
- .button:hover, .button:focus,
- select:hover, select:focus, select:active {
- background-color:rgba(250,250,250,.9);
- color:#333;
- }
- input[type="submit"] img, input[type="button"] img, button img, .button img { cursor:pointer; }
- #header .button {
- border: none;
- box-shadow: none;
- }
- /* disabled input fields and buttons */
- input:disabled, input:disabled:hover, input:disabled:focus,
- button:disabled, button:disabled:hover, button:disabled:focus,
- .button:disabled, .button:disabled:hover, .button:disabled:focus,
- a.disabled, a.disabled:hover, a.disabled:focus,
- textarea:disabled {
- background-color: rgba(230,230,230,.9);
- color: #999;
- cursor: default;
- }
- /* Primary action button, use sparingly */
- .primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {
- border: 1px solid #1d2d44;
- background: #35537a;
- color: #ddd;
- }
- .primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,
- .primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {
- border: 1px solid #1d2d44;
- background: #304d76;
- color: #fff;
- }
- .primary:active, input[type="submit"].primary:active, input[type="button"].primary:active, button.primary:active, .button.primary:active {
- border: 1px solid #1d2d44;
- background: #1d2d44;
- color: #bbb;
- }
- .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;
- border-radius: 1em;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity: .7;
- margin-top: 10px;
- float: right;
- }
- input[type="submit"].enabled {
- background: #66f866;
- border: 1px solid #5e5;
- }
- /* CONTENT ------------------------------------------------------------------ */
- #controls {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- position: fixed;
- right: 0;
- left: 0;
- height: 44px;
- width: 100%;
- padding: 0;
- margin: 0;
- background: #eee;
- border-bottom: 1px solid #e7e7e7;
- z-index: 50;
- }
- /* account for shift of controls bar due to app navigation */
- #body-user #controls,
- #body-settings #controls {
- padding-left: 80px;
- }
- #controls .button,
- #controls button,
- #controls input[type='submit'],
- #controls input[type='text'],
- #controls input[type='password'],
- #controls select {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: inline-block;
- height: 36px;
- padding: 7px 10px
- }
- #content { position:relative; height:100%; width:100%; }
- #content .hascontrols {
- position: relative;
- top: 45px;
- }
- #content-wrapper {
- position:absolute; height:100%; width:100%; padding-top:3.5em; padding-left:80px;
- -moz-box-sizing:border-box; box-sizing:border-box;
- }
- #leftcontent, .leftcontent {
- position:relative; overflow:auto; width:256px; height:100%;
- background:#f8f8f8; border-right:1px solid #ddd;
- -moz-box-sizing:border-box; box-sizing:border-box;
- }
- #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; }
- #leftcontent li:hover, #leftcontent li:active, #leftcontent li.active, .leftcontent li:hover, .leftcontent li:active, .leftcontent li.active { background:#eee; }
- #leftcontent li.active, .leftcontent li.active { font-weight:bold; }
- #leftcontent li:hover, .leftcontent li:hover { color:#333; background:#ddd; }
- #leftcontent a { height:100%; display:block; margin:0; padding:0 1em 0 0; float:left; }
- #rightcontent, .rightcontent { position:fixed; top:89px; left: 336px; overflow:auto }
- #controls + .leftcontent{
- top: 44px;
- }
- #emptycontent {
- font-size: 1.5em;
- font-weight: bold;
- color: #888;
- position: absolute;
- text-align: center;
- top: 50%;
- width: 100%;
- }
- /* LOG IN & INSTALLATION ------------------------------------------------------------ */
- /* Some whitespace to the top */
- #body-login #header {
- padding-top: 100px;
- }
- /* Fix background gradient */
- #body-login {
- background-attachment: fixed;
- }
- /* Dark subtle label text */
- #body-login p.info,
- #body-login form fieldset legend,
- #body-login #datadirContent label,
- #body-login form fieldset .warning-info,
- #body-login form input[type="checkbox"]+label {
- text-align: center;
- color: #ccc;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
- filter: alpha(opacity=60);
- opacity: .6;
- }
- #body-login p#message img {
- vertical-align: middle;
- padding: 5px;
- }
- #body-login div.buttons { text-align:center; }
- #body-login p.info {
- width: 22em;
- margin: 0 auto;
- padding-top: 20px;
- }
- #body-login p.info a {
- font-weight: bold;
- padding: 13px;
- margin: -13px;
- }
- #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 */
- #body-login form { width:22em; margin:2em auto 2em; padding:0; }
- #body-login form fieldset {
- margin-bottom: 20px;
- text-align: left;
- }
- #body-login form #adminaccount { margin-bottom:5px; }
- #body-login form fieldset legend, #datadirContent label {
- width: 100%;
- font-weight: bold;
- }
- #body-login #datadirContent label {
- display: block;
- margin: 0;
- }
- #body-login form #datadirField legend {
- margin-bottom: 15px;
- }
- #body-login #showAdvanced {
- padding: 13px; /* increase clickable area of Advanced dropdown */
- }
- #body-login #showAdvanced img {
- vertical-align: bottom; /* adjust position of Advanced dropdown arrow */
- margin-left: -4px;
- }
- /* Icons for username and password fields to better recognize them */
- #adminlogin, #adminpass, #user, #password { width:11.7em!important; padding-left:1.8em; }
- #adminlogin+label+img, #adminpass-icon, #user+label+img, #password-icon {
- position:absolute; left:1.25em; top:1.65em;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter:alpha(opacity=30); opacity:.3;
- }
- #adminpass-icon, #password-icon { top:1.1em; }
- input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; }
- input[name="adminpass-clone"] { padding-left:1.8em; width:11.7em !important; }
- /* General new input field look */
- #body-login input[type="text"],
- #body-login input[type="password"],
- #body-login input[type="email"] {
- border: 1px solid #323233;
- border-radius: 5px;
- }
- #body-login input[type='submit'] {
- border-radius: 5px;
- }
- /* Nicely grouping input field sets */
- #body-login .grouptop input {
- margin-bottom: 0;
- border-bottom: 0;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
- #body-login .groupmiddle input {
- margin-top: 0;
- margin-bottom: 0;
- border-top: 0;
- border-bottom: 0;
- border-radius: 0;
- box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
- }
- #body-login .groupbottom input {
- margin-top: 0;
- border-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
- }
- /* In field labels. No, HTML placeholder does not work as well. */
- #body-login .groupmiddle label, #body-login .groupbottom label { top:.65em; }
- p.infield { position:relative; }
- label.infield { cursor:text !important; top:1.05em; left:.85em; }
- #body-login form label.infield { /* labels are ellipsized when too long, keep them short */
- position:absolute; width:90%; padding-left:1.4em;
- font-size:19px; color:#aaa;
- white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
- }
- #body-login #databaseField .infield { padding-left:0; }
- #body-login form input[type="checkbox"]+label {
- position: relative;
- margin: 0;
- font-size: 1em;
- padding: 14px;
- padding-left: 28px;
- margin-left: -28px;
- }
- #body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
- #body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;}
- #body-login #remember_login:hover+label,
- #body-login #remember_login:focus+label {
- color: #fff !important;
- }
- #body-login #showAdvanced > img {
- height: 16px;
- width: 16px;
- padding: 4px;
- box-sizing: border-box;
- }
- #body-login p.info a, #body-login #showAdvanced {
- color: #ccc;
- }
- #body-login p.info a:hover, #body-login p.info a:focus {
- color: #fff;
- }
- #body-login p.info{
- white-space: nowrap;
- }
- /* Show password toggle */
- #show, #dbpassword {
- position: absolute;
- right: 1em;
- top: .8em;
- float: right;
- }
- #show, #dbpassword, #personal-show {
- display: none;
- }
- #show + label, #dbpassword + label {
- right: 21px;
- top: 15px !important;
- margin: -14px !important;
- padding: 14px !important;
- }
- #show:checked + label, #dbpassword:checked + label, #personal-show:checked + label {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
- filter: alpha(opacity=80);
- opacity: .8;
- }
- #show + label, #dbpassword + label, #personal-show + label {
- position: absolute !important;
- height: 14px;
- width: 24px;
- background-image: url("../img/actions/toggle.png");
- background-repeat: no-repeat;
- background-position: center;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
- filter: alpha(opacity=30);
- opacity: .3;
- }
- #pass2, input[name="personal-password-clone"] {
- padding: .6em 2.5em .4em .4em;
- width: 8em;
- }
- #personal-show + label {
- margin-top: 1em;
- margin-left: -3em;
- }
- #passwordbutton {
- margin-left: .5em;
- }
- /* Database selector */
- #body-login form #selectDbType { text-align:center; white-space: nowrap; }
- #body-login form #selectDbType label {
- position:static; margin:0 -3px 5px; padding:.4em;
- font-size:12px; font-weight:bold; background:#f8f8f8; color:#888; cursor:pointer;
- border: 1px solid #ddd;
- }
- #body-login form #selectDbType label.ui-state-hover, #body-login form #selectDbType label.ui-state-active { color:#000; background-color:#e8e8e8; }
- /* Warnings and errors are the same */
- #body-login .warning, #body-login .update, #body-login .error {
- display: block;
- padding: 10px;
- color: #d2322d;
- background-color: rgba(0,0,0,.3);
- text-align: left;
- border-radius: 3px;
- cursor: default;
- }
- #body-login .update {
- text-align: center;
- color: #ccc;
- }
- #body-login .update img.float-spinner {
- float: left;
- }
- #body-user .warning, #body-settings .warning {
- margin-top: 8px;
- padding: 5px;
- background: #fdd;
- border-radius: 3px;
- }
- .warning legend,
- .warning a,
- .error a {
- color: #d2322d !important;
- font-weight: bold;
- }
- .error pre {
- white-space: pre-wrap;
- text-align: left;
- }
- .error-wide {
- width: 800px;
- margin-left: -250px;
- }
- /* Fixes for log in page, TODO should be removed some time */
- #body-login .update,
- #body-login .error {
- margin: 35px auto;
- }
- #body-login .warning {
- margin: 0 7px 5px;
- }
- #body-login .warning legend {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- }
- #body-login a.warning {
- cursor: pointer;
- }
- /* Alternative Logins */
- #alternative-logins legend { margin-bottom:10px; }
- #alternative-logins li { height:40px; display:inline-block; white-space:nowrap; }
- /* Log in and install button */
- #body-login input {
- font-size: 1.5em;
- }
- #body-login input[type="text"],
- #body-login input[type="password"] {
- width: 13em;
- }
- #body-login input.login {
- width: auto;
- float: right;
- }
- #body-login input[type="submit"] {
- padding: 10px 20px; /* larger log in and installation buttons */
- }
- #remember_login {
- margin: 18px 5px 0 18px;
- vertical-align: text-bottom;
- }
- /* Sticky footer */
- #body-login .wrapper {
- min-height: 100%;
- margin: 0 auto -70px;
- width: 300px;
- }
- #body-login footer, #body-login .push {
- height: 70px;
- }
- /* NAVIGATION ------------------------------------------------------------- */
- #navigation {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- width: 80px;
- margin-top:45px;
- z-index: 75;
- background: #383c43 url('../img/noise.png') repeat;
- overflow-y: auto;
- overflow-x: hidden;
- -moz-box-sizing:border-box; box-sizing:border-box;
- /* prevent ugly selection effect on accidental selection */
- -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
- }
- #apps {
- height: 100%;
- }
- #navigation a span {
- display: block;
- text-decoration: none;
- font-size: 11px;
- text-align: center;
- color: #fff;
- white-space:nowrap; overflow:hidden; text-overflow:ellipsis; /* ellipsize long app names */
- padding-bottom: 10px;
- /* prevent shift caused by scrollbar */
- padding-left: 8px;
- width: 64px;
- }
- /* icon opacity and hover effect */
- #navigation a img,
- #navigation a span {
- /* 50% opacity when inactive */
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
- filter: alpha(opacity=50);
- opacity: .5;
- }
- #navigation a:hover img, #navigation a:focus img,
- #navigation a:hover span, #navigation a:focus span {
- /* 80% opacity when hovered or focused */
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
- filter: alpha(opacity=80);
- opacity: .8;
- }
- #navigation a.active img,
- #navigation a.active span {
- /* full opacity for the active app */
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- }
- #navigation .icon {
- display: block;
- width: 32px;
- height: 32px;
- margin-left: 24px;
- padding: 10px 0 4px;
- }
- #navigation li:first-child .icon { /* special rule for Files icon as it's first */
- padding-top: 20px;
- }
- /* Apps management as sticky footer, less obtrusive in the list */
- #navigation .wrapper {
- min-height: 100%;
- margin: 0 auto -72px;
- }
- #apps-management, #navigation .push {
- height: 72px;
- }
- #apps-management {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
- filter: alpha(opacity=60);
- opacity: .6;
- }
- #apps-management .icon {
- padding-bottom: 0;
- }
- /* USER MENU */
- #settings {
- float: right;
- margin-top: 7px;
- margin-left: 10px;
- color: #bbb;
- }
- #expand {
- padding: 15px 15px 15px 5px;
- cursor: pointer;
- font-weight: bold;
- }
- #expand:hover, #expand:focus, #expand:active { color:#fff; }
- #expand img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter:alpha(opacity=70); opacity:.7; margin-bottom:-2px; }
- #expand:hover img, #expand:focus img, #expand:active img { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
- #expanddiv {
- position:absolute; right:0; top:45px; z-index:76; display:none;
- background:#383c43 url('../img/noise.png') repeat;
- border-bottom-left-radius:7px; border-bottom:1px #333 solid; border-left:1px #333 solid;
- box-shadow:0 0 7px rgb(29,45,68);
- -moz-box-sizing: border-box; box-sizing: border-box;
- /* prevent ugly selection effect on accidental selection */
- -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
- }
- #expanddiv a {
- display: block;
- height: 40px;
- color: #fff;
- padding: 4px 12px 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
- filter: alpha(opacity=70);
- opacity: .7;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- #expanddiv a img {
- margin-bottom: -3px;
- margin-right: 6px;
- }
- #expanddiv a:hover, #expanddiv a:focus, #expanddiv a:active {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- }
- /* VARIOUS REUSABLE SELECTORS */
- .hidden { display:none; }
- .bold { font-weight:bold; }
- .center { text-align:center; }
- .inlineblock { display: inline-block; }
- #notification-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;}
- #notification, #update-notification {
- z-index: 101;
- background-color: #fc4;
- border: 0;
- padding: 0 .7em .3em;
- display: none;
- position: relative;
- top: 0;
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- }
- #notification span, #update-notification span { cursor:pointer; font-weight:bold; margin-left:1em; }
- tr .action:not(.permanent), .selectedActions a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; }
- tr:hover .action, tr .action.permanent, .selectedActions a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; }
- tr .action { width:16px; height:16px; }
- .header-action { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); opacity:.8; }
- tr:hover .action:hover, .selectedActions a:hover, .header-action:hover { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1; }
- tbody tr:hover, tr:active { background-color:#f8f8f8; }
- #body-settings h2 {
- font-size: 20px;
- font-weight: normal;
- margin-bottom: 7px;
- }
- #body-settings .personalblock, #body-settings .helpblock {
- padding: 30px;
- color: #555;
- border-top: 1px solid #ddd;
- }
- #body-settings .personalblock#quota { position:relative; padding:0; }
- #body-settings #controls+.helpblock { position:relative; margin-top:3em; }
- code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", monospace; }
- #quota div {
- padding: 0;
- background-color: rgb(220,220,220);
- font-weight: normal;
- white-space: nowrap;
- border-bottom-left-radius: 3px;
- border-top-left-radius: 3px; }
- #quotatext {padding:.6em 1em;}
- .pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }
- .pager li { display:inline-block; }
- .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow:hidden; text-overflow:ellipsis; }
- .separator { display:inline; border-left:1px solid #d3d3d3; border-right:1px solid #fff; height:10px; width:0px; margin:4px; }
- a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;padding-top:0px;padding-bottom:2px; text-decoration:none; margin-top:5px }
- .exception{color:#000;}
- .exception textarea{width:95%;height:200px;background:#ffe;border:0;}
- .ui-icon-circle-triangle-e{ background-image:url('../img/actions/play-next.svg'); }
- .ui-icon-circle-triangle-w{ background-image:url('../img/actions/play-previous.svg'); }
- .ui-datepicker-prev,.ui-datepicker-next{ border:1px solid #ddd; background:#fff; }
- /* ---- DIALOGS ---- */
- #oc-dialog-filepicker-content .dirtree {width:92%; overflow:hidden; }
- #oc-dialog-filepicker-content .dirtree .home {
- background-image:url('../img/places/home.svg');
- background-repeat:no-repeat;
- background-position: left center;
- }
- #oc-dialog-filepicker-content .dirtree span:not(:last-child) { cursor: pointer; }
- #oc-dialog-filepicker-content .dirtree span:last-child { font-weight: bold; }
- #oc-dialog-filepicker-content .dirtree span:not(:last-child)::after { content: '>'; padding: 3px;}
- #oc-dialog-filepicker-content .filelist {
- overflow-y:auto;
- max-height: 300px;
- background-color:white;
- width:100%;
- }
- #oc-dialog-filepicker-content .filelist li {
- position: relative;
- }
- #oc-dialog-filepicker-content .filelist .filename {
- position: absolute;
- top: 8px;
- }
- #oc-dialog-filepicker-content .filelist img {
- margin: 2px 1em 0 4px;
- }
- #oc-dialog-filepicker-content .filelist .date {
- float: right;
- margin-right: 1em;
- margin-top: 8px;
- }
- #oc-dialog-filepicker-content .filepicker_element_selected { background-color:lightblue;}
- .ui-dialog {position:fixed !important;}
- span.ui-icon {float: left; margin: 3px 7px 30px 0;}
- .loading { background: url('../img/loading.gif') no-repeat center; cursor: wait; }
- .loading-small { background: url('../img/loading-small.gif') no-repeat center; cursor: wait; }
- .move2trash { /* decrease spinner size */
- width: 16px;
- height: 16px;
- }
- /* ---- TAGS ---- */
- #tagsdialog .content {
- width: 100%; height: 280px;
- }
- #tagsdialog .scrollarea {
- overflow:auto; border:1px solid #ddd;
- width: 100%; height: 240px;
- }
- #tagsdialog .bottombuttons {
- width: 100%; height: 30px;
- }
- #tagsdialog .bottombuttons * { float:left;}
- #tagsdialog .taglist 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; }
- #tagsdialog .taglist li:hover, #tagsdialog .taglist li:active { background:#eee; }
- #tagsdialog .addinput { width: 90%; clear: both; }
- /* ---- APP SETTINGS - LEGACY, DO NOT USE THE POPUP! ---- */
- .popup {
- background-color: #fff;
- border-radius: 3px;
- box-shadow: 0 0 10px #aaa;
- color: #333;
- padding: 10px;
- position: fixed !important;
- z-index: 100;
- }
- .popup.topright { top:7em; right:1em; }
- .popup.bottomleft { bottom:1em; left:33em; }
- .popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; }
- .popup h2 { font-weight:bold; font-size:1.2em; }
- .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; }
- .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); }
- .arrow.up { top:-8px; right:6px; }
- .arrow.down { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }
- .help-includes {
- overflow: hidden;
- width: 100%;
- height: 100%;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding-top: 44px;
- }
- .help-iframe {width: 100%; height: 100%; margin: 0;padding: 0; border: 0; overflow: auto;}
- /* ---- BREADCRUMB ---- */
- div.crumb {
- float: left;
- display: block;
- background: url('../img/breadcrumb.svg') no-repeat right center;
- height: 44px;
- }
- div.crumb a,
- div.crumb span {
- position: relative;
- top: 12px;
- padding: 14px 24px 14px 17px;
- color: #555;
- }
- div.crumb:first-child a {
- position: relative;
- top: 13px;
- }
- div.crumb.last {
- font-weight: bold;
- margin-right: 10px;
- }
- /* some feedback for hover/tap on breadcrumbs */
- div.crumb:hover,
- div.crumb:focus,
- div.crumb:active {
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
- filter:alpha(opacity=70);
- opacity:.7;
- }
|