Menu

Log in
 

Newly Minted Ideas

On a recent trip to the Mint Museum of Toys in Singapore I was so enchanted by the bright colors and fonts seen on the packages of the delighful vintage toys, that when I returned to Jakarta I immediately went to work on creating items that conveyed the same of cheerful  and flamboyant qualities.

Tulisan’s Pepe Doll project was actually inspired by treasures housed in the Mint Museum.

 These rich colors and eye-catching fonts convey a kind of idealism & nostalgia that I wanted to further explore.

I love to delve into the past to seek out inspiration.  Often I find it when I look at vintage batiks or iconic graphics, but on that day it was found in the childhood playthings from decades past. Triple kisses, Melissa Sunjaya

Comments

Create account Please note, comments need to be approved before they are published.

Related articles

Language

Language

Country/region

Country/region

``` ## 2. The Final Alignment Fix (The Absolute Last Resort) The fact that the $15px$ padding is ignored means your theme is likely using a zero-out style on the input's universal selector. Please insert this single, highly aggressive line of CSS into your **Global Custom CSS Area** (Theme Settings $\rightarrow$ Custom CSS) **after** restoring `theme.liquid`. This targets the input's visual start point directly, ignoring all padding rules: ```css /* FINAL ATTEMPT: Fix horizontal text alignment by overriding the left visual placement */ #comments input, #comments textarea, #comments label { text-indent: 15px !important; }