Subscribe in a reader - Subscribe via Email - 1929 Subscribers and Counting!!!

World of information, opinions, cricket and technology.

Download Complete CSS3 Quick Reference Guide – Cheat Sheet for Web Designers

Sunday, December 6th, 2009

Last year, I provided CSS Book to learn CSS

Today, I will be providing CSS 3 reference cheat sheet. I am sure it will be helpful for all the web Designers.
Download Complete CSS3 Quick Reference Guide - Cheat Sheet for Web Designers
Veign.com has come up with a CSS 3 reference guide.

CSS 3 Quick Reference Guide contains up-to-date cheet sheets on CSS 3 specification. As we know, CSS 3 is new and includes selectors, new properties and allowed values. As a web developer, we should be up-to-date with all the latest features of CSS 3.

CSS 3 Quick Reference Guide (Cheat Sheet) Features

  • Complete listing of the current CSS3 specification
  • Complete listing of the properties accepted values
  • Common selector pattern reference
  • Organized by type / module
  • Selector Type reference
  • Unit reference and information

Download CSS3 Quick Reference Guide – Cheat Sheet

Download Download CSS3 Quick Reference Guide – Cheat Sheet for Web Designers

How to Highlight Special Paragraphs or Sentences in the post or article

Thursday, June 4th, 2009

Few days back, Atul from Ocean of Web left a comment at How to Block Visitors from specific IP using .htaccess hack.

This is what he asked :

Hi Nihar
Make sure you backup .htaccess file before you making any changes.

for this line in red color box with cross mark, are u using any plugin for this

You can check the comment here

In above post where he left the comment, I have put the following:

Make sure you backup .htaccess file before you making any changes.

Today, i am going to share the CSS and images and also tell you how you can add these Custom Paragraphs or Sentences to highlight them in your Blog post

How to add Custom Paragraphs or Sentences in your Blog post

  1. First open your Theme’s style.css file and then copy the below CSS snippet at the end of the file. Note: all themes doesn’t have css filename as style. So, check accordingly.
    .info {font-size: 11px;color: #191919;background: #ebe9ce url(images/info.gif) no-repeat 5px center;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;display: block;font-weight: 400;width: 80%;border-top: 2px solid #DAD6A5;border-bottom: 2px solid #DAD6A5;}
    .warning {font-size: 11px;color: #191919;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;background: #e3aeae url(images/warning.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #D68585;border-bottom: 2px solid #D68585;}
    .download {font-size: 11px;color: #191919;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;background: #d5ecd5 url(images/download.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #A9D8A9;border-bottom: 2px solid #A9D8A9;}
    .alert {font-size: 11px;color: #191919;line-height: 125%;background: #FFE5BF url(images/alert.gif) no-repeat 5px center;font-family: Verdana, sans-serif, "Courier New";display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #FFC46A;border-bottom: 2px solid #FFC46A;}
    .note {font-size: 11px;color: #191919;font-family: Verdana, "Times New Roman", Times, Georgia, serif;line-height: 125%;background: #eaf2f5 url(images/note.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #B7D2DD;border-bottom: 2px solid #B7D2DD;}
    .click {font-size: 11px;color: #191919;font-family: Verdana, "Times New Roman", Times, Georgia, serif;line-height: 125%;background: #fcfbed url(images/click.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #F2EDB0;border-bottom: 2px solid #F2EDB0;}
  2. Now, if you check the above css code. It is using some images. Below, i am providing the images.zip file. Please download it and upload it in your THEME DIR/images/ directory. If you don’t see images directory under your THEME directory, then create one and extract the images from the images.zip file.

    Download Images for above CSS code

(more…)

Learn CSS by reading this Book. Download It Free!

Tuesday, November 25th, 2008

I know lot of guys out here who have a website or blog has to know a bit of about CSS (Cascading Style Sheets) to make changes to the themes and website to design it in a better way.

Here is some some offline resource to learn CSS (Cascading Style Sheets).

Learn CSS!

Learn CSS!

The Art & Science of CSS is a good CSS book (read reviews at Amazon) packed full of practical examples.

I think this book will help you a lot in learning more about CSS techniques like making rounded corners, creating navigation tabs, styling web forms and list, designing web page backgrounds with images and so on.

Here is a direct link to download the eBook. It’s about 24 MB in size.

Via Labnol

Technorati Tags: , , ,