necromathy

Last active:
Mood:
View my: Blog | Forum Topics
Contacting necromathy
SpaceHey URL:
https://spacehey.com/profile?id=3422308
necromathy's Interests
General |
β’ π ππππππππ πππ ππππππ β’ πππππππ πππππ π πππππππππΒ β’ ππππππππππ ππππππ πππππππ π ππππΒ β’ ππππππ πππ ππππ 80 |
Music |
|
Movies |
πππππππππ ππππ, πππππππππ, ππππππππ πππ πππππππ, πππππ πππππππππππ |
Television |
πππππ πππ πππππππ ππππππΒ |
Books |
ππππ ππππππ'π πππππππ |
Heroes |
ππππππ ππππππ |
necromathy's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
necromathy's Blurbs
About me:
πππππ ππππ πππππππππ πππ ππππππ ππ ππππππ
<!-- (c) Layout created by Bela (https://layouts.spacehey.com/layout?id=2719) -->
<style>
/*==========β οΈ==========
* for colors go to https://htmlcolorcodes.com/color-names
* for fonts go to https://fonts.google.com
* for cursors go to https://icons8.com or https://www.cursors-4u.com
============β οΈ==========*/
* {Β
Β Β cursor: url('https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur'), auto;Β
}
a:hover {
Β Β cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto;
}
/* this is where the colors are rooted */
:root{
Β Β --headers: whitesmoke;
Β Β --text: whitesmoke;Β
Β Β --names: whitesmoke;
Β Β --links: gray;
Β Β --background_image: url('https://wallpapercave.com/wp/wp2686927.jpg');
Β Β --font-family: "Courier New", cursive;
Β Β --curve: 0px;
Β Β --borders: 2px solid gray;
}
/* this is where the colors for specific things are located */
h3, h4, h5{color: var(--headers)!important;} /* headings*/
a{color: var(--links) !important;} /* color of links */
p, h2, .count {color: var(--text);} /* color of text */
.friends a p{color: var(--names);} /* color of names, and friends counter */
nav label{color: var(--links);} /* color of search */
.section h4 {color: var(--headers);} /* aboutme & want2meet headings */
.blurbs .heading {display:none;} /* hides the blurbs title */
.details p:last-child{color: var(--text);} /* where the last login and status appears */
/* this is where your background image ends up being styled */
body{
Β Β background-image: var(--background_image);
Β Β background-size: contain;
Β Β background-position: center;
Β Β background-color: dimgray;
}
/* this is where your name appears */
h1{
Β Β color: white;
Β Β font-family: var(--font-family);
Β Β font-size:30px !important;
Β Β font-weight: 1;
Β Β border: var(--borders);
Β Β background-color: black;
Β Β padding:5px;
Β Β text-align: center;
}
/* the navigation is adjusted here */
nav{
Β Β background-color: black;
Β Β border: var(--borders);
Β Β border-radius: var(--curve);
Β Β text-align: center;
}
nav .top, nav .links {
Β Β background-color: transparent;
Β Β border-radius: var(--curve);
}
nav .links a{
Β Β text-shadow:none;
}
/* this is the line that appears between links in the header and footer.
you can add an emoji or symbol instead of the default line it has */
nav .links li:not(:last-child)::after,
footer .links li:not(:last-child)::after{
Β Β content: "|";
Β Β color: white;
}
nav img.logo{
Β Β filter: brightness(0) saturate(100%) invert(50%) sepia(5%) saturate(326%) hue-rotate(174deg) brightness(92%) contrast(82%) !important;
}
/* the search wrapper and button */
.search-wrapper input[type=text] {
Β Β background-color: transparent !important;
Β Β border: 2px solid var(--links) !important;
Β Β color:var(--links) !important;
Β Β border-radius: var(--curve) !important;
}
button{
Β Β border-radius: var(--curve) !important;
Β Β border: 0px solid var(--links) !important;
Β Β font-family: var(--font-family) !important;
Β Β background-color: transparent !important;
Β Β color:var(--links) !important;
}
/* the online symbol and text */
.online{
Β Β color: var(--links) !important;
Β Β text-transform: lowercase;
Β Β text-align: right;
}Β
.online img{
Β Β filter: brightness(0) saturate(100%) invert(50%) sepia(5%) saturate(326%) hue-rotate(174deg) brightness(92%) contrast(82%); !important;
}
/* font family for the headers, navigtion links, links, body text */
a, p, b, nav label, .section{Β
Β Β font-family: var(--font-family);Β
Β Β font-size: 12px;
Β Β font-weight: 1;
Β Β text-shadow: 0px 0px 0px black;
}
h2, h3, h4, h5{
Β Β font-family: var(--font-family);
Β Β font-size: 16px;
Β Β text-align: center;
Β Β font-weight: 1;
Β Β text-shadow: 0px 0px 0px black;
}
/* the hr code.
the hr is the horizontal line when you want toΒ
separate important info or add a break in your paragraphs*/
hr{
Β Β height:2px;
Β Β background: gray;
Β Β border: none;
}
/* this is where you adjust the borders and background */
.blurbs, .mood, .friends, .contact, .profile .table, .blog-preview, .profile .table-section{
Β Β border-radius: var(--curve);
Β Β border: var(--borders)!important;
Β Β background-color: black!important;
}
.comment-replies{border:4px groove gray;} /* this is the border around the replies */
.comment-reply:not(:first-child){border-top: 2px solid var(--links);} /* line in between comment replies*/
/* your interest and comments table row background color */
td{
Β Β background-color: transparent!important;
}
/* the middle section of your profile background color*/
main{
Β Β background: transparent;
Β Β border-radius: var(--curve);
Β Β border: transparent;
Β Β outline: none;
}
/* the interest table */
.table-section{
Β Β border:none !important;
Β Β border-radius: var(--curve) !important;
}
/* the header section of the boxes */
.heading{
Β Β background: none !important;
}
/* this is the box that says "Edit Info" when you're logged in,
and to your friends it says "Profile Name is your friend". */
.profile-info {
Β Β background-color: black !important;
Β Β border: var(--borders) !important;
Β Β border-radius: var(--curve) !important;
}
/* adjusting images borders and adding styling if you want to */
.profile-pic{
Β Β padding: 10px;
}
/* you can add text-align:center; if you want your friends to be centered */
.friends-grid{
Β Β text-align: center;
}
/* margin and padding */
h2, h3, h4, h5, p{padding-left:5px !important;} /* this is important when you have rounded corners */
.contact .heading, .profile .table-section .heading, .blog-preview .heading, .profile .friends .heading, .mood{padding: 5px!important;text-align: center;}
.mood, .friends{margin-bottom: 10px;}
.url-info{display: none;}
.general-about .details{
Β Β background: black;
Β Β border: var(--borders);
Β Β padding-bottom: 70px;
Β Β margin-bottom: 10px;
}
.contact{
Β Β padding: 5px
}
.contact .f-col{
Β Β padding: 0px 0px 7px;
}
.f-row{
Β Β margin:0px!important;
}
/* this is the comments table scroll code.Β
you can delete this if you don't want a scroll box */
.comments-table {
Β Β display: block;
Β Β height: 500px!important;
Β Β overflow-y: scroll;
Β Β outline: none !important;
Β Β border-radius: 3px;
Β Β border-spacing: 6px;
Β Β border: transparent;
}
.comments-table td{
Β Β border: 2px solid gray;
}
footer{
Β Β background: black;
Β Β border: var(--borders);
Β Β padding:10px;
Β Β margin-top: 10px;
}
/* .details-table td:first-child{display:none;} this hides the movies,books,heroes titles*/
</style>
<style>
/* Scrollbar styles */
::-webkit-scrollbar {
Β Β width: 5px;
Β Β height: 12px;
}
::-webkit-scrollbar-track {
Β Β border-radius: var(--curve);
Β Β border: 1px solid black;
}
::-webkit-scrollbar-thumb {
Β Β background: gray;Β
Β Β border-radius: var(--curve);
}
::-webkit-scrollbar-thumb:hover {
Β Β background: black;Β Β
}
</style>
Who I'd like to meet:
πππππ πππππππππ πππππ :
β’ ππππππ ππ ππππππΒ
β’ ππππππππππ (π-πππ)
β’ πππππ πππππππ, ππππ πππ πππ, ππππ π ππππππππ
β’ πππππ ππ πππππππππΒ
β’ ππππππ πππππππΒ
β’ πππππ
@ππππππππππ ππ ππππππ πππππ πππππππ ππππππ
necromathy's Friend Space
[view all]necromathy's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )