Subcategories

  • is this sad?

    8
    1 Votes
    8 Posts
    82 Views
    kitkatgirlieK

    @JesterPenetrate its not sad

  • SCP spacehey layout complete

    2
    0 Votes
    2 Posts
    48 Views
    ayinA
    <style> @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=AR+One+Sans&display=swap'); @import url('https://rsms.me/inter/inter.css'); :root { --header-font: 'AR One Sans', 'Century Gothic', 'Arial', sans-serif; --UI-font: 'AR One Sans', 'Nanum Gothic', sans-serif; --mono-font: 'Roboto Mono', 'Nanum Gothic Coding', monospace; --body-font: 'Inter', 'Arial', sans-serif; --header-color1: #784442; --header-color2: #4d2625; --white: #fcfcfc; --black: #171717; --mark: 236,255,110; --red: #c93636; --dark-red: #8f1b1b; --heading-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 12 12'%3E%3Cpath d='M1 6a5 5 0 0 0 5-5 5 5 0 0 0 5 5 5 5 0 0 0-5 5 5 5 0 0 0-5-5z' style='fill:none;stroke:%23000;stroke-width:.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none'/%3E%3C/svg%3E"); } /* header and UI font is AR One Sans, Mono is Roboto Mono, body font is Inter :3 */ </style> <style> /* main */ body, li, p { line-height: 1.5; } body { font-family: var(--body-font); color: var(--black); background-color: var(--white); font-size: 0.925rem; } ::selection { background-color: rgb(var(--mark),0.875); color: var(--black); } main, footer { background-color: var(--white); } .url-info, .blurbs .heading { display: none; } .mood { font-family: var(--UI-font); } nav .top { background: linear-gradient(0deg, var(--header-color2) 6%, var(--header-color1) 67%, var(--header-color1) 99%); } nav .links { background-color: var(--white); text-align: center; } nav .links a { text-shadow: 0px 0px 0.5px var(--black); } table.comments-table td { background-color: white!important; width: 10px!important; font-size: 11px; border: dotted 1px; border-color: black; } .comments-table td:first-child img { width: 60px!important; border-radius: 500px; } /* headings/headers */ .url-info b { color: var(--red) !important; font-family: var(--UI-font) !important; } h2,h3,h4,h5,h6 { font-family: var(--UI-font); font-weight: bold; color: var(--red); } h1,h2 { line-height: 1.25; } h3,h4 { line-height: 1.325; } h1 { display: flex; align-items: center; column-gap: 0.325rem; color: var(--red); font-family: var(--header-font); font-weight: bold; font-size: 2.675em; line-height: 1; padding-bottom: 0; border-bottom: none; margin-bottom: 0.425em; } :is(h1)::before, :is(h1)::after { content: ""; display: block; height: 0.1rem; min-width: 2.5rem; flex-grow: 1; background: currentColor; order: 1; } :is(h1)::before { flex-grow: 0; width: 1.75rem; min-width: 1.75rem; height: 1.75rem; -webkit-mask-image: var(--heading-mask); -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; -webkit-mask-position: center; mask-image: var(--heading-mask); mask-repeat: no-repeat; mask-size: contain; mask-position: center; } /* online/supporter icon */ .online { content: url("https://i.ibb.co/FgxP1Mx/2591088a2sjr2i9e1.gif"); } .supporter { content:url("https://64.media.tumblr.com/7d95071f0982cfce9167e7cacb411c50/tumblr_inline_p7gjrdJEjL1rhwzwl_75sq.gifv"); } /* buttons and search */ .search-wrapper input[type=text] { background-color: var(--black) !important; border: 1px dotted var(--red) !important; color:var(--white) !important; border-radius: 0px !important; } button { border-radius: 0px !important; text-transform: lowercase; border: 1px dotted var(--header-color1) !important; font-family: var(--mono-font); background-color: var(--header-color1) !important; color: white !important; } /* contact me icons */ .contact .inner a img { font-size: 0; } .contact .inner a img:before { font-size: 1em; display: block } .contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before { /* add to friends */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } .contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before { /* add to favorites */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } .contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before { /* send Message */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } .contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before { /* forward to friend */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } .contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before { /* instant message */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } .contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before { /* block user */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } .contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before { /* add to group */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } .contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before { /* report user */ content: url("https://i.ibb.co/g3bzRQj/Logo-of-the-SCP-Foundation-1.png") } /* links */ a { color: var(--red) !important; } a:hover, a:visited { color: var(--dark-red) !important; text-decoration: none; } .friends a p { color: var(--red) !important; } .friends a:hover p { color: var(--dark-red) !important; } /* misc */ nav label { color: var(--white) !important; } nav label a { color: var(--white) !important; } nav label a:hover { color: var(--white) !important; } .section h4 { color: var(--red) !important; text-align: center; } .comment-reply:not(:first-child) { border-top: 3px double var(--red); } .count { color: var(--red); } .table, .table-section, .contact { border: 1px dotted var(--black) !important; background: var(--white); } table.details-table { background: transparent !important; } table.details-table td { background: transparent !important; font-family: var(--UI-font); color: var(--red) !important; } .heading { background: transparent!important; padding-bottom: 4px !important; background-size: 100%100%!important; text-align: center; border: none!important; } </style>
  • Lol

    5
    0 Votes
    5 Posts
    84 Views
    ?

    theefoxer oH, shit sorry i misread it thats my bad😭
    But thats funny lol

  • bro is sleeping

    5
    0 Votes
    5 Posts
    75 Views
    ?

    @Soggy_Bread bc my girlfriend is cute so obviously its going to be cute

  • 2 Votes
    13 Posts
    192 Views
    ?

    @Cyx Your grounded even longer and no watching youtube anymore

  • :]]

    9
    0 Votes
    9 Posts
    96 Views
    ?

    @catboybees_ yeah…

  • Hello, I am back again pt.13

    12
    1 Votes
    12 Posts
    166 Views
    ?

    Cameron LLLLLLLL
    LOSER
    HI CAM
    CAM HI

  • retarded HHW articles shitpost

    9
    0 Votes
    9 Posts
    110 Views
  • I found mpp clone

    1
    0 Votes
    1 Posts
    44 Views
  • october birthday

    1
    0 Votes
    1 Posts
    28 Views
    ayinA

    b613e0c1-95c7-4290-969f-2c771561ca38-image.png
    @Duchess feature this pls

  • i would die if a girl shot me

    3
    0 Votes
    3 Posts
    43 Views
    ?

    ok

  • Everyone join

    1
    1 Votes
    1 Posts
    26 Views
  • Considering unfollowing most of you

    9
    2 Votes
    9 Posts
    117 Views
    ayinA

    @Cyx agreed even tho i do my school work whilst using my computer lmao

  • You fuckers

    6
    3 Votes
    6 Posts
    328 Views
    ?

    Chicken

  • "BRO NO WAY ITS METALICA"

    16
    0 Votes
    16 Posts
    160 Views
    ?

    Shadow cri

  • fit check (femboy friday and shroom sweater)

    10
    0 Votes
    10 Posts
    130 Views
    ?

    @JesterPenetrate i probably can i just dont like liquid eyeliner

  • istg bro

    5
    0 Votes
    5 Posts
    80 Views
    ?

    @JesterPenetrate legit tho
    a7x is a 100% bc my favorite fucking band bro

  • Why valorant.. Why..?

    1
    0 Votes
    1 Posts
    55 Views
    theefoxerT

    WHY DOES THE FUCKING STINGER COST THE SAME THAN THE OPERATOR??

    d7896cce-3843-47f9-a180-35216176c3d6-image.png

  • WHAT .... THE .... FUCK???

    6
    0 Votes
    6 Posts
    126 Views
    theefoxerT

    @JesterPenetrate I’m so fucking confused right now ^^^

  • this song always makes me cry but like its good

    1
    0 Votes
    1 Posts
    23 Views
    ?

    song name: Vermillion, pt. 2
    artist/band: Slipknot
    lyrics:
    She seems dressed in all of me
    Stretched across my shame
    All the torment and the pain
    Leaked through and covered me
    I’d do anything to have her to myself
    Just to have her for myself
    Now I don’t know what to do
    I don’t know what to do
    When she makes me sad

    She is everything to me
    The unrequited dream
    A song that no one sings
    The unattainable
    She’s a myth that I have to believe in
    All I need to make it real is one more reason
    I don’t know what to do
    I don’t know what to do
    When she makes me sad

    But I won’t let this build up inside of me
    But I won’t let this build up inside of me
    But I won’t let this build up inside of me
    But I won’t let this build up inside of me

    I catch in my throat
    Choke
    Torn into pieces
    I won’t, no
    I don’t want to be this

    But I won’t let this build up inside of me
    (Won’t let this build up inside of me)
    I won’t let this build up inside of me
    (Won’t let this build up inside of me)
    I won’t let this build up inside of me
    (Won’t let this build up inside of me)
    I won’t let this build up inside of me
    (Won’t let this build up inside of me, won’t let this build up inside of me)

    She isn’t real
    (Won’t let this build up inside of me)
    I can’t make her real
    (Won’t let this build up inside of me)
    She isn’t real
    (Won’t let this build up inside of me)
    I can’t make her real
    (Won’t let this build up inside of me)

    song link: https://spotify.link/qmGe9jxPFDb

iwantyoutoperishI NightmareWolfieN HoodH

9

Online

1.1k

Users

65.9k

Topics

567.3k

Posts