-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.css
121 lines (110 loc) · 2.39 KB
/
popup.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
115
116
117
118
119
120
121
/* .container {
width: 280px;
color: #314d3e;
}
.title {
font-size: 14px;
font-weight: bold;
padding: 8px;
}
.textbox {
width: 100%;
font-size: 12px;
margin: 0;
padding: 0px 2px;
}
.textbox:focus {
outline: 0;
border-color: #66afe9;
}
.bookmarks {
margin: 5px 5px;
padding: 3px;
}
.bookmark {
display: flex;
border-bottom-color: #00254d;
border-bottom-width: 1px;
border-bottom-style: solid;
border-radius: 0.8rem;
padding: 3px;
padding-bottom: 7px;
margin-bottom: 7px;
}
.bookmark-title {
padding-left: 2px;
}
.bookmark-controls img {
margin: 0 4px;
width: 18px;
height: 18px;
cursor: pointer;
}
.bookmark-controls {
flex: auto;
text-align: right;
} */
body{
width:300px;
height:100px;
text-align: left;
font-size: 14px;
margin:10px;
}
.title{
font-weight: 500;
font-size: 16px;
}
span{
padding-bottom: 10px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
button{
border-radius: 15px;
font-weight: 500;
color: rgb(255, 255, 255);
text-align: center;
align-self: center;
padding: 10px;
width: fit-content;
height: fit-content;
border: none;
font-size: 16px;
cursor: pointer;
margin-bottom: 5px;
margin-left:5px;
background-color: rgb(15, 140, 30);
/* background: linear-gradient(135deg,rgb(229, 255, 0) 5%, rgb(136, 0, 255) 10%, green 17%, rgb(133, 135, 11) 22%,red 30%, rgb(229, 255, 0) 35%,rgb(149, 0, 255) 40%, green 43%, rgb(217, 232, 7) 50%,red 55%, rgb(140, 0, 255) 60%, green 67%, rgb(15, 182, 6) 75%,red 80%, rgb(144, 0, 255) 85%, green 92%, rgb(232, 240, 10) 95% ); */
/* background-size: 275% 100%; Make the gradient twice as wide to accommodate for changing colors */
/*animation: changeColor 5s infinite; Adjust animation duration as needed */
}
/* @keyframes changeColor {
0% { background-position: 0 0; }
100% { background-position: 100% 0; }
} */
.quote1{
font-family: system-ui;
font-weight: 400;
}
.pincrx{
padding-left: 20px;
padding-bottom: 10px;
color: green;
}
#map { height: 180px; }
div.hf{
display:flex;
width:fit-content;
margin:5px;
padding:5px 10px 5px 10px;
background-color: green;
color:white;
border-radius: 10px;
cursor:pointer;
font-family:Agrandir, Verdana, Geneva, sans-serif;
}
div#tab{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}