diff --git a/data/themes/django/wcs.css b/data/themes/django/wcs.css deleted file mode 100644 index ca8980cf1..000000000 --- a/data/themes/django/wcs.css +++ /dev/null @@ -1,12 +0,0 @@ -@import url(../../qo/css/sofresh.css); - -#page { - -webkit-transform: rotate(2deg); - -webkit-transition: all 200ms ease-out; - -webkit-filter: grayscale(100%); -} - -#page:hover { - -webkit-transform: rotate(0deg); - -webkit-filter: none; -} diff --git a/data/web/css/wcs.css b/data/web/css/wcs.css deleted file mode 100644 index e78e7de2e..000000000 --- a/data/web/css/wcs.css +++ /dev/null @@ -1,2 +0,0 @@ -@import url(sofresh.css); - diff --git a/wcs/qommon/static/css/img/footer.jpg b/wcs/qommon/static/css/img/footer.jpg deleted file mode 100644 index a1c8131c3..000000000 Binary files a/wcs/qommon/static/css/img/footer.jpg and /dev/null differ diff --git a/wcs/qommon/static/css/img/h2.png b/wcs/qommon/static/css/img/h2.png deleted file mode 100644 index add8cb6dd..000000000 Binary files a/wcs/qommon/static/css/img/h2.png and /dev/null differ diff --git a/wcs/qommon/static/css/img/li.png b/wcs/qommon/static/css/img/li.png deleted file mode 100644 index 01f038acf..000000000 Binary files a/wcs/qommon/static/css/img/li.png and /dev/null differ diff --git a/wcs/qommon/static/css/img/page.png b/wcs/qommon/static/css/img/page.png deleted file mode 100644 index b43691525..000000000 Binary files a/wcs/qommon/static/css/img/page.png and /dev/null differ diff --git a/wcs/qommon/static/css/img/top.jpg b/wcs/qommon/static/css/img/top.jpg deleted file mode 100644 index bab94c32c..000000000 Binary files a/wcs/qommon/static/css/img/top.jpg and /dev/null differ diff --git a/wcs/qommon/static/css/sofresh.css b/wcs/qommon/static/css/sofresh.css deleted file mode 100644 index e01f0ff8b..000000000 --- a/wcs/qommon/static/css/sofresh.css +++ /dev/null @@ -1,332 +0,0 @@ -@import url(/static/xstatic/themes/smoothness/jquery-ui.min.css); -@import url(qommon.css); -/* derived from soFresh, a DotClear theme by Maurice Svay (GPL) - * http://www.svay.com/files/soFresh/theme-sofresh-1.2.zip */ - -html, body { - font-family: sans-serif; - text-align: center; - background: #eee; - color: black; -} - -div#page { - width: 800px; - margin: 2em auto; - text-align: justify; - background: white url(img/page.png) repeat-y; - color: black; -} - -#top { - color: #09F; - background: #FFF url(img/top.jpg) no-repeat; - height: 100px; - margin: 0; -} - -#top h1 { - margin: 0; - padding-left: 30px; - padding-right: 30px; - line-height: 100px; - height: 100px; - overflow: hidden; -} - -#footer { - background: #FFF url(img/footer.jpg) no-repeat; - color: #999; - text-align: center; - min-height: 30px; -} - -div#main-content { - margin: 0 2em; -} - -div#main-content h1 { - color: #09F; -} - -#steps { - height: 32px; - margin-bottom: 1em; -} - -#steps ol { - list-style: none; - padding: 0 20px; -} - -#steps li { - display: inline; - padding-right: 1em; - display: block; - float: left; - width: 20%; - list-style: none; -} - -#steps ol ul { - border: 1px solid #ffa500; - margin-left: 2em; - background: #ffdb94; - margin-bottom: 1em; - padding: 0; - width: auto; -} - -#steps li li { - display: block; - width: auto; - float: none; - text-align: left; - margin-left: 1em; - font-size: 90%; -} - -#steps li li.current { - color: black; -} - - -#steps span.marker { - font-size: 26px; - padding: 2px 9px; - font-weight: bold; - color: white; - text-align: center; - background: #ddd; - border: 1px solid #ddd; - -moz-border-radius: 0.7ex; -} - -#steps li.current span.marker { - background: #ffa500; - border: 1px solid #ffc400; -} - -#steps span.label { - font-size: 90%; -} - -#steps li.current span.label { - color: black; -} - -#steps { - background: #f0f0f0; - color: #aaa; -} - -#steps ol ul { - display: none; -} - -#steps ol li.current ul { - display: block; -} - -form { - clear: both; -} - -p#receiver { - margin: 0; - margin-left: 2em; - margin-top: -0.7em; - margin-bottom: 1em; - padding: 2px 5px; - border: 1px solid #ccc; - float: left; - background: #ffe; -} - -p#login, -p#logout { - margin-top: 2em; - text-align: right; -} - -p#login a, p#logout a { - text-decoration: underline; - /* - text-decoration: none; - -moz-border-radius: 2em !important; - padding: 1px 6px !important; - border: 1px solid #ccc !important; - border-bottom: 2px solid #999 !important;*/ -} - -p#login a:hover { - background-color: #ddeeff; -} - -h2#submitted, h2#done { - margin-top: 2em; - color: #09F; - font-size: 130%; -} - -h2#done { - margin-top: 1em; -} - -ul li { - list-style-image: url(img/li.png); -} - -h2, h3 { - color: #09F; - margin-left: 0.5em; - margin-bottom: 0; -} - -h3 { - margin-left: 1em; -} - -table#listing { - margin: 1em 0; -} - -table#listing th { - text-align: left; - border-bottom: 1px solid #999; - background: #eee; -} - -table#listing td { - padding-right: 1ex; -} - -table#listing th a { - text-decoration: none; - color: #666; -} - -table.sortable span.sortarrow { - color: black; - text-decoration: none; -} - -table#listing tr.status-new { - background: #aea; -} - -table#listing tr.status-finished, -table#listing tr.status-rejected { - color: #444; -} - -table#listing tr.status-rejected td { - text-decoration: line-through; -} - -div.question p.label { - font-weight: bold; -} - -img.bar { - border: 1px solid black; -} - -div.question table { - margin-left: 10px; -} - -div.question table td { -} - -div.question table td.percent { - text-align: right; - padding: 0 1em; - width: 6em; -} - -div.question table td.label { - width: 6em; -} - -span.user { - margin-left: 1em; - font-style: italic; -} - -a.listing { - font-size: 80%; - padding-left: 1em; -} - -a { - text-decoration: none; - color: #113; -} - -a:hover { - color: #06C; - text-decoration: underline; -} - - -#prelude { - color: #aaa; - background: transparent; - text-align: right; - position: relative; - top: -85px; - margin: 0; -} - -p#breadcrumb { - margin-top: 0; -} - -div.error-page { - margin-bottom: 2em; -} - -div.hint { - display: inline; - padding-left: 1ex; - font-style: italic; -} - -a.standalone { - background: white url(img/h2.png) top left no-repeat; - padding-left: 20px; -} - -div#welcome-message a { - text-decoration: underline; -} - -input.cancel { - margin-left: 5em; -} - -hr { - border: none; - border-top: 1px solid #666; - height: 1px; - width: 80%; -} - -div.buttons { - clear: both; -} - -div.note { - padding: 6px; - border: solid 1px #e5e5e3; - background: #f3f3f0 none 5px 15px no-repeat; - border-radius: 8px; - box-shadow: 0 0 3px #888; - margin: 1em 0; -} - -div.icon-important { padding-left: 34px; background-image: url(../images/yelp-note-important.png); } -div.icon-tip { padding-left: 34px; background-image: url(../images/yelp-note-tip.png); } -div.icon-warning { padding-left: 34px; background-image: url(../images/yelp-note-warning.png); } - diff --git a/wcs/qommon/static/images/checkmark.png b/wcs/qommon/static/images/checkmark.png deleted file mode 100644 index 8869caa19..000000000 Binary files a/wcs/qommon/static/images/checkmark.png and /dev/null differ diff --git a/wcs/qommon/static/images/download.png b/wcs/qommon/static/images/download.png deleted file mode 100644 index cf1945ca5..000000000 Binary files a/wcs/qommon/static/images/download.png and /dev/null differ diff --git a/wcs/qommon/static/images/listing_16.png b/wcs/qommon/static/images/listing_16.png deleted file mode 100644 index 74ceaff8a..000000000 Binary files a/wcs/qommon/static/images/listing_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/mail_rpl_16.png b/wcs/qommon/static/images/mail_rpl_16.png deleted file mode 100644 index a61974159..000000000 Binary files a/wcs/qommon/static/images/mail_rpl_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_add_16.png b/wcs/qommon/static/images/stock_add_16.png deleted file mode 100644 index 41e14de81..000000000 Binary files a/wcs/qommon/static/images/stock_add_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_auth_16.png b/wcs/qommon/static/images/stock_auth_16.png deleted file mode 100644 index 1b69fadfe..000000000 Binary files a/wcs/qommon/static/images/stock_auth_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_copy_16.png b/wcs/qommon/static/images/stock_copy_16.png deleted file mode 100644 index 72bb7073b..000000000 Binary files a/wcs/qommon/static/images/stock_copy_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_edit_16.png b/wcs/qommon/static/images/stock_edit_16.png deleted file mode 100644 index 7c7d597da..000000000 Binary files a/wcs/qommon/static/images/stock_edit_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_exec_16.png b/wcs/qommon/static/images/stock_exec_16.png deleted file mode 100644 index aafc02946..000000000 Binary files a/wcs/qommon/static/images/stock_exec_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_export_16.png b/wcs/qommon/static/images/stock_export_16.png deleted file mode 100644 index f64425bb7..000000000 Binary files a/wcs/qommon/static/images/stock_export_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_file_16.png b/wcs/qommon/static/images/stock_file_16.png deleted file mode 100644 index db8b08748..000000000 Binary files a/wcs/qommon/static/images/stock_file_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_harddisk_16.png b/wcs/qommon/static/images/stock_harddisk_16.png deleted file mode 100644 index af068e82d..000000000 Binary files a/wcs/qommon/static/images/stock_harddisk_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_no_16.png b/wcs/qommon/static/images/stock_no_16.png deleted file mode 100644 index 0ec819abc..000000000 Binary files a/wcs/qommon/static/images/stock_no_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_properties_16.png b/wcs/qommon/static/images/stock_properties_16.png deleted file mode 100644 index b2ba923ac..000000000 Binary files a/wcs/qommon/static/images/stock_properties_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_remove_disabled_16.png b/wcs/qommon/static/images/stock_remove_disabled_16.png deleted file mode 100644 index 62866c25a..000000000 Binary files a/wcs/qommon/static/images/stock_remove_disabled_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_top_16.png b/wcs/qommon/static/images/stock_top_16.png deleted file mode 100644 index e4aea7ef3..000000000 Binary files a/wcs/qommon/static/images/stock_top_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/stock_yes_16.png b/wcs/qommon/static/images/stock_yes_16.png deleted file mode 100644 index a94b1ba73..000000000 Binary files a/wcs/qommon/static/images/stock_yes_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/view_16.png b/wcs/qommon/static/images/view_16.png deleted file mode 100644 index 346afceb6..000000000 Binary files a/wcs/qommon/static/images/view_16.png and /dev/null differ diff --git a/wcs/qommon/static/images/yelp-note-bug.png b/wcs/qommon/static/images/yelp-note-bug.png deleted file mode 100644 index 8425294cc..000000000 Binary files a/wcs/qommon/static/images/yelp-note-bug.png and /dev/null differ diff --git a/wcs/qommon/static/images/yelp-note-important.png b/wcs/qommon/static/images/yelp-note-important.png deleted file mode 100644 index 7575baf48..000000000 Binary files a/wcs/qommon/static/images/yelp-note-important.png and /dev/null differ diff --git a/wcs/qommon/static/images/yelp-note-tip.png b/wcs/qommon/static/images/yelp-note-tip.png deleted file mode 100644 index 72faadd80..000000000 Binary files a/wcs/qommon/static/images/yelp-note-tip.png and /dev/null differ diff --git a/wcs/qommon/static/images/yelp-note-warning.png b/wcs/qommon/static/images/yelp-note-warning.png deleted file mode 100644 index d4a82ec47..000000000 Binary files a/wcs/qommon/static/images/yelp-note-warning.png and /dev/null differ diff --git a/wcs/qommon/static/images/yelp-note.png b/wcs/qommon/static/images/yelp-note.png deleted file mode 100644 index 6c9a9fe1d..000000000 Binary files a/wcs/qommon/static/images/yelp-note.png and /dev/null differ