{"id":10783,"date":"2014-11-26T05:05:12","date_gmt":"2014-11-25T18:05:12","guid":{"rendered":"http:\/\/www.rjmprogramming.com.au\/wordpress\/?p=10783"},"modified":"2014-11-26T05:05:12","modified_gmt":"2014-11-25T18:05:12","slug":"css-embossed-text-primer-tutorial","status":"publish","type":"post","link":"https:\/\/www.rjmprogramming.com.au\/ITblog\/css-embossed-text-primer-tutorial\/","title":{"rendered":"CSS Embossed Text Primer Tutorial"},"content":{"rendered":"<div style=\"width: 230px\" class=\"wp-caption alignnone\"><a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/emboss.jpg\"><img decoding=\"async\" style=\"float:left; border: 15px solid pink;\" alt=\"CSS Embossed Text Primer Tutorial\" src=\"http:\/\/www.rjmprogramming.com.au\/HTMLCSS\/emboss.jpg\" title=\"CSS Embossed Text Primer Tutorial\"   \/><\/a><p class=\"wp-caption-text\">CSS Embossed Text Primer Tutorial<\/p><\/div>\n<p>Sometimes it is good to give a <a target=_blank title='Text effects information from w3schools' href='http:\/\/www.w3schools.com\/css\/css3_text_effects.asp'>3D embossed<\/a> effect (with <a target=_blank href='http:\/\/www.w3schools.com\/cssref\/css3_pr_text-shadow.asp' title='Text shadowing'>text shadowing<\/a>) to some text HTML elements for the purpose of attracting the user&#8217;s attention and giving that 3D effect for vibrancy.<\/p>\n<p>Today we&#8217;ve applied some CSS to do this in a number of combinations:<\/p>\n<ul>\n<li>With WordPress Blog title via changes to header.php as per the bold code below &#8230;<br \/>\n<code>&lt;link rel=\"stylesheet\" type=\"text\/css\" media=\"all\" href=\"&lt;?php bloginfo( 'stylesheet_url' ); ?&gt;\" \/&gt;<br \/>\n&lt;style&gt;<br \/>\n.mypclass { color:rgb(185,127,206); }<br \/>\n#mypid { color:rgb(185,127,206); }<br \/>\n.mypclass2 { background-color:rgb(185,127,206); color:'black'; }<br \/>\n.mypclass22 { background-color:rgb(185,127,206); color:'black'; }<br \/>\n#mypid2 {  background-color:rgb(185,127,206); color:'black';  }<\/p>\n<p><b><br \/>\n#ahomeis {<br \/>\n    color: #ffffff;<br \/>\n    font: 24pt Arial;<br \/>\n    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);<br \/>\n}<br \/>\n<\/b><br \/>\n&lt;\/style&gt;<br \/>\n&lt;link rel=\"pingback\" href=\"&lt;?php bloginfo( 'pingback_url' ); ?&gt;\" \/&gt;<br \/>\n<\/code><\/li>\n<li>Landing Page (and other) HTML of <a target=_blank title='Landing Page' href='http:\/\/www.rjmprogramming.com.au'>www.rjmprogramming.com.au<\/a> &#8230;<br \/>\n<code><br \/>\n&lt;style&gt;<br \/>\n#rjmp {<br \/>\n    color: #777777;<br \/>\n    font: 24pt Arial;<br \/>\n    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);<br \/>\n}<br \/>\n&lt;\/style&gt;<br \/>\n<\/code><\/li>\n<li>File Information Table <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/fileinfotable.php\" title='fileinfotable.php'>fileinfotable.php<\/a> changes can be seen via <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/PHP\/fileinfotable.php-------------GETME\" title='fileinfotable.php'>fileinfotable.php<\/a> using <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/emboss_h1.css_GETME\" title='emboss_h1.css'>emboss_h1.css<\/a><\/li>\n<li>HTML\/XML to Text Conversion <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/flatten_ml.php\" title='flatten_ml.php'>flatten_ml.php<\/a> changes can be seen via <a target=_blank href=\"http:\/\/www.rjmprogramming.com.au\/PHP\/Geographicals\/diff.php?one=http:\/\/www.rjmprogramming.com.au\/PHP\/flatten_ml.php---GETME\" title='flatten_ml.php'>flatten_ml.php<\/a><\/li>\n<\/ul>\n<p>Hope you enjoy today&#8217;s tutorial.<\/p>\n<p>If this was interesting you may be interested in <a title='Click here to see topics in which you might be interested' href='#d10783' onclick='var dv=document.getElementById(\"d10783\"); dv.innerHTML = \"&lt;iframe width=670 height=600 src=\" + \"http:\/\/www.rjmprogramming.com.au\/wordpress\/?tag=CSS\" + \"&gt;&lt;\/iframe&gt;\"; dv.style.display = \"block\";'>this<\/a> too.<\/p>\n<div id='d10783' style='display: none; border-left: 2px solid green; border-top: 2px solid green;'><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes it is good to give a 3D embossed effect (with text shadowing) to some text HTML elements for the purpose of attracting the user&#8217;s attention and giving that 3D effect for vibrancy. Today we&#8217;ve applied some CSS to do &hellip; <a href=\"https:\/\/www.rjmprogramming.com.au\/ITblog\/css-embossed-text-primer-tutorial\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,37],"tags":[46,281,384,576,997,1209,1211,1256,1319],"class_list":["post-10783","post","type-post","status-publish","format-standard","hentry","category-elearning","category-tutorials","tag-3d","tag-css","tag-emboss","tag-html","tag-programming","tag-style","tag-stylesheet","tag-text-effect","tag-tutorial"],"_links":{"self":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/10783"}],"collection":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/comments?post=10783"}],"version-history":[{"count":0,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/posts\/10783\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/media?parent=10783"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/categories?post=10783"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rjmprogramming.com.au\/ITblog\/wp-json\/wp\/v2\/tags?post=10783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}