Advertisement
clairesrps

hope is just a ray. (2.0)

Aug 4th, 2014
682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.90 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!-- theme 1 (revised), by clairesrps // hope is just a ray 2.0 -->
  6. <!-- themesbyzsu.tumblr.com // base code -->
  7.  
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <meta name="color:Background" content="#fff" />
  20. <meta name="color:Text" content="#333" />
  21. <meta name="color:Entries" content="#fff" />
  22. <meta name="color:InfoBar" content="#fff" />
  23. <meta name="color:Title" content="#000" />
  24. <meta name="color:Borders" content="#000" />
  25. <meta name="color:Sbar" content="#fff" />
  26. <meta name="color:Sidebar" content="#fff" />
  27. <meta name="color:Sidebar nav" content="#eee" />
  28. <meta name="color:Sidebar nav hover" content="#fff" />
  29. <meta name="color:Sidebar link" content="#fff" />
  30. <meta name="color:Sidebar link hover" content="#333" />
  31. <meta name="color:Link" content="#000" />
  32. <meta name="color:Link Hover" content="#666" />
  33. <meta name="color:Scrollbar" content="#666" />
  34. <meta name="color:Pre BG" content="#666" />
  35. <meta name="color:Pre Text" content="#fff" />
  36. <meta name="color:Ask BG" content="#eeeeee" />
  37.  
  38. <meta name="image:Background" content="" />
  39. <meta name="image:Sidebar Bg" content="" />
  40. <meta name="image:Sidebar" content="" />
  41.  
  42. <meta name="text:Link1" content="refresh" />
  43. <meta name="text:Link1 URL" content="/" />
  44. <meta name="text:Link2" content="askbox" />
  45. <meta name="text:Link2 URL" content="/" />
  46. <meta name="text:Link3" content="link" />
  47. <meta name="text:Link3 URL" content="/" />
  48. <meta name="text:Link4" content="link" />
  49. <meta name="text:Link4 URL" content="/" />
  50. <meta name="text:Link5" content="link" />
  51. <meta name="text:Link5 URL" content="/" />
  52.  
  53. <meta name="text:main title" content="this is your main title" />
  54. <meta name="text:sub title" content="this is your sub title" />
  55.  
  56. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius: 0px; background-color:#ffffff;}
  61.  
  62. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  63. ::-webkit-scrollbar-track{background-color:#fefefe;}
  64.  
  65. body {
  66. background: {color:Background};
  67. background-image: url('{image:Background}');
  68. background-attachment:fixed;
  69. position:absolute;
  70. font-size:12px;
  71. font-family: georgia;
  72. color:{color:Body};
  73. }
  74.  
  75. pre {
  76. font-family:georgia;
  77. font-size:8px;
  78. text-transform:Uppercase;
  79. background-color:{color:Pre Bg};
  80. padding:2px;
  81. text-align:center;
  82. border-left:2px solid {color:border};
  83. border-right:2px solid {color:border};
  84. color:{color:Pre Text};
  85. }
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. color:{color:Link};
  91. -webkit-transition: all 0.5s ease-in-out;
  92. -moz-transition: all 0.5s ease-in-out;
  93. -o-transition: all 0.5s ease-in-out;
  94. }
  95.  
  96. a:hover {
  97. color:{color:Link Hover};
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. #posttitle {
  104. font-weight:bold;
  105. color:{color:title};
  106. text-align:left;
  107. font-family: georgia;
  108. font-size: 17px;
  109. text-transform:uppercase;
  110. }
  111.  
  112. #quotes {
  113. text-transform:lowercase;
  114. text-align:left;
  115. font-family: georgia;
  116. font-weight:none;
  117. font-style:italic;
  118. color:{color:Link};
  119. font-family:georgia;
  120. text-align:left;
  121. font-size: 17px;
  122. }
  123.  
  124. #backbar {
  125. float:left;
  126. position:fixed;
  127. width:550px;
  128. height:321px;
  129. margin-left:50px;
  130. margin-top:100px;
  131. background-color:{color:sbar};
  132. background-image:url('{image:sidebar bg}');
  133. background-attachment:none;
  134. background-size:auto;
  135. background-position:top left;
  136. background-repeat:repeat;
  137. border: 1px solid {color:borders};
  138. }
  139.  
  140. #title1 {
  141. margin-top: 6px;
  142. font-family: georgia;
  143. font-family:{font:Title};
  144. color:{color:title};
  145. font-style:none;
  146. font-weight:none;
  147. text-transform:lowercase;
  148. font-size:16px;
  149. text-align:center;
  150. text-decoration:none;
  151. -webkit-transition: all 0.5s ease-in-out;
  152. -moz-transition: all 0.5s ease-in-out;
  153. -o-transition: all 0.5s ease-in-out;
  154. }
  155.  
  156. #title2 {
  157. font-family:{font:Title};
  158. color:{color:Text};
  159. font-style:none;
  160. font-weight:none;
  161. text-transform:lowercase;
  162. font-style:italic;
  163. font-size:10px;
  164. text-align:center;
  165. text-decoration:none;
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. }
  170.  
  171. #sidebar {
  172. overflow:hidden;
  173. height: 300px;
  174. border: 1px solid {color:borders};
  175. background-color: {color:sidebar};
  176. position:fixed;
  177. margin-top:5px;
  178. margin-left:5px;
  179. width:200px;
  180. padding:5px;
  181. }
  182.  
  183. #sidebarimg {
  184. float:left;
  185. position:fixed;
  186. width:200px;
  187. height:310px;
  188. margin-left:220px;
  189. margin-top:5px;
  190. background-color:{color:sidebar};
  191. background-image:url('{image:sidebar}');
  192. background-attachment:none;
  193. background-size:auto;
  194. background-position:top left;
  195. background-repeat:no-repeat;
  196. border: 1px solid {color:borders};
  197. }
  198.  
  199. #description {
  200. margin-top: 5px;
  201. margin-left:10px;
  202. margin-right:10px;
  203. font-style:normal;
  204. padding:0px;
  205. color:{color:text};
  206. font-size:10px;
  207. text-align:justify;
  208. }
  209.  
  210. #links {
  211. position:fixed;
  212. width: auto;
  213. margin-top:6px;
  214. margin-left:426px;
  215. text-align:left;
  216. }
  217.  
  218.  
  219. #links a{
  220. font-style: italic;
  221. text-decoration:none;
  222. text-align:center;
  223. font-family:georgia;
  224. line-height: 55px;
  225. height: 59px;
  226. margin-left:-1px;
  227. margin-bottom:1px;
  228. letter-spacing: 2px;
  229. font-size: 15px;
  230. text-transform: lowercase;
  231. width: 118px;
  232. border: 1px solid {color:borders};
  233. display:block;
  234. background:{color:sidebar nav};
  235. color:{color:sidebar link};
  236. -webkit-transition: all 0.2s ease-in-out;
  237. -moz-transition: all 0.2s ease-in-out;
  238. -o-transition: all 0.2s ease-in-out;
  239. }
  240.  
  241. #links a:hover{
  242. border: 1px solid {color:borders};
  243. color:{color:sidebar link hover};
  244. font-style:italic;
  245. letter-spacing:0px;
  246. background:{color:sidebar nav hover};
  247. -webkit-transition: all 0.5s ease-in-out;
  248. -moz-transition: all 0.5s ease-in-out;
  249. -o-transition: all 0.5s ease-in-out;
  250. }
  251.  
  252. #pagination {
  253. margin-left: 5px;
  254. margin-top: 5px;
  255. font-size:10px;
  256. text-align:center;}
  257.  
  258. #pagination a {
  259. color: {color:link};
  260. }
  261.  
  262. #entries {
  263. font-size:10px;
  264. margin-left: 640px;
  265. margin-top:100px;
  266. float: right;
  267. text-align: justify;
  268. }
  269.  
  270. #entrybg {
  271. padding:2px;
  272. background-image:url('{image:Sidebar BG}');
  273. border:1px solid {color:Borders};
  274. }
  275.  
  276. #post {
  277. border:1px {color:borders} solid;
  278. background-color:{color:Entries};
  279. font-size:10px;
  280. padding: 10px;
  281. width: 500px;
  282. color:{color:Text};
  283. text-align: justify;
  284. overflow:hidden;
  285. }
  286.  
  287. #infobar {
  288. color:{color:Text};
  289. font-size:9px;
  290. text-transform:lowercase;
  291. width: 526px;
  292. margin-bottom:40px;
  293. margin-top: -1px;
  294. background-color: {color:infobar};
  295. text-align: center;
  296. padding-top: 5px;
  297. padding-bottom: 5px;
  298. border:1px {color:borders} solid;
  299. }
  300.  
  301. #tags{
  302. font-size: 9px;
  303. margin-top: 2px;
  304. text-transform: lowercase;
  305. background-color: {color:entries};
  306. text-align: left;
  307. }
  308.  
  309. .user_1 .label {
  310. color:{color:link};
  311. text-transform:uppercase;
  312. font-weight:bold}
  313.  
  314. .user_2 .label {
  315. color:{color:title};
  316. text-transform:uppercase;
  317. font-weight:bold}
  318.  
  319. .user_3 .label {
  320. color:{color:link};
  321. text-transform:uppercase;
  322. font-weight:bold}
  323.  
  324. .user_4 .label {
  325. color:{color:title};
  326. text-transform:uppercase;
  327. font-weight:bold}
  328.  
  329. .user_5 .label {
  330. color:{color:link};
  331. text-transform:uppercase;
  332. font-weight:bold}
  333.  
  334. .user_6 .label {
  335. color:{color:title};
  336. text-transform:uppercase;
  337. font-weight:bold}
  338.  
  339. .user_7 .label {
  340. color:{color:link};
  341. text-transform:uppercase;
  342. font-weight:bold}
  343.  
  344. .user_8 .label {
  345. color:{color:title};
  346. text-transform:uppercase;
  347. font-weight:bold}
  348.  
  349. .user_9 .label {
  350. color:{color:link};
  351. text-transform:uppercase;
  352. font-weight:bold}
  353.  
  354. .user_10 .label {
  355. color:{color:title};
  356. text-transform:uppercase;
  357. font-weight:bold}
  358.  
  359. ul.chat, .chat ol, .chat li {
  360. list-style:none;
  361. margin:0px 0px 5px 0px;
  362. padding:0px; 0px 0px 0px}
  363.  
  364. small {
  365. font-size: 9px;
  366. }
  367.  
  368. b, strong {
  369. color:{color:title}
  370. }
  371.  
  372. i, em {
  373. color:{color:text}
  374. }
  375.  
  376. p {
  377. margin-top:5px;
  378. margin-bottom:5px
  379. }
  380.  
  381. blockquote {
  382. border-left:2px solid {color:text};
  383. padding-left:5px;
  384. margin:0px 2px 0px 10px
  385. }
  386.  
  387. ol.notes {
  388. color: #ffffff;
  389. margin-top:-25px;
  390. margin-left:-20px;
  391. width:500px;
  392. list-style-type:none;
  393. }
  394.  
  395. ol.notes li.note {
  396. color: #ffffff;
  397. padding-top: 0px;
  398. }
  399.  
  400. ol.notes li.note img.avatar {
  401. vertical-align:1px;
  402. margin-right:10px;
  403. width:16px;
  404. height:16px;
  405. }
  406.  
  407. ol.notes li.note span.action {
  408. font-weight:normal;
  409. }
  410.  
  411. ol.notes li.note .answer_content {
  412. font-weight:normal;
  413. }
  414.  
  415. ol.notes li.note blockquote {
  416. padding:0px 6px 0px 6px;
  417. margin:5px 5px 5px 5px;
  418. }
  419.  
  420. #audio {
  421. border-radius:100%;
  422. width:100%;
  423. height:100px;
  424. margin-bottom:10px}
  425.  
  426. .albumart {
  427.  
  428. padding: 2px;
  429. border: 1px #f1f1f1 solid;
  430. float:left;
  431. width:100px;
  432. height:100px}
  433.  
  434. .player {
  435. margin-left:2px;
  436. margin-top:2px;
  437. padding:11px;
  438. display:block;
  439. height:80px;
  440. width:80px;
  441. overflow:hidden;
  442. position:absolute;
  443. opacity:0.3;
  444. background:#fff;
  445. -webkit-transition:all 0.4s ease-in-out;
  446. -moz-transition:all 0.4s ease-in-out;
  447. -o-transition:all 0.4s ease-in-out;
  448. -ms-transition: all 0.4s ease-in-out;
  449. transition:all 0.5s ease-in-out}
  450.  
  451. .player:hover {
  452. opacity:0.5;
  453. -webkit-transition:all 0.4s ease-in-out;
  454. -moz-transition:all 0.4s ease-in-out;
  455. -o-transition:all 0.4s ease-in-out;
  456. -ms-transition: all 0.4s ease-in-out;
  457. transition:all 0.5s ease-in-out}
  458.  
  459. .audioplayer {
  460. width:24px;
  461. height:24px;
  462. margin:28px 0 0 28px;
  463. overflow:hidden}
  464.  
  465. .audioinfo {
  466. margin-left:105px;
  467. height:54px;
  468. line-height:150%;
  469. font:10px georgia;
  470. color:{color:text};
  471. padding:26px 5px 24px 10px;
  472. text-align:left}
  473.  
  474. .tracktitle {
  475. color:{color:title};
  476. margin-bottom:-10px;
  477. text-transform: uppercase;
  478. font-size: 10px;
  479. }
  480.  
  481. #asks {
  482. text-align:justify;
  483. line-height:120%;
  484. color:{color:text};
  485. padding:5px;
  486. padding-bottom:10px;
  487. padding-top:5px;
  488. }
  489.  
  490.  
  491. #asker img {
  492. margin-left:-2px;
  493. margin-bottom:-15px;
  494. border-radius:50px;
  495. padding:5px;
  496. padding-bottom:5px;
  497. }
  498.  
  499. #ans {
  500. text-align:left;
  501. padding:0px;
  502. color:{color:text};
  503. }
  504.  
  505. #cred a {
  506. text-align: center;
  507. text-transform: lowercase;
  508. background-color:{color:Background};
  509. position:fixed;
  510. letter-spacing: 1px;
  511. font:10px georgia;
  512. color:{color:Link Hover};
  513. height: 16px;
  514. width: 38px;
  515. line-height: 17px;
  516. bottom:20px;
  517. right:20px
  518. }
  519.  
  520. #cred a:hover {
  521. color:{color:Link}
  522. }
  523.  
  524.  
  525.  
  526.  
  527. </style>
  528. <style type="text/css">{CustomCSS}</style>
  529. </head>
  530.  
  531. <body>
  532.  
  533. <div id="backbar">
  534. <div id="sidebarimg">
  535. </div>
  536. <div id="sidebar">
  537. <div id="title1">{text:main title}</div>
  538. <div id="title2">{text:sub title}</div>
  539. <div id="description"><div style="overflow:auto; padding-right:5px; width: 180px; height: 220px; text-align: justify;">{block:Description}{Description}{/block:Description}</div>
  540.  
  541. </div>
  542. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><i>back</i></big></a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}"><big><i>next</i></big></a>{/block:NextPage}{/block:Pagination}</div>
  543. </div>
  544. <div id="links">
  545. <a href="/">{text:Link1}</a>
  546. <a href="/ask">{text:Link2}</a>
  547. <a href="{text:Link3 URL}">{text:Link3}</a>
  548. <a href="{text:Link4 URL}">{text:Link4}</a>
  549. <a href="{text:Link5 URL}">{text:Link5}</a>
  550. </div>
  551. </div>
  552.  
  553. </div>
  554.  
  555.  
  556. <div id="entries">
  557. {block:Posts}
  558. <div id="entrybg">
  559.  
  560. <div id="post">
  561.  
  562. {block:Text}<div id="posttitle">{title}</div>{Body}{/block:Text}
  563.  
  564. {block:Quote}<div id="quotes">“{Quote}” </div>
  565. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  566.  
  567. {block:Link}<a href="{URL}" class="link" {Target}> <div id="quotes">{Name}</div></a>
  568. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  569.  
  570. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  571. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  572.  
  573. {block:Chat}
  574. <ul class="chat">
  575. {block:title}<div id="quotes">{Title}</div>{/block:title}
  576.  
  577. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  578. {/block:Chat}
  579.  
  580. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  581.  
  582. {block:Audio}
  583. <div id="audio">
  584. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  585. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  586. <div class="audioinfo">
  587. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}</div><br>
  588. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist} {block:Album}<br>
  589. <b>ALBUM:</b> {Album}{/block:Album}<br>
  590. <b>PLAYED:</b> {FormattedPlayCount} times</div></div>
  591. {block:Caption}{Caption}{/block:Caption}
  592. {/block:Audio}
  593.  
  594. {block:Answer}<div id="ask" style="border: 3px {color:Borders} double"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center; margin-top:0px;"><big><i><big>{Asker} asked:</big></big></i><br><br><center>{Question}</center><br></div></div><div id="ans">{Answer}</div>{/block:answer}
  595.  
  596. </div> </div>
  597.  
  598.  
  599. {block:Date}<div id="infobar">
  600. posted <a href="{Permalink}">{TimeAgo}</a>
  601. {block:NoteCount} ♡ {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} ♡ via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom} ♡ <a href="{ReblogURL}" target="_blank">reblog</a><br>
  602. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:Date}
  603.  
  604. {/block:Posts}
  605.  
  606. {block:PostNotes}{PostNotes}{/block:PostNotes}
  607.  
  608. </div>
  609.  
  610. <!-- PLEASE DON'T REMOVE THIS -->
  611. <div id="cred"><a href="http://clairesrps.tumblr.com" title="©">♡ </a></div>
  612. <!-- PLEASE DON'T REMOVE THIS -->
  613.  
  614. </body>
  615. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement