Advertisement
starlland

THEME #15 / i'm going back to 505

Oct 27th, 2012
1,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3.  
  4. <html>
  5.  
  6. <!--
  7.  
  8.  
  9.  
  10. i probably still adore you
  11. with your hands around my neck
  12. -------------------------------
  13. © racheyzane.tumblr.com
  14.  
  15.  
  16.  
  17. !-->
  18.  
  19.  
  20.  
  21. <head>
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. <!-- DEFAULT VARIABLES -->
  29. <meta name="color:background" content="#ffffff" />
  30.  
  31. <meta name="color:text" content="#4b4b4b" />
  32. <meta name="color:selection" content="#f5f4f3" />
  33. <meta name="color:link" content="#222222" />
  34. <meta name="color:hovering" content="#fcff00" />
  35.  
  36. <meta name="color:scrollbar" content="#292929" />
  37. <meta name="color:border" content="#f1f1f0" />
  38. <meta name="color:bg" content="#f0efed" />
  39. <meta name="color:bold" content="#666561" />
  40. <meta name="color:italic" content="#7e7e7d" />
  41.  
  42. <meta name="image:sidebar" content="" />
  43.  
  44. <meta name="font:title" content="georgia" />
  45. <meta name="text:body" content="cambria" />
  46.  
  47. <meta name="if:regular posts" content="1" />
  48. <meta name="if:small posts" content="0" />
  49. <meta name="if:sidebar picture" content="1" />
  50.  
  51. <meta name="text:Link1" content="" />
  52. <meta name="text:Link1 Title" content="" />
  53. <meta name="text:Link2" content="" />
  54. <meta name="text:Link2 Title" content="" />
  55. <meta name="text:Link3" content="" />
  56. <meta name="text:Link3 Title" content="" />
  57.  
  58.  
  59.  
  60. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  61. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65.  
  66.  
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. iframe#tumblr_controls {
  72. top:0px !important;
  73. right:3px !important;
  74. position: fixed !important;
  75. opacity: 0.5;
  76. -webkit-transition: all 0.6s ease;}
  77.  
  78. iframe#tumblr_controls:hover{
  79. opacity: 1;
  80. -webkit-transition: all 0.6s ease;
  81. }
  82.  
  83.  
  84.  
  85. ::-webkit-scrollbar-thumb:vertical {
  86. background-color:{color:scrollbar};
  87. height:30px;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:horizontal {
  91. background-color:{color:scrollbar};
  92. height:8px!important;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. background-color:{color:bg};
  97. height:8px;
  98. width:8px;
  99. }
  100.  
  101. ::-moz-selection {
  102. background: {color:selection};
  103. }
  104. ::selection {
  105. background: {color:selection};
  106. }
  107.  
  108.  
  109.  
  110. body {color:{color:text}; background-color:{color:background}; background-attachment:fixed; font-size:10px; line-height:100%; text-align:justify; font-family:{text:body}; }
  111.  
  112. a:link, a:active, a:visited {color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease;}
  113.  
  114. a:hover {color:{color:hover link};background:{color:hovering}; -webkit-transition: all 0.6s ease;}
  115.  
  116. b {font-weight: bold;color:{color:bold};}
  117.  
  118. i {font-style:italic;color:{color:italic};}
  119.  
  120.  
  121. #sbar {height: auto; position:fixed; overflow:hidden; display:block; font-size:11px; width:253px; margin-left:550px; top:110px; }
  122.  
  123. #simg {margin-bottom:10px;}
  124.  
  125. #simg img {width:200px; padding:4px; border: 1px solid {color:border}; background:{color:background};}
  126.  
  127.  
  128. #nav {text-transform:uppercase;font-size:9px;margin-left:215px;position:fixed;margin-top:50px;display:block;}
  129.  
  130. #nav a {display:block;margin-right:10px;padding-left:3px;margin-bottom:2px;padding-top:1px;padding-right:2px; border-left:1px solid {color:link};}
  131.  
  132. #nav a:hover {background:{color:hovering};}
  133.  
  134.  
  135. #pagination {margin-top:5px; border-top:1px solid {color:border};text-align:right;}
  136.  
  137. #pagination a {font-size:7px;padding-top:3px;padding-bottom:5px;padding:2px;margin-right:4px;}
  138.  
  139.  
  140. #notes img {width:0px;height:0px;opacity:0;margin-right:-55px;position:absolute;}
  141.  
  142.  
  143. {block:indexpage}
  144.  
  145. #posts{overflow:hidden;padding: 3px;-webkit-transition: all 0.9s ease;padding-top: 8px;padding-bottom: 8px;max-width:505px;}
  146.  
  147. #entries {max-width:100%;}
  148.  
  149. #schowek {display:inline;opacity:0;-webkit-transition: all 0.6s ease;}
  150.  
  151. #posts:hover #schowek {opacity:1;-webkit-transition: all 0.6s ease;}
  152.  
  153. {/block:indexpage}
  154.  
  155.  
  156. {block:permalinkpage}
  157.  
  158. #posts{overflow:hidden;padding: 3px; -webkit-transition: all 0.9s ease;max-width:505px;padding-top: 8px;padding-bottom: 8px;-webkit-transition: all 0.6s ease;}
  159.  
  160.  
  161. #entries {max-width:100%;}
  162.  
  163. {/block:permalinkpage}
  164.  
  165.  
  166. {block:ifregularposts}
  167.  
  168. #posts{overflow:hidden;padding: 3px;-webkit-transition: all 0.9s ease;padding-top: 8px;padding-bottom: 8px;max-width:505px;}
  169.  
  170. #entries {max-width:100%;}
  171.  
  172. #schowek {display:inline;opacity:0;-webkit-transition: all 0.6s ease;}
  173.  
  174. #posts:hover #schowek {opacity:1;-webkit-transition: all 0.6s ease;}
  175.  
  176. {/block:ifregularposts}
  177.  
  178.  
  179. {block:ifsmallposts}
  180.  
  181. #posts{overflow:hidden;padding: 3px;-webkit-transition: all 0.9s ease;padding-top: 8px;padding-bottom: 8px;max-width:405px; margin-left:50px;}
  182.  
  183. #entries {max-width:100%;}
  184.  
  185. #schowek {display:inline;opacity:0;-webkit-transition: all 0.6s ease;}
  186.  
  187. #posts:hover #schowek {opacity:1;-webkit-transition: all 0.6s ease;}
  188.  
  189. {/block:ifsmallposts}
  190.  
  191.  
  192.  
  193. h1{font-size:15px;line-height:15px;letter-spacing:-1px;text-align:left;padding: 5px;text-transform: lowercase;font-family: {font:title};border-bottom: 1px solid {color:border};}
  194.  
  195.  
  196.  
  197. #credit {font-size: 35px; display:inline; bottom:3px; right:3px; position:fixed; -webkit-transition: all 0.6s ease; text-align:center;}
  198. #credit a {color:black;}
  199. #credit a:hover {background:none;}
  200. #black {z-index:9999; display:inline; position:absolute; bottom:20px; right:12px;}
  201. #blue {font-size: 35px; display:inline; position:absolute; opacity:0; z-index:0;-webkit-transition: all 0.6s ease;bottom:0px; color:aqua; bottom:20px; right:14px;}
  202. #red {font-size: 35px; display:inline;position:absolute; opacity:0; z-index:0;-webkit-transition: all 0.6s ease;bottom:20px; color:red; right:10px;}
  203. #credit:hover #red {right:8px; opacity:0.6; z-index:0;}
  204. #credit:hover #blue {right:17px; opacity:0.6; z-index:0;}
  205. #credit:hover #rz a {opacity:1;-webkit-transition: all 0.6s ease; bottom:-10px;};
  206. #rz {bottom:5px; position:fixed;-webkit-transition: all 0.6s ease;}
  207. #rz a { opacity:0;-webkit-transition: all 0.6s ease;}
  208.  
  209.  
  210. #quote { font-size: 14px;margin-left: 18px; padding: 3px;text-align:justify;font-style:italic;font-family:cambria; z-index:2; position:relative; display:inline;}
  211.  
  212.  
  213. blockquote {padding-left:5px;
  214. border-left:1px solid {color:border};}
  215.  
  216.  
  217.  
  218. img a{border:none; width:100%}
  219.  
  220.  
  221. #obrazek img {width:400px;}
  222.  
  223.  
  224.  
  225.  
  226.  
  227. .user_1, .user_3, .user_5, .user_7,
  228. .user_7 , .user_9 .user_11 {
  229. background-color:{color:bg};
  230. padding:3px;
  231. }
  232.  
  233. .user_2, .user_4, .user_6, .user_8,
  234. .user_10, .user_12 {
  235. background-color:{color:background};
  236. padding:3px;
  237. }
  238. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:5px;}
  239.  
  240.  
  241.  
  242. #notes {font-weight:normal}
  243. #notes li {padding-bottom:0.5em}
  244. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
  245.  
  246.  
  247.  
  248. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  249. </style>
  250. <style type="text/css">{CustomCSS}</style>
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257. </head>
  258.  
  259.  
  260.  
  261. <body>
  262.  
  263.  
  264. <div id="credit">
  265. <div id="black"><a href="http://racheyzane.tumblr.com">▲</a></div>
  266. <div id="red">▲</div>
  267. <div id="blue">▲</div>
  268. <div id="rz"><div style="font-size:8px; text-transform:uppercase; font-family:calibri; letter-spacing:1px; margin-top:10px;"><a href="http://racheyzane.tumblr.com">racheyzane</a></div></div>
  269. </div>
  270.  
  271.  
  272. <div id="sbar">
  273.  
  274. <div id="nav">
  275. <a href="/">home</a>
  276. <a href="/ask">ask</a>
  277. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  278. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  279. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  280. </div>
  281.  
  282. {block:ifsidebarpicture}<div id="simg">
  283. <img src="{image:sidebar}">
  284. </div>{/block:ifsidebarpicture}
  285.  
  286. <div style="margin-top:5px; margin-bottom:10px; width:208px;">
  287. <div style="text-align:center; margin-bottom:8px;">{Description}</div>
  288.  
  289. <div id="pagination">
  290.  
  291. {block:Pagination}
  292. {block:PreviousPage}
  293. <a href="{PreviousPage}">←</a>
  294. {/block:PreviousPage}
  295. {block:JumpPagination length="5"}
  296. {block:CurrentPage}
  297. <span class="current_page"><a>{PageNumber}</a></span>
  298. {/block:CurrentPage}
  299.  
  300. {block:JumpPage}
  301. <a class="jump_page" href="{URL}">{PageNumber}</a>
  302. {/block:JumpPage}
  303. {/block:JumpPagination}
  304. {block:NextPage}
  305. <a href="{NextPage}">→</a>
  306. {/block:NextPage}
  307. {/block:Pagination}
  308.  
  309.  
  310. </div>
  311. </div>
  312.  
  313.  
  314.  
  315. </div>
  316.  
  317.  
  318. <div id="entries">
  319. {block:Posts}
  320. <div id="posts">
  321.  
  322.  
  323.  
  324. <div style="margin-top:-8px;">
  325. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  326. {block:Text}{Body}{/block:Text}
  327. </div>
  328.  
  329. {block:Quote}
  330. <div id="quote">
  331. "{Quote}"</div>
  332. <div style="text-align:left; text-transform:uppercase; font-size:8px; margin-top:4px; border-top:1px solid {color:border};">{Source}</div>
  333. {/block:Quote}
  334. <br>
  335.  
  336.  
  337.  
  338. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  339. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  340.  
  341.  
  342. {block:Photo}
  343. {block:indexpage}
  344. {block:ifregularposts}
  345. <img src="{PhotoURL-500}">
  346. {Caption}
  347. {/block:ifregularposts}
  348. {block:ifsmallposts}
  349. <img src="{PhotoURL-400}">
  350. {Caption}
  351. {/block:ifsmallposts}
  352. {/block:indexpage}
  353. {block:permalinkpage}
  354. <img src="{PhotoURL-500}">
  355. {Caption}
  356. {/block:permalinkpage}
  357. {/block:Photo}
  358.  
  359.  
  360. {block:Photoset}
  361. {block:indexpage}
  362. {block:ifregularposts}
  363. {Photoset-500}
  364. {Caption}
  365. {/block:ifregularposts}
  366. {block:ifsmallposts}
  367. {Photoset-400}
  368. {Caption}
  369. {/block:ifsmallposts}
  370. {/block:indexpage}
  371. {block:permalinkpage}
  372. {Photoset-500}
  373. {Caption}
  374. {/block:permalinkpage}
  375. {/block:Photoset}
  376.  
  377.  
  378.  
  379.  
  380. {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}
  381.  
  382.  
  383.  
  384. {block:Video}
  385. {block:indexpage}
  386. {block:ifregularposts}
  387. {Video-500}
  388. {Caption}
  389. {/block:ifregularposts}
  390. {block:ifsmallposts}
  391. {Video-400}
  392. {Caption}
  393. {/block:ifsmallposts}
  394. {/block:indexpage}
  395. {block:permalinkpage}
  396. {Video-500}
  397. {Caption}
  398. {/block:permalinkpage}{/block:Video}
  399.  
  400. {block:Answer}<div style="border-bottom: 1px solid {color:border}; padding: 8px; background: {color:bg};"><ii><div style="color: {color:link}; text-transform:lowercase; display:inline;">{Asker}</div> asked</ii>: {Question}</div>
  401. {Answer}{/block:answer}
  402.  
  403.  
  404.  
  405. {block:AudioPlayer}
  406. {audioplayergrey}<br>
  407. {block:artist}<b>{artist}</b>{/block:artist}
  408. {block:trackname} / <i>{trackname}</i>{/block:trackname}
  409. {block:album} / {album}{/block:album}<br>
  410. </center><br>
  411. {Caption}
  412. {/block:AudioPlayer}
  413.  
  414.  
  415. {block:IndexPage}
  416. <div style="font-family:helvetica; font-size:8px;">
  417. <div style="border-top:1px solid {color:border}; margin-top:4px; padding-top:4px;">
  418. <div id="schowek">
  419. <div style="margin-left:10px; display:inline;">{block:Date} <a href="{Permalink}">{DayOfMonthWithZero}&middot;{MonthNumberWithZero}</a>{/block:Date}</div><div style="display:inline; margin-left:10px;">{block:NoteCount}[ {NoteCount} ]{/block:NoteCount}</div>
  420.  
  421.  
  422. {block:ifregularposts}
  423. <div style="text-transform:uppercase; display:inline; margin-left:370px;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &middot; {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:ifregularposts}
  424.  
  425.  
  426. {block:ifsmallposts}
  427. <div style="text-transform:uppercase; display:inline; margin-left:270px;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &middot; {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:ifsmallposts}
  428.  
  429. </div>
  430. </div>
  431.  
  432. <div style="margin-top:-13px;">
  433. <br><center>{block:Tags}<div style="margin-right: 10px;text-transform:uppercase;display:inline-block;font-size:7px; font-family:helvetica;"><a href="{TagURL}">#{Tag}</a></div>{/block:Tags}</center></div></div>
  434. </div>
  435. </div>
  436. {/block:IndexPage}
  437.  
  438.  
  439. {block:PermalinkPage}
  440. {block:Date}
  441. <div style="text-transform:uppercase">
  442. <br><b><big>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({24Hour}:{Minutes}{AmPm})</b></big>
  443. </div>
  444. {/block:Date}
  445. <div style="border-top: 1px solid {color:border}; border-bottom: 1px solid {color:border}; padding: 5px; margin-top: 5px; font-size:9px; opacity: 0.9; text-align:left; width:500px;">
  446. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</di>
  447. {block:HasTags}<br>tagged:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  448. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  449. {block:ContentSource}<br>source: <a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  450. </div>
  451. {/block:PermalinkPage}
  452.  
  453. </div>
  454.  
  455.  
  456. {/block:Posts}
  457.  
  458.  
  459. <div id="notes">{block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  460.  
  461.  
  462.  
  463.  
  464. </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470. </center>
  471. </div>
  472.  
  473. </body>
  474. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement