-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles4.css
137 lines (115 loc) · 2.08 KB
/
styles4.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
* {
box-sizing: border-box;
}
.row {
width: 100%;
margin: 0;
}
#bgr{
background-image: url("pics/bg/homebg2.jpg");
background-position: center;
background-size: cover;
}
#main-content{
padding-top: 50px;
}
nav {
/* background:url(post.png); */
background-color:#290c1a;
}
.navbar-brand
{ font-family: 'Frijole', cursive;
font-size: 4vw;
color:white;
vertical-align: bottom;
}
.navbar-dark .navbar-toggler{
color: white;
border-color: white;
}
.brand-name {
font-family: 'Frijole', cursive;
color: white;
font-size: 3vw;
}
#logo {
width: 18%;
}
p {
padding: 0;
margin: 0;
}
.navbar-header {
line-height: 1;
}
.active {
text-shadow: 1px 1px 10px white;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-nav .nav-link{position: relative;
font-size: 24px;
text-align: center;
color: white;
font-family: 'Special Elite', cursive;
letter-spacing: 1px;
}
hr {display: inherit;
background-color: white;
width:70%;
margin-top: 2px;
margin-bottom: 2px;
}
#heading {
text-align: center;
font-size: 50px;
font-family: 'Special Elite', cursive;
font-weight: bold;
color:#ad4546;
text-shadow: 1px 1px 6px white;
}
.w{
/* border: 2px solid black; */
margin-bottom: 20px;
margin-top: 20px;
height: 230px;
}
.panel-footer {
position: relative;
background:#0a131c;
bottom: 0;
width: 100%;
}
.conf{
border-radius: 5px;
padding: 20px;
opacity: 60%;
height: 800px;
}
.handle {
/* border: 3px solid white; */
padding-top: 20px;
padding-left: 0;
}
.cu {
display: block;
color:#161c2a;
font-family:'Special Elite', cursive;
font-size: 24px;
text-align: center;
}
.cui {
text-align: center;
margin-bottom: 20px;
}
.cui img {
width:50px;
height:50px;
margin-left: 50px;
}
#fl {
margin-bottom: 20px;
border: 2px solid #a84444;
border-radius: 10px;
}