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
diff options
context:
space:
mode:
Diffstat (limited to 'css/navigate.css')
-rw-r--r--css/navigate.css121
1 files changed, 0 insertions, 121 deletions
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;
-}