252 lines
9.1 KiB
CSS
252 lines
9.1 KiB
CSS
* { margin:0; padding:0; border:0; }
|
|
body { background:#fefefe url('../img/body_background.jpg') repeat-y left top; font:normal 80%/1.6em "Lucida Grande", Arial, Verdana, sans-serif; color:#000; }
|
|
#header { position:fixed; top:0; z-index:100; width:100%; height:2.5em; padding:0.5em 1.5em; background:url('../img/header-a.png') repeat-x left top; }
|
|
#body-settings #header { background-image:url('../img/header-settings-a.png'); }
|
|
#owncloud { float:left; margin:0 0 0 2em; }
|
|
h1 { margin:1em 3em 1em 0; border-bottom:1px solid #666; text-transform:uppercase; font-weight:normal; font-style:italic; color:#666; }
|
|
p.center { text-align:center; }
|
|
a { color:#000; text-decoration:none; }
|
|
|
|
form#user_settings { max-width:600px; }
|
|
form#user_settings p label { display:block; float:left; width:35%; padding:0.4em 0.5em 0 0; text-align:right; }
|
|
form p { padding:0.5em 4em 0.5em 0.5em; text-align:left; }
|
|
form p.form_footer { margin:1em 0 0 0; text-align:right; }
|
|
form label { cursor:pointer; }
|
|
form input { padding:0.2em; border:1px solid #ddd; font-size:1.2em; }
|
|
form input[type="submit"] { padding:0.1em 1em; border:1px solid #999; font-weight:bold; font-size:0.9em; cursor:pointer; }
|
|
form input[type="submit"]:hover, form input[type="submit"]:focus { border:1px solid #999; background-color:#999; outline:0; }
|
|
form input[type="submit"]:active { outline:0; }
|
|
form input[type="button"], form input[type="text"] { font-size: 0.9em; }
|
|
fieldset { padding:1em; background-color:#f7f7f7; border:1px solid #ddd; max-width:600px; margin:2em 2em 2em 3em; }
|
|
legend { padding: 0.5em; font-size:1.2em; }
|
|
|
|
div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:100 }
|
|
|
|
/* LOG IN & INSTALLATION ------------------------------------------------------------ */
|
|
#body-login { width:100%; background-image:none; background-color:#ddd; }
|
|
#body-login p.info { width:16em; margin:4em auto; padding:1em; background-color:#eee; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
|
|
|
|
#login
|
|
{
|
|
margin: 0 auto 0 auto;
|
|
padding: 2em 0 0 0;
|
|
background-image: url(../img/header-login.png);
|
|
background-position: left 0;
|
|
background-repeat: repeat-x;
|
|
background-color: #EEE;
|
|
border-bottom: 1px solid #FFF;
|
|
text-align: center;
|
|
}
|
|
|
|
#login_form
|
|
{
|
|
width: 20em;
|
|
margin: 4em auto;
|
|
padding: 0;
|
|
}
|
|
|
|
#login_form fieldset
|
|
{
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
#login_form fieldset p
|
|
{
|
|
margin: 0.5em 0 0 0;
|
|
padding: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
#login_form fieldset p.submit
|
|
{
|
|
margin: 2em 0 0 0;
|
|
padding: 1em 0 0 0;
|
|
border-top: 1px solid #DDD;
|
|
text-align: right;
|
|
}
|
|
|
|
#login_form label
|
|
{
|
|
font-size: 1em;
|
|
color: #666;
|
|
}
|
|
|
|
#login_form input
|
|
{
|
|
width: 100%;
|
|
margin: 0 0 0.5em 0;
|
|
padding: 0.5em;
|
|
border: 1px solid #DDD;
|
|
-moz-border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
border-radius: 15px;
|
|
font-size: 1.5em;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|
|
|
|
#login_form input[type=submit]
|
|
{
|
|
width: auto;
|
|
margin: 1em 0 0 0.5em;
|
|
text-align: center;
|
|
border: 1px solid #DDD;
|
|
background-color: #FFF;
|
|
-moz-border-radius: 15px;
|
|
-webkit-border-radius: 15px;
|
|
border-radius: 15px;
|
|
font-size: 1.5em
|
|
}
|
|
|
|
#login_form input[type=submit]:hover
|
|
{
|
|
border: 1px solid #666;
|
|
background-color: #666;
|
|
color: #FFF;
|
|
}
|
|
#login_form input[type="checkbox"]
|
|
{
|
|
width:15px;
|
|
}
|
|
|
|
#setup_form {
|
|
margin: 3em auto;
|
|
text-align: left;
|
|
width: 720px;
|
|
}
|
|
|
|
#setup_form #use_mysql {
|
|
font-size: 0.9em;
|
|
margin: 0 0 0 1em;
|
|
}
|
|
|
|
#setup_form p.intro {
|
|
color: #666;
|
|
font-size: 1.3em;
|
|
margin: 4em 0 3em 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
#setup_form ul.errors {
|
|
background-image: url(images/no.png);
|
|
background-position: 1em 1em;
|
|
background-repeat: no-repeat;
|
|
background-color: #FED7D7;
|
|
border: 1px solid #F00;
|
|
font-size: 1.2em;
|
|
list-style-indent: inside;
|
|
margin: 0 0 4em 0;
|
|
padding: 1em 1em 1em 5em;
|
|
}
|
|
|
|
#setup_form fieldset {
|
|
margin: 0 0 3em 0;
|
|
}
|
|
|
|
#setup_form p {
|
|
line-height: 1.8em;
|
|
}
|
|
|
|
#setup_form legend {
|
|
font-weight: normal;
|
|
}
|
|
|
|
#setup_form label {
|
|
cursor: pointer;
|
|
display: block;
|
|
float: left;
|
|
margin: 0 0 0.2em 0;
|
|
text-align: right;
|
|
width: 40%;
|
|
}
|
|
|
|
#setup_form input[type='text'],
|
|
#setup_form input[type='password'] {
|
|
font-size: 1em;
|
|
margin: 0 0 0 0.5em;
|
|
padding: 0.3em;
|
|
}
|
|
|
|
#setup_form input[type='radio'] {
|
|
margin: 0 0 0 1em;
|
|
}
|
|
|
|
#setup_form input[type='submit'] {
|
|
background-color: #DDD;
|
|
border: 1px solid #999;
|
|
color: #666;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
#setup_form input[type='submit']:hover {
|
|
border-color: #000;
|
|
color: #000;
|
|
}
|
|
|
|
#setup_form p.submit {
|
|
padding: 0 0 1em 0;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
.prettybutton { margin:0.1em; padding:0.2em 0.5em; border:1px solid #ddd; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; font-size:1.5em; text-decoration:none; color:#666; background-color:#fff; }
|
|
.prettybutton:hover, .prettybutton:focus { background-color:#ccc; outline:0; }
|
|
|
|
/* META NAVIGATION (Settings, Log out) ---------------------------------------------------------------- */
|
|
#metanav { float:right; position:relative; top:0.5em; right:2.5em; list-style:none; margin:0; padding:0; }
|
|
#metanav li { display:inline; }
|
|
#metanav li a { margin:.1em; padding:1em; }
|
|
#metanav li a:hover, #metanav li a:focus { background:rgba(0,0,0,.5); -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; outline:0; box-shadow:#555 0 1px 0; -moz-box-shadow:#555 0 1px 0; -webkit-box-shadow:#555 0 1px 0; }
|
|
#metanav li a img { vertical-align:middle; }
|
|
|
|
/* SEARCH --------------------------------------------------------------------- */
|
|
form.searchbox { display:inline; position:fixed; top:1em; right:10em; margin:0; padding:0; }
|
|
|
|
/* NAVIGATION ------------------------------------------------------------- */
|
|
#plugins { position:fixed; top:3.5em; float:left; width:15.7em; padding:0; z-index:100; }
|
|
#plugins ul { list-style-type:none; border-top:1px solid #ccc; }
|
|
#plugins a { display:block; padding:0.5em 0.5em 0.5em 3em; background-position:1.5em center; background-repeat:no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; }
|
|
#plugins a.active, #plugins a:hover, #plugins a:focus, #plugins a.selected { background-color:#ccc; border-top:1px solid #ccc; border-bottom:1px solid #ccc; color:#000; outline:0; }
|
|
#plugins a:active { outline:0; }
|
|
#plugins .subentry { background-color:#ddd; border-top:1px solid #aaa; border-bottom:1px solid #ccc; color:#000; outline:0; }
|
|
#plugins .subentry.active { background-color:#bbb; border-top:1px solid #aaa; border-bottom:1px solid #ccc; color:#000; outline:0; }
|
|
|
|
/* CONTENT ------------------------------------------------------------------ */
|
|
#content { margin:3.5em 0 0 15.7em; }
|
|
|
|
|
|
/* NAVIGATION BAR */
|
|
span.nav { display:block; float:left; /*margin-right:55em;*/ }
|
|
span.nav a { padding:0.5em 1.5em 0.5em 0.5em; background-position:right center; background-repeat:no-repeat; background-image:url('../img/arrow.png'); text-decoration:none; }
|
|
span.nav a img { height:16px; vertical-align:text-top; }
|
|
|
|
/* ACTIONS BAR */
|
|
p.actions, div.actions { padding:7px; float:right; margin-right:16em; }
|
|
p.actions a, div.actions a { padding:0.5em 0.5em 0.5em 3em; background-position:1em center; background-repeat:no-repeat; background-image:url('../img/action.png'); border-right:1px solid #eee; text-decoration:none; color:#333; }
|
|
p.actions a:hover, p.actions a:focus, div.actions a:hover, div.actions a:focus { background-color:#eee; color:#000; outline:0; }
|
|
p.actions a:active, div.actions a:active { outline:0; }
|
|
p.actions a.new-dir, div.actions a.new-dir { background-image:url('../img/folder-new.png'); }
|
|
p.actions a.download, div.actions a.download { background-image:url('../img/download.png'); }
|
|
p.actions a.delete, div.actions a.delete { background-image:url('../img/delete.png'); }
|
|
|
|
/* USER SETTINGS ------------------------------------------------------------ */
|
|
#quota_indicator { margin:0 4em 1em 0; padding:0; border:1px solid #ddd; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
|
|
#quota_indicator div { background-color:#76A9EA; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
|
|
|
|
/* PAGER ------------------------------------------------------------ */
|
|
.pager tr td { border-bottom:0px; }
|
|
.pager tr td a { text-decoration:none; color:#666666; font-size:0.9em; text-align:center; }
|
|
|
|
/* LOGS --------------------------------------------------------------------- */
|
|
#logs_options { width:auto; margin:0; }
|
|
#logs_options p { padding:0.5em; text-align:left; }
|
|
#logs_options span { margin:0 2em 0 0.5em; font-weight:bold; }
|
|
#logs_options label { margin:0 1em 0 0; }
|
|
#logs_options input[type="submit"] { float:right; margin:0 2em 0 0; }
|
|
#logs_options input[type="submit"].nofloat { float:none; margin:0 2em 0 0; }
|
|
#logs_options input[type="text"] { margin:0; padding:0; border:1px solid #ccc; text-align:right; }
|
|
li.error{ list-style:none; width:640px; margin:4em auto; padding:1em 1em 1em 4em; background-color:#fee; background-image:url('../img/task-attention.png'); background-position:0.8em 0.8em; background-repeat:no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
|