Advertisement
clairesrps

amnesia.

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