TEXT EFFECTS 2!
paste this under the tag where you want the flaming text to be:
color: #fff; text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px20px #ff8000, 0px -18px 40px red;

oozey mess

shark vs the universe

blake kathryn

JBB: An Artblog!
No title available
🪼
$LAYYYTER
ojovivo
Show & Tell
todays bird

Product Placement
Peter Solarz
cherry valley forever

#extradirty

@theartofmadeline
Cosimo Galluzzi
we're not kids anymore.
Lint Roller? I Barely Know Her

pixel skylines

Janaina Medeiros

seen from United States
seen from Philippines

seen from Ukraine

seen from United States
seen from Israel
seen from United States

seen from Netherlands

seen from Lithuania

seen from United Kingdom

seen from Sweden
seen from United States

seen from Germany
seen from United States
seen from United States

seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from Türkiye
@whudduptutorials
TEXT EFFECTS 2!
paste this under the tag where you want the flaming text to be:
color: #fff; text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px20px #ff8000, 0px -18px 40px red;
How do you do that dotte-d box hover thing? and can you also tell me how to change from circle post to square? I dont' know where to put the "back to the top" button on my customize page too.
message me off anon
can I please have the narnia theme code?
lloook through my posts, i edited a blink and its over to look like the narnia.
on the rotate in skewed pop up animation, the webkit name bit is diamonds when it should be rollbabs, then it works :)
oh, right sorry! <3 haha thanks fr saying that, will change it(:
are you gonna change your theme one time? i hate this one. its hard to use.
hehe i know, thats kaylee's job- i don't even know anything about this blog or html or whatever! :P
-melissa
Rotating Popups Animation with cool Rolling effect!
THIS CODE IS LICENSED AND PATENTED , PLEASE CREDIT ME- I CAN CONTACT THE AUTHORITES IF YOU DONT!
paste this under the style tag:
@-webkit-keyframes rollbabs { 0% { opacity: 0; scale(0); -webkit-transform: translateX(-100%) rotate(60deg); } 30% { opacity: 0.3; transform:scale(0.4); -webkit-transform: translateX(-70%) rotate(-360deg); } 60% { opacity: 0.6; transform:scale(0.7); -webkit-transform: translateX(-40%) rotate(360deg); } 100% { opacity: 1; transform:scale(1); -webkit-transform: translateX(0px) rotate(0deg); } } @-moz-keyframes rollbabs { 0% { opacity: 0; scale(0); -webkit-transform: translateX(-100%) rotate(60deg); } 30% { opacity: 0.3; transform:scale(0.4); -webkit-transform: translateX(-70%) rotate(-360deg); } 60% { opacity: 0.6; transform:scale(0.7); -webkit-transform: translateX(-40%) rotate(360deg); } 100% { opacity: 1; transform:scale(1); -webkit-transform: translateX(0px) rotate(0deg); } } @-o-keyframes rollbabs { 0% { opacity: 0; scale(0); -webkit-transform: translateX(-100%) rotate(60deg); } 30% { opacity: 0.3; scale(0.4); -webkit-transform: translateX(-70%) rotate(-360deg); } 60% { opacity: 0.6; scale(0.7); -webkit-transform: translateX(-40%) rotate(360deg); } 100% { opacity: 1; scale(1) rotate(0deg); } .rollbabs { -webkit-animation-name: rollbabs; -moz-animation-name: rollbabs; -o-animation-name: rollbabs; animation-name: rollbabs; }
^^^^^^ its a big load, i know (: but its actually more convenient, easier for editing if you wanna change the code around(:
theeeen, paste this where ever you want the cool popup entrance to be(: x
-webkit-animation: rollbabs 1s; -moz-animation: rollbabs 1s; -ms-animation: rollbabs 1s;
super cool text effect!
paste this code in the style tag:
.glittertexts { background: url(http://fc06.deviantart.net/fs70/f/2011/023/b/a/purple_n_pink_glitter_texture_by_asphyxiate_stock-d37wru2.jpg); border-style: 3px transparent solid; border-image: url(http://static.tumblr.com/gfiuv4c/t5mm9ysw7/specialtutsilverglitter.gif) 25% repeat; -webkit-text-fill-color: transparent; -webkit-background-clip: text; }
then paste this in body, or where you want to put the text:
PHOTO HOVERS FOR NARNIA!
paste this under the style tag:
.post:hover { border-radius: 20px; }
^^^^^^^^^^^^^^ for rounded posts on hover
.post:hover { border-style: dashed 3px #000000; }
^^^^^^^^^^^^^^^^^ this is for dashed borders on hover
Sliding Rotating Status Bar!
THIS CODE IS LICENSED AND PATENTED , PLEASE CREDIT ME- I CAN CONTACT THE AUTHORITES IF YOU DONT!
http://asdftutorials.tumblr.com/menu/statuss <-----------LIVE PREVIEW! http://asdftutorials.tumblr.com/menu/statuss <-----------LIVE PREVIEW! http://asdftutorials.tumblr.com/menu/statuss <-----------LIVE PREVIEW!
1) paste this under the style tag:
.meow { color: #fff; display: block; writing-mode: lr-tb; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); position: absolute; left: -25px; top: 50px; font-family: 'short stack'; font-size: 15px; font-weight: normal; text-transform: uppercase; } #tab { z-index:1000; height: 40px; position: fixed; top: 100px; left: 0px; width: 35px; padding: 40px 0; text-align: center; font-size:12px; background: url(OUTSIDE BOX URL HERE); border: 3px dashed #000000; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } #innertab { background: url(INSIDE BOX IMAGE URL); position: fixed; top: 100px; left: -253px; border: 3px dashed #000000; width: 230px; padding: 10px; height: 100px; overflow: auto; text-color: #000000; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; text-align: left; -webkit-transform: rotate(-180deg); } #tab:hover { border: 2px dashed #000000; z-index:1000; } #tab:hover #innertab { -webkit-transform: rotate(360deg); z-index:1000; left: 50px; }
2) then, fill out the 'image url here stuff.
3) oaste this under the body tag:
then you're all set! please don't remove the credit, i made this code myself and you should be lucky I'm posting it publicly.
http://asdftutorials.tumblr.com/menu/statuss <-----------LIVE PREVIEW!
how to put polaroid effects on photos!
paste this under .photo {
position: relative; background: #fff; width: 200px; padding: 7px; margin: 10px; text-align: center;
-moz-box-shadow: 1px 1px 3px #222; -moz-transform: rotate(-5deg); -webkit-box-shadow: 1px 1px 3px #222; -webkit-transform: rotate(-5deg); box-shadow: 1px 1px 3px #222; -o-transform: rotate(-5deg); transform: rotate(-5deg);
if you don't have a photo { tag, then add this above the code:
img {
then add a } at the end
how did u do those urls?!x
its a code, you can request a custom url if you want(:
feeling festive? have falling snowflakes on your blog!
paste this under the style type text css tag:
.snowflake { position: absolute; text-align: center; z-index: 9999; top: -100px; width: 1em; height: 1em; color: white; font-size: 16px; text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px; /* We use the following properties to apply the fade and drop animations to each snowflake. Each of these properties takes two values. These values respectively match a setting for fade and drop. */ -webkit-animation-iteration-count: infinite, 20; -webkit-animation-direction: normal, normal; -webkit-animation-timing-function: linear, ease-in; } .snowflake span { position: absolute; display: block; width: 1em; height: 1em; /* We use the following properties to adjust the clockwiseSpin or counterclockwiseSpin animations on each snowflake. The createASnowflake function determines whether a flake has the clockwiseSpin or counterclockwiseSpin animation. */ -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; -webkit-transform-origin: 50% -100%; } .snowflake.tiny { font-size: 0.5em; } .snowflake.small { font-size: 1em; } .snowflake.medium { font-size: 2em; } .snowflake.large { font-size: 3em; } .snowflake.massive { font-size: 7em; } /* Hides a snowflake towards the very end of the animation */ @-webkit-keyframes fade { /* Show a snowflake while into or below 85 percent of the animation and hide it, otherwise */ 0% { opacity: 1; } 85% { opacity: 1; } 100% { opacity: 0; } } /* Makes a snowflake fall from -50px to 650px pixels in the y-axis */ @-webkit-keyframes drop { 0% { -webkit-transform: translate(0px, -50px); } 100% { -webkit-transform: translate(0px, 650px); } } /* Rotates a snowflake from -50 to 50 degrees in 2D space */ @-webkit-keyframes clockwiseSpin { 0% { -webkit-transform: rotate(-50deg); } 100% { -webkit-transform: rotate(50deg); } } /* Rotates it from 50 to -50 degrees in 2D space */ @-webkit-keyframes counterclockwiseSpin { 0% { -webkit-transform: rotate(50deg); } 100% { -webkit-transform: rotate(-50deg); } } <![CDATA[// <![CDATA[ /* Define the number of snowflakes to be used in the animation */ const SNOWFLAKES = 10; function init() { /* Fill the empty container with freshly driven snow */ var first = true; for (var i = 0; i < SNOWFLAKES; i++) { document.body.appendChild(createASnowflake(first)); first = false; } } /* Receives the lowest and highest values of a range and returns a random integer that falls within that range. */ function randomInteger(low, high) { return low + Math.floor(Math.random() * (high - low)); } /* Receives the lowest and highest values of a range and returns a random float that falls within that range. */ function randomFloat(low, high) { return low + Math.random() * (high - low); } function randomItem(items) { return items[randomInteger(0, items.length - 1)] } /* Returns a duration value for the falling animation.*/ function durationValue(value) { return value + 's'; } function createASnowflake(is_first) { var flakes = ['2746', '2745', '2744', '2733']; var superFlakes = ['2746', '2745', '2744', 'fc7', '274b', '2749', '2747', '2746', '273c', '273b', '2734', '2733', '2732', '2731', '2725']; var sizes = ['tiny', 'tiny', 'tiny', 'small', 'small', 'small', 'small', 'medium', 'medium', 'medium', 'medium', 'medium', 'medium', 'large', 'massive']; /* Start by creating a wrapper div, and an empty span */ var snowflakeElement = document.createElement('div'); snowflakeElement.className = 'snowflake ' + randomItem(sizes); var snowflake = document.createElement('span'); snowflake.innerHTML = '&#x' + randomItem(flakes) + ';'; snowflakeElement.appendChild(snowflake); /* Randomly choose a spin animation */ var spinAnimationName = (Math.random() < 0.5) ? 'clockwiseSpin' : 'counterclockwiseSpin'; /* Randomly choose a side to anchor to, keeps the middle more dense and fits liquid layout */ var anchorSide = (Math.random() < 0.5) ? 'left' : 'right'; /* Figure out a random duration for the fade and drop animations */ var fadeAndDropDuration = durationValue(randomFloat(5, 11)); /* Figure out another random duration for the spin animation */ var spinDuration = durationValue(randomFloat(4, 8)); // how long to wait before the flakes arrive var flakeDelay = is_first ? 0 : durationValue(randomFloat(0, 10)); snowflakeElement.style.webkitAnimationName = 'fade, drop'; snowflakeElement.style.webkitAnimationDuration = fadeAndDropDuration + ', ' + fadeAndDropDuration; snowflakeElement.style.webkitAnimationDelay = flakeDelay; /* Position the snowflake at a random location along the screen, anchored to either the left or the right*/ snowflakeElement.style[anchorSide] = randomInteger(0, 60) + '%'; snowflake.style.webkitAnimationName = spinAnimationName; snowflake.style.webkitAnimationDuration = spinDuration; /* Return this snowflake element so it can be added to the document */ return snowflakeElement; } window.onload = init; // ]]]]><![CDATA[>]]>
then, paste this under the body tag:
super cute hand drawn block font!
so paste this under the head tag:
@font-face { font-family: Shut Up; src: url('http://static.tumblr.com/ht0hldm/ETHm88y8k/firefly_navigator_1_.otf'); }
then, paste this under wherever ta you want the font to be:
font-family: Shut Up;
How to put a photo next to your header links in Narnia!
look for your header code, which you can find by just searching (ctrl+f) (command+f) on your computer and look for {block:HasPages}. then, delete everything there untill the {/block:HasPages} code then replace it with this code:
In your fake ask button thing, what do you mean by put it above the /head tag?
The tag ahah (:
How in the world do those urls work? Does tumblr allow symbols like that? I'm so curious!
It's a special code(: hahah x
omg your urls are perfect <3 I really want the 2 crosses but I can't gain you 25, definetly not 30!! Ithere any other way to get it??
thanks hun(: and it's cool, hahah I know how hard that would be so I won't be unreasonable-message me off anon so we can work something else out xxx