{"id":57,"date":"2011-02-15T16:07:30","date_gmt":"2011-02-15T22:07:30","guid":{"rendered":"http:\/\/www.marcblase.com\/blog\/?p=57"},"modified":"2012-01-04T10:26:56","modified_gmt":"2012-01-04T16:26:56","slug":"page-shadow-with-css","status":"publish","type":"post","link":"https:\/\/ma.rcbla.se\/blog\/2011\/02\/page-shadow-with-css\/","title":{"rendered":"Page shadow with CSS"},"content":{"rendered":"<p>This handy technique will add a shadow to the top of your page:<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n\/* top shadow *\/  \r\nbody:before {  \r\n    content: &quot;&quot;; \r\n    position: fixed; \r\n    top: -10px; \r\n    left: 0; \r\n    width: 100%; \r\n    height: 10px;  \r\n    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); \r\n    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); \r\n    box-shadow: 0px 0px 10px rgba(0,0,0,.8);  \r\n    z-index: 100; \r\n}\r\n<\/pre>\n<p><small>CSS from <a href=\"http:\/\/playground.genelocklin.com\/depth\/\">genelocklin<\/a>.<\/small><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This handy technique will add a shadow to the top of your page: \/* top shadow *\/ body:before { content: &quot;&quot;; position: fixed; top: -10px; left: 0; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); box-shadow: 0px 0px 10px rgba(0,0,0,.8); z-index: 100; } CSS from genelocklin.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,12],"tags":[4],"class_list":["post-57","post","type-post","status-publish","format-standard","hentry","category-coding","category-css-coding","tag-css"],"_links":{"self":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/comments?post=57"}],"version-history":[{"count":5,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/57\/revisions"}],"predecessor-version":[{"id":191,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/posts\/57\/revisions\/191"}],"wp:attachment":[{"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/media?parent=57"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/categories?post=57"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ma.rcbla.se\/blog\/wp-json\/wp\/v2\/tags?post=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}