Layout CSS
<style>
::selection {
/* Change highlight background color */
background: #004d4d;
/* Change highlight text color */
color: #00b3b3;
}
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://i.pinimg.com/736x/22/bf/54/22bf54fc0d5862348a81f67fbb1bfc6b.jpg);
background-attachment: fixed;
background-repeat: repeat;
font-family: Georgian;
font-size: 1.25em;
color: white;
}
{
text-shadow: -1px 0 #fff, 0 1px #000, 1px 0 #000, 0 -1px #fff, 0 0;
color: #FFFFFF;
padding: 0 1px 0 1px;
}
main {
border: 1px dotted teal;
border-radius: 15px;
}
nav .top {
border-radius: 15px 15px 0px 0px;
background: #267D26;
box-shadow: 0 0 8px 8px light teal inset;
border: 1px dotted teal;
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/26/9e/8e/269e8eee0470eee89ccf7f9bdc313d85.jpg);
background-size: 900px;
}
</style>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.