granulatedsugarr's profile picture

Published by

published
updated

Category: Life

:(


<style>

:root{
  --gray: #6F6B66; /* post background color */
  --logo-blue: #000000; /* navigation background color */
  --lighter-blue: #000000; /* nav links background */
  --lightest-blue: #383633; /*sidebar background */
  --light-orange: #6F6B66; /* comments table first child background */
  --even-lighter-orange: #6F6B66; /* comments table second child background */
  --borders:;
  --font-family: terminal, small fonts;
  --header: #ffffff70;
  --text: #000000;
  --othertext: #000000;
  --links: #ffffff70;
  --hover: #16b0f5;
  --main: #383633;
}

/*custom cursor */

* {
cursor: url('XXXXXCURSORHEREXXXXX'), auto;
}


body{
  background-color: #1C1B1A;
  background-image: url(' //BACKGROUND/URL/HERE// ');
  background-size:;
  font-family: var(--font-family);
}

h1{
  letter-spacing: -1.5px;
}

h2{
  letter-spacing: -1.5px;
}

i{
  font-family: times new roman;
  color: #ffffff80;
}

b{
  color: var(--text);
}

a{
  color: var(--links);
  text-transform: uppercase;
  font-size: 10px;
}

a:hover{
  color: var(--hover);
  text-decoration: none;
}

a.two, a.two:link, a.two:visited, a.two:active {
  font-size: 18px;
  font-weight: normal;
  color: #738CBF;
  letter-spacing:-1px;
  line-height: 20px;
}

a.two:hover {
  color: #D97373;
  text-transform: uppercase;
  font-weight: none;
  text-decoration: none;
}

nav{
  color: var(--links);
  border: var(--borders);
  text-align: center;
  letter-spacing: 2px;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

nav .top{
  background: #000000;
  color: var(--header);
}

/* 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: var(--header);
  text-align: center;
}

nav .links a{
  text-align:center;
  font-size: 8px;
  color: #ffffff80;
  letter-spacing:3px;
  padding-top: 5px;
  text-transform: uppercase;
}

nav ul.links a {
text-shadow: none;
}

nav .links a:hover{
  color: #16b0f5;
  text-transform: uppercase;
  font-weight: none;
  text-decoration: none;
}

/* this is where you edit your blog entry */

.blog-entry .comments .heading{
  border-top: 0px solid var(--othertext); /* this is the line that appears under the kudos */
}

.blog-entry .title{
  padding:10px;
  background-color: var(--gray);
  color: var(--header);
  border: var(--borders);
  font-family: Arial Black;
  font-size:30px !important;
  font-weight: 1;
  margin-bottom:20px;
  padding:5px;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  text-align: center;
  border-bottom: solid 1px #000;
  border-left: solid 15px #000;
  border-right: solid 2px #000;
}

.blog-entry .content{
  padding: 10px;
  background-color: var(--gray);
  border: var(--borders);
}

/* this is the spacehey logo color.
you can change it at https://codepen.io/sosuke/pen/Pjoqqp */

nav img.logo{
    filter: brightness(0) saturate(100%) invert(100%) brightness(104%) contrast(105%)!important;
}

/* the search wrapper and button */

.search-wrapper input[type=text] {
    background-color: #eeeeee !important;
    border: var(--borders)!important;
    color: var(--links) !important;
}

button{
    border: 0px solid var(--links) !important;
    background-color: transparent !important;
    color: var(--links) !important;
}

.count{
  color: var(--links);
}

main{
  background: #383633;
  color: var(--text);
  border-bottom: 10px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

footer{
  color: var(--text);
  background: transparent;
  border: var(--borders);
}

.blog-entry .profile-pic img, .bulletin .profile-pic img {
  max-width: 130px;
  max-height: 170px;
}

/* side bar with your profile image */

.edit-info{
  background: var(--lightest-blue);
  border: var(--borders);
}

/* comments table */

.comment-replies{
border: none;
  background-color: #383633;
}

.comment-reply:not(:first-child){border: none;}table.comments-table{  background-color: var(--gray);  border-spacing: 0px;  padding:0px;  border: none;}.comments-table td:first-child,.music-table td:first-child{  background: var(--gray);  padding:5px;  border: none;}.comments-table td,.music-table td{  background: var(--gray);  padding:6px;  border: none;}</style><a class="two" href="https://spacehey.com/lionzlyts" target="_blank"><div style="position:fixed; top:0; left: 0; z-index: 9; width: 50px; height: 50px;">/𝕷𝖎𝖔𝖓𝖟</div></a>

I jus got so emo I fell apart


1 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )