Marquee Text
Before the text put <marquee>
After the text put in </marquee>
ex. <marquee> TEXT HERE </marquee>
No title available
$LAYYYTER
Stranger Things
will byers stan first human second
Claire Keane
noise dept.
Monterey Bay Aquarium
Misplaced Lens Cap

@theartofmadeline
Xuebing Du

if i look back, i am lost
I'd rather be in outer space 🛸
cherry valley forever
YOU ARE THE REASON

祝日 / Permanent Vacation
No title available
"I'm Dorothy Gale from Kansas"

Kiana Khansmith

PR's Tumblrdome
Sade Olutola
seen from Philippines
seen from United States
seen from United States

seen from Italy

seen from United States

seen from United States
seen from United Kingdom

seen from Malaysia

seen from Türkiye
seen from United States

seen from Malaysia

seen from Canada
seen from India
seen from United States

seen from China

seen from Malaysia

seen from Indonesia
seen from United States
seen from Canada
seen from Canada
@nofearthemes
Marquee Text
Before the text put <marquee>
After the text put in </marquee>
ex. <marquee> TEXT HERE </marquee>
Energy Saving Mode
Paste after the <head> tag in your theme code.
<script language=”javaScript” type=”text/javascript”src=”http://www.onlineleaf.com/savetheenvironment.js”></script>
NOTE: Won't work unless you retype all the quotation marks.
Live Preview & Code
Two Column Theme!
Sidebar!
Infinite Scroll!
Hover Permalink!
Links! If you need more links, you can ask me to show you how.
Welcome Message
Paste this in your description:
<script type="text/javascript"> window.onload= loaded; function loaded() { alert('YOUR WELCOME MESSAGE'); } </script>
Type in your message where it says "your welcome message". Retype all the quotation marks. Save & Close. (:
Exit Message
Paste this in your description:
<script type="text/javascript"> window.onunload = unloadPage; function unloadPage() { alert("WRITE IT HERE"); } </script>
Write your exit message, where it says to.
Make sure, you retype all the quotation marks, or else it wont work.
Save and close.
That should do it (:
How to use fonts
Okay, so let's say you already have to @font-face code... Example...
@font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
To use that in your theme, paste that after your <style type="text/css"> tag in your theme code.
Now, just find the places you want to put the codes, ex..titles, body, posts, sidebar..whatever. You'd put that in the tag under font-family:'silkscreen' or whatever your font name is.
Make sense? If not, you can message me. & I'll try to help you a little better. ♥
Custom Banner for Le0-vix3n. Want a banner ? Message me with details! (:
Banners I've made. I take request (:
Theme 2: Live Preview & Code.
-One Column -Sidebar -Endless Scroll -Button Links -Sidebar Picture -Hover Reblog & Notes
How-to Links
<a href="LINK URL HERE"></a> or If you'd like the link to be hidden but clickable on a word or phrase...
<a href="LINK URL HERE"> TEXT HERE</a>
Example... I like food.
Music Player
Register at Podsnack, its really easy and they give you instructions on how-to. Message me if you're having trouble. http://www.podsnack.com/
http://www.podsnack.com/
http://www.podsnack.com/
http://www.podsnack.com/
Fieldset Box
<fieldset><legend>YOUR TEXT</legend>YOUR TEXT</fieldset>
Typewriter Title in Tab
Paste this below <head> tag in your theme:
<script type="text/javascript"> var rev = "fwd"; function titlebar(val) { var msg = "TITLE HERE"; var res = " "; var speed = 100; var pos = val; msg = "TITLE HERE"; var le = msg.length; if(rev == "fwd"){ if(pos < le){ pos = pos+1; scroll = msg.substr(0,pos); document.title = scroll; timer = window.setTimeout("titlebar("+pos+")",speed);} else{ rev = "bwd"; timer = window.setTimeout("titlebar("+pos+")",speed);}} else{ if(pos > 0){ pos = pos-1; var ale = le-pos; scrol = msg.substr(ale,le); document.title = scrol; timer = window.setTimeout("titlebar("+pos+")",speed);} else{ rev = "fwd"; timer = window.setTimeout("titlebar("+pos+")",speed); }}} titlebar(0); </script>
Type what you wish, where it says TITLE HERE, and waala! Save and Close. If it doesnt work, try retyping the quotation marks.
Add Pagination
Paste this in your description:
<center> <center>{block:NextPage}<a href="{NextPage}"><font size="20">«</font></a>{/block:NextPage} {block:PreviousPage} <a href="{PreviousPage}"><font size="20">»</font></a>{/block:PreviousPage}<br> {block:PermalinkPagination} {block:NextPost}<a href="{NextPost}"><font size="20">«</font></a>{/block:NextPost} {block:PreviousPost} <a href="{PreviousPost}"><font size="20">»</font></a>{/block:PreviousPost} {/block:PermalinkPagination}<p> </center>
You can edit the size of the arrows, if you wish. Just change the "font size" smaller or bigger accordingly.
Live Preview or Code My First theme! It's pretty plain but whaatever.
Features:
-Two columns -Hover Reblog -Infinite Scroll -Slide out navigation links
ahah so yea....
Navigation Bars 2
Paste between the <style> tags.
div.navbar a{background: #000000; color: #ffffff; letter-spacing: 0px; display:block; padding:0px 0; border: 0px solid #000000; width: 180px; margin-top:1px; position:relative; -webkit-transition-duration: .0s; z-index:1; } div.navbar a:hover{ font-weight: bold; letter-spacing: 1px; background: #707070}; display:block; padding:0px 0; border: 0px solid #000000; z-index:2;}
Paste this in your description:
<center><div class="navbar"> <a href="http://link1url">link 1</a> <a href="http://link2url">link2</a></div> <div class=navbar"> <a href="http://linkurl">link3</a></center></div>
Note: You might have to retype the quotation marks, if this isnt working.
Find Code in Theme Faster
You can easily access any word or tag in your theme by pressing ctrl+f and entering the word or tag you're looking for.