Recent Posts

ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
i had a dream about joining a specific site last night and i feel like my brain is trying to tell me something
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
first of all this code is sexy af

secondly, confession time, if you were referencing the newclass animation demo i made your fonts fucking up is entirely my fault, i realized there's a helluva typo in it earlier today (after screaming at the code myself, funnily enough) and forgot to update it. i am SO SORRY and you have permission to snipe me for my crimes. delete the extra } at the end of your .silkeGal2:hover .widowBounce IMG class and they should come back.

as for the image malfunctioning, i think the cause is proboards img style defaulting to max-width:100%? if you manually (as in the html part, not in the newclasses) set the image width to the width of the container that should fix it. there might be a fancier css solution but ¯\_(ツ)_/¯ PRETTY SURE IT'LL WORK.
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
if you knew me before i turned 18 i'd like to formally apologize

in other news i missed my cats so much aaaaah
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
can everyone stop opening or preparing to open amazing sites until im back from vacation thank u
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
[nospaces]
ANIMATION DEMO: [break][break]
[attr="class","animationTesting"]


[newclass=.animationTesting]border:2px solid transparent; border-left:2px solid #bbb; height:100px; width:100px; border-radius:100%; animation: spinner 4s linear infinite; } @keyframes spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); }[/newclass]
[break]

[div][attr="class","animationTesting"][/div]

[newclass=.animationTesting]border:2px solid transparent; border-left:2px solid #bbb; height:100px; width:100px; border-radius:100%;  animation: spinner 4s linear infinite; } @keyframes spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); }[/newclass]
[break][break]

CUSTOM FONT DEMO:

[attr="class","fontfaceTesting"]lorem ipsum.


