daniel

daniel's profile picture

"pop out under yo bed and beat yo ass"

19 years old . anxious & in love . english/español

Last active:

Mood: headache , most likely


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/danocc

daniel's Blog Entries

[Subscribe to this Blog]

17 Comments— 237 KudosPinned

a link collection

Category: Web, HTML, Tech

:root { --borders: darkred; --whaito: red; --bgs: black; --bgimage:url(https://i.ibb.co/MV7JFPN/red049.jpg) } .linkslist::-webkit-scrollbar { border-left:1px solid var(--borders); } .linkslist::-webkit-scrollbar-track { margin-top:0px!important; border-left:1px solid var(--borders); } .linkslist-container *::-webkit-scrollbar { width:3px; background:var(--bgs); } .linkslist-container *::-webkit-sc... » Continue Reading

» View Blog Entry

22 Comments— 425 KudosPinned

layouts

Category: Web, HTML, Tech

.top .left,.top .right{border-bottom:1px solid gray;box-shadow:0 1px 0 #fff}.top *,nav .links a{color:#000!important}.layout-grid a,.top .left::before,label{display:inline-block}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(https://unpkg.com/98.css@0.1.20/dist/ms_sans_serif.woff) format("woff");src:url(https://unpkg.com/98.css@0.1.20/dist/ms_sans_serif.... » Continue Reading

» View Blog Entry

— 51 KudosPinned

dni

Category: SpaceHey

body { background-color:white; width:50%; font-family: 'times new roman'!important; } footer, nav *, nav * * * * { display:none; width:0px; height:0px; font-size:0px; background-color:transparent!important; } main { width:100%!important; background-color:transparent; display:inline; } .title { margin-top:20px!important; } .edit-info * * *:not(.author-details .links a:nth-child(2)) { display:none!i... » Continue Reading

» View Blog Entry

— 11 Kudos

misa layout

Category: Web, HTML, Tech

My old layout I'm replacing with another one code: https://pastebin.com/Ziz2mn2v Just copy paste .. it is minified though Feel free to edit to personalise.. Since it was initially made very personal ! To unminify just google code unminify  » Continue Reading

» View Blog Entry

5 Comments— 72 Kudos

snippets for layout coding

Category: Web, HTML, Tech

.top,button{text-transform:uppercase}.support-right,button{cursor:pointer;color:#fff}.col,nav .links{text-align:center}.support-right:hover,button:hover,nav .links a:hover{border:2px inset #000}.author-details,.col,.edit-info{display:flex}.col,footer,main{padding:0!important}body{font-family:'Ms Pgothic';overflow-y:hidden}#comments,.container{width:100%}.col{flex-direction:column;width:100%!import... » Continue Reading

» View Blog Entry

1 Comment— 15 Kudos

NUKO

Category: Web, HTML, Tech

body { background-color:white; width:50%; font-family: 'times new roman'!important; } footer, nav *, nav * * * * { display:none; width:0px; height:0px; font-size:0px; background-color:transparent!important; } main { width:100%!important; background-color:transparent; display:inline; } .title { margin-top:20px!important; } .edit-info * * *:not(.author-details .links a:nth-child(2)) { display:none!i... » Continue Reading

» View Blog Entry

9 Comments— 31 Kudos

how to get an animated cursor on your page

Category: Web, HTML, Tech

/* cursor */ @keyframes cursorie { from { cursor: url(https://cdn.discordapp.com/attachments/1044680207333863474/1109633023315542046/frame_0_delay-0.png), auto; } to { cursor: url(https://cdn.discordapp.com/attachments/1044680207333863474/1109633023105843230/frame_1_delay-0.png), auto; } } /* scrollbar */ * { scrollbar-width: auto; scrollbar-color: #000000 #dedede; } *::-webkit-scrollbar { width: ... » Continue Reading

» View Blog Entry