{"id":4201,"date":"2022-02-09T10:06:44","date_gmt":"2022-02-09T10:06:44","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=4201"},"modified":"2022-02-17T07:13:46","modified_gmt":"2022-02-17T07:13:46","slug":"css-file-paths","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/css\/files-css\/css-file-paths","title":{"rendered":"CSS File Paths"},"content":{"rendered":"\n<p>Images referenced in CSS files<\/p>\n\n\n\n<p>These are referenced from the locoation of the CSS file itself (not the website site root)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>background-image: url('images\/sidebar_link_icon.png');\n\/*  With css file here:\n  \/SomeFolder\/SomeOtherFolder\/FolderWithThisCssFile\/style.css\n    The following file will be referenced:\n  \/SomeFolder\/SomeOtherFolder\/FolderWithThisCssFile\/images\/sidebar_link_icon.png\n*\/\n\nbackground-image: url('..\/sidebar_link_icon.png');\n\/*  With css file here:\n  \/SomeFolder\/SomeOtherFolder\/FolderWithThisCssFile\/style.css\n    The following file will be referenced:\n  \/SomeFolder\/SomeOtherFolder\/sidebar_link_icon.png\n\n*\/<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Images referenced in CSS files These are referenced from the locoation of the CSS file itself (not the website site root)<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[334],"tags":[],"class_list":["post-4201","post","type-post","status-publish","format-standard","hentry","category-files-css"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=4201"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4201\/revisions"}],"predecessor-version":[{"id":4202,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/4201\/revisions\/4202"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=4201"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=4201"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=4201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}