Advertisement
starlland

THEME #12

Sep 8th, 2012
5,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.78 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. I PROBABLY STILL ADORE YOU WITH YOUR HANDS AROUND MY NECK
  10. © racheyzane.tumblr.com
  11. _____________________________________
  12. !-->
  13.  
  14.  
  15. <head>
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18. <meta name="color:background" content="#ffffff" />
  19.  
  20. <meta name="color:text" content="#bbb8b1" />
  21. <meta name="color:selection" content="#faf6ed" />
  22. <meta name="color:link" content="#d1caa9" />
  23. <meta name="color:hover link" content="#bda087" />
  24. <meta name="color:nav link" content="#b6a090" />
  25. <meta name="color:nav background" content="#f5f5f3" />
  26. <meta name="color:bold" content="#cccbba" />
  27. <meta name="color:italic" content="#d6d5cf" />
  28. <meta name="color:scrollbar" content="#d8cebb" />
  29. <meta name="color:border" content="#f7f3e3" />
  30. <meta name="color:title background" content="#f8f6f2" />
  31.  
  32. <meta name="font:title" content="georgia" />
  33. <meta name="text:body" content="cambria" />
  34.  
  35. <meta name="image:sidebar" content="" />
  36.  
  37. <meta name="text:Link1" content="" />
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link2" content="" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3" content="" />
  42. <meta name="text:Link3 Title" content="" />
  43. <meta name="text:Link4" content="" />
  44. <meta name="text:Link4 Title" content="" />
  45. <meta name="if:regular posts" content="1" />
  46. <meta name="if:small posts" content="0" />
  47.  
  48.  
  49.  
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  51. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <link rel="shortcut icon" href="{Favicon}" />
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. iframe#tumblr_controls {
  62. top:0px !important;
  63. right:3px !important;
  64. position: fixed !important;
  65. opacity: 0.5;
  66. -webkit-transition: all 0.6s ease;}
  67.  
  68. iframe#tumblr_controls:hover{
  69. opacity: 1;
  70. -webkit-transition: all 0.6s ease;
  71. }
  72.  
  73.  
  74.  
  75. ::-webkit-scrollbar-thumb:vertical {
  76. background-color:{color:scrollbar};
  77. height:30px;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb:horizontal {
  81. background-color:{color:scrollbar};
  82. height:5px!important;
  83. }
  84.  
  85. ::-webkit-scrollbar {
  86. background-color:{color:background};;
  87. height:5px;
  88. width:5px;
  89. }
  90.  
  91. ::-moz-selection {
  92. background: {color:selection};
  93. }
  94. ::selection {
  95. background: {color:selection};
  96. }
  97.  
  98.  
  99.  
  100.  
  101.  
  102. body {color:{color:text};
  103. background-color:{color:background};
  104. background-attachment:fixed;
  105. font-size:10px;
  106. line-height:100%;
  107. text-align:justify;
  108. }
  109.  
  110. a:link, a:active, a:visited {
  111. color: {color:link};
  112. text-decoration:none;
  113. -webkit-transition: all 0.6s ease;
  114. }
  115.  
  116. a:hover {
  117. color:{color:hover link};
  118. -webkit-transition: all 0.6s ease;
  119. }
  120.  
  121. b {
  122. font-weight: bold;
  123. color:{color:bold};
  124. }
  125.  
  126. i {
  127. font-style:italic;
  128. color:{color:italic};
  129. }
  130.  
  131.  
  132. #sbar {
  133. height: auto;
  134. margin-left: 150px;
  135. position:fixed;
  136. overflow:hidden;
  137. margin-top:150px;
  138. width: 245px;
  139. }
  140.  
  141. #simg {
  142. height:auto;
  143. width: 200px;
  144. padding:auto;
  145. -webkit-transition: all 0.6s ease;
  146. display:block;
  147. }
  148.  
  149. #simg img {
  150. width:200px;
  151. border: 1px solid {color:border};
  152. padding: 5px;
  153. background:white;
  154. }
  155.  
  156.  
  157. #nav {
  158. width: 200px;
  159. display:block;
  160. font-size:9px;
  161. position:absolute;
  162. margin-left:-230px;
  163. margin-top:-50%;
  164. -webkit-transition: all 0.6s ease-out;
  165. -moz-transition: all 0.6s ease-out;
  166. -o-transition: all 0.6s ease-out;
  167. opacity:0;
  168. }
  169.  
  170. #simg:hover #nav {
  171. margin-left: 6px;
  172. -webkit-transition: all 0.6s ease-out;
  173. -moz-transition: all 0.6s ease-out;
  174. -o-transition: all 0.6s ease-out;
  175. opacity: 1;
  176. }
  177.  
  178. #nav a {
  179. display:block;
  180. color: {color:nav link};
  181. text-align:center;
  182. -webkit-transition: all 0.6s ease;
  183. color:{color:nav link};
  184. opacity:0.8;
  185. font-family:{font:title};
  186. font-style:italic;
  187. background: {color:nav background};
  188. margin-bottom: 3px;
  189. padding: 1px;
  190. letter-spacing:2px;
  191. text-tranform:lowercase;
  192. }
  193.  
  194. #nav a:hover {
  195. opacity: 1;
  196. }
  197.  
  198. #notes img {
  199. width:0px;
  200. height:0px;
  201. opacity:0;
  202. margin-right:-55px;
  203. position:absolute;
  204. }
  205.  
  206. #cudzyslow {
  207. display: block;
  208. background: url(http://static.tumblr.com/akhimg2/fAbm9o4gq/untitled-2.png) no-repeat 0 10px;
  209. text-align:justify;
  210. padding-left: 30px;
  211. padding-top:10px;
  212. margin-top:-10px;
  213. width:170px;
  214. }
  215.  
  216. {block:indexpage}
  217.  
  218. #posts{
  219. overflow:hidden;
  220. padding: 3px;
  221. -webkit-transition: all 0.9s ease;
  222. max-width:500px;
  223. padding-top: 8px;
  224. padding-bottom: 8px;
  225. }
  226.  
  227. #posts:hover #side {
  228. opacity:1;
  229. -webkit-transition: all 0.9s ease;
  230. }
  231.  
  232. #side {
  233. margin-left: 505px;
  234. margin-top: 10px;
  235. border-left: 1px solid {color:border};
  236. padding-left: 3px;
  237. -webkit-transition: all 0.9s ease;
  238. opacity:0;
  239. position:absolute;
  240. display: inline-block;
  241. }
  242.  
  243. img {
  244. max-width: 500px;
  245. }
  246.  
  247. #entries {
  248. margin-left:500px;
  249. margin-bottom:-10px;
  250. max-width:500px;
  251. }
  252.  
  253.  
  254. {/block:indexpage}
  255.  
  256.  
  257.  
  258.  
  259. {block:ifregularposts}
  260.  
  261. #posts{
  262. overflow:hidden;
  263. padding: 3px;
  264. -webkit-transition: all 0.9s ease;
  265. max-width:500px;
  266. padding-top: 8px;
  267. padding-bottom: 8px;
  268. }
  269.  
  270. #posts:hover #side {
  271. opacity:1;
  272. -webkit-transition: all 0.9s ease;
  273. }
  274.  
  275. #side {
  276. margin-left: 505px;
  277. margin-top: 10px;
  278. border-left: 1px solid {color:border};
  279. padding-left: 3px;
  280. -webkit-transition: all 0.9s ease;
  281. opacity:0;
  282. position:absolute;
  283. display: inline-block;
  284. }
  285.  
  286. img {
  287. max-width: 500px;
  288. }
  289.  
  290. #entries {
  291. margin-left:400px;
  292. margin-bottom:-10px;
  293. max-width:500px;
  294. }
  295.  
  296.  
  297. {/block:ifregularposts}
  298.  
  299.  
  300.  
  301. {block:ifsmallposts}
  302.  
  303. #posts{
  304. overflow:hidden;
  305. padding: 3px;
  306. -webkit-transition: all 0.9s ease;
  307. max-width:400px;
  308. padding-top: 8px;
  309. padding-bottom: 8px;
  310. }
  311.  
  312. #posts:hover #side {
  313. opacity:1;
  314. -webkit-transition: all 0.9s ease;
  315. }
  316.  
  317. #side {
  318. margin-left: 405px;
  319. margin-top: 10px;
  320. border-left: 1px solid {color:border};
  321. padding-left: 3px;
  322. -webkit-transition: all 0.9s ease;
  323. opacity:0;
  324. position:absolute;
  325. display: inline-block;
  326. }
  327.  
  328. img {
  329. max-width: 400px;
  330. }
  331.  
  332. #entries {
  333. margin-left:400px;
  334. margin-bottom:-10px;
  335. max-width:400px;
  336. }
  337.  
  338.  
  339. {/block:ifsmallposts}
  340.  
  341.  
  342.  
  343. {block:permalinkpage}
  344.  
  345. #posts{
  346. overflow:hidden;
  347. padding: 3px;
  348. -webkit-transition: all 0.9s ease;
  349. max-width:500px;
  350. padding-top: 8px;
  351. padding-bottom: 8px;
  352. }
  353.  
  354. #posts:hover #side {
  355. opacity:1;
  356. -webkit-transition: all 0.9s ease;
  357. }
  358.  
  359. #side {
  360. margin-left: 505px;
  361. margin-top: 10px;
  362. border-left: 1px solid {color:border};
  363. padding-left: 3px;
  364. -webkit-transition: all 0.9s ease;
  365. opacity:0;
  366. position:absolute;
  367. display: inline-block;
  368. }
  369.  
  370. img {
  371. max-width: 500px;
  372. }
  373.  
  374. #entries {
  375. margin-left:400px;
  376. margin-bottom:-10px;
  377. max-width:500px;
  378. }
  379.  
  380.  
  381. {/block:permalinkpage}
  382.  
  383.  
  384.  
  385.  
  386. #credit {
  387. padding-right: 5px;
  388. padding-left: 5px;
  389. right: 1px;
  390. bottom:10px;
  391. background-color:transparent;
  392. position:fixed;
  393. -webkit-transition: all 0.6s ease;
  394. font-family:rebuchet ms;
  395. text-transform:uppercase;
  396. font-size:10px;
  397. border-right: 25px solid {color:border};
  398. letter-spacing: -1px;
  399. font-family:trebuchet ms;
  400. }
  401.  
  402. #credit:hover {
  403. border-right: 45px solid {color:border};
  404. }
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412. h1{
  413. font-size:15px;
  414. line-height:15px;
  415. letter-spacing:-1px;
  416. text-align:left;
  417. padding-bottom: 3px;
  418. text-transform: lowercase;
  419. border-bottom: 1px solid {color:border};
  420. }
  421.  
  422.  
  423.  
  424.  
  425.  
  426. #quote {
  427. font-size: 12px;
  428. letter-spacing:-1px;
  429. line-height: 100%;
  430. margin-left: 10px;
  431. padding: 3px;
  432. border-bottom: 1px solid {color:border};
  433. width:80%;
  434. text-align:center;
  435. }
  436.  
  437. #quote:first-letter{
  438. font-weight:bold;
  439. font-size:19px;
  440. }
  441.  
  442.  
  443.  
  444.  
  445. blockquote {
  446. padding-left:7px;
  447. margin:2px;
  448. border-left:1px solid {color:border};
  449. }
  450.  
  451.  
  452.  
  453. img a{border:none; width:100%}
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. .user_1 .label {text-transform:uppercase;}
  463. .user_2 .label {text-transform:uppercase;}
  464. .user_3 .label {text-transform:uppercase;}
  465. .user_4 .label {text-transform:uppercase;}
  466. .user_5 .label {text-transform:uppercase;}
  467. .user_6 .label {text-transform:uppercase;}
  468. .user_7 .label {text-transform:uppercase;}
  469. .user_8 .label {text-transform:uppercase;}
  470. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  471.  
  472.  
  473.  
  474. #notes {font-weight:normal}
  475. #notes li {padding-bottom:0.5em}
  476. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
  477.  
  478.  
  479.  
  480. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  481. </style>
  482. <style type="text/css">{CustomCSS}</style>
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. </head>
  490.  
  491.  
  492.  
  493. <body>
  494.  
  495.  
  496.  
  497. <div id="credit">
  498. <a href="http://racheyzane.tumblr.com">&copy; racheyzane</a>
  499. </div>
  500.  
  501.  
  502. <div id="sbar">
  503.  
  504. <div id="simg">
  505. <img src="{image:sidebar}">
  506.  
  507. <div id="nav">
  508. <a href="/">refresh</a>
  509. <a href="/ask">message</a>
  510. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  511. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  512. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  513. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  514. </div>
  515.  
  516. </div>
  517.  
  518.  
  519.  
  520. <div style="font-size:15px; letter-spacing: -1px; font-family:{font:title}; background:{color:title background}; padding-left: 35px; padding-top: 3px; padding-bottom:5px; width:177px; margin-top: 5px; margin-bottom:5px;"><div style="display:inline;font-size:11px; text-align:right;">{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}</div><a href="/"><i>{title}</i></a>
  521. <div style="display:inline;font-size:11px; text-align:right;"> {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div></div>
  522.  
  523.  
  524.  
  525. <div id="cudzyslow">
  526. {Description}</div></div>
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536. <div id="entries">
  537. {block:Posts}
  538. <div id="posts">
  539.  
  540. <div id="side">
  541.  
  542. {block:Date}<a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{Year}</a>{/block:Date}<br>
  543. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  544. </div>
  545.  
  546. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  547. {block:Text}{Body}{/block:Text}
  548.  
  549.  
  550. {block:Quote}
  551. <div id="quote">
  552. {Quote}</div>
  553. <div align="right">{Source}</div>
  554. {/block:Quote}
  555.  
  556.  
  557. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  558. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  559.  
  560.  
  561. {block:Photo}
  562. {block:indexpage}
  563. {block:ifregularposts}
  564. <img src="{PhotoURL-500}">
  565. {Caption}
  566. {/block:ifregularposts}
  567. {block:ifsmallposts}
  568. <img src="{PhotoURL-400}">
  569. {Caption}
  570. {/block:ifsmallposts}
  571. {/block:indexpage}
  572. {block:permalinkpage}
  573. <img src="{PhotoURL-500}">
  574. {Caption}
  575. {/block:permalinkpage}
  576. {/block:Photo}
  577.  
  578.  
  579. {block:Photoset}{block:indexpage}
  580. {block:ifregularposts}
  581. {Photoset-500}
  582. {Caption}
  583. {/block:ifregularposts}
  584. {block:ifsmallposts}
  585. {Photoset-400}
  586. {Caption}
  587. {/block:ifsmallposts}
  588. {/block:indexpage}{block:permalinkpage}
  589. {Photoset-500}
  590. {Caption}
  591. {/block:permalinkpage}{/block:Photoset}
  592.  
  593.  
  594.  
  595. {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}
  596.  
  597.  
  598.  
  599. {block:Video}{block:indexpage}
  600. {block:ifregularposts}
  601. {Video-500}
  602. {Caption}
  603. {/block:ifregularposts}
  604. {block:ifsmallposts}
  605. {Video-400}
  606. {Caption}
  607. {/block:ifsmallposts}
  608. {/block:indexpage}{block:permalinkpage}
  609. {Video-500}
  610. {Caption}
  611. {/block:permalinkpage}{/block:Video}
  612.  
  613. {block:Answer}<div style="border-bottom: 1px solid {color:border}; padding-bottom: 3px;"><ii><div style="color: {color:link}; text-transform:lowercase; display:inline;">{Asker}</div> asked</ii>: {Question}</div>
  614. {Answer}{/block:answer}
  615.  
  616.  
  617.  
  618. {block:AudioPlayer}
  619. {audioplayergrey}<br>
  620. {block:artist}<b>{artist}</b>{/block:artist}
  621. {block:trackname} / <i>{trackname}</i>{/block:trackname}
  622. {block:album} / {album}{/block:album}<br>
  623. </center><br>
  624. {/block:AudioPlayer}
  625.  
  626. {block:PermalinkPage}
  627. {block:Date}
  628. <div style="text-transform:uppercase">
  629. <br><b><big>{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({12Hour}:{Minutes}{AmPm})</b></big>
  630. </div>
  631. {/block:Date}
  632. <div style="border-top: 1px solid {color:border}; border-bottom: 1px solid {color:border}; padding: 5px; margin-top: 5px; font-size:9px; opacity: 0.8; letter-spacing:-1px; text-align:left; width:500px;">
  633. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  634. {block:HasTags}tagged: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  635. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  636. {block:ContentSource}source: <a href="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  637. </div>
  638. {/block:PermalinkPage}
  639.  
  640.  
  641. </div>
  642. <br>
  643. {/block:Posts}
  644.  
  645.  
  646. <div id="notes">{block:PostNotes} {PostNotes} {/block:PostNotes}</div>
  647.  
  648.  
  649.  
  650.  
  651. </div>
  652. </div>
  653.  
  654.  
  655. </body>
  656. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement