Layout CSS
<style>
::selection {
/* Change highlight background color */
background: #38c738;
/* Change highlight text color */
color: 248024;
}
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}
/* Light Blue Pointer - https://www.cursors-4u.com/cursor/light-blue-pointer-2 */
* {
cursor: url('https://cdn.cursors-4u.net/previews/light-blue-pointer-fa6df4bf-32.webp') 41 38, auto !important;
}
body {
background-image: url(https://media.discordapp.net/attachments/1383622212438720564/1522605371624259818/cc5ae1f4cefee9e14e0267d999983dad.jpg?ex=6a491441&is=6a47c2c1&hm=ed4f531dd86ea566b97babf386749e50db5778b7be19272b650263dd32b3c40c&=&format=webp&width=367&height=551);
background-attachment: fixed;
background-repeat: repeat;
font-family: Chemre;
font-size: 1.25em;
color: black;
}
{
text-shadow: -1px 0 #fff, 0 1px #000, 1px 0 #000, 0 -1px #fff, 0 0;
color: #33A633;
padding: 0 1px 0 1px;
}
main {
border: 1px dotted black;
border-radius: 15px;
}
nav .top {
border-radius: 15px 15px 0px 0px;
background: #267D26;
box-shadow: 0 0 8px 8px light green inset;
border: 1px dotted green;
margin-top: 5px;
}
.links {
background: none !important;
}
a:hover {
color: #061406 !important;
}
.profile-pic {
border-width:8px;
border-style:solid;
border-image: url(https://scripted.neocities.org/placeholder.jpg 8) fill round;
height: 123px !important;
}
main {
background-image: url(https://i.pinimg.com/736x/5a/f3/4e/5af34ed1cee46c7477c0b891fda390c2.jpg);
background-size: 900px;
}
</style>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.