View difference between Paste ID: NpDNhYZ1 and
SHOW: | | - or go back to the newest paste.
1-
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<!--
3
    theme 14 by bia (aryastark-s.tumblr.com)
4
    don't remove the credit and don't move it to a secondary page!
5
    don't repost it and claim it as your own, please.
6
-->
7
<html>
8
<head>
9
10
11
    <!-- DEFAULT VARIABLES -->
12
    <meta name="color:background" content="#FFFFFF" />
13
    <meta name="color:sidebar" content="#F3EDE8" />
14
    <meta name="color:entry" content="#F7F1ED" />
15
    <meta name="color:text" content="#B68F8F" />
16
    <meta name="color:link" content="#9C6761" />
17
    <meta name="color:lhover" content="#D6BAB1" />
18
    <meta name="color:home link" content="#D0D4BC" />
19
    <meta name="color:archive link" content="#E0CAB5" />
20
    <meta name="color:message link" content="#C7A398" /> 
21
    <meta name="color:link 1" content="#CFCCBE" />
22
    <meta name="color:link 2" content="#DFCCC2" />
23
    <meta name="color:link 3" content="#C4ABA6" />
24
    <meta name="color:theme link" content="#EBDACA" /> 
25
    <meta name="color:nhover" content="#D8B3A8" /> 
26
    <meta name="color:info" content="#E6CCCB" />
27
    <meta name="color:scrollbar" content="#C7A398" /> 
28
    <meta name="color:scrollbar background" content="#F5E9E6" />
29
  
30
    <meta name="font:title" content="georgia" />
31
    <meta name="font:body" content="georgia" />
32
    <meta name="font:link" content="georgia" />
33
34
    <meta name="image:sidebar" content=""/>
35
36
    <meta name="text:Link1" content="" />
37
    <meta name="text:Link1 Title" content="" />
38
    <meta name="text:Link2" content="" />
39
    <meta name="text:Link2 Title" content="" />
40
 <meta name="text:Link3" content="" />
41
    <meta name="text:Link3 Title" content="" />
42
43
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
44
    <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
45
    {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
46
    <link rel="shortcut icon" href="{Favicon}" />
47
    <link rel="alternate" type="application/rss+xml" href="{RSS}" />
48
    <style type="text/css">
49
50
::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:30px;}
51
::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
52
::-webkit-scrollbar {background-color:{color:scrollbar background}; height:10px; width:15px;}
53
54
body {color:{color:text}; background-color:{color:background}; background-attachment:fixed; font-family:{font:body}; font-size:10px; line-height:110%}
55
56
a:link, a:active, a:visited{color:{color:link}; text-decoration:none;}
57
a:hover{ color:{color:lhover}}
58
59
#entries{margin-left: 452px; margin-top:20px; width:510px}
60
61
#sideimg {margin-bottom:2px;}
62
#sideimg img {max-width: 250px; height: auto; text-align:center; border:5px solid {color:background}; overflow:hidden; display:block}
63
64
#title {font-size:13px; font-style: italic; text-align:center; font-family: georgia;color: {color:link}; width:240px;letter-spacing:0px;}
65
 
66
#sidebar {width:257px; height:auto; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:7px;opacity:0.5; position:fixed; -webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
67
68
#sidebar:hover {opacity:1; background-color:{color:sidebar}; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}
69
70
#stext { font-family:georgia; font-size:10px; width:230px;letter-spacing:0px;text-align:justify; font-style:normal;}
71
72
#pagination {font-family:georgia; text-align:center; font-size: 11px; font-style:normal; background-color:{color:sidebar}; padding: 3px; letter-spacing:0px;}
73
74
#sd2 {position: fixed;left:160px; top: 70px; width: 270px; height: 1000px; background-color: {color:background};}
75
76
#notess {width:120px;
77
height:auto;
78
margin-left:518px;
79
font-family:georgia;
80
font-size:9px;
81
text-transform:lowercase;
82
text-align:left;
83
padding:5px;
84
letter-spacing:0px;
85
opacity:0;
86
line-height:110%;
87
-webkit-transition-duration: 0.6s;
88
-moz-transition-duration: 0.5s;
89
position:absolute;
90
border-left:0px solid ;
91
}
92
.notes {text-align:left; font-size:10px; letter-spacing:0px; text-transform:lowercase; color:{color:text}; font-family: georgia; padding:2px; font-style:normal}
93
94
#postnotes{ font-family:georgia; font-size:10px;text-transform:lowercase; padding: 5px; font-style:normal}
95
96
#info {background-color:{color:info}; margin:0px 5px 5px 5px; font-family:georgia; font-size:8px; text-transform: lowercase; color:{color:text}; letter-spacing: 1px; text-align:center; padding:1px; font-style:normal; width: 495px; border-top:1px dotted {color:info}} 
97
#info:hover {-webkit-transition-duration: 0.6s;
98
-moz-transition-duration: 0.6s;}
99
100
#nbar {width:200px; height:1000px; margin-left:10px; margin-top:-10px; position:fixed; overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:7px;}
101
102
#nav1 {margin-left:10px; margin-top:30px}
103
#nav1 a { width: 80px; height:6px; font-family: 'Times New Roman';  font-size: 10px; line-height: 6px; display: inline-block; margin-bottom:2px;text-align: center; background-color: {color:nav}; color: {color:background}; padding: 5px; letter-spacing: 0px; text-transform:lowercase; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;font-style:normal}
104
#nav1 a:hover {background-color:{color:nhover}; color:{color:background}; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;width:95px}
105
106
#posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:3px; font-style:normal;}
107
108
#posts:hover #notess{
109
opacity:1;
110
display:block;
111
border-left:5px solid {color:info}}
112
113
h1{color:{color:text}; font-family: georgia; font-size:14px; letter-spacing:0px; font-weight:normal; text-transform:lowercase; margin:0px; padding:0px; text-align:left; font-style:normal;}
114
115
h2{color:{color:text}; font-family: georgia; font-size:10px;  letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; font-style:italic}
116
117
#question{background: {color:background}; font-size: 10px; font-weight:bold; color: {color:text}; padding: 10px; font-style:normal}
118
119
#ask{font-size: 10px; background-color:{color:sidebar}; color:{color:body};margin-bottom:0px;
120
padding: 7px; font-style:normal}
121
122
#asker{text-transform: lowercase; padding-bottom:0px; font-size: 10px; font-family: georgia; font-style:normal; font-style:normal;text-align:center}
123
124
#answer{padding:4px; font-style:normal}
125
126
blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px; font-style:normal}
127
128
b, strong{color:{color:text}}
129
z, strong{color:f67d72}
130
i, em {color:{color:text}}
131
p{margin-top:5px; margin-bottom:5px}
132
blockquote {padding:0px; padding-left:5px; margin:5px; border-left:3px solid {color:text}}
133
134
 
