fern on FriendProject.net - www.friendproject.net/343799 fern

Other
18 years old

Last Login:
July 19 2021

View: Photos | Blog | Layouts

   Contacting fern

 FP URL: 
     fern's Details
Member Since:June 15, 2021




 Make A FriendProject Account!
  Meet People like fern!
  First Name:
  Last Name:
  Email:
  Password:

fern's Latest Blog Posts  [Subscribe to this Blog]

[View All Blog Posts]

   fern's Blurbs
About me:
Write an "about me" about yourself here...

Who I'd like to meet:
:root { --button-color: silver; --bkg-color: silver; --body-color: #808080; --border-l: white; --border-d: #242424; --text-color: black; --link-color: blue; --link-v: #663366; --link-a: red; --outset: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf; --inset: -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey; --gradient: linear-gradient(to left, cyan, blue, darkblue); } body { background: url(https://i.pinimg.com/originals/9f/92/6c/9f926c8c220127d81c8ba6897aa8d5db.gif); color: var(--text-color); } .box:not(#footer, .comments), .short, #name, .topLeft.blogCard, .tableLeft, .tableRight{ background-color: var(--bkg-color) !important; } * { font-family: Courier, sans-serif; } #header { background-image: var(--gradient) !important; } #header, #hSub { background-color: var(--bkg-color) !important; box-sizing: border-box; } div#hSub { text-align: center; } #hSub a, #header a:not(.logo){ color: var(--text-color); } .box:not(.topLeft.blogCard > .boxInfo.box, #footer, .comments, .fwiends), .short, #name, .tableRight { padding: 3.5em 2em ; margin-bottom: 20px; box-sizing: border-box; overflow: hidden; width: 100%; } .topLeft.blogCard > .boxInfo.box { border: none; padding: 1.5em 1em ; margin-bottom: 20px; } #name, .topLeft.blogCard{ padding: 1.5em 1em ; margin-bottom: 20px; box-sizing: border-box; overflow: hidden; } .box:not(.topLeft.blogCard > .boxInfo.box, #footer, .comments), .short, #name, .tableLeft, .tableRight, #name, .topLeft.blogCard { box-shadow: var(--outset); } div#hSub { box-shadow: var(--outset); } .short { margin-top: 10px; } #footer { bottom:0; font-size:0; left:500px; position:fixed; pointer-events: none; } pre { background-color: #242424; border: 2px solid var(--text-color); padding: 8px 16px ; overflow-x: auto; } code { font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New; color: white !important; } .avatar { max-width: 200px; width: 100%; margin: 0; } .box.fwiends, #name { border: 5px solid; border-image-slice: 1; border-image-source: var(--gradient); } .box.fwiends { padding: 3.5em 2em ; margin-bottom: 20px; box-sizing: border-box; overflow: hidden; width: 100%; } .shortRight { padding-left: 20px; } :link { color: var(--link-color); } :visited { color: var(--link-v); } :link:active, :visited:active { color: var(--link-a); } button{ box-sizing:border-box; border:none; border-radius:0; min-width:75px; min-height:23px; padding:0 12px; background:silver; box-shadow: var(--outset); } .fwiendCount { color: #CC6633; } button:not(:disabled):active{ box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey; padding:2px 11px 0 13px; } button:focus{outline:1px dotted #000;outline-offset:-4px} .boxButton { display: block; width: 100%; height: 50px; padding: inherit; background: var(--button-color); box-shadow: var(--outset); text-align: center; color: var(--text-color); font-weight: bold; line-height: 50px; box-sizing: border-box; } .boxInfo > a { text-decoration: none; } .boxButton:hover{ box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey; } .blurbs, .blog, .short { background: url(https://i.imgur.com/W20Qbxl.png?1) calc(100% - 5px) 2px no-repeat, linear-gradient(to bottom,blue 21px, transparent 1px); } .rightHead { border: 2px inset var(--border-l); background-color: var(--bkg-color); padding: 4px; } .boxHead { border: 2px outset var(--border-l); margin-bottom: 8px; } .url::before { /* content: url(https://i.imgur.com/1YUx3ch.gif); */ z-index: 0; display: inline; padding: 0; margin: 0px; } a:hover { animation: changeColor 1.5s linear infinite; } .rightHead { border: 2px inset var(--border-l); background-color: var(--bkg-color); padding: 4px; color: blue; } .blinkGreen { animation: blinkingTextGreen 1.5s infinite; } audio { /* border: solid 1px #fff; */ /* padding: 2px; */ margin-bottom: 0px; margin-top: 5px; width: 100%; height: 30px; /* background: #fff; */ outline: none; margin-bottom: -3px; /* filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%); */ animation: changeColor 1.5s linear infinite; } h4 { color: royalblue; margin-bottom: 0px; } .topLeft { float: left; width: calc( 40% - 20px ); } span#hUp::before { content: "New Nudes!!"; animation: blinkingTextGreen 1.5s infinite !important; color: cyan; font-size: 14px; font-family: monospace; } @keyframes changeColor{ 0%{color:#FDDB68;} 10%{color:#F48190;} 20%{color:#CE65BA;} 30%{color:#AE73B5;} 40%{color:#6880AC;} 50%{color:#4892B7;} 60%{color:#44BAAA;} 70%{color:#6AC66F;} 80%{color:#D1EC2B;} 90%{color:#FFF011;} 100%{color:#FFC16D;} } @keyframes blinkingTextGreen{ 0%{color:darkblue;} 49%{color:cyan;} 50%{color:darkblue;} 99%{color:cyan;} 100%{color:darkblue;} }

    More Members
Shiloh

Moxxi

ⓙⓐⓜ

Beelzebub

James

Ryan

Anthony

cristi

Sarah

manic pixie nightmare

Scott

KAIi

HOrse_PIE

mk

☣︎☣︎☣︎Otamatone☣︎☣︎☣︎

test

aurelia !!

rottie

GorePup

Sabrina

she

Henry Jekyll

Jen

Stefan

Mia

Agent Smith

Cal x3

✮Shadow✮

alex666

Queencard Alert!! <3

miko ⋆。°✩

Kaiza

Sweet Paws

tom

Zacky

Apollo

Dhapne

Natasha

CLOVER

zephyr (eyestrain warning)




fern's Friends Comments
Displaying 0 of 0 Comments (View All | Add Comment)
Add Comment






© 2024 FriendProject.net. All Rights Reserved.