I am not accepting asks on this blog anymore. I am now at solarre.

I have abandoned this theme blog and created a new one at solarre.

I've decided that a change was needed. My coding style has changed immensely since the start of lunecerise, and I decided it was best to start fresh. Questions about my old themes will no longer be answered. Lunecerise themes will no longer be active, but this blog will remain purely as an archive. Thank you all for a great experience. All themes coded under lunecerise will still be found here. To see the blog, continue scrolling.

Pastel Coloring Tutorial

completeresources:

thosetutorials:

thosetutorials:

This tutorial can be subjective to which image/gif you use. Remember that, as always, you have total creative freedom with this. If you have any questions or request, feel free to message me!

You will need:

image

Read More

smolronan:

Font Tutorial for beginners as requested. These are the basics, but once you get the hang of it it’s pretty simple and you can play around with the options until you find something you’re pleased with :)

jqmesmcavoy:

so, for a while, i’ve been getting a lot of requests on how i make my slide menus for my themes. these effects involve css, html and javascript, and i recommend that you have prior html knowledge before making these menus. please, i’ve made this tutorial out of the goodness of my own heart, and i won’t be answering any questions about it. please respect this.

tutorial here

amiammorette:

Eyes, nose, mouth, head, hands, ears and folds reference drawing tutorials.

yeahps:

releasethedoves:

Someone asked me how i made this graphic, and it’s a bit hard to explain because typography is very subjective and specific, but I tried. In this post I will include:

  • general resources/tutorials/fonts
  • how to set up a graphic/typography poster
  • how to make a banner/ribbon
  • different techniques to try with fonts

Read More

jothezette:

Some more advice that I have no right to give.  I’m serious about the Stephen Silver advice though- he’s the man.

havesomefuckinpsds:

:

coloring tutorial/process #02;
by havesomefuckinpsds

  • photoshop cs5 used
  • tutorial for basic coloring for blue/orange-ish yellow scenes
  • tutorial for editing colorings to fit different scenes
  • very long and image heavy

Read More

Overlaying gif tutorial

yeahps:

Anon wanted to know how to make something like this:

image

It’s really easy, all you need to know beforehand is how to actually make gifs, if you know how to do it, then we’re good :)

Read More

Teach Me How [#08] → Simple Drop-down Box

manatopia:

DIFFICULTY: EASY | MEDIUM | HARD

VIEW DEMO

Drop-down boxes are popular and easy to use when you want to add a lot more links to your theme! All you do is stick the code at the bottom of your description.

<select style="width: 150px; border: 0px solid; padding: 3px; color: #000; background-color: #f1f1f1;  font-family: calibri; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
<option value="/">NAVIGATION</option>
<option value="URL GOES HERE">NAME GOES HERE</option>
<option value="URL GOES HERE">NAME GOES HERE</option>
</select>

You can adjust anything to fit your needs. Width will change the width of the box, border will add a border of your choice thickness (and you have to put a color hex code after solid), color is for text, background color is for the background, everything is editable and self-explanatory.

To add more links, just copy and paste one of the option values underneath another option value.

You may need to retype quotation marks. You can view the full code on my blog itself.

back12
/