[newclass=.fontfaceTesting]font:bold 25px 'Signerica Fat'; } @font-face { font-family:Signerica Fat; src:url(//dl.dropbox.com/s/o5tlpkcxt7qwgj1/Signerica_Fat.ttf) format('truetype');[/newclass][break]

[div][attr="class","fontfaceTesting"]lorem ipsum.[/div]

[newclass=.fontfaceTesting]font:bold 25px 'Signerica Fat'; } @font-face { font-family:Signerica Fat; src:url(//dl.dropbox.com/s/o5tlpkcxt7qwgj1/Signerica_Fat.ttf) format('truetype');[/newclass]


PSEUDO SVG IN PROBOARDS RUNDOWN
[break]

1. generate svg as normal while coding [break]
2. paste finished svg xml into the converter at the bottom here; edit dimensions of svg as necessary (pulling them from inspect element in the original code is easiest)[break]
3. replace svg xml with inserted image (can probably also use it in pseudoelements to cut down on # of divs) [break]
4. edit as necessary to make PB happy. you'll likely need to set the img html tag to display:block && you may need to slightly manipulate margins/img size to display properly
last edit on Oct 22, 2020 15:37:57 GMT by selkie
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
how do i put my social anxiety and my desire to write in a fight-to-the-death cage match
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
mele Avatar
pharaoh leap Avatar
Animation is now possible in Proboards and I'm never not going to animate anything ever again.
Omg wat? Like in style tags or is it a specific plugin? 0:


it's in style tags! i put a demo of it on my tester if you (or anyone else lmAO) want to look at the syntax of it :0

EDIT: moved preview to my gallery until i or someone else get a proper tutorial up o/
last edit on Jul 12, 2018 18:55:14 GMT by selkie
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
[nospaces][googlefont=Inconsolata:400,700|Roboto:400,900]

[attr="class","s-ch-contain"]
[attr="class","s-ch-side"]

changelog



[attr="class","s-ch-body"]

v1.0.0


look at that! after a SOLID two and a half years since pixel lauched, i finally fricken' got around to coding a gallery code. i think it's nifty! it's also uh....unnamed, bc i can't think of a good song title for it orz. let's just call it v1.0 for now! [break][break]

ngl, using selkie as a sidebar is cute, but at the same time like.....it's important that people know that i was first ok. intsys owes me royalties >:[





[newclass=.s-ch-contain] width:400px; background:#fcfcfc; border-radius:10px; overflow:hidden; box-shadow:0px 0px 10px rgba(0,0,0,.075); margin:10px; [/newclass]
[newclass=.s-ch-contain] display:flex; flex-flow:row-reverse wrap; [/newclass]
[newclass=.s-ch-side] width:25%; background-image:linear-gradient(315deg, #fc5296 0%, #f67062 74%); display:grid; position:relative; grid-template-columns: 1fr 1fr 1fr 1fr; [/newclass]
[newclass=.s-ch-side::after] content: ''; position: absolute; height: 100%; width: 100%; background: url(https://i.ibb.co/SJrqSrh/5px-grid.png); top: 0px; left: 0px; filter: invert(1); opacity: 0.066; z-index: 0; [/newclass]
[newclass=.s-ch-side h1] margin:0px; font:900 30px/42px roboto; text-transform:uppercase; color:#fefefe; writing-mode: vertical-rl; grid-row-start:10; text-shadow:1px 1px rgba(0,0,0,.2); [/newclass]
[newclass=.s-ch-body] padding:50px; width:calc(75% - 100px); font:12px Inconsolata; color:#555; text-align:left; [/newclass]
[newclass=.s-ch-body h2] margin:0px 0px 10px; font:700 20px montserrat alternates; text-align:right; background-image: linear-gradient(90deg, #fc5296 0%, #f67062 74%); background-clip: text; -webkit-background-clip: text; color: transparent; [/newclass]
last edit on Feb 6, 2020 4:26:54 GMT by selkie
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
this prompt gave me so much INSPIRATION that i couldn't not make something for it >:/ i did cheat by using more than 3 colors, feel free to smite me for breaking the rules again. thanks so much to iceguin for posting about how to get @ font-face working in newclasses, i had no idea it was a possibility ;o; [break][break]

[nospaces][googlefont=Montserrat:700|Roboto+Condensed:700]

[attr="class","selkBorder"]
[attr="class","selkBody"]
[attr="class","selkHeader"]

[attr="class","selkIcon"]



[attr="class","selkLyric"]
[attr="class","selkLyric1"]why can't i see

[attr="class","selkLyric1"]all the colors

[attr="class","selkLyric2"]that you see





[attr="class","selkPost"]

lorem ipsum dolor sit amet, consectetur adipiscing elit. vivamus nec orci aliquam, sodales nibh at, interdum ante. integer luctus elementum libero quis aliquet. cras non diam ut diam porttitor bibendum. sed eu risus vitae urna viverra pulvinar vel eget ipsum. mauris et maximus tortor, sit amet tristique purus. ut mattis non dolor ut pharetra. aliquam erat volutpat. donec id neque arcu. sed metus diam, iaculis at efficitur ac, maximus quis lacus. aenean luctus, nibh at euismod aliquet, leo ex lobortis orci, et consectetur ex nibh volutpat sem. suspendisse in purus lacus. curabitur posuere ipsum et placerat euismod. praesent tincidunt nibh orci, nec gravida leo consequat a. cras mattis tincidunt mi, non maximus orci mattis in. nunc in lacus non sapien hendrerit venenatis interdum vitae dui. [break][break]

orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. proin pellentesque est ac arcu commodo, vel commodo turpis egestas. mauris in lectus vitae metus convallis feugiat. donec porta lorem a fringilla convallis. donec eleifend tellus sed magna tempus pellentesque. curabitur tempor diam sed nibh condimentum, sed hendrerit purus molestie. proin at malesuada dui. maecenas auctor porta nisl, dictum faucibus dolor egestas eu. sed scelerisque ligula et purus fermentum, et molestie velit rutrum. [break][break]

interdum et malesuada fames ac ante ipsum primis in faucibus. donec varius consequat tortor, vitae lobortis eros bibendum in. suspendisse potenti. duis eu ex eros. aliquam erat volutpat. cras mattis nulla mollis varius lobortis. donec pellentesque elit lorem, eget aliquet leo volutpat nec. proin ultricies tincidunt condimentum. nullam bibendum neque a mattis tempus. quisque ac purus placerat augue ornare imperdiet eget eget turpis. nunc diam nisi, tincidunt non mattis vel, pharetra eget libero. donec nunc dui, bibendum consequat convallis vel, rhoncus vel est. curabitur volutpat cursus augue et imperdiet.



[attr="class","selkFooter"]
[attr="class","selkNotes"]

put your notes here!


[attr="class","selkTag"]

@tagged





[attr="class","selkCredit"]SELKIE




[newclass=.selkBorder] border:10px solid #efefef; outline:1px solid #ddd; width:452px; margin:1px; [/newclass]
[newclass=.selkBody] border:1px solid #ddd; background-color:#fefefe; [/newclass]
[newclass=.selkHeader] display:flex; justify-content:space-between; align-items:center; background-color:#fafafa; border-bottom:1px solid #ddd; padding:20px; [/newclass]
[newclass=.selkIcon] padding:10px; width:100px; height:100px; border:2px solid #ddd; display:flex; align-items:center; justify-content:center; border-radius:100%; [/newclass]
[newclass=.selkLyric] display:flex; flex-direction:column; cursor:default [/newclass]
[newclass=.selkLyric1] font:700 31px/100% Montserrat; color:#ddd; text-transform:uppercase; text-align:right; [/newclass]
[newclass=.selkLyric2] font:800 24px Signerica_Fat; color:#88C26D; line-height:24px; text-shadow: #FAFAFA 1px 1px, #FAFAFA -1px 1px, #FAFAFA 1px -1px, #FAFAFA -1px -1px; margin-top:-10px; } @font-face { font-family:Signerica_Fat; src:url(http://files.jcink.net/uploads/derse/Signerica_Fat.ttf) format('truetype'); [/newclass]
[newclass=.selkPost] font:11px roboto; color:#7a7a7a; padding:50px; text-align:justify; [/newclass]
[newclass=.selkPost b] color:#57ADBD; font:700 10px Montserrat; [/newclass]
[newclass=.selkFooter] display:flex; height:40px; [/newclass]
[newclass=.selkTag] width:50%; font:9px roboto; text-transform:uppercase; padding:10px; border-top:1px solid #DDDDDD; background-color:#FAFAFA; color:#7a7a7a; display:flex; align-items:center; justify-content:center; [/newclass]
[newclass=.selkTag a] font:9px roboto!important; [/newclass]
[newclass=.selkNotes] font:9px roboto; text-transform:uppercase; background-color:#C391CC; color:#FEFEFE; width:50%; padding:10px 10px; height:20px; overflow:hidden; display:flex; text-align:left; justify-content:center; align-items:center; [/newclass]
[newclass=.selkCredit] font:bold 7px roboto; width:50px; margin-left:400px; [/newclass]
[newclass=.selkCredit a] font:bold 7px roboto; [/newclass]
last edit on Jul 10, 2018 22:26:30 GMT by selkie
weeping omens advertisement

all my proboards templates require the style tags plugin!
ᕕ( ᐛ )ᕗ
aliasthat bitch.
pronouns"that bitch" still works tbh (any OK!)
551written posts
selkieearned bits
offlinecurrently
selkie
Part of the Furniture
selkie Avatar
a verb in perfect view.
I FINALLY HAVE A REASON TO USE THIS KNOCKOUT TEXT EFFECT, cjkdlfsklafjcdk. i've also never made a playlist template before? my favorite songs are 1000% all over the place and wouldn't have made a good playlist so i threw together a bunch of stuff from my summer playlist instead :'D don't kill me for breaking the rules pls leap. [break][break]

warning that the clipping effects to create the gradient/knockout text don't work on internet explorer or opera mini, but this thing should at least be navigable? but the background will look off. sorry to y'all on those. everyone else should be good.
[break]

[nospaces][googlefont=Roboto:600,900][googlefont="Material+Icons"]
[attr="class","selkMusic"]

[attr="class","selkAlbumCover"]

[attr="class","selkCredit"]SELKIE


[attr="class","selkTitle"]
[attr="class","selkTitleCutout"]

HOT SUMMER NIGHTS



[attr="class","selkPlayButtons"]
[attr="class","material-icons"]
[attr="class","selkBackForth"]fast_rewind

[attr="class","material-icons"]
[attr="class","selkPlay"]


play_arrow



[attr="class","material-icons"]
[attr="class","selkBackForth"]fast_forward




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

AOA



CHERRY POP

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

SISTAR



SHAKE IT

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

MAMAMOO



YOU'RE THE BEST

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

REOL



NO TITLE

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

KERO KERO BONITO



TRAMPOLINE

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

F(X)



ALL MINE

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

AOA



BINGLE BANGLE

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline




[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

SISTAR



TOUCH MY BODY

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline





[attr="class","selkSongBG"]
[attr="class","selkSong"]
[attr="class","selkSongTitle"][attr="class","selkSongArtist"]

KERO KERO BONITO



FOREVER SUMMER HOLIDAY

[attr="class","material-icons"]
[attr="class","selkSongButton"]

play_circle_outline






[newclass=.selkMusic] width:500px; display:flex; flex-direction:column; flex-wrap:wrap; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);margin:10px; [/newclass]
[newclass=.selkAlbumCover] width:500px; height:500px; background-image:url(http://placehold.it/500x500.png); display:flex; flex-wrap:wrap; [/newclass]
[newclass=.selkTitle] font:900 36px Roboto; text-transform:uppercase; color:#fff; width:100%; height:200px; text-align:center; padding-top:25px; background: linear-gradient( to top, transparent, rgba(0,0,0,.5) ); [/newclass]
[newclass=.selkTitleCutout] color:#fff; text-fill-color: transparent; -webkit-text-fill-color: transparent; background:url(https://i.imgur.com/ZUOOKLT.png) 0px -25px; -webkit-background-clip: text; cursor:default; [/newclass]
[newclass=.selkPlayButtons] width:100%; align-self:flex-end; font-family:Material Icons; color:#fff; display:flex; flex-direction:row; align-items:center; justify-content:center; [/newclass]
[newclass=.selkBackForth] font-size:75px; text-shadow: 0px 0px 7px rgba(0,0,0,.33); cursor:pointer; width:75px; height:75px; [/newclass]
[newclass=.selkPlay] font-family: 'Material Icons';font-size:175px; text-shadow: 0px 0px 3px rgba(0,0,0,.33); margin:0px 25px; [/newclass]
[newclass=.selkPlay a] color:#fff; font:175px Material Icons; [/newclass]
[newclass=.selkCredit] position:absolute;width:490px;text-align:right;align-self:flex-end;color:#fff;font:bold 7px roboto;[/newclass]
[newclass=.selkCredit a] font:bold 7px roboto!important;color:#fff!important; [/newclass]
[newclass=.selkSongBG] background-color:#f6f6f6; [/newclass]
[newclass=.selkSong] background: linear-gradient( to right, #7DBABF, #56838A ); text-fill-color: transparent; -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-color:#fafafa; height:50px; padding:5px; width:490px; display:flex; flex-direction:row; align-items:center; justify-content:space-between; [/newclass]
[newclass=.selkSongButton] width:50px; height:50px; font:36px Material Icons; display:flex; align-items:center; justify-content:center; margin-right:5px; color:#aaa; [/newclass]
[newclass=.selkSongButton a] font:36px Material Icons!important;color:#aaa; [/newclass]
[newclass=.selkSongTitle] color:#ccc; display:flex; align-items:center; text-align:left; font:600 15px/90% Roboto; letter-spacing:0px; text-transform:uppercase; margin-left:20px; cursor:default; [/newclass]
[newclass=.selkSongArtist] color:#ccc; margin-right:25px; background-color:rgba(255,255,255,0); -webkit-background-clip: text; [/newclass]
last edit on Jul 10, 2018 3:41:55 GMT by selkie
weeping omens advertisement

all my proboards templates require the style tags plugin!