starlland

THEME #13

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