-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleSearch.css
114 lines (107 loc) · 1.51 KB
/
styleSearch.css
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
105
106
107
108
109
110
111
112
113
114
body{
background-color:#202a3f;
}
#eroare{
position:absolute;
top:100px;
font-size:250%;
color:#e84118;
text-shadow:0 0 20px #e84118;
}
#short{
color:red;
}
#nume{
color:#e84118;
text-shadow:0 0 20px #e84118;
font-size:200%;
}
p{
color:white;
}
#BtnModif{
height:30px;
width:80px;
background-color:#2f3640;
color: white;
font-size:12px;
text-align:center;
text-decoration:none;
cursor:pointer;
}
#buton{
position:absolute;
top:0%;
height:59px;
background-color: #e84118;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
width:8%
}
#SearchBar{
color:white;
background:#2f3640;
position:absolute;
left:8%;
top:0%;
width:92%;
height:59px;
padding:10px;
font-size:20px;
letter-spacing:3px;
text-align:center;
border:solid 1px #2f3640;
outline:none;
}
#Search{
color:#e84118;
position:absolute;
top:0%;
left:96%;
background:transparent;
width:4%;
height:59px;
padding:13px;
font-size:20px;
border:none;
outline:none;
cursor: pointer;
}
#SearchBar:focus{
background:white;
color:black;
}
#Search:hover{
color:#e84118;
text-shadow:0 0 20px #e84118;
}
.box{
display:inline;
position:absolute;
top:10%;
left:50%;
}
.checkbox{
-webkit-appearance: none;
outline:none;
background-color:#2f3640;
height:20px;
width:20px;
}
.checkbox:checked{
background-color:#e84118;
}
.checkbox:checked:after {
content: '\2714';
color:white;
font-size: 15px;
position: absolute;
top: 0px;
}
.box p{
color:white;
display:inline;
}