• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Sticky Note with shadow effect in WordPress using CSS

By Abhishek Ghosh June 16, 2011 10:46 am Updated on June 16, 2011

Sticky Note with shadow effect in WordPress using CSS

Advertisement

A Sticky Note within a post definitely looks great. Sticky Note is nice to grab attention of the visitor. In this CSS tutorial, we will learn. how we can create a Sticky Note in WordPress Blog mainly using CSS, with a small few KB sized graphical element.

Prerequisites for creating a custom Sticky Note in WordPress using CSS

 

  1. We need a graphical element like a board pin for a realistic Sticky Note effect
  2. HTML code for the Sticky Note
  3. The crucial part is the CSS for creating the Sticky Note

 

We will use this board pin as graphical element for a realistic Sticky Note effect. You can either right click and save it for your usage or find alternative in our PSD Downloads section.   We will use this board pin on the left top corner of our Sticky Note:    Sticky Note with shadow effect It is 3 KB in size, if you Smush it, it will be more smaller.

The required HTML code for creating our sticky note

In the WordPress writing panel, go to HTML mode and copy paste this where you want the Sticky Note:

Advertisement

---

 

<div class=”note”>This is a dummy text for our Sticky Note CSS Tutorial. You can replace this text with your own for your Sticky note.</div>

 

Now the CSS part of Sticky Note

 

Open your Theme’s style.css and add this:

 

.note {
background-color:#FCF9A6;
background-image:url(http://url/image-name.png);
background-repeat:no-repeat;
background-position:top-left;
width:220px;
font-family:Georgia;
font-size:14px;
font-weight:400;
color:#000;
border-top:5px dotted #fff;
text-shadow:#fff 0 1px 1px;
overflow:hidden;
padding-top:50px;
padding-bottom:15px;
padding-right:10px;
padding-left:50px;
display: block;
position: relative;
top: 0;
left: 0;
box-shadow:rgba(0,0,0,.5) 0 3px 6px;
-webkit-box-shadow:rgba(0,0,0,.5) 0 3px 6px;
-moz-box-shadow:rgba(0,0,0,.5) 0 3px 6px;
}

 

Save it. Here is the working example of the Sticky Note with shadow effect in WordPress using CSS 3 :

 

This is a dummy text for our Sticky Note CSS Tutorial. You can replace this text with your own for your Sticky note.
Signature

This Article Has Been Shared 418 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Sticky Note with shadow effect in WordPress using CSS

  • Create mouse hover effect for button using CSS sprite

    You must have noticed buttons in various websites that change its appearance on mouse hover. Here is tutorial on how to create very easily.

  • Making of WordPress theme : softwares and browsers addons

    List of the most useful tools needed for designing and coding a Wordpress theme.

  • Faster loading website : minimize HTTP requests

    To make your website load faster, you need to minimize the http requests. Here is an article on how you can decrease http requests.

  • Create your own custom WordPress mobile theme

    After reading this guide you can create your own custom wordpress theme with logo for major mobile phone browsers.

  • Best features of WordPress

    This article Best features of Wordpress describes the features which has established Wordpress in the top position in search engine war.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • How to Make the Most of Your S Pen (S22 Ultra) June 29, 2022
  • Safe Chargers for Samsung Galaxy S22 Ultra June 27, 2022
  • How Telecoms Can Use The Cloud To Power Their 5G Network June 24, 2022
  • A Beginner Guide to Cloud Computing for Development June 22, 2022
  • 5 Benefits of Using a Virtual Data Room Today June 19, 2022

About This Article

Cite this article as: Abhishek Ghosh, "Sticky Note with shadow effect in WordPress using CSS," in The Customize Windows, June 16, 2011, June 30, 2022, https://thecustomizewindows.com/2011/06/sticky-note-with-shadow-effect-in-wordpress-using-css/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy