diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-20 23:23:16 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-20 23:23:16 +0100 |
commit | 2bc9c97d3096c5a8df415c28aeb67a3c84ac15e6 (patch) | |
tree | 9eaf6ec13167d6df08bc17dd1063ba52759b8bd6 /pyload/webui/themes/clearbright/css/pathchooser.css | |
parent | [ClickAndLoad] Rewritten (diff) | |
download | pyload-2bc9c97d3096c5a8df415c28aeb67a3c84ac15e6.tar.xz |
Rename theme clearbright to bright
Diffstat (limited to 'pyload/webui/themes/clearbright/css/pathchooser.css')
-rw-r--r-- | pyload/webui/themes/clearbright/css/pathchooser.css | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/pyload/webui/themes/clearbright/css/pathchooser.css b/pyload/webui/themes/clearbright/css/pathchooser.css deleted file mode 100644 index 204812aa1..000000000 --- a/pyload/webui/themes/clearbright/css/pathchooser.css +++ /dev/null @@ -1,68 +0,0 @@ -table { - width: 90%; - border: 1px dotted #888888; - font-family: sans-serif; - font-size: 10pt; -} - -th { - background-color: #525252; - color: #E0E0E0; -} - -table, tr, td { - background-color: #F0F0F0; -} - -a, a:visited { - text-decoration: none; - font-weight: bold; -} - -#paths { - width: 90%; - text-align: left; -} - -.file_directory { - color: #c0c0c0; -} -.path_directory { - color: #3c3c3c; -} -.file_file { - color: #3c3c3c; -} -.path_file { - color: #c0c0c0; -} - -.parentdir { - color: #000000; - font-size: 10pt; -} -.name { - text-align: left; -} -.size { - text-align: right; -} -.type { - text-align: left; -} -.mtime { - text-align: center; -} - -.path_abs_rel { - color: #3c3c3c; - text-decoration: none; - font-weight: bold; - font-family: sans-serif; - font-size: 10pt; -} - -.path_abs_rel a { - color: #3c3c3c; - font-style: italic; -} |