/* Main class for sticky in note form */ .yellow_sticky, .yellow_sticky img, .yellow_sticky_content, .yellow_sticky_resize, .yellow_sticky_dragbar, .yellow_sticky_remove, .yellow_sticky_form { display:block; position:absolute; border:0 none; } .yellow_sticky img { z-index:1; top:0; left:0; } .yellow_sticky { text-align:center; } .yellow_sticky_content { left:5%; top:12%; width:91%; height:81%; color:#555; padding-top:0px; text-align:left; /* Internet Explorer requires the background color - background:#ffff59; */ background:transparent; font:10px/1.2em verdana, arial, "sans-serif", Tahoma, georgia, "Trebuchet MS", "lucida grande", "lucida sans unicode"; z-index:2; } .yellow_sticky .yellow_sticky_resize { right:4%; bottom:4%; width:9%; height:9%; z-index:4; cursor:se-resize; } .yellow_sticky_dragbar { left:2%; top:2%; width:94%; height:9px; /* Internet Explorer requires the background color - background:#ffef59; */ background:#ffef59; z-index:3; cursor:move; overflow:hidden; } .yellow_sticky_resize { /* Internet Explorer requires the background color - background:#ffff59; */ background:transparent; } .yellow_sticky_remove { font-family:verdana, arial, "sans-serif", Tahoma, georgia, "Trebuchet MS", "lucida grande", "lucida sans unicode"; top:1%; right:4%; width:5%; height:5%; display:block; z-index:6; cursor:hand; font-size:1em; line-height:6px; text-decoration:none; color:#f00; } .yellow_sticky_remove:link, .yellow_sticky_remove:visited { font-family:verdana, arial, "sans-serif", Tahoma, georgia, "Trebuchet MS", "lucida grande", "lucida sans unicode"; color:#f00; } .yellow_sticky_remove:hover { font-family:verdana, arial, "sans-serif", Tahoma, georgia, "Trebuchet MS", "lucida grande", "lucida sans unicode"; font-weight:normal; color:#0f0; text-decoration:none; } .yellow_sticky_form { display:block; left:5%; top:8%; width:90%; height:88%; padding:0; margin:0; background:transparent; z-index:5; } .yellow_sticky_form textarea { display:block; left:5%; top:6%; height:99%; padding-top:4px; width:100%; border:0; background:transparent; font:10px/1em verdana, arial, "sans-serif", Tahoma, georgia, "Trebuchet MS", "lucida grande", "lucida sans unicode"; color:#000; text-align:left; padding:0; margin:0; } #sticky_submit { background-color:yellow; padding:2em; }