# HG changeset patch # User Claudinei Pereira # Date 1346510487 10800 # Node ID c232bee4c3d38196573f3acf28892bb23ca54d20 # Parent 9d0f7be1238498a944bc2216bbff9a407683b400 Add notes section on style.css (for the handbook) & images used for notes. diff -r 9d0f7be12384 -r c232bee4c3d3 style.css --- a/style.css Sun Apr 22 10:49:23 2012 +0100 +++ b/style.css Sat Sep 01 11:41:27 2012 -0300 @@ -227,6 +227,46 @@ border-radius: 4px; } +/* notes */ + +.noteclassic,.noteimportant,.notewarning,.notetip { + margin:2em; + margin-left:auto; + margin-right:auto; + width:70% !important; + min-height:40px; + clear:both; + text-align:justify; + vertical-align:middle; + border-collapse:collapse; + padding:15px 20px 15px 80px; + background-position:20px 50%; + background-repeat:no-repeat; + -moz-border-radius:20px; + -khtml-border-radius:20px; + border-radius:20px; +} + +.noteclassic { + background-color:#eef; + background-image:url(images/note.png); +} + +.noteimportant { + background-color:#ffc; + background-image:url(images/important.png); +} + +.notewarning { + background-color:#fdd; + background-image:url(images/warning.png); +} + +.notetip { + background-color:#dfd; + background-image:url(images/tip.png); +} + /* Footer */ #footer {