Change contanct css, remove !important
This commit is contained in:
parent
7cd4c7fad3
commit
59d277f93b
|
@ -71,32 +71,6 @@ body {
|
||||||
background-color: #9f9287;
|
background-color: #9f9287;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pfp {
|
|
||||||
padding: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.main {
|
|
||||||
background-color: #cdcac4;
|
|
||||||
padding: 2em;
|
|
||||||
border-radius: 10px;
|
|
||||||
min-height: 500px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pfp img {
|
|
||||||
border: 5px double rgba(167, 47, 20, 1);
|
|
||||||
border-radius: 10px;
|
|
||||||
max-width: 150px !important;
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pfp p {
|
|
||||||
text-align: center;
|
|
||||||
font-style: italic;
|
|
||||||
font-size: 12px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main h1, h2, h3 {
|
.main h1, h2, h3 {
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
padding: .3em .3em;
|
padding: .3em .3em;
|
||||||
|
@ -114,12 +88,39 @@ div.main {
|
||||||
|
|
||||||
.main p {
|
.main p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main img {
|
.main img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.pfp {
|
||||||
|
padding: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.main {
|
||||||
|
background-color: #cdcac4;
|
||||||
|
padding: 2em;
|
||||||
|
border-radius: 10px;
|
||||||
|
min-height: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pfp img {
|
||||||
|
border: 5px double rgba(167, 47, 20, 1);
|
||||||
|
border-radius: 10px;
|
||||||
|
max-width: 150px;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pfp p {
|
||||||
|
text-align: center;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
/* background: #ae4e26; */
|
/* background: #ae4e26; */
|
||||||
background: #2b2623;
|
background: #2b2623;
|
||||||
|
@ -177,12 +178,9 @@ div.contact {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: .8em .8em;
|
padding: .8em .8em;
|
||||||
margin-right: 1em;
|
|
||||||
margin-left: 1em;
|
|
||||||
min-width: 80%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #dba047;
|
background-color: #dba047;
|
||||||
display:inline-block;
|
display:grid;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
<a href="https://furaffinity.net/user/hexaitos">Fur Affinity (hexaitos)</a>
|
<a href="https://furaffinity.net/user/hexaitos">Fur Affinity (hexaitos)</a>
|
||||||
<a href="https://discordapp.com/users/1272834133697101854">Discord (hexaitos)</a>
|
<a href="https://discordapp.com/users/1272834133697101854">Discord (hexaitos)</a>
|
||||||
<a href="https://bsky.app/profile/hexaitos.bsky.social">Bluesky (@hexaitos.bsky.social)</a>
|
<a href="https://bsky.app/profile/hexaitos.bsky.social">Bluesky (@hexaitos.bsky.social)</a>
|
||||||
<a href="https://steamcommunity.com/id/hexaitos/">Steam (hexaitos)</a> <a href="https://www.weasyl.com/~hexaitos">Weasyl (hexaitos)</a>
|
<a href="https://steamcommunity.com/id/hexaitos/">Steam (hexaitos)</a>
|
||||||
|
<a href="https://www.weasyl.com/~hexaitos">Weasyl (hexaitos)</a>
|
||||||
<a href="https://hexaitos.sofurry.com/">SoFurry (hexaitos)</a></p>
|
<a href="https://hexaitos.sofurry.com/">SoFurry (hexaitos)</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -71,32 +71,6 @@ body {
|
||||||
background-color: #9f9287;
|
background-color: #9f9287;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pfp {
|
|
||||||
padding: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.main {
|
|
||||||
background-color: #cdcac4;
|
|
||||||
padding: 2em;
|
|
||||||
border-radius: 10px;
|
|
||||||
min-height: 500px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pfp img {
|
|
||||||
border: 5px double rgba(167, 47, 20, 1);
|
|
||||||
border-radius: 10px;
|
|
||||||
max-width: 150px !important;
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pfp p {
|
|
||||||
text-align: center;
|
|
||||||
font-style: italic;
|
|
||||||
font-size: 12px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main h1, h2, h3 {
|
.main h1, h2, h3 {
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
padding: .3em .3em;
|
padding: .3em .3em;
|
||||||
|
@ -114,12 +88,39 @@ div.main {
|
||||||
|
|
||||||
.main p {
|
.main p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main img {
|
.main img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.pfp {
|
||||||
|
padding: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.main {
|
||||||
|
background-color: #cdcac4;
|
||||||
|
padding: 2em;
|
||||||
|
border-radius: 10px;
|
||||||
|
min-height: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pfp img {
|
||||||
|
border: 5px double rgba(167, 47, 20, 1);
|
||||||
|
border-radius: 10px;
|
||||||
|
max-width: 150px;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pfp p {
|
||||||
|
text-align: center;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
div.menu {
|
div.menu {
|
||||||
/* background: #ae4e26; */
|
/* background: #ae4e26; */
|
||||||
background: #2b2623;
|
background: #2b2623;
|
||||||
|
@ -177,12 +178,9 @@ div.contact {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: .8em .8em;
|
padding: .8em .8em;
|
||||||
margin-right: 1em;
|
|
||||||
margin-left: 1em;
|
|
||||||
min-width: 80%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #dba047;
|
background-color: #dba047;
|
||||||
display:inline-block;
|
display:grid;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
|
@ -8,5 +8,6 @@ title: "Hexaitos.com – Contact"
|
||||||
[Fur Affinity (hexaitos)](https://furaffinity.net/user/hexaitos)
|
[Fur Affinity (hexaitos)](https://furaffinity.net/user/hexaitos)
|
||||||
[Discord (hexaitos)](https://discordapp.com/users/1272834133697101854)
|
[Discord (hexaitos)](https://discordapp.com/users/1272834133697101854)
|
||||||
[Bluesky (@hexaitos.bsky.social)](https://bsky.app/profile/hexaitos.bsky.social)
|
[Bluesky (@hexaitos.bsky.social)](https://bsky.app/profile/hexaitos.bsky.social)
|
||||||
[Steam (hexaitos)](https://steamcommunity.com/id/hexaitos/) [Weasyl (hexaitos)](https://www.weasyl.com/~hexaitos)
|
[Steam (hexaitos)](https://steamcommunity.com/id/hexaitos/)
|
||||||
|
[Weasyl (hexaitos)](https://www.weasyl.com/~hexaitos)
|
||||||
[SoFurry (hexaitos)](https://hexaitos.sofurry.com/)
|
[SoFurry (hexaitos)](https://hexaitos.sofurry.com/)
|
||||||
|
|
Loading…
Reference in New Issue