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/fullnextsearch.css')
-rw-r--r--css/fullnextsearch.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/css/fullnextsearch.css b/css/fullnextsearch.css
new file mode 100644
index 0000000..e8e8004
--- /dev/null
+++ b/css/fullnextsearch.css
@@ -0,0 +1,37 @@
+#search_header {
+ height: 200px;
+ width: 100%;
+ text-align: center;
+ background-color: #f6f6f6;
+ border-bottom: solid #d7d7d7 1px;
+}
+
+#search_input {
+ width: 400px;
+ position: relative;
+ top: 50%;
+ transform: perspective(1px) translateY(-50%);
+}
+
+#search_result {
+ margin: 50px 80px 0 50px;
+}
+
+.provider_result {
+ margin-left: 30px;
+}
+
+#noresult {
+ font-style: italic;
+ position: absolute;
+ left: 100px;
+}
+
+.provider_name {
+ font-size: 16px;
+ font-weight: bold;
+ letter-spacing: 5px;
+ color: #8b8b8b;
+ margin-bottom: 8px;
+}
+