2012-01-10から1日間の記事一覧

bye-bye ads on gyazo

@-moz-document domain("gyazo.com") { #header, #gyazo div, #gyazo ul { display:none !important; } #content, #gyazo_img { margin: 0 !important; } }

Reset CSS

http://developer.yahoo.com/yui/reset/ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; …

text-shadow & hover

http://hinassan.tumblr.com/ <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" /> <style type="text/css">body { margin: 100px auto; width: 600px; font-size: 13px; line-height: 180%; text-shadow: #333 -600px 0 6px, #333 600px 0 6px; } blockquote { d…</link>