diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-17 02:19:08 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-17 02:19:08 +0200 |
commit | 078664bc34403bf18e0ae6ea3e0ccba308cf8df6 (patch) | |
tree | d3561bdc7b6577121a79cf686fad7be6247f906e /pyload/webui/themes/default/css | |
parent | New theme Estate (diff) | |
download | pyload-078664bc34403bf18e0ae6ea3e0ccba308cf8df6.tar.xz |
[themes] Code cosmetics
Diffstat (limited to 'pyload/webui/themes/default/css')
-rw-r--r-- | pyload/webui/themes/default/css/MooDialog.css | 108 | ||||
-rw-r--r-- | pyload/webui/themes/default/css/default.css | 142 | ||||
-rw-r--r-- | pyload/webui/themes/default/css/log.css | 64 | ||||
-rw-r--r-- | pyload/webui/themes/default/css/pathchooser.css | 56 | ||||
-rw-r--r-- | pyload/webui/themes/default/css/window.css | 102 |
5 files changed, 236 insertions, 236 deletions
diff --git a/pyload/webui/themes/default/css/MooDialog.css b/pyload/webui/themes/default/css/MooDialog.css index d26bf2ff2..1e2ae68aa 100644 --- a/pyload/webui/themes/default/css/MooDialog.css +++ b/pyload/webui/themes/default/css/MooDialog.css @@ -1,91 +1,91 @@ /* Created by Arian Stolwijk <http://www.aryweb.nl> */ .MooDialog { -/* position: fixed;*/ - margin: 0 auto 0 -350px; - width:600px; - padding:14px; - left:50%; - top: 100px; +/* position: fixed;*/ + margin: 0 auto 0 -350px; + width:600px; + padding:14px; + left:50%; + top: 100px; - position: absolute; - left: 50%; - z-index: 50000; + position: absolute; + left: 50%; + z-index: 50000; - background: #eef5f8; - color: black; - border-radius: 7px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; - border-radius: 7px; - -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8); - -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8); - box-shadow: 1px 1px 5px rgba(0,0,0,0.8); + background: #eef5f8; + color: black; + border-radius: 7px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; + border-radius: 7px; + -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.8); + -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.8); + box-shadow: 1px 1px 5px rgba(0,0,0,0.8); } .MooDialogTitle { - padding-top: 30px; + padding-top: 30px; } .MooDialog .title { - position: absolute; - top: 0; - left: 0; - right: 0; - padding: 3px 20px; - background: #b7c4dc; - border-bottom: 1px solid #a1aec5; - font-weight: bold; - text-shadow: 1px 1px 0 #fff; - color: black; - border-radius: 7px; - -moz-border-radius: 7px; - -webkit-border-radius: 7px; + position: absolute; + top: 0; + left: 0; + right: 0; + padding: 3px 20px; + background: #b7c4dc; + border-bottom: 1px solid #a1aec5; + font-weight: bold; + text-shadow: 1px 1px 0 #fff; + color: black; + border-radius: 7px; + -moz-border-radius: 7px; + -webkit-border-radius: 7px; } .MooDialog .close { - background: url(../img/MooDialog/dialog-close.png) no-repeat; - width: 16px; - height: 16px; - display: block; - cursor: pointer; - top: -5px; - left: -5px; - position: absolute; + background: url(../img/MooDialog/dialog-close.png) no-repeat; + width: 16px; + height: 16px; + display: block; + cursor: pointer; + top: -5px; + left: -5px; + position: absolute; } .MooDialog .buttons { - text-align: right; - margin: 0; - padding: 0; - border: 0; - background: none; + text-align: right; + margin: 0; + padding: 0; + border: 0; + background: none; } .MooDialog .iframe { - width: 100%; - height: 100%; + width: 100%; + height: 100%; } .MooDialog .textInput { - width: 200px; - float: left; + width: 200px; + float: left; } .MooDialog .MooDialogAlert, .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPrompt, .MooDialog .MooDialogError { - background: url(../img/MooDialog/dialog-warning.png) no-repeat; - padding-left: 40px; - min-height: 40px; + background: url(../img/MooDialog/dialog-warning.png) no-repeat; + padding-left: 40px; + min-height: 40px; } .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPromt { - background: url(../img/MooDialog/dialog-question.png) no-repeat; + background: url(../img/MooDialog/dialog-question.png) no-repeat; } .MooDialog .MooDialogError { - background: url(../img/MooDialog/dialog-error.png) no-repeat; + background: url(../img/MooDialog/dialog-error.png) no-repeat; } diff --git a/pyload/webui/themes/default/css/default.css b/pyload/webui/themes/default/css/default.css index 795c24d93..f5078bfbb 100644 --- a/pyload/webui/themes/default/css/default.css +++ b/pyload/webui/themes/default/css/default.css @@ -244,7 +244,7 @@ a.logout { } a.info { - background:transparent url(../img/user-info.png) 0px 1px no-repeat; + background:transparent url(../img/user-info.png) 0px 1px no-repeat; } a.admin { @@ -640,68 +640,68 @@ td p { .setfield { - display: table-cell; + display: table-cell; } ul.tabs li a { - padding: 5px 16px 4px 15px; - border: none; - font-weight: bold; + padding: 5px 16px 4px 15px; + border: none; + font-weight: bold; - border-radius: 5px 5px 0 0; - -moz-border-radius: 5px 5px 0 0; + border-radius: 5px 5px 0 0; + -moz-border-radius: 5px 5px 0 0; } #tabs span { - display: none; + display: none; } #tabs span.selected { - display: inline; + display: inline; } #tabsback { - background-color: #525252; - margin: 2px 0 0; - padding: 6px 4px 1px 4px; + background-color: #525252; + margin: 2px 0 0; + padding: 6px 4px 1px 4px; - border-top-right-radius: 30px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 30px; - -moz-border-radius-topleft: 3px; + border-top-right-radius: 30px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 30px; + -moz-border-radius-topleft: 3px; } ul.tabs { - list-style-type: none; - margin:0; - padding: 0 40px 0 0; + list-style-type: none; + margin:0; + padding: 0 40px 0 0; } ul.tabs li { - display: inline; - margin-left: 8px; + display: inline; + margin-left: 8px; } ul.tabs li a { - color: #42454a; - background-color: #eaeaea; - border: 1px none #c9c3ba; - margin: 0; - text-decoration: none; + color: #42454a; + background-color: #eaeaea; + border: 1px none #c9c3ba; + margin: 0; + text-decoration: none; - outline: 0; + outline: 0; - padding: 5px 16px 4px 15px; - font-weight: bold; + padding: 5px 16px 4px 15px; + font-weight: bold; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; @@ -710,84 +710,84 @@ ul.tabs li a ul.tabs li a.selected, ul.tabs li a:hover { - color: #000; - background-color: white; + color: #000; + background-color: white; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -moz-border-radius-bottomleft: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -moz-border-radius-bottomleft: 0; } ul.tabs li a:hover { - background-color: #f1f4ee; + background-color: #f1f4ee; } ul.tabs li a.selected { - font-weight: bold; - background-color: #525252; - padding-bottom: 5px; - color: white; + font-weight: bold; + background-color: #525252; + padding-bottom: 5px; + color: white; } #tabs-body { - position: relative; - overflow: hidden; + position: relative; + overflow: hidden; } span.tabContent { - border: 2px solid #525252; - margin: 0; - padding: 0; - padding-bottom: 10px; + border: 2px solid #525252; + margin: 0; + padding: 0; + padding-bottom: 10px; } #tabs-body > span { - display: none; + display: none; } #tabs-body > span.active { - display: block; + display: block; } .hide { - display: none; + display: none; } .settable { - margin: 20px; - border: none; + margin: 20px; + border: none; } .settable td { - border: none; - margin: 0; - padding: 5px; + border: none; + margin: 0; + padding: 5px; } .settable th{ - padding-bottom: 8px; + padding-bottom: 8px; } .settable.wide td , .settable.wide th { - padding-left: 15px; - padding-right: 15px; + padding-left: 15px; + padding-right: 15px; } /*settings navbar*/ ul.nav { - margin: -30px 0 0; - padding: 0; + margin: -30px 0 0; + padding: 0; list-style: none; - position: absolute; + position: absolute; } @@ -798,11 +798,11 @@ ul.nav li { } ul.nav > li a { - background: white; - -moz-border-radius: 4px 4px 4px 4px; - border: 1px solid #C9C3BA; - border-bottom: medium none; - color: black; + background: white; + -moz-border-radius: 4px 4px 4px 4px; + border: 1px solid #C9C3BA; + border-bottom: medium none; + color: black; } ul.nav ul { @@ -817,7 +817,7 @@ ul.nav ul { -webkit-box-shadow: 1px 1px 5px #AAA; -moz-box-shadow: 1px 1px 5px #AAA; box-shadow: 1px 1px 5px #AAA; - cursor: pointer; + cursor: pointer; } ul.nav .open { @@ -888,15 +888,15 @@ ul.nav ul ul { } table.system { - border: none; - margin-left: 10px; + border: none; + margin-left: 10px; } table.system td { - border: none + border: none } table.system tr > td:first-child { - font-weight: bold; - padding-right: 10px; + font-weight: bold; + padding-right: 10px; } diff --git a/pyload/webui/themes/default/css/log.css b/pyload/webui/themes/default/css/log.css index 26449b244..33e67397d 100644 --- a/pyload/webui/themes/default/css/log.css +++ b/pyload/webui/themes/default/css/log.css @@ -1,71 +1,71 @@ html, body, #content { - height: 100%; + height: 100%; } #body-wrapper { - height: 70%; + height: 70%; } .logdiv { - height: 90%; - width: 100%; - overflow: auto; - border: 2px solid #CCC; - outline: 1px solid #666; - background-color: #FFE; - margin-right: auto; - margin-left: auto; + height: 90%; + width: 100%; + overflow: auto; + border: 2px solid #CCC; + outline: 1px solid #666; + background-color: #FFE; + margin-right: auto; + margin-left: auto; } .logform { - display: table; - margin: 0 auto 0 auto; - padding-top: 5px; + display: table; + margin: 0 auto 0 auto; + padding-top: 5px; } .logtable { - margin: 0px; + margin: 0px; } .logtable td { - border: none; - white-space: nowrap; + border: none; + white-space: nowrap; - font-family: monospace; - font-size: 16px; - margin: 0px; - padding: 0px 10px 0px 10px; - line-height: 110%; + font-family: monospace; + font-size: 16px; + margin: 0px; + padding: 0px 10px 0px 10px; + line-height: 110%; } td.logline { - background-color: #EEE; - text-align:right; - padding: 0px 5px 0px 5px; + background-color: #EEE; + text-align:right; + padding: 0px 5px 0px 5px; } td.loglevel { - text-align:right; + text-align:right; } .logperpage { - float: right; - padding-bottom: 8px; + float: right; + padding-bottom: 8px; } .logpaginator { - float: left; - padding-top: 5px; + float: left; + padding-top: 5px; } .logpaginator a { - padding: 0px 8px 0px 8px; + padding: 0px 8px 0px 8px; } .logwarn { - text-align: center; - color: red; + text-align: center; + color: red; } diff --git a/pyload/webui/themes/default/css/pathchooser.css b/pyload/webui/themes/default/css/pathchooser.css index 894cc335e..204812aa1 100644 --- a/pyload/webui/themes/default/css/pathchooser.css +++ b/pyload/webui/themes/default/css/pathchooser.css @@ -1,68 +1,68 @@ table { - width: 90%; - border: 1px dotted #888888; - font-family: sans-serif; - font-size: 10pt; + width: 90%; + border: 1px dotted #888888; + font-family: sans-serif; + font-size: 10pt; } th { - background-color: #525252; - color: #E0E0E0; + background-color: #525252; + color: #E0E0E0; } table, tr, td { - background-color: #F0F0F0; + background-color: #F0F0F0; } a, a:visited { - text-decoration: none; - font-weight: bold; + text-decoration: none; + font-weight: bold; } #paths { - width: 90%; - text-align: left; + width: 90%; + text-align: left; } .file_directory { - color: #c0c0c0; + color: #c0c0c0; } .path_directory { - color: #3c3c3c; + color: #3c3c3c; } .file_file { - color: #3c3c3c; + color: #3c3c3c; } .path_file { - color: #c0c0c0; + color: #c0c0c0; } .parentdir { - color: #000000; - font-size: 10pt; + color: #000000; + font-size: 10pt; } .name { - text-align: left; + text-align: left; } .size { - text-align: right; + text-align: right; } .type { - text-align: left; + text-align: left; } .mtime { - text-align: center; + text-align: center; } .path_abs_rel { - color: #3c3c3c; - text-decoration: none; - font-weight: bold; - font-family: sans-serif; - font-size: 10pt; + color: #3c3c3c; + text-decoration: none; + font-weight: bold; + font-family: sans-serif; + font-size: 10pt; } .path_abs_rel a { - color: #3c3c3c; - font-style: italic; + color: #3c3c3c; + font-style: italic; } diff --git a/pyload/webui/themes/default/css/window.css b/pyload/webui/themes/default/css/window.css index 12829868b..b469b4259 100644 --- a/pyload/webui/themes/default/css/window.css +++ b/pyload/webui/themes/default/css/window.css @@ -1,73 +1,73 @@ /* ----------- stylized ----------- */ .window_box h1{ - font-size:14px; - font-weight:bold; - margin-bottom:8px; + font-size:14px; + font-weight:bold; + margin-bottom:8px; } .window_box p{ - font-size:11px; - color:#666666; - margin-bottom:20px; - border-bottom:solid 1px #b7ddf2; - padding-bottom:10px; + font-size:11px; + color:#666666; + margin-bottom:20px; + border-bottom:solid 1px #b7ddf2; + padding-bottom:10px; } .window_box label{ - display:block; - font-weight:bold; - text-align:right; - width:240px; - float:left; + display:block; + font-weight:bold; + text-align:right; + width:240px; + float:left; } .window_box .small{ - color:#666666; - display:block; - font-size:11px; - font-weight:normal; - text-align:right; - width:240px; + color:#666666; + display:block; + font-size:11px; + font-weight:normal; + text-align:right; + width:240px; } .window_box select, .window_box input{ - float:left; - font-size:12px; - padding:4px 2px; - border:solid 1px #aacfe4; - width:300px; - margin:2px 0 20px 10px; + float:left; + font-size:12px; + padding:4px 2px; + border:solid 1px #aacfe4; + width:300px; + margin:2px 0 20px 10px; } .window_box .cont{ - float:left; - font-size:12px; - padding: 0px 10px 15px 0px; - width:300px; - margin:0px 0px 0px 10px; + float:left; + font-size:12px; + padding: 0px 10px 15px 0px; + width:300px; + margin:0px 0px 0px 10px; } .window_box .cont input{ - float: none; - margin: 0px 15px 0px 1px; + float: none; + margin: 0px 15px 0px 1px; } .window_box textarea{ - float:left; - font-size:12px; - padding:4px 2px; - border:solid 1px #aacfe4; - width:300px; - margin:2px 0 20px 10px; + float:left; + font-size:12px; + padding:4px 2px; + border:solid 1px #aacfe4; + width:300px; + margin:2px 0 20px 10px; } .window_box button, .styled_button{ - clear:both; - margin-left:150px; - width:125px; - height:31px; - background:#666666 url(../img/button.png) no-repeat; - text-align:center; - line-height:31px; - color:#FFFFFF; - font-size:11px; - font-weight:bold; - border: 0px; + clear:both; + margin-left:150px; + width:125px; + height:31px; + background:#666666 url(../img/button.png) no-repeat; + text-align:center; + line-height:31px; + color:#FFFFFF; + font-size:11px; + font-weight:bold; + border: 0px; } .styled_button { - margin-left: 15px; - cursor: pointer; + margin-left: 15px; + cursor: pointer; } |