colinfirth

you exist

Aug 10th, 2014
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!------------------------
  6. you exist theme by prewars.tumblr.com
  7. do not copy, claim as your own, use as a base, or remove credit.
  8. be chill.
  9. ------------------------>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13.  
  14. <!-- default variables -->
  15.  
  16. <meta name="color:background" content="#ffffff">
  17. <meta name="color:border" content="#000000">
  18. <meta name="color:borderhover" content="#cccccc">
  19. <meta name="color:title" content ="#000000">
  20. <meta name="color:bodytext" content="#111111">
  21. <meta name="color:tagslink" content="#111111">
  22. <meta name="color:tagslinkhover" content="#eeeeee">
  23. <meta name="color:link" content="#aaaaaa">
  24. <meta name="color:linkhover" content="#eeeeee">
  25. <meta name="color:scrollbar" content="#ffffff">
  26. <meta name="color:scrollbarbackground" content="#111111">
  27. <meta name="color:sidebarbackground" content="#141414">
  28. <meta name="color:sidebartitle" content="#eeeeee">
  29. <meta name="color:sidebartitlehover" content="#ffffff">
  30. <meta name="color:description" content="#cccccc">
  31. <meta name="color:sidelinks" content="#000000">
  32. <meta name="color:sidelinkshover" content="#ffffff">
  33.  
  34. <meta name="text:body" content="helvetica">
  35.  
  36. <meta name="if:description" content="1"/>
  37.  
  38. <meta name="text:misc link 1 title" content="/"/>
  39. <meta name="text:misc link 1" content="link"/>
  40. <meta name="text:misc link 2 title" content="/"/>
  41. <meta name="text:misc link 2" content="link"/>
  42. <meta name="text:misc link 3 title" content="/"/>
  43. <meta name="text:misc link 3" content="link"/>
  44. <meta name="text:misc link 4 title" content="/"/>
  45. <meta name="text:misc link 4" content="link"/>
  46.  
  47. <meta name="if:link1" content="1"/>
  48. <meta name="if:link2" content="1"/>
  49. <meta name="if:link3" content="1"/>
  50. <meta name="if:link4" content="1"/>
  51.  
  52.  
  53. <meta name="text:blurb" content="">
  54.  
  55.  
  56. <script type="text/javascript" src="http://laura-schmal.de/data/tumblr/lightbox/js/jquery-1.7.2.min.js"></script>
  57.  
  58.  
  59. <!-- tooltip script -->
  60.  
  61. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  62.  
  63. <script>
  64. (function($){
  65. $(document).ready(function(){
  66. $("[title]").style_my_tooltips({
  67. tip_follows_cursor:true,
  68. tip_delay_time:200,
  69. tip_fade_speed:300
  70. }
  71. );
  72. });
  73. })(jQuery);
  74. </script>
  75.  
  76.  
  77. <!-- CSS -->
  78.  
  79. <style type="text/css">
  80.  
  81. /*scroll bar*/
  82.  
  83. ::-webkit-scrollbar {width: 10px; height: 10px; background: #fff;}
  84. ::-webkit-scrollbar-corner { background: {color:scrollbarbackground}; border: 2px solid #fff; }
  85. ::-webkit-scrollbar-thumb:vertical {background: {color:scrollbarbackground}; border: 2px solid #fff; }
  86. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbarbackground}; border: 2px solid #fff; }
  87.  
  88. /*hover text*/
  89.  
  90. #s-m-t-tooltip { z-index:999; max-width: 300px; margin:15px 0px 0px 15px; text-transform: lowercase; font-family: {text:body}; font-size: 9px; color:#000; letter-spacing: 1px; font-style: italic; font-weight: 300; background: #fff; border: 1px solid {color:border}; padding:5px; }
  91.  
  92.  
  93. /*body of posts, links, blockquote and post captions*/
  94.  
  95. body { font-family: {text:body}; margin:0px; padding:0px; width:auto; font-size: 11px; color:{color:bodytext}; background:{color:background}; font-weight: 300; text-align: center; }
  96.  
  97. .small { font-size: 9px; }
  98.  
  99. a { text-decoration:none; color:{color:link}; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  100.  
  101. a:hover { color:{color:linkhover}; }
  102.  
  103. blockquote { font-size: 9px; padding-left: 20px; border-left: 1px solid {color:border}; }
  104.  
  105. .caption { font-size: 9px; width:480px; text-align:justify; margin-top: 10px; margin-bottom: -5px; font-family: {text:body}; display:block; padding: 5px; }
  106.  
  107. .caption img { max-width:100%; }
  108.  
  109.  
  110. /*individual posts*/
  111.  
  112. #entry { padding-top: 50px; line-height: 150%; margin: auto; position: center; width: 500px; padding-bottom: 0px; }
  113.  
  114. #container { position: center; }
  115.  
  116. .post { margin-left: 0px; margin-top: 50px; margin-bottom: 125px; float: center; overflow:hidden; text-align:justify; padding-top: 50px; width:500px; overflow:hidden; }
  117.  
  118. .post img { width: 100%; }
  119.  
  120. iframe.photoset { width:500px; }
  121.  
  122.  
  123. /*sidebar, links, title, description*/
  124.  
  125. .topbar {
  126. margin-top: 50px;
  127. padding: 5px;
  128. position: center;
  129. text-align: center;
  130. width: 440px;
  131. z-index: 1100;
  132. color: {color:back};
  133. background: #fff;
  134. -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;
  135. }
  136.  
  137.  
  138. .sidelinks {
  139. -webkit-transition:all 0.3s;
  140. -moz-transition:all 0.3s;
  141. -ms-transition:all 0.3s;
  142. -o-transition:all 0.3s;
  143. transition:all 0.3s;
  144. padding-top: 5px;
  145. text-transform: lowercase;
  146. font-weight: bold;
  147. letter-spacing: 5px;
  148. font-family: {text:title font};
  149. font-size: 30px;
  150. }
  151.  
  152. .sidelinks a {
  153. color: {color:sidelinks};
  154. }
  155.  
  156. .sidelinks a:hover {
  157. -webkit-transition:all 0.3s;
  158. -moz-transition:all 0.3s;
  159. -ms-transition:all 0.3s;
  160. -o-transition:all 0.3s;
  161. transition:all 0.3s;
  162. color: {color:sidelinkshover};
  163. }
  164.  
  165. .title {
  166. margin-left: 50px;
  167. width: 300px;
  168. padding: 20px;
  169. border: 1px solid {color:border};
  170. margin-bottom: 25px;
  171. margin-top: 10px;
  172. color: #000;
  173. text-transform: uppercase;
  174. font-weight: 300;
  175. font-style: italic;
  176. letter-spacing: 1px;
  177. text-align: justify;
  178. font-family: {text:title font};
  179. font-size: 16px;
  180. line-height: 100%;
  181. -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;
  182. }
  183.  
  184. .topbar:hover .title { border: 1px solid {color:borderhover}; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  185.  
  186. .description {
  187. width: 200px;
  188. margin-top: 0px;
  189. margin-bottom: 10px;
  190. text-align: justify;
  191. text-transform: lowercase;
  192. margin-left: 115px;
  193. color: #000;
  194. }
  195.  
  196.  
  197. /*date and time, tags, permalink page, by/via links*/
  198.  
  199. #tagssection { border: 1px solid {color:border}; padding: 20px 20px 18px 20px; margin-top: 30px; font-weight: 400; font-size: 9px; font-family: {text:body}; letter-spacing: 1px; text-transform: lowercase; font-style: italic; text-align: center; display:block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  200.  
  201. .post:hover #tagssection { border: 1px solid {color:borderhover}; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  202.  
  203. #tagssection a { color: {color:tagslink}; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  204.  
  205. #datetime a { font-style:italic; padding: 10px; }
  206.  
  207. #tagssection a:hover { color:{color:tagslinkhover}; }
  208.  
  209. #datetime a:hover { color:{color:Hover}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
  210.  
  211.  
  212. #tags { letter-spacing: 1px; margin-top: -12px; opacity: 1; {block:permalinkpage}opacity: 1;{/block:permalinkpage} -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;line-height: 150%; text-align: center; font-size: 9px; text-transform: lowercase; font-weight: 400; padding-bottom: 2px; }
  213.  
  214. #tags a { color:{color:tagslink}; padding:0; background: none; border: none; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
  215.  
  216. #tags a:hover { color: {color:tagslinkhover}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
  217.  
  218. #permalinkpage { width:492px; margin-bottom:2px; margin-top:15px; margin-left:1px; font-size: 9px; font-weight: ; text-transform: lowercase; text-align:center; padding:5px; }
  219.  
  220. #permalinkpage a { margin-top:10px; color:{color:tagslink}; }
  221.  
  222. #permalinkpage a:hover { color:{color:tagslinkhover}; }
  223.  
  224.  
  225. /*link posts, ask title, post title*/
  226.  
  227. h1 { text-align: right; text-transform: uppercase; font-weight: 300; font-size: 16px; line-height:125%; font-family: {text:body}; letter-spacing: 1px; font-style:italic; padding-left:0px; color:{color:title}; }
  228.  
  229. h1 a { color:{color:title}; }
  230.  
  231.  
  232. /*quote posts and source*/
  233.  
  234. .quote { font-style: ; letter-spacing: px; text-align: justify; padding-right: 20px; padding-left: 20px; padding-bottom:3px; }
  235.  
  236. #source { text-align: right; padding-right: 20px; padding-top: 15px; padding-bottom: -10px; }
  237.  
  238.  
  239. /*ask posts*/
  240.  
  241. #ask { width: 500px; margin-right:px; font-size: 11px; font-weight: 300; padding: 10px 0px 10px 0px; border-bottom: 1px solid {color:border}; margin-bottom:20px; }
  242.  
  243. #asker { font-size: 9px; font-style: italic; letter-spacing: 1px; text-align: right; margin-top: 15px; }
  244.  
  245. #asker a { color:{color:link}; }
  246.  
  247. #asker a:hover { color: {color:linkhover}; font-weight:00px; text-shadow: -1px 1px 5px #fff, 1px -1px 5px #fff; -webkit-filter: blur(15px); -webkit-transition:all 1.2s; -moz-transition:all 1.2s; -ms-transition:all 1.2s; -o-transition:all 1.2s; transition:all 1.2s; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
  248.  
  249.  
  250. /*audio*/
  251.  
  252. .audiopost { position: relative; display:inline-block; }
  253.  
  254. .tumblr_audio_player { padding: 0px; margin: 0px; height: 50px; width: 500px; }
  255.  
  256. .playbutton {
  257. width:20px;
  258. height:36px;
  259. overflow:hidden;
  260. position:relative;
  261. opacity:0.8;
  262. z-index:100;
  263. margin: 0px 18px 13px 10px;
  264. }
  265.  
  266. .playbox {
  267. margin-top:14px;
  268. margin-left:15px;
  269. opacity: 1;
  270. background-color:#000;
  271. position: absolute;
  272. z-index: 100;
  273. }
  274.  
  275. .audiopostinfo { margin-left: 90px; width:395px; display:inline-block; min-height:55px; overflow: hidden; font-size:9px; font-style: italic; text-align: right; letter-spacing:1px; text-transform:lowercase; padding:13px; line-height: 300%; }
  276.  
  277.  
  278. /*page navigation*/
  279.  
  280. #pagination { width: 500px; margin-bottom: 25px; margin-top: 25px; text-transform: lowercase; text-align:right; font-size: 11px; font-weight: 300; }
  281.  
  282. #pagination a { margin-left: 5px; margin-right: 5px; background-color: #fff; padding: 4px; padding-left: 5px;color:{color:title}; }
  283.  
  284. #pagination a:hover { color:{color:linkhover}; }
  285.  
  286.  
  287. /*permalink notes*/
  288. ol.notes { padding-left:5px; margin-bottom: 10px; width:500px; list-style-type:lower-roman; text-align:justify; }
  289.  
  290. ol.notes li.note { padding:2%; }
  291.  
  292. ol.notes li.note img.avatar{ width:0px; height:0px; }
  293.  
  294.  
  295. /*credit*/
  296. #credit a { position:fixed; bottom: 7px; right: 3px; font-family:helvetica; font-size: 9px; color:#111; background-color: #fff; padding: 4px; padding-left: 5px; border:1px solid #fff; }
  297.  
  298. #credit a:hover { background-color:#fff; color:#555; border:1px solid {color:border}; }
  299.  
  300. </style></head><body>
  301. <center>
  302.  
  303. <div class="topbar">
  304. <div class="title">{Title}</div>
  305. {block:ifdescription}<div class="description">{description}</div>{/block:ifdescription}
  306. <div class="sidelinks">
  307. <a href="/" title="return">●</a>
  308. {block:iflink1}<a href="{text: link 1}" title="{text: link 1 title}">●</a>{/block:iflink1}
  309. {block:iflink2}<a href="{text: link 2}" title="{text: link 2 title}">●</a>{/block:iflink2}
  310. {block:iflink3}<a href="{text: link 3}" title="{text: link 3 title}">●</a>{/block:iflink3}
  311. {block:iflink4}<a href="{text: link 4}" title="{text: link 4 title}">●</a>{/block:iflink4}
  312. </div>
  313.  
  314. </div>
  315.  
  316.  
  317. <div id="entry">
  318. {block:Posts}
  319. <div class="post">
  320.  
  321. {block:Text}
  322. {block:Title}<h1>{Title}</h1>{/block:Title}
  323. {Body}
  324. {/block:Text}
  325.  
  326. {block:Photo}
  327. <center><a href="{Permalink}"><img src="{PhotoURL-500}"></a></center>
  328. {block:Caption}
  329. <span class="caption">{Caption}</span>
  330. {/block:Caption}
  331. {/block:Photo}
  332.  
  333.  
  334. {block:Photoset}
  335. {Photoset-500}
  336. {block:Caption}
  337. <span class="caption">{Caption}</span>
  338. {/block:Caption}
  339. {/block:Photoset}
  340.  
  341. {block:Quote}
  342. <div class="quote">{Quote}</div>
  343. {block:Source}
  344. <div id="source">{Source}</div>
  345. {/block:Source}
  346. {/block:Quote}
  347.  
  348.  
  349. {block:Link}
  350. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  351. {block:Description}
  352. {Description}
  353. {/block:Description}
  354. {/block:Link}
  355.  
  356.  
  357. {block:Chat}
  358. {block:Title}<h1>{Title}</h1>{/block:Title}
  359. {block:Lines}
  360. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  361. {/block:Lines}
  362. {/block:Chat}
  363.  
  364.  
  365. {block:Audio}{block:AudioPlayer}
  366. <div class="audiopost">
  367. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  368.  
  369. <div class="audiopostinfo"><font style="border-bottom: 1px solid {color:border}; padding-bottom: 6px; text-transform: uppercase; font-weight: 300; font-size: 16px; font-family: {text:body}; letter-spacing: 1px; font-style:italic;">{block:TrackName}{TrackName}{/block:TrackName}</font><br>{block:Artist}{Artist}{/block:Artist}</div></div>
  370. {/block:AudioPlayer}
  371. {block:permalinkpage}{block:Caption}
  372. <span class="caption">{Caption}</span>
  373. {/block:Caption}{/block:permalinkpage}{/block:Audio}
  374.  
  375.  
  376. {block:Video}
  377. {Video-500}
  378. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  379. {/block:Video}
  380.  
  381.  
  382. {block:Answer}
  383. <div id="ask"><font style="text-transform: lowercase; font-weight: ; letter-spacing: 0px;"> {Question}</font> <div id="asker"><font style="">{Asker}</font></div></div>
  384. <div class="answer"">{Answer}</div>
  385. {/block:Answer}
  386.  
  387.  
  388. {block:date}
  389. <div id="tagssection"><div id="datetime">{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}<a href="{Permalink}" title="{Month} {DayOfMonthWithZero}, {24Hour}:{Minutes}">{TimeAgo}</a></span></div>
  390. <br>
  391. <div id="tags">{block:HasTags}{block:Tags}&nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div></div>
  392. {/block:date}
  393.  
  394. {block:PermalinkPage}
  395. <div id="permalinkpage"><font style="text-transform:lowercase;"><br>{block:ContentSource}(<a href="{SourceURL}">source</a>){/block:ContentSource} {block:RebloggedFrom} &nbsp; (<a href="{ReblogParentURL}">from</a>){/block:RebloggedFrom}</a></font><br>
  396. {/block:PermalinkPage}
  397.  
  398. </div>
  399. {/block:Posts}
  400.  
  401. {block:Pagination}
  402. <div id="pagination">
  403. {block:PreviousPage}
  404. <a href="{PreviousPage}">&larr;</a>
  405. {/block:PreviousPage}
  406. {block:JumpPagination length="5"}
  407. {block:CurrentPage}&nbsp;&nbsp;&nbsp;
  408. <span class="current_page">{PageNumber}</span>
  409. &nbsp;&nbsp;&nbsp;{/block:CurrentPage}
  410. {block:JumpPage}
  411. <a class="jump_page" href="{URL}">{PageNumber}</a>
  412. {/block:JumpPage}
  413. {/block:JumpPagination}
  414. {block:NextPage}
  415. <a href="{NextPage}">&rarr;</a>
  416. {/block:NextPage}
  417. </div>
  418. {/block:Pagination}
  419.  
  420.  
  421. {block:PermalinkPage}
  422. {block:PostNotes}
  423. <div id="notes">{PostNotes}</div>
  424. {/block:PostNotes}
  425. {/block:permalinkpage}
  426. </div></div>
  427.  
  428. </center>
  429.  
  430. <div id="credit"> <a href="http://prewars.tumblr.com/">©</a> </div>
  431.  
  432.  
  433. </body>
  434. </html>
Advertisement
Add Comment
Please, Sign In to add comment