diff options
Diffstat (limited to 'pyload/webui/themes/estate/css')
-rw-r--r-- | pyload/webui/themes/estate/css/MooDialog.css | 94 | ||||
-rw-r--r-- | pyload/webui/themes/estate/css/log.css | 64 | ||||
-rw-r--r-- | pyload/webui/themes/estate/css/pathchooser.css | 56 | ||||
-rw-r--r-- | pyload/webui/themes/estate/css/window.css | 96 |
4 files changed, 155 insertions, 155 deletions
diff --git a/pyload/webui/themes/estate/css/MooDialog.css b/pyload/webui/themes/estate/css/MooDialog.css index 8a555ac2c..7d6e38ece 100644 --- a/pyload/webui/themes/estate/css/MooDialog.css +++ b/pyload/webui/themes/estate/css/MooDialog.css @@ -1,85 +1,85 @@ /* 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-color: #E44424; - color: black; + background-color: #E44424; + color: black; opacity:0.9; } .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/control_cancel.png) no-repeat; - width: 16px; - height: 16px; - display: block; - cursor: pointer; - top: -5px; - left: -5px; - position: absolute; + background: url(../img/control_cancel.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/estate/css/log.css b/pyload/webui/themes/estate/css/log.css index af2ea4fe8..c2f21b506 100644 --- a/pyload/webui/themes/estate/css/log.css +++ b/pyload/webui/themes/estate/css/log.css @@ -1,72 +1,72 @@ 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; }
\ No newline at end of file diff --git a/pyload/webui/themes/estate/css/pathchooser.css b/pyload/webui/themes/estate/css/pathchooser.css index 894cc335e..204812aa1 100644 --- a/pyload/webui/themes/estate/css/pathchooser.css +++ b/pyload/webui/themes/estate/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/estate/css/window.css b/pyload/webui/themes/estate/css/window.css index 8b9a69b8c..40c1aadca 100644 --- a/pyload/webui/themes/estate/css/window.css +++ b/pyload/webui/themes/estate/css/window.css @@ -1,70 +1,70 @@ /* ----------- stylized ----------- */ .window_box h1{ - margin-bottom:8px; + margin-bottom:8px; } .window_box p{ - font-size:11px; - color:#FFFFFF; - margin-bottom:20px; - border-bottom:solid 1px #b7ddf2; - padding-bottom:10px; + font-size:11px; + color:#FFFFFF; + 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:#FFFFFF; - display:block; - font-size:11px; - font-weight:normal; - text-align:right; - width:240px; + color:#FFFFFF; + 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; - width:300px; - margin:2px 0 20px 10px; + float:left; + font-size:12px; + padding:4px 2px; + 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; - color:#FFFFFF; + float:left; + font-size:12px; + padding: 0px 10px 15px 0px; + width:300px; + margin:0px 0px 0px 10px; + color:#FFFFFF; } .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; - width:300px; - margin:2px 0 20px 10px; + float:left; + font-size:12px; + padding:4px 2px; + width:300px; + margin:2px 0 20px 10px; } .window_box button, .styled_button{ - clear:both; - margin-left:150px; - width:125px; - height:31px; - background: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: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; } |