PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

This paste is a reply. View the Previous Paste?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<!-- theme 007 by carrie (@hbks) -->
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
<head>
 
    <!-- DEFAULT VARIABLES -->
    <meta name="color:background" content="#F3EFE1" />
    <meta name="color:sbar" content="#F8F5E9" />
    <meta name="color:entry" content="#F8F5E9" />
    <meta name="color:sidelinkshover" content="#fffdf0" />
    <meta name="color:border" content="#E2D6C9" />
 
    <meta name="color:scrollbg" content="#fffdf0" />
    <meta name="color:scrollbar" content="#D4CABE" />
 
    <meta name="color:title" content="#CCC0B2" />
    <meta name="color:text" content="#CCC0B2" />
    <meta name="color:link" content="#DDCDBB" />
 
    <meta name="font:title" content="arial" />
    <meta name="font:body" content="arial" />
 
    <meta name="image:sidebar" content=""/>
    <meta name="image:background" content="" />
 
    <meta name="text:Link1" content="" />
    <meta name="text:Link1 Title" content="" />
    <meta name="text:Link2" content="" />
    <meta name="text:Link2 Title" content="" />
    <meta name="text:Link3" content="" />
    <meta name="text:Link3 Title" content="" />
    <meta name="text:Link4" content="" />
    <meta name="text:Link4 Title" content="" />
    <meta name="text:Link5" content="" />
    <meta name="text:Link5 Title" content="" />
    <meta name="text:Link6" content="" />
    <meta name="text:Link6 Title" content="" />
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>{Title}</title>
    {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
    <link rel="shortcut icon" href="{Favicon}" />
    <link rel="alternate" type="application/rss+xml" href="{RSS}" />
    <style type="text/css">
 
::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
 
::-webkit-scrollbar-corner {background:{color:scrollbg}}
 
::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
 
::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
 
::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
 
::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
 
::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
 
::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
 
::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
 
body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:georgia; font-size:10px; line-height:110%; text-align:justify}
 
a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
a:hover{color:{color:title}}
 
blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
 
small{font-size:10px}
big{font-size:12px}
b, strong{color:{color:title}}
i, em {color:{color:text}}
p{margin-top:5px; margin-bottom:5px}
blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
 
img a{border:none; width:100%}
 
#container {background-color:transparent; width: 800px;  text-align: center; margin: 0 auto -10px auto}
 
#entries {margin: 12px 0 -10px 260px; margin-right:5px; float:right; text-align: justify}
 
#entry {margin: 0px 0 -5px 0; width: 500px; background-color:{color:entry}; text-align: justify; padding: 4px}
 
#sidebar {top: 170px; margin-left:30px; padding:0px; width: 245px; position:fixed;}
 
#description{background-color:{color:entry}; padding:0px; float:left; width:245px; margin-top:-20px; margin-bottom:25px; text-align:center}
#description img{max-width:245px; margin-bottom:3px}
 
#stext {text-align:justify; font-family: georgia; font-size: 10px; padding:6px}
 
#pagination {font-family:georgia; text-align:center; font-size:10px; margin-top:3px; margin-bottom:2px; text-transform:uppercase}
 
nav {float:left; position:fixed; text-align:right}
nav a {margin: 174px 0 -183px -88px; width:100px; display:block; color:{color:text}; background-color:{color:entry}; font:9px georgia italic; text-transform: lowercase; text-decoration: none; letter-spacing: 1px; padding:3px; border-right:2px solid {color:border}}
nav a:hover {background-color:{color:sidelinkshover}}
 
h1{color:{color:title}; font-family:georgia; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:lowercase; margin:0px; padding:0px; text-align:left}
 
h2{color:{color:title}; font-family:georgia; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
 
#info{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center; font-style:italic}
 
#questions {background-color:{color:entry}; color: {color:text}; padding:2px; margin-top: 2px; margin-bottom:2px; font-family:georgia; font-size:10px; text-transform:lowercase; border-bottom:1px dotted {color:text}}
#questions a {color:{color:link}}
 
.audio{background-color:black; display:block}
 
.user_1 .label {color:{color:link}; font-weight:bold}
.user_2 .label {color:{color:text}; font-weight:bold}
.user_3 .label {color:{color:link}; font-weight:bold}
.user_4 .label {color:{color:text}; font-weight:bold}
.user_5 .label {color:{color:link}; font-weight:bold}
.user_6 .label {color:{color:text}; font-weight:bold}
ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
 
.notes img{width:10px; position:relative; top:1px}
ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
 
        </style>
    <style type="text/css">{CustomCSS}</style>
</head>
 
<body>
<div id="container">
 
<div id="entries">
 
{block:Posts}
<div id="entry">
 
{block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
{block:Text}{Body}{/block:Text}
 
{block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
 
{block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
 
{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
{block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
 
{block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
 
{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
 
{block:Answer}<div id="questions"><em>{asker}</em> asked: {Question}<br /></div>
{Answer}{/block:answer}
 
{block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
 
<div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> ·{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} (© <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}<br />{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
{/block:Posts}
 
{block:PostNotes}{PostNotes}{/block:PostNotes}
 
</div>
 
<nav>
<a href="/">refresh</a><br />
<a href="/ask">askbox</a><br />
<a href="/archive">archive</a><br />
{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br />{/block:ifLink6}
<a href="http://hbks.tumblr.com/tagged/themes">theme</a></nav>
 
<div id="sidebar">
<div id="description">
<a href="/"><img src="{image:sidebar}" border="0"/></a><br />
<div id="stext">{Description}</div>
 
<div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div>
 
</div>
 
</div>
 
</div>
 
</body>
</html>

Reply to This Paste

(leave blank to make this paste permanent)
(if set as private)