Advertisement
clairesrps

another story.

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