Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2017-12-26 14:55:24 +0300
committerMaxence Lange <maxence@artificial-owl.com>2017-12-26 14:55:24 +0300
commit5e643a77b99dbedee5e38490681337a681c03ea0 (patch)
tree5fc1600925932d7503015f2be0e4900d44b5748b /css
parentc626d63ce790c49959444b9c7d3674a5c5c1d5bb (diff)
empty all
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'css')
-rw-r--r--css/admin.css101
-rw-r--r--css/navigate.css121
2 files changed, 0 insertions, 222 deletions
diff --git a/css/admin.css b/css/admin.css
deleted file mode 100644
index 9c3b029..0000000
--- a/css/admin.css
+++ /dev/null
@@ -1,101 +0,0 @@
-#nextant_saving_settings, #nextant_saving_files,
- #nextant_saving_files_filters, #nextant_saving_bookmarks,
- #nextant_saving_check, #nextant_saving_status {
- font-weight: bolder;
- font-size: 12px;
- margin-left: 30px;
- font-style: italic;
- filter: alpha(opacity = 50);
- opacity: 0.5;
-}
-
-#nextant-display {
- width: 450px;
- height: 250px;
- position: relative;
- border-radius: 20px;
- padding: 10px;
-}
-
-#nextant-filters {
- width: 450px;
- height: 250px;
- border-radius: 20px;
- position: absolute;
- margin-top: 20px;
- padding: 10px;
- top: 300px;
-}
-
-DIV.solr_filters_item {
- float: left;
- width: 200px;
- font-style: italic;
- font-size: 12px;
-}
-
-DIV.solr_filters_item_large {
- float: left;
- width: 400px;
- font-style: italic;
- font-size: 12px;
-}
-
-DIV.solr_filters_title {
- font-weight: bold;
- font-size: 13px;
-}
-
-DIV.nextant-box {
- border: solid 1px #f3f3f3;
- box-shadow: 2px 2px 5px #0000004D;
- background: #f8f8f8;
-}
-
-DIV.nextant-display-line {
- margin: 0 auto;
- position: absolute;
-}
-
-IMG.nextant_display_icon {
- position: absolute;
- width: 25px;
- height: 25px;
-}
-
-DIV.nextant_display_text {
- top: 3px;
- left: 40px;
- position: absolute;
- font-style: italic;
-}
-
-TD.nextant_admin_left {
- width: 300px;
- text-align: right;
- font-weight: bold;
- padding-right: 15px;
-}
-
-TR.nextant_admin_head, TR.nextant_admin_head:hover {
- margin-top: 12px;
- width: 600px;
- background: #ddd;
-}
-
-TD.nextant_admin_head {
- font-weight: bold;
- text-align: right;
- padding: 4px;
- padding-right: 30px;
- font-style: italic;
-}
-
-#solr_switch_filters, #solr_switch_filters:hover {
- cursor: pointer;
- font-size: 12px;
-}
-
-#solr_switch_filters:hover {
- text-decoration: underline;
-} \ No newline at end of file
diff --git a/css/navigate.css b/css/navigate.css
deleted file mode 100644
index ebec24b..0000000
--- a/css/navigate.css
+++ /dev/null
@@ -1,121 +0,0 @@
-@CHARSET "ISO-8859-1";
-
-.searchbox input[type="search"]:valid, .searchbox input[type="search"]:focus
- {
- width: 300px;
- background: rgba(255,255,255,0.2);
- border-radius: 15px;
-}
-
-.searchbox_querying {
- border-color: rgba(255,255,255,1) !important;
-}
-
-#nextantList {
- width: 100%;
-}
-
-DIV.nextant_entry {
- height: 50px;
- width: 100%;
- background: #f00;
- margin: 2px;
-}
-
-DIV.nextant_details {
- width: 22px;
- background-size: 22px;
- display: inline-block;
- height: 22px;
- margin-left: -8px;
- margin-top: -8px;
- cursor: pointer;
- float: left;
- position: absolute;
- z-index: 4;
- opacity: 0.5;
- filter: alpha(opacity = 50)
-}
-
-A.nextant_file {
- cursor: default !important;
- position: relative;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- display: block;
- height: 50px;
- line-height: 50px;
- padding: 0;
- left: 50px;
- margin-right: 50px;
-}
-
-SPAN.nextant_line {
- position: absolute;
- padding: 0;
- overflow: hidden;
- padding-right: 20px;
- max-width: 800px;
- text-overflow: ellipsis;
-}
-
-SPAN.nextant_line1 {
- top: -15px;
- font-style: italic;
- font-weight: bold;
-}
-
-SPAN.nextant_line2 {
- top: 0px;
- font-style: italic;
- font-size: 11px;
- left: 10px;
- color: #9e9e9e;
-}
-
-SPAN.nextant_line3 {
- font-style: italic;
- font-size: 11px;
- color: #9e9e9e;
- left: 10px;
- top: 15px;
- padding-right: 20px;
-}
-
-SPAN.nextant_hl {
- color: #000;
- font-weight: bold;
-}
-
-#nextant_suggestion {
- z-index: 2000;
- margin-top: 18px;
- border: solid 1px rgba(0,0,0,0.3);
- border-radius: 4px;
- background: rgba(254,254,254,0.8);
- width: 350px;
- box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
-}
-
-DIV.nextant_suggestion_item {
- border-top: dashed 1px rgba(0,0,0,0.2);
- padding: 4px;
- padding-left: 12px;
- padding-right: 12px;
-}
-
-DIV.nextant_suggestion_item, nextant_suggestion_item:hover {
- -webkit-transition: background-color 200ms linear;
- -moz-transition: background-color 200ms linear;
- -o-transition: background-color 200ms linear;
- -ms-transition: background-color 200ms linear;
- transition: background-color 200ms linear;
-}
-
-nextant_suggestion_item:hover {
- background: #eee;;
-}
-
-DIV.nextant_suggestion_firstitem {
- border-top: 0px;
-}