digitaljhelms / smurfpoop (http://smurfpoop.com/)
No description has been added.
Clone this repository (size: 56.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/digitaljhelms/smurfpoop/
| commit 0: | 81e6efaadaec |
| branch: | default |
| tags: | tip |
Initial commit
Changed (Δ18.4 KB):
raw changeset »
css/reset.css (1 lines added, 0 lines removed)
css/site.css (13 lines added, 0 lines removed)
images/smurfpoop.jpg (binary file changed)
index.html (24 lines added, 0 lines removed)
robots.txt (1 lines added, 0 lines removed)
Up to file-list css/reset.css:
1 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0} |
1 |
html, body { width: 100%; height: 100%; } |
|
2 |
body { background-color: #FFFFFF; text-align: center; } |
|
3 |
h1 { |
|
4 |
text-indent: -5000em; |
|
5 |
background: url(../images/smurfpoop.jpg); |
|
6 |
width: 282px; |
|
7 |
height: 244px; |
|
8 |
position: absolute; |
|
9 |
top: 50%; |
|
10 |
left: 50%; |
|
11 |
margin-top: -122px; |
|
12 |
margin-left: -141px; |
|
13 |
} |
Up to file-list images/smurfpoop.jpg:
- |
Diff size exceeds threshold (16.5 KB) — view raw? |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|
2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
4 |
<head> |
|
5 |
<title>La,la,la,la,la,la,la,la,la,la,la!</title> |
|
6 |
<meta name="author" content="Jeremy Helms (jeremyhelms.com)" /> |
|
7 |
<meta name="copyright" content="Jupiter Brain Corporation (jupiterbrain.net)" /> |
|
8 |
<link rel="stylesheet" type="text/css" href="css/reset.css" /> |
|
9 |
<link rel="stylesheet" type="text/css" href="css/site.css" /> |
|
10 |
</head> |
|
11 |
<body> |
|
12 |
<h1>Smurfpoop</h1> |
|
13 |
<script type="text/javascript"> |
|
14 |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
|
15 |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
|
16 |
</script> |
|
17 |
<script type="text/javascript"> |
|
18 |
try { |
|
19 |
var pageTracker = _gat._getTracker("UA-1325083-4"); |
|
20 |
pageTracker._trackPageview(); |
|
21 |
} catch(err) {} |
|
22 |
</script> |
|
23 |
</body> |
|
24 |
</html> |
1 |
# Silence is golden |