135
img a{border:none; width:100%}
136
.audio{background-color:black; display:block;}
137
138
.user_1 .label {color:{color:link}; font-weight:bold}
139
.user_2 .label {color:{color:text}; font-weight:bold}
140
ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
141
142
.notes img{width:10px; position:relative; top:1px;}
143
ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
144
145
iframe#tumblr_controls {
146
   top:0px !important;
147
   right:3px !important;
148
   position: fixed !important;
149
      -webkit-transition: opacity 0.7s linear;
150
      opacity: 0.4;
151
      -webkit-transition: all 0.8s ease-out;
152
      -moz-transition: all 0.8s ease-out;
153
      transition: all 0.8s ease-out;
154
z-index:999999999999999999;}
155
156
iframe#tumblr_controls:hover{
157
   -webkit-transition: opacity 0.7s linear;
158
   opacity: 1;
159
   -webkit-transition: all 0.4s ease-out;
160
   -moz-transition: all 0.4s ease-out;
161
   transition: all 0.4s ease-out;
162
z-index:999999999999999999999;}
163
             
164
</style>
165
<style type="text/css">{CustomCSS}</style>
166
</head>
167
168
<body>
169
170
<div id="nbar"><br><br><br><br><br><br><br>
171
<div id="nav1"><i><a style="background-color:{color:home link};" href="/">home</a><br>
172
<a style="background-color:{color:archive link};margin-left:20px" href="/archive">archive</a><br>
173
<a style="background-color:{color:message link};" href="/ask">message</a><br>
174
{block:ifLink1}<a style="background-color:{color:link 1}; margin-left:-10px" href="{text:Link1}">{text:Link1 Title}</a></br>{/block:ifLink1}
175
{block:ifLink2}<a style="background-color:{color:link 2};" href="{text:Link2}">{text:Link2 Title}</a></br>{/block:ifLink2}
176
{block:ifLink3}<a style="background-color:{color:link 3};margin-left:-10px" href="{text:Link3}">{text:Link3 Title}</a></br>{/block:ifLink3}
177
<a style="background-color:{color:theme link};margin-left:10px" href="http://aryastark-s.tumblr.com/">theme</a></br></div></center>
178
179
<div id="sd2">
180
<div id="title">{Title}<br></div><br>
181
<center><div id="sideimg"><center><img src="{image:sidebar}"></center></div>
182
<center><div id="sidebar">
183
<div id="stext">{block:Description}{Description}{/block:Description}</br></div>
184
<div id="pagination">{block:Pagination}
185
{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
186
 
187
{block:JumpPagination length="5"}
188
 
189
{block:CurrentPage}<span class="current_page" style="padding-right:6px;">{PageNumber}</span>{/block:CurrentPage}
190
 
191
{block:JumpPage}<a class="jump_page" style="padding-right:6px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
192
 
193
{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}<br></div></div></div>
194
195
</div></div><div id="entries">
196
{block:Posts}
197
<div id="posts">
198
<div id="notess">
199
{block:RebloggedFrom}via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}, from <a href="{SourceURL}">{SourceLink}</a></a>
200
<br>{/block:ContentSource}{block:HasTags} tags:<br> {block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}</a>{/block:HasTags}</div>
201
</a>{block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
202
{block:Text}{Body}{/block:Text}
203
     
204
{block:Quote}<h2>"{Quote}"</h2>{/block:Quote}
205
{block:Source}<div class="source">— {Source}</div>{/block:Source}
206
     
207
{block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
208
{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
209
     
210
{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
211
{block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
212
     
213
{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}
214
     
215
{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
216
217
{block:Answer}
218
<div id="ask">
219
<div id="asker"><i> {Asker}:</i><br> {Question}<br></div></div>
220
<div id"answer">{Answer}</div>
221
222
{/block:Answer}
223
{block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
224
225
<div id="info">
226
{block:Date} <a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth} {ShortMonth}, {ShortYear}{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCount}  notes</a>{/block:NoteCount}
227
</div></div>
228
{block:PostNotes}{PostNotes}{/block:PostNotes}<br>
229
230
</body>
231
</body>
232
</html>
233
</html>