Avatar

ulliel-d

@ulliel-d-blog / ulliel-d-blog.tumblr.com

Jane's theme blog has been moved to gasphard-themes. Please check the new blog for latest updates. [ var ref = (''+document.referrer+''); document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID2028036&e1=&e2=&r=' + ref + '"><\/script>'); / ] Themes are optimized for Chrome 1280x800.

To clear up the confusion;

I'd like to remind everyone that this blog is no longer active and I've moved to gasphard-themes. Please follow that blog for recent themes and updates. Questions directed to this blog will not be answered, therefore please send the queries this way. Thank you.

Avatar
Reblogged

PAGE 01 - SIRENS

Live Preview ❖ Download: Pastebin - Freetexthost

Please leave the credits intact. Do not remove or move it to a secondary page. Do not copy, use as a base code, or redistribute. You may edit is as much as you wish but please don’t claim it as your own. If there’s any error in the coding, please notify me. Liking/reblogging when using is very appreciated. Thank you and enjoy.

Important:

  • Images are 500x250 and must be uploaded on a hosting website or static tumblr first.
  • Please don’t change the height or width element as it might screw up with other things.
  • It’s suggested that you tweak the code by applying it on a blog first before moving it to the actual page.

You can add as many characters as you’d like. Descriptions can be as long as you wish as well. Most instructions are included within the code. You can also add many links to your character’s info (not only links to roleplay and account). Please note that I won’t be helping with heavy-editing.

Avatar
Reblogged

THEME 01 - LIONHEART

Live Preview ❖ Download: Pastebin - Freetexthost

Please leave the credits intact. Do not remove or move it to a secondary page. Do not copy, use as a base code, or redistribute. You may edit is as much as you wish but please don’t claim it as your own. If there’s any error in the coding, please notify me. Liking/reblogging when using is very appreciated. Thank you and enjoy.

Features:

  • 500px posts
  • 8 custom links
  • Optional grayscale photo filter
  • Optional hover tags
  • Optional captions
  • Optional endless scrolling

Sidebar image would be resized to 250px in width. Minimum height is 250px. For the best result please use a portrait-oriented image.

So, as I've been thinking and talking about starting anew, I'm going to realize that by moving to a new theme blog. From now on, I won't be releasing my theme on this blog anymore. Don't worry, my old themes and the previews would still be for public, but I won't be helping with tweaking anymore. They're still faulty and I will probably fix that in the future, but I make no promises. That being said, my new themes will be released on gasphard-themes and this blog will no longer be updated. Thank you for your support so far and thanks for using my themes. Happy new year 2013!

Anonymous asked:

Hi! I downloaded Sherlocked 2.0 and I am told that I can't go on to the askbox page of my tumblr. What should I do? x

Have you enabled the ask box feature from the setting?

THEME 12: { 黎明 } REIMEI UPDATED: 12.23.12 LIVE PREVIEW & CODES [ HERE ] NOTE: Theme optimized for Chrome.  

OPTIONS:

✘ 500/400/250 posts ✘ infinite scrolling ✘ up to 8 custom links ✘ monochrome posts ✘ option to show tags

Okay so I’m really happy with this theme! ^^ It took me a while to get it the way I wanted it, but I really hope you guys like it! There are options for light/dark accents that work with all of the borders around the entries and sidebar. Hope you enjoy! :3

Anonymous asked:

I am new to tumblr and I just recently installed your theme "I am sherlocked". I think it's a great theme, but I have no idea how to insert the sidebar image or custom links. Please help.

Hello. If you're on your page, you can see there's a customize button on the top right of it. After clicking it, there should be a customizing panel appearing on the left hand side of your page. Scroll it down a little and you should see this:

To add the sidebar, click the upload button next to the sidebar and to add links, simply change the http:// to the URL of your new link and Link 1 (or 2 or 3) to the new title of the link.

Anonymous asked:

why doesnt your theme 008 show the description? :(

It does show the description. Click the "about" link and the description should slide down. If it doesn't, it's perhaps because the effect is not compatible with other browsers besides Chrome.

Important Announcement;

I will be starting anew and release my new themes from zero. My old themes will still be available for use, but I won't be offering tweaking help anymore. I will not fix the old themes until I have the time and mood to do so. Thank you for the support that some people have shown me, it really means a lot. Thank you to those who have used my themes as well. I hope that after this I can work better and make even better themes that people would happily use.

So... I'm not sure if anyone's reading this and would reply at all but I figured I'd give it a try.

For the past few days I've been having identity crisis and I feel like my work as a theme-maker wasn't good enough. My old themes are faulty and I've learned a lot during these 3 months, so I know what I didn't, and I feel like burning my old themes since they are, yes, faulty. In short, I feel like starting over, releasing themes from number one again, either from this blog or a new one, I'm not sure. I will, however, re-release the themes that some people would still like to use, depending on the response that I get for this post. If there's no response, then all themes will be taken down. Some will be released as a newer version, some will be scraped. If you would like to use any of my current themes (which are faulty and haven't been renewed), please do so within this week. Thank you. Any response would be appreciated.

Theme 010: WALLCRAWLER by gasphard-ulliel

Live Preview and Code

Features:

  • Banner [540px in width].
  • 500px posts.
  • Optional captions, endless scrolling, tags, grayscale images, and title.
  • 8 additional links. More can be added easily with basic HTML knowledge.

Reblogging or liking the post when using will make me happy and more inspired. I hope you like this theme!

Anonymous asked:

just wanted to tell you that your themes are gorgeous and to thank you for making & sharing bc i know there's nasty people out there who steal and are in general ignorant/obnoxious. keep being wonderful!

Hello, anon. Thank you so much for your kind words! I really appreciate that you've taken your time to notice my work and send me this lovely message. People like you keep me going. :3 Again, thank you, and keep being wonderful too!

Avatar
Reblogged

Cheat Sheet:

TO CENTER STUFF:

HTML: <center> </center> CSS: text-align: center;

TO BOLD TEXT:

HTML: <b> </b> <strong> </strong> CSS: font-weight: bold; (if you're font comes in different weight you can use that instead: font-weight: 700;)

TO ITALIC TEXT:

HTML: <i> </i> CSS: font-style: italic;

TO UNDERLINE TEXT:

HTML: <u> </u> CSS: text-decoration: underline;

TO PUT A LINE THROUGH TEXT:

HTML: <strike> </strike> CSS: text-decoration: line-through;

SHOW FONT-SIZE AS BIGGER:

HTML: <big> </big> CSS: font-size: larger;

CHANGE FONT:

HTML: <font color="#ff0000"> </font> <font face="arial"> </font> CSS: font-family: Arial, Helvetica, sans-serif; color: #ff000;

ADD IMAGE (HTML):

<img src="DIRECT-IMAGE-URL" alt="Descriptive Text">

ADD A LINK 9HTML):

<a href="URL"> </a>

You are using an unsupported browser and things might not work as intended. Please make sure you're using the latest version of Chrome, Firefox, Safari, or Edge.