-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext-finder.css
More file actions
104 lines (104 loc) · 2.41 KB
/
Copy pathtext-finder.css
File metadata and controls
104 lines (104 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/*Css part of the text finder, any part of this file can be customised according to your need except #nav-stick_top*/
/*
*Copyright 2022 MultiMentality
*Mit license (https://github.com/Yashasmonkeycoder/find-text_plugin/blob/main/LICENSE)
*original file text-finder.css (https://github.com/Yashasmonkeycoder/find-text_plugin/blob/main/text-finder.css)
*/@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/*above link credit goes to https://fontawesome.com */
#nav-stick_top {
position: fixed;
top: 0;
left:0;
width: 100%;
background: whitesmoke;
z-index: 99999;
transition: all 1.5s ease;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
padding: 0.8rem;
display: none;
}
#id_search-m{
padding: 10px;
border: 1px solid grey;
float: left;
width: 28%;
background: #f1f1f1;
border-radius: 15px 0px 0px 15px;
}
#id_search-m:focus {
outline: none !important;
}
#id_search-b{
float: left;
padding: 8px;
background: #2196F3;
color: white;
font-size: 17px;
border: 1px solid grey;
border-left: none;
cursor: pointer;
border-radius: 0px 15px 15px 0px;
}
.vr{
font-weight: 5px;
font-size: 30px;
color:#636363;
position: absolute;
left: 80%;
}
#sub_num_txt{
position: absolute;
font-size: 30px;
left: 73%;
top: 25%;
}
#sub_num_txt:hover{
color: #4cdbff;
text-shadow: 0px 0px 10px #4cdbff;
}
#add_num_txt{
position: absolute;
font-size: 30px;
left: 65%;
top: 25%;
}
#add_num_txt:hover{
color: #4cdbff;
text-shadow: 0px 0px 10px #4cdbff;
}
#cont_search{
font-family: 'Trebuchet MS', sans-serif;
color: #969696;
position: absolute;
left: 48%;
max-width: 50px;
top: 35%;
}
#close_search{
font-weight: 20px;
font-size: 35px;
color: #6b6b6b;
position: absolute;
left: 85%;
}
.btn-srh{
background: #5E5DF0;
border-radius: 999px;
box-shadow: #5E5DF0 0 10px 20px -10px;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 24px;
opacity: 1;
outline: none !important;
padding: 8px 18px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
width: fit-content;
word-break: break-word;
border: 0;
}