nush (formerly God)'s profile picture

Published by

published
updated

Category: SpaceHey

THE NEW TREND: CELEB ACCOUNTS

A week ago it was gore accounts, now its celebrity accounts. Is it any better?

Yes, yes it very much is.

Think about it: you wake up, new day, fresh day, it's all good, you're feeling like this is going to be a good day, perhaps a successful day, and you tell yourself "Hey, how about I go into SpaceHey to see if I got any comments, friend requests"... etc.

Cool new people: A guy with his head fucking blown off.

Day ruined.

But now...

Same process: ya wake up, check SpaceHey, same thoughts, same feelings.

BOOM! Cool new people: IT'S JESUS, GOD SATAN, ALL THE TEAM OF TF2, HOLY SHIT, ITS MOTHERFUCKING MCLOVIN, THERE'S A FUCKING CULT FOR MCLOVIN OH MY GOD.

I'm just saying that this trend, although might become cringey in just a few weeks, it's muUCH better than the last one.

<style>

html {

  position: relative;

  min-height: 100%;

}

/*

Body styles

*/

body {

    font-family: "MS Sans Serif",Tahoma,Verdana,Segoe,sans-serif; 

    background: teal;

    color: white;

    padding-bottom: 28px;

    background-image: 

url(https://github.com/AlexBSoft/win95.css/raw/master/assets/clouds2.jpg);

}


/*

Link color

*/

a {

    color:#2d49eb;

}



/*

Scrollbar (only chrome & safari)

*/

::-webkit-scrollbar {

  width: 12px;

}

::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {

    display: block

}

::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {

    display: none

}

::-webkit-scrollbar-button:vertical:increment {

    width: 18px;

    background: silver url(combo.png) no-repeat 50%;

    height: 18px;

    margin: 1px 1px 1px 10px;

    -webkit-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

    -webkit-transform: rotateY(-90deg);

    transform: rotateY(-90deg);

    border: 1px outset #fff;

    border-shadow: 1px 1px #000;

}

::-webkit-scrollbar-button:vertical:decrement {

    width: 11px;

    background: silver url(comboup.png) no-repeat 50%;

    height: 16px;

    margin: 1px 1px 1px 10px;

    transform: rotateX(180deg);

    -webkit-transform: rotateY(180deg);

    border: 1px outset #fff;

    border-shadow: 1px 1px #000

}

::-webkit-scrollbar-track{

    background-image: url(background.bmp)

}

::-webkit-scrollbar-thumb:vertical {

    border: 1px outset #fff;

    border-shadow: 1px 1px #000;

    height: 40px;

    background-color: silver

}

::-webkit-scrollbar-corner:vertical {

    background-color: #000

}

:-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {

    display: block

}

::-webkit-scrollbar-button:horizontal:end:decrement,::-webkit-scrollbar-button:horizontal:start:increment {

    display: none

}

::-webkit-scrollbar-button:horizontal:increment {

    background: silver url(comboright.png) no-repeat 50%;

    -webkit-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

    -webkit-transform: rotateY(-90deg);

    transform: rotateY(-90deg)

}

::-webkit-scrollbar-button:horizontal:decrement,::-webkit-scrollbar-button:horizontal:increment {

    width: 18px;

    height: 18px;

    margin: 1px 1px 1px 10px;

    border: 1px outset #fff;

    border-shadow: 1px 1px #000

}

::-webkit-scrollbar-button:horizontal:decrement {

    background: silver url(comboleft.png) no-repeat 50%;

    transform: rotateX(180deg);

    -webkit-transform: rotateY(180deg)

}

::-webkit-scrollbar-track-piece {

    margin: 1px;

}

::-webkit-scrollbar-thumb:horizontal {

    border: 1px outset #fff;

    border-shadow: 1px 1px #000;

    height: 40px;

    background-color: silver

}


/*

    Button styles

*/

.btn{

    border-width: 2px;

    border-style: outset;

    border-color: buttonface;

    border-right-color: #424242;

    border-bottom-color: #424242;

    background: silver;

    color: black;

    padding: 0 0 4px;

    border-radius: 1px;

}

.btn:hover {

    border: 2px inset #fff;

    background: silver;

    color: #424242;

    box-shadow: -1px -1px #000;

}

.btn:focus. a:focus {

    border: 2px inset #fff !important;

    background: silver;

    color: #424242;

    box-shadow: -1px -1px #000 !important;

    outline: 0 !important;

    background: url(background.bmp);

}

.btn:active {

    border: 2px inset #fff !important;

    color: #424242;

    box-shadow: -1px -1px #000 !important;

    outline: 0 !important;

    background: url(background.bmp);

}


.btn-primary{

    padding-left: 8px;

    padding-right: 8px;

}

button:focus{

    outline: 1px dotted;

}

.btn.disabled,.btn:disabled{

    cursor: default;

    background-color: silver;

    border-style: outset;

    border-color: buttonface;

    border-right-color: #424242;

    border-bottom-color: #424242;

    color: grey;

    text-shadow: 1px 1px #fff;

}


/*

CARDS

*/

.card, .container{

    border: solid;

    border-width: 2px;

    border-bottom-color: #424242;

    border-right-color: #424242;

    border-left-color: #fff;

    border-top-color: #fff;

    background: silver;

    color:#212529;

}

.card.square{

    border-radius: 0px;

}

.card.square .card-header{

    border-radius: 0px;

}

.card.w95 .card-header{

    background: #08216b;

    /* OR #000082 is better?*/

}

.card-header{

    background: -webkit-linear-gradient(left,#08216b,#a5cef7);

    color: #fff;

    display: block;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    padding-top: 2px;

    padding-bottom: 1px;

    text-align: left;

}

.card-header.icon{

    padding-left: 4px;

}

.header-inactive{

    background: gray !important;

}


/*

LIST GROUPS

*/

.list-group{

    border: solid;

    border-width: 2px;

    border-bottom-color: #424242;

    border-right-color: #424242;

    border-left-color: #fff;

    border-top-color: #fff;

    background: silver;

    color:#212529;

}

.list-group-item{

    position: relative;

    display: block;

    background: transparent;

    color: #212529;

}

.list-group-item-primary{

    color: white;

    background: -webkit-linear-gradient(left,#08216b,#a5cef7);

}

.list-group-item-action:hover {

    color: #08216b;

}


/*

ICONS

*/

.icon-16{

    margin-bottom:2px;

    max-height: 16px;

}

.icon-16-4{

    margin-bottom:4px;

    max-height: 16px;

}

/*

FORMS

*/

.form-95 {

    width: 100%;

    border: 2px inset #d5d5d5;

    color: #424242;

    background: #fff;

    box-shadow: -1px -1px 0 0 #828282;

    margin-top: 4px;

    padding-left:2px;

}

.bootstrap-select,

textarea:focus, 

textarea.form-control:focus, 

input.form-control:focus, 

input[type=text]:focus, 

input[type=password]:focus, 

input[type=email]:focus, 

input[type=number]:focus, 

[type=text].form-control:focus, 

[type=password].form-control:focus, 

[type=email].form-control:focus, 

[type=tel].form-control:focus, 

[contenteditable].form-control:focus {

    outline: 0 !important;

}

input[type="radio"],input[type="checkbox"] {

  position: absolute;

  left: -9999px;

}


.form-check-label::before, .form-check-label::after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

}

.form-check-label{

    margin-left: 6px;

}



input[type="radio"] + .form-check-label::before,

input[type="radio"] + .form-check-label::after {

  border-radius: 50%;

}


.form-check-label::before {

    height: 20px;

    width:20px;

    top: 3px;

    padding-right: 2px;

    border: 2px inset #d5d5d5;

    background: white;

    box-shadow: -1px -1px 0 0 #828282;

}

input[type="radio"] + .form-check-label::after {

  display: none;

  width: 8px;

  height: 8px;

  margin: 6px;

  top: 3px;

  background: black;

}

input[type="checkbox"] + .form-check-label::after {

    display: none;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");

    width: 12px;

    height: 12px;

    margin: 4px;  

    top: 3px;

}

input:checked + .form-check-label::after {

  display: block;

}


</style>


13 Kudos

Comments

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

Dead Weight

Dead Weight's profile picture

The Word of God, everybody.
It's definitely true.


Report Comment

Jordan Sunlight

Jordan Sunlight's profile picture

if you're god does that make your blogs the word of god


Report Comment



These are indeed the words of God

by nush (formerly God); ; Report