1
This commit is contained in:
2092
assets/css/fontawesome-all.min.css
vendored
2092
assets/css/fontawesome-all.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
|
||||
@import url("https://static.jemmylovejenny.tk/styles/fontawesome.css");
|
||||
@import url("fontawesome-all.min.css");
|
||||
|
||||
/*
|
||||
Aerial by HTML5 UP
|
||||
@@ -132,15 +132,26 @@ input, select, textarea {
|
||||
.icon:before {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: FontAwesome;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
text-transform: none !important;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.icon > .label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon.solid:before {
|
||||
font-weight: 900;
|
||||
-webkit-text-stroke: 1px #000;
|
||||
}
|
||||
|
||||
.icon.brands:before {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
}
|
||||
|
||||
/* Wrapper */
|
||||
@@ -693,6 +704,11 @@ input, select, textarea {
|
||||
background-color: rgba(255, 255, 255, 0.35);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#header nav a span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
#footer {
|
||||
@@ -1062,4 +1078,4 @@ input, select, textarea {
|
||||
|
||||
#header nav {
|
||||
padding: 0 1em;
|
||||
} }
|
||||
} }
|
||||
@@ -24,7 +24,7 @@
|
||||
<li><a href="https://github.com/CitizenBeta2" class="icon brands fa-github"><span class="label">Github</span></a></li>
|
||||
<li><a href="mailto:citizenbeta@outlook.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
|
||||
<li><a href="https://qm.qq.com/cgi-bin/qm/qr?k=CTIeCz2ljRzsQNpDNsLGtJ0oLgxT1pMc&noverify=0" class="icon brands fa-qq"><span class="label">QQ</span></a></li>
|
||||
<li><a href="https://pki.davidmiller.top" class="icon solid fa-key"><span class="label">PKI Services</span></a></li>
|
||||
<li><a href="https://pki.davidmiller.top" class="icon solid fa-key"><span class="label">PKI</span></a></li>
|
||||
<li><a href="https://steamcommunity.com/id/CitizenBeta/" class="icon brands fa-steam"><span class="label">Steam</span></a></li>
|
||||
<li><a href="https://davidwebsite.oss-cn-beijing.aliyuncs.com/alipay.jpg" class="icon brands fa-alipay"><span class="label">Donation</span></a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user