Posts Tagged ‘ css ’
I need a script to compress css file, and I wrote this python one liner to do this. It removes unnecessary white space and strip comments. python -c 'import re,sys;print re.sub("\s*([{};,:])\s*", "\\1", re.sub("/\*.*?\*/", "", re.sub("\s+", " ", sys.stdin.read())))'[ READ MORE ]
If you want to create nice looking blockquotes on your web page here is simple plugin. First basic css .quote { font-size: 2em; font-family: Times New Roman, times, serif; position: relative; } .quote p { margin: auto; text-align: justify; } .quote span { font-size: 4em; } .quote span.open { position:absolute; top:-0.35em; left:0; } .quote span.close [ READ MORE ]
This is the best T-Shirt design ever[ READ MORE ]
Get every new post delivered to your Inbox.
Join 69 other followers