Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS/HTML code isn't working, font isn't getting applied
    primarykey
    data
    text
    <p>When I try to run this CSS/HTML code (this is in webkit browsers), it doesn't work. The font in the input box is does not have the Lato font applied:</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'&gt; &lt;title&gt;Dumb Search&lt;/title&gt; &lt;meta name="apple-mobile-web-app-capable" content="yes" /&gt; &lt;link rel="apple-touch-icon-precomposed" href="../ds.png" /&gt; &lt;meta name="viewport" content="width = device-width, user-scalable = no, initial-scale = 0.8"&gt; &lt;style&gt; .box { padding:20px; width:290px; box-shadow:0px 1px 3px -1px #c3c3c3; background-color:white; color:gray; font-family:Lato; text-align:left; } &lt;/style&gt; &lt;/head&gt; &lt;body bgcolor="#f5f5f5"&gt; &lt;center&gt; &lt;br&gt; &lt;div style="position:relative;width:342px;"&gt; &lt;form action="searchcompleted.php" style="display:inline;"&gt; &lt;input name="q" value="Search, or tap the camera" class="box" style="border:0;outline:0;width:340px;color:#A0A0A0;padding-top:15px;padding-bottom:15px;" onfocus="if (this.value == 'Search, or tap the camera') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search, or tap the camera';}"&gt; &lt;/form&gt; &lt;img src="http://i45.tinypic.com/30vkbhj.jpg" style="position:absolute;top:0px;left:278px;opacity:0.4;height:30px;padding:15px;padding-right:17px;" onclick='void(0);document.getElementById("thisone").click();'&gt; &lt;form style="display:inline;" action="http://www.dumbsearch.com/dumbocr/post.php" method="post" enctype="multipart/form-data" id="sniff"&gt; &lt;input accept="image/*" type="file" style="display:none;" id="thisone" onchange='document.getElementById("scan").style.display="block";' name="photo"&gt; &lt;div onclick='void(0);document.getElementById("sniff").submit();' style="position:absolute;top:65px;left:195px;background-color:white;border:0;box-shadow: 0px 1px 3px -1px #C3C3C3;padding:20px;color:#0EBFE9;padidng-left:25px;padding-right:25px;z-index:4;display:none;font-family:Lato;" id="scan"&gt;Touch to scan&lt;/div&gt; &lt;/form&gt; &lt;/div&gt; &lt;br&gt; &lt;div class="box"&gt;&lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Thanks you so muchhh! in advance!</p> <p><strong>Edit:</strong> Look here: <a href="http://pastehtml.com/view/cokmdi9yg.html" rel="nofollow">http://pastehtml.com/view/cokmdi9yg.html</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload