this is one of the best visual representations of classical music iāve ever seen
Sweet Seals For You, Always
art blog(derogatory)
Show & Tell
tumblr dot com

Product Placement
YOU ARE THE REASON
KIROKAZE
Interview Vampire Daily
RMH

PR's Tumblrdome
Phantogram Three
I'd rather be in outer space šø

romaā
Cookie Run:Kingdom Official!

izzy's playlists!
Doug Jones
šŖ¼
Noah Kahan
Fai_Ryy
No title available
seen from United Kingdom
seen from United States
seen from United States
seen from Tunisia
seen from United States

seen from Malaysia
seen from Philippines
seen from Thailand

seen from China
seen from United States
seen from United States
seen from Argentina
seen from United Kingdom

seen from United States

seen from Malaysia

seen from Malaysia

seen from Bangladesh
seen from Saudi Arabia

seen from Malaysia

seen from United States
@loveisgoldlove
this is one of the best visual representations of classical music iāve ever seen
replace the engagement ring with an engagement sword
Dytto - āBarbie Girlā Dance
Holy fuck watch this
Hotline Bachata
Omg Iām deadddd š©š©š©ššš!!!!
photographed by me!!
acoustic instrumental byĀ Unique Korean Cover - Project
All-in-One Page 03Ā | by bisexualamy (consider commissioning me)
static previewĀ / code
Rules:
Donāt steal or claim as your own
Donāt use as a base
Donāt touch the credit
Features:
Four boxes which open on click
About, faq, tags, and blogroll section
About section features a place for an icon and a basic info section
You can add as many boxes as you want in the faq and tags sections, all boxes will scroll to infinity
*make sure to put your url where it says YOURURLHERE for the ask box to work*
Feel free to change any colors, fonts, etc. as long as you keep the credit on
Please like/reblog if using and message me with any questions or issues!
Re: 03. Volvox
preview, get code
Originally Toujours Pur, now revamped. A lotĀ of links.Ā Features:
250, 300, 350, 400, 450, 500, 600px posts
Cover (optional): a background image & an option to put a blurb
Option for infinite scrolling (manual load only)
A top bar and a sidebar: top bar sticks on scroll
Top bar has 4 links & 5 more on a dropdown tab
Sidebar has 6 more links, social networking links, description, blog stats (online users & total visit), search bar
Both body and title font choice
White/black/grey Tumblr controls
Option to hide/show captions and tags
All the sidebar items can be toggled off except maybe the description tab. Glitches in the theme: write @queliyon
Revamped. Let me know if there are glitches in the theme @queliyon. Thanks.
Pop up ask box
1. Copy and pasteĀ this codeĀ afterĀ <head>Ā in your theme code (search with ctrl+f to find it).
The url Iāve highlighted is the close button, you can change what it looks like by replacing the highlighted URL with another image URL. If you want the url of one of these close buttons, right click on the button you want and clickcopy image urland paste it into the code.
2. PasteĀ this codeĀ before </style> or if you donāt have that, put it after <style>
The codes highlighted are the colours of the pop up box background and the border, you can change them if you like. Ā
3. Find your ask link. It can be tricky to find for some people, but you have to replace it withĀ this code. Your ask link will haveĀ ā/askāĀ in it, but ask us for help with step 3 of adding a pop up ask box if you canāt find it. You can change āASK MEā to whatever you want.Ā
4. Paste this codeĀ after</body> If you want to add an faq to your pop up ask box, findĀ <Center> and put your faq directly after it. Then, add <p> directly after your faq.Ā
-Ā kraz-e, updated byĀ sppice Please like this post if youāre using this tutorial :)
Pop Up Ask Box on Your Main Page
1. Copy and paste the code below right after <head> tags.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script> $(document).ready(function() { // $('a.poplight[href^=#]').click(function() { var popID = $(this).attr('rel'); //Get Popup Name var popURL = $(this).attr('href'); //Get Popup href to define size var query= popURL.split('?'); var dim= query[1].split('&'); var popWidth = dim[0].split('=')[1]; //Gets the first query string value $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>'); var popMargTop = ($('#' + popID).height() + 80) / 2; var popMargLeft = ($('#' + popID).width() + 80) / 2; //Apply Margin to Popup $('#' + popID).css({ 'margin-top' : -popMargTop, 'margin-left' : -popMargLeft }); $('body').append('<div id="fade"></div>'); $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) return false; }); $('a.close, #fade').live('click', function() { $('#fade , .popup_block').fadeOut(function() { $('#fade, a.close').remove(); //fade them both out }); return false; }); }); </script>
**the highlighted is a image of ācloseā button. if you want change the image just replace with your url of image or you can chooseĀ here
2. Paste this code underĀ <style type=ātext/cssā>Ā tags
.popup_block{ display: none; background: #D3D3D3; background-image: url(); padding: 10px; font-family: Garamond; float: left; font-size: 10px; position: fixed; top: 50%; left: 50%; z-index: 2; border: 2px solid #363636; -moz-box-shadow: 0 0 5px #CFCFCF; -webkit-box-shadow: 0 0 5px #CFCFCF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } img.btn_close { float: right; margin: -5px -5px 0 0; } *html .popup_block { position: absolute; }
** if you want to customize your ask box, just change what you want, i already highlight the tags of color. you can insert image background if you like, just put the url between (url)
3. paste this code afterĀ </body>Ā tags.
<div id="02" class="popup_block"> <Center><font size="5" color="#1C1C1C">Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"> </center></div> </div></div></div></div></div></div></div></div></div></div>
** make sure you replace the USERNAME wit your username!
4. Change the code of your āaskā link to this code.
<a href="#?w=500" rel="02" class="poplight">ask me</a>
** change the āask meā to title of your ask link
CHECK THIS FOR EXTRA EXPLANATION WITH STEP 4
PLEASE FOLLOW THE INSTRUCTION CAREFULLY. FEEL FREE TO ASK ME IF YOU HAVE PROBLEM WITH IT.
How to add a pop up archive!
So I asked some of you what tutorials you wanted since iāll be making them from now on and one thing you wanted was a pop up archive tutorial! Donāt freak out, itās not as hard as it sounds, and this will include customisation options so you can make it fit your theme perfectly! Click āread moreā to read the tutorial x
Weiterlesen
Theme 8 (Cargo Remake): static preview / code
Features:
Square post thumbnails
Click on the thumbnails to view the full post
View posts on index page as either a grid or a list
Description appears on click
Up to six links
Keep reading
blueberry : preview / download
this is a network page i created while listening repeatedly to neptune by sleeping at last. boxes are 135px wide; thereās space for member name, URL and a short description. the header features a description box and links.
instructions for customising are in the code. x
Hey. I'm trying to set up my icons page using your new icon theme (it's lovely). How do I input the code so that the icons will sort by colour? I've been tinkering with it and can't figure it out. Thanks!
Hi! Okay so look in the sidebar section of the code, where all of your links / tags are. Letās look at the blue link for example:
blue
Most of you know that the tags surrounding the text mean that itās a link. The href part says where itās going to but since we want it to stay on the same page, weāve given it a value of #. The rel part is the most important - it is basically theĀ ātagā you are assigning all icons that match this filter. The class part mostly determines basic styles that will be applied to it. Ignore the href and class sections.
Now, looking down at your icon hold section, youāll see a bit of code that looks similar to this:
box tag tag2ā>
Once again, a lot of you probably know that the
tags are basically just containers for our content. The content is an tag which contains a link to the icon you want to display. In this case, the class is the most important section. These are theĀ ātagsā that correlate with the above rel section. All icons must have a box class!! As long as that stays intact, you can add as many or as fewĀ ātagsā as you like. If you wanted to tag an image as blue, you would simply edit the classes to look more like this:
box blueā>
ā¦.and thatās how you utilise filters / tags!! Hopefully this makes the whole process of implementing an icon page much easier!
liebestrƤume | static preview & code
features:
4 post sizes, 250px/280px/300px/320px
5 links
inverted tumblr controls
optional:
infinite scroll
multi-column (number of columns adjusts to screen size)
captions
small cursor
white lightbox
credits: soundcloud player+video resizing, infr scroll (by paul irish)+masonry (by david desandro)+ pxu photosets (by pixel union) script from shythemes
Please do not steal any of this code & do not edit the credit. Like/reblog if using // thank you!
Rise and Shine ThemeĀ by Chloe Themes Ā ā preview | code
about:
a clean and minimal theme inspired by @solasm / @sorrism. one or two columns. optional left alignment for one column. popup with about, ask and navigation. infinite scroll or pagination.
notes:
icon is 100 x 100px
named after a poem by @afadthatlastsforeverā
improved pxu css by @gukthemes and @caulfielld