-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMynotes.css
More file actions
204 lines (203 loc) · 4.38 KB
/
Copy pathMynotes.css
File metadata and controls
204 lines (203 loc) · 4.38 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
.nav {
background-color: rgb(32, 1, 61);
margin: 0px;
display: flex;
flex-wrap: wrap;
flex-grow: initial;
}
.nav-ul1 a {
list-style-type: none;
color: ivory;
text-decoration: none;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-weight: bold;
}
.nav-ul1 li {
float: left;
padding: 0.5rem;
display: block;
}
.nav-name {
color: rgb(255, 255, 255);
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
padding-right: 12px;
font-weight: bolder;
}
.nav-ul2 {
margin-left: auto;
padding-right: 10px;
margin-right: 20px;
}
#searchtxt {
margin-top: 0%;
margin-bottom: 0%;
height: 35px;
width: 15em;
border-radius: 5px;
border-color: darkred;
border-width: inherit;
margin-right: 15px;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#clrbtn {
height: 30px;
border-radius: 5px;
background-color: white;
border-width: 2px;
border-color: lightblue;
}
input[type="search"]::placeholder {
text-align: center;
}
.container {
margin-right: 3%;
margin-left: 3%;
padding: 1% 5% 2% 5%;
box-shadow: 1px 2px 2px 1px rgba(0, 89, 255, 0.2);
border-radius: 2%;
height: fit-content;
}
.welcome {
color: rgb(7, 123, 255);
text-decoration-color: aqua;
text-emphasis-color: rgb(0, 0, 131);
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.card {
box-shadow: 0px 4px 8px 0px rgba(17, 0, 255, 0.4);
border-radius: 5px;
margin: auto;
width: 95%;
padding: 1%;
}
.card:hover {
box-shadow: 2px 8px 16px 2px rgba(17, 0, 255, 0.4);
}
.add-title {
color: rgb(0, 13, 202);
text-shadow: rgb(7, 123, 255), rgba(134, 33, 241, 0.5);
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-decoration-style: wavy;
padding-left: 5%;
margin-bottom: 0.3rem;
}
#addtitle {
display: block;
margin-left: 5%;
margin-right: 5%;
padding-top: 0.5%;
resize: none;
font-size: 1rem;
height: 1.5rem;
width: 90%;
border-radius: 5px;
border-width: 1px;
border-color: rgb(49, 0, 226);
font-family: fantasy;
}
#addtxt {
display: block;
margin-left: 5%;
margin-right: 5%;
padding-top: 1%;
font-size: 0.75rem;
resize: none;
width: 90%;
height: 20vh;
border-radius: 5px;
border-width: 1px;
border-color: rgb(49, 0, 226);
font-family: fantacy;
}
#addbtn {
color: white;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin: 3% 5%;
height: 30px;
border-radius: 5px;
background-color: rgba(6, 10, 224, 0.979);
border-width: 1px;
border-color: rgb(95, 125, 192);
}
#addbtn:hover {
background-color: rgba(250, 43, 43, 0.979);
border-color: rgba(241, 77, 77, 0.719);
}
.card2 {
box-shadow: 0px 4px 8px 0px rgba(255, 29, 29, 0.4);
border-radius: 5px;
margin-top: 3%;
margin-left: auto;
margin-right: auto;
width: 95%;
padding: 1%;
}
.card2:hover {
box-shadow: 2px 8px 16px 2px rgba(255, 29, 29, 0.4);
}
.your-notes {
color: rgb(255, 15, 15);
text-shadow: rgb(7, 123, 255), rgba(134, 33, 241, 0.5);
font-family: Verdana, Geneva, Tahoma, sans-serif;
text-decoration-style: wavy;
padding-left: 5%;
}
#notes {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}
#notes div {
align-self: start;
align-self: stretch;
background-color: rgba(255, 137, 176, 0.05);
box-shadow: 0px 4px 8px 0px rgba(67, 105, 231, 0.4);
border-radius: 5px;
margin-top: 2%;
margin-left: auto;
margin-right: auto;
width: 30%;
padding: 1%;
display: inline-block;
overflow-wrap: break-word;
}
#notes div:hover {
box-shadow: 2px 8px 16px 2px rgba(67, 105, 231, 0.4);
}
.card-title {
color: rgb(255, 21, 40);
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
"Lucida Sans", Arial, sans-serif;
}
.my-notes {
padding: 1%;
margin: auto;
line-height: normal;
color: blue;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
text-align: justify;
}
.deletebtn {
color: white;
font-weight: bold;
margin-left: auto;
margin-right: auto;
margin: 3% 5%;
height: 30px;
padding: 1%;
border-radius: 5px;
background-color: rgba(250, 43, 43, 0.979);
border-width: 1px;
border-color: rgba(241, 77, 77, 0.719);
}
.deletebtn:hover {
background-color: rgba(6, 10, 224, 0.979);
border-color: rgb(95, 125, 192);
}