-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
157 lines (125 loc) · 2.47 KB
/
style.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
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
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
padding: 0 10px;
font-family: "Inter",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji";
}
.smallbar {
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI",
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji";
}
#domains {
font-size: 14px;
background-color: #F1F1F1;
}
a {
color: #0077aa;
text-decoration: none;
}
a:hover {
color:#4882e0;
}
h1, h2, h3 {
line-height: 1.2;
}
.nikhil {
color: #C63B65;
}
ul {
list-style-type: none;
margin-top: 0px;
}
/* Below css belongs to project.html files */
ol li a {
color: rgb(220, 191, 133);
}
ol li a:hover{
color: rgb(215, 30, 61);
}
/* projects.html css end */
p {
margin-bottom: 9px;
}
li::before {
content: "- ";
}
/* Contact form */
.contact__form{
display: flex;
flex-direction: column;
gap: 1.2rem;
margin-right: 4rem;
}
.form__name{
display: flex;
gap: 1.2rem;
}
.contact__form input[type="text"]{
width: 50%;
}
input,textarea{
width: 100%;
padding: 1rem;
background: #1f2641;
color: #fff;
}
.contact__form .btn{
width: max-content;
margin-top: 1rem;
cursor: pointer;
}
/* footer */
@media (prefers-color-scheme: dark) {
body, input, textarea {
background-color: #1e1e1e;
color: white;
}
input, textarea {
border-radius: 1px;
border-color: #75374A;
}
#domains {
background-color: #2b2b2b;
word-wrap: break-word;
}
a {
color: #3391ff;
}
}
/* inter-regular - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
unicode-range: U+0-7C,U+7D-FFFF;
src: local(''),
url('../fonts/inter-v8-latin-regular.woff2') format('woff2') /* Chrome 26+, Opera 23+, Firefox 39+ */
}
.hcaptcha-disclaimer {
font-size: 16px;
}
/* domain_name page css */
.domain_div_box {
border: 2px solid rgb(207, 202, 202);
background-color: rgb(114, 103, 103);
}
.domain_div_box2 {
/* border: 2px solid rgb(184, 6, 6); */
background-color: rgb(79, 77, 77);
}