curlyrps

"classic", theme 5 (version 2) by harryassists

Feb 3rd, 2014
1,636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!---
  12. theme 5 (version 2) "CLASSIC" by harryassists
  13. • do NOT redistribute
  14. • editing for personal use is totally welcome
  15. • come to me if you'd like to release an edited version
  16. • taking little snippets and putting them into your own coding is STILL stealing and i WILL ask you to take said snippet down
  17. • don't take images from the static preview
  18. • thank you for using this theme, have fun! :-)
  19. --->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:postbg" content="#000000"/>
  24. <meta name="color:Border" content="#dddddd"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Scrollbar" content="#000000"/>
  27. <meta name="color:ScrollbarBg" content="#ffffff"/>
  28. <meta name="color:Post Links" content="#c0bfbf"/>
  29. <meta name="color:links" content=""/>
  30. <meta name="color:sidebarbg" content=""/>
  31. <meta name="color:descriptionbox" content=""/>
  32.  
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:topsidebar" content=""/>
  35. <meta name="image:bottomsidebar" content=""/>
  36. <meta name="image:icon" content=""/>
  37. <meta name="image:title" content=""/>
  38. <meta name="image:askbg" content=""/>
  39.  
  40. <meta name="text:link 1 label" content="" />
  41. <meta name="text:link 2 label" content="" />
  42. <meta name="text:link 3 label" content="" />
  43. <meta name="text:link 4 label" content="" />
  44. <meta name="text:link 1" content=""/>
  45. <meta name="text:link 2" content=""/>
  46. <meta name="text:link 3" content=""/>
  47. <meta name="text:link 4" content=""/>
  48.  
  49. <style type="text/css">
  50.  
  51. #tumblr_controls{
  52.  
  53. position:fixed !important;
  54.  
  55. -webkit-filter: invert(100%);
  56.  
  57. }
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. height:auto;
  61. border:1px solid {color:ScrollbarBg};
  62. background-color:{color:Scrollbar};
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:9px;
  67. width:6px;
  68. background-color:{color:ScrollbarBg};
  69. }
  70.  
  71. body {
  72. background:{color:background};
  73. margin:0px;
  74. color:{color:text};
  75. font-family:'arial';
  76. font-size:10px;
  77. line-height:100%;
  78. letter-spacing:0px;
  79. text-align:justify;
  80. background-image:url('{image:background}');
  81. background-attachment:fixed;
  82. }
  83.  
  84. small {
  85. font-size:10px;
  86. }
  87.  
  88. li {
  89. list-style-type:square;
  90. }
  91.  
  92. a {
  93. text-decoration:none;
  94. outline:none;
  95. -moz-outline-style:none;
  96. color:{color:Post Links};
  97. }
  98.  
  99. img {
  100. border:none;
  101. }
  102.  
  103. pre {
  104. background-color:{color:post links};
  105. width:auto;
  106. padding:3px;
  107. font-family:courier;
  108. font-size:8px;
  109. text-align:center;
  110. }
  111.  
  112. pre a {
  113. color:{color:text};
  114. }
  115.  
  116. blockquote {
  117. padding-left:5px;
  118. border-left:2px solid;
  119. }
  120.  
  121. blockquote blockquote {
  122. padding-left:5px;
  123. border-left:2px solid;
  124. }
  125.  
  126. h1 {
  127. font-size:20px;
  128. text-transform:uppercase;
  129. font-family:'cooper';
  130. font-style:bold;
  131. text-align:right;
  132. color:{color:post links};
  133. padding:5px;
  134. }
  135.  
  136. h1 a{
  137. color:{color:post links};
  138. }
  139.  
  140. h2 {
  141. font-size:20px;
  142. text-transform:uppercase;
  143. font-family:'cooper';
  144. background-color:{color:postbg};
  145. font-style:bold;
  146. text-align:right;
  147. color:{color:post links};
  148. padding:5px;
  149. }
  150.  
  151. h2:first-letter {
  152. text-transform:uppercase;
  153. }
  154.  
  155. h2 a{
  156. color:{color:post links};
  157. }
  158.  
  159. h9 {
  160. text-align:right;
  161. font-family:'trebuchet ms';
  162. letter-spacing:1px;
  163. padding:3px;
  164. font-size:7px;
  165. font-style:none;
  166. line-height:10px;
  167. text-transform:uppercase;
  168. background-color:{color:postbg};
  169. }
  170.  
  171. h9 a{
  172. text-align:right;
  173. font-family:'trebuchet ms';
  174. letter-spacing:1px;
  175. font-size:7px;
  176. font-style:none;
  177. padding:3px;
  178. line-height:10px;
  179. text-transform:uppercase;
  180. background-color:{color:postbg};
  181. }
  182.  
  183. a:hover {
  184. color:{color:hover};
  185. -moz-transition-duration:0.3s;
  186. -webkit-transition-duration:0.3s;
  187. -o-transition-duration:0.3s;
  188. }
  189.  
  190. #s-m-t-tooltip {
  191.  
  192. max-width:300px;
  193. background-color:{color:postbg};
  194. font-size:9px;
  195. font:"arial";
  196. color:{color:text};
  197. letter-spacing:1px;
  198. text-transform:lowercase;
  199. padding:5px;
  200. margin:20px 0px 0px 20px;
  201. z-index:9999999999999999999999;
  202. }
  203.  
  204. /*ENTRIES*/
  205.  
  206. #entries {
  207. padding:10px;
  208. width:500px;
  209. margin-left:602px;
  210. margin-top:-20px;
  211. font-size:10px;
  212. font-family:'arial';
  213. letter-spacing:0px;
  214. }
  215.  
  216. #post {
  217. width:500px;
  218. padding-bottom:40px;
  219. padding:25px;
  220. margin-top:50px;
  221. background-color:{color:postbg};
  222. }
  223.  
  224. /*SIDEBAR*/
  225.  
  226. #topsidebar {
  227. width: 400px;
  228. z-index:99999;
  229. }
  230.  
  231. #topsidebar img {
  232. width:400px;
  233. z-index:9;
  234. margin-top:90px;
  235. margin-left:110px;
  236. z-index:99999;
  237. height:200px;
  238. position:fixed;
  239. outline:1px solid {color:border};
  240. outline-offset:3px;
  241. }
  242.  
  243. #bottomsidebar {
  244. margin-top:455px;
  245. margin-left:110px;
  246. position:fixed;
  247. }
  248.  
  249. #bottomsidebar img{
  250. width:400px;
  251. height:200px;
  252. outline:1px solid {color:border};
  253. outline-offset:3px;
  254. }
  255.  
  256. .slinks {
  257. text-transform:uppercase;
  258. text-align:center;
  259. font-family:'arial';
  260. font-size:14px;
  261. color:{color:text};
  262. position:fixed;
  263. margin-top:300px;
  264. margin-left:378px;
  265. }
  266.  
  267. .slinks a {
  268. width:124px;
  269. margin-bottom:-8px;
  270. height:8px;
  271. text-align:center;
  272. padding:6px;
  273. letter-spacing:3px;
  274. color:{color:postbg};
  275. font-family:'arial';
  276. background-color:{color:links};
  277. font-size:8px;
  278. text-transform:uppercase;
  279. text-align:center;
  280. display:block;
  281. }
  282.  
  283. .slinks a:hover {
  284. background-color:{color:descriptionbox};
  285.  
  286. }
  287.  
  288. #description {
  289. text-align:left;
  290. font-family:'arial';
  291. padding:14px;
  292. width:127px;
  293. height:88px;
  294. margin-top:300px;
  295. margin-left:106px;
  296. background-color:{color:descriptionbox};
  297. font-size:9px;
  298. position:fixed;
  299. text-transform:none;
  300. }
  301.  
  302. #description a{
  303. color:{color:postbg};
  304. }
  305.  
  306. #icon {
  307. margin-top:304px;
  308. margin-left:264px;
  309. position:fixed;
  310. z-index:9999999;
  311. height:108px;
  312. overflow:hidden;
  313. outline:1px solid {color:border};
  314. outline-offset:3px;
  315. }
  316.  
  317. #sidebarbg {
  318. width:500px;
  319. height:1000%;
  320. margin-left:60px;
  321. margin-top:0px;
  322. background-color:{color:sidebarbg};
  323. position:fixed;
  324. z-index:-9999999;
  325. }
  326.  
  327. #pagination {
  328. margin-top:423px;
  329. margin-left:106px;
  330. position:fixed;
  331. width:399px;
  332. height:10px;
  333. text-align:center;
  334. padding:5px;
  335. font-family:'arial';
  336. color:{color:postbg};
  337. background-color:{color:links};
  338. font-size:8px;
  339. text-transform:uppercase;
  340. text-align:center;
  341. }
  342.  
  343. #pagination a {
  344. color:{color:postbg};
  345. }
  346.  
  347.  
  348.  
  349. /*POST INFO*/
  350.  
  351. #info {
  352. width:500px;
  353. text-align:right;
  354. font-family:'trebuchet ms';
  355. margin-top:-6px;
  356. margin-left:0px;
  357. letter-spacing:1px;
  358. color:{color:text};
  359. font-size:7px;
  360. font-style:none;
  361. padding:1px;
  362. line-height:10px;
  363. text-transform:uppercase;
  364. z-index:99999;
  365. }
  366.  
  367. #info a {
  368. text-align:center;
  369. color:{color:Post Links};
  370. }
  371.  
  372. #info a:hover {
  373. -moz-transition-duration:0.3s;
  374. -webkit-transition-duration:0.3s;
  375. -o-transition-duration:0.3s;
  376. color:{color:Hover}
  377. }
  378.  
  379. #line {
  380. border-top:1px solid {color:border};
  381. }
  382.  
  383. #tags {
  384. background-color:{color:postbg};
  385. float:left;
  386. width:auto;
  387. margin-top:5px;
  388. margin-left:-5px;
  389. text-align:left;
  390. font-size:7px;
  391. padding:5px;
  392. font-size:8px;
  393. opacity:1;
  394. transition-duration: 0.5s;
  395. -moz-transition-duration: 0.5s;
  396. -webkit-transition-duration: 0.5s;
  397. -o-transition-duration: 0.5s
  398. color:{color:Post Links};
  399. }
  400.  
  401. #tags a {
  402. letter-spacing:0px;
  403. font-size:8px;
  404. text-align:center;
  405. font-family:'CALIBRI';
  406. text-decoration:none;
  407. display:inline-block;
  408. color:{color:Post Links};
  409. }
  410.  
  411. #tags a:hover {
  412. -moz-transition-duration:0.3s;
  413. -webkit-transition-duration:0.3s;
  414. -o-transition-duration:0.3s;
  415. color:{color:Hover};
  416. }
  417.  
  418. /*QUESTION*/
  419.  
  420. #ask {
  421. background-color:{color:background};
  422. padding:14px;
  423. font-family:'arial';
  424. font-size:11px;
  425. letter-spacing:0px;
  426. text-align:right;
  427. margin-top:0px;
  428. margin-left:0px;
  429. text-transform:lowercase;
  430. line-height:100%;
  431. color:{color:postbg};
  432. }
  433.  
  434. #ask a{
  435. color:{color:text};
  436. }
  437.  
  438. #asker {
  439. color:{color:asker};
  440. padding-bottom:5px;
  441. font-family:'bodoni';
  442. text-transform:uppercase;
  443. padding-left:5px;
  444. font-size:15px;
  445. font-style:italic;
  446. letter-spacing:1px;
  447. padding-right:5px;
  448. width:490px;
  449. margin-top:-14px;
  450. background-image:url('{image:askbg}');
  451. margin-left:-14px;
  452. padding-top:15px;
  453. }
  454.  
  455. #asker a{
  456. color:{color:asker};
  457. }
  458. /*CREDIT*/
  459.  
  460. #cred {
  461. position:fixed;
  462. font-family:'helvetica';
  463. background-color:{color:postbg};
  464. right:9px;
  465. bottom:9px;
  466. padding:5px;
  467. }
  468.  
  469. @font-face { font-family: "cooper"; src: url('http://static.tumblr.com/53qqekh/8Can0alyl/cooprblk.ttf'); }
  470.  
  471. {CustomCSS}</style></head><body>
  472.  
  473. <!-- start of script tooltip -->
  474. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  475.  
  476. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  477.  
  478. <script>
  479.  
  480. (function($){
  481.  
  482. $(document).ready(function(){
  483.  
  484. $("a[title]").style_my_tooltips({
  485.  
  486. tip_follows_cursor:true,
  487.  
  488. tip_delay_time:10,
  489.  
  490. tip_fade_speed:60,
  491.  
  492. attribute:"title"
  493.  
  494. });
  495.  
  496. });
  497.  
  498. })(jQuery);
  499.  
  500. </script>
  501.  
  502. <img src="{image:title}"
  503. style="position:fixed;top:0px;left:60px;z-index:9999" /></a>
  504.  
  505. <div id="sidebarbg"></div>
  506.  
  507. <div id="icon"><img src="{image:icon}">
  508. </div>
  509.  
  510. <div id="topsidebar">
  511. <img src="{image:topsidebar}">
  512. </a>
  513. </div>
  514.  
  515. <div id="description"><p>{Description}
  516. </div>
  517.  
  518. <div id="bottomsidebar">
  519. <img src="{image:bottomsidebar}">
  520. </a>
  521. </div>
  522.  
  523. <div class="slinks">
  524. <a href="{text:link 1}">{text:link 1 label}</a><br><br>
  525. <a href="{text:link 2}">{text:link 2 label}</a><br><br>
  526. <a href="{text:link 3}">{text:link 3 label}</a><br><br>
  527. <a href="{text:link 4}">{text:link 4 label}</a><br><br>
  528. </div>
  529.  
  530. <div id="pagination">
  531. {block:Pagination}
  532. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  533. / {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  534. {/block:Pagination}
  535. </div>
  536.  
  537. <div id="entries">
  538. {block:Posts}
  539. <div id="post">
  540.  
  541. {block:Text}
  542. {block:Title}<h1>{Title}</h1>{/block:Title}
  543. {Body}{/block:Text}
  544.  
  545. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  546. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  547.  
  548. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  549. {/block:Caption}{/block:Photoset}
  550.  
  551. {block:Quote}<h2>"{Quote}"</h2>
  552. {block:Source}<div class="qsource"> —{Source}</div>
  553. {/block:Source}{/block:Quote}
  554.  
  555. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  556.  
  557. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  558.  
  559. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  560. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  561. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  562. {/block:ExternalAudio}<b>Played:</b> {PlayCount} arial <br>
  563. {/block:Audio}<br>
  564.  
  565. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  566.  
  567. {block:Answer}<div id="ask"><div id="asker">{Asker} asked — </div><p>{Question}</div></q>{Answer}{/block:answer}
  568.  
  569. <p></p><p>
  570. <div id="line"></div>
  571. <div id="info">
  572. <h9>
  573. <a href="{Permalink}">{TimeAgo}</a> ▲
  574. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom} ▲ {block:ContentSource} <a href="{SourceURL}"> source </a>{/block:ContentSource}
  575. ▲ {NoteCount}</a></h9>
  576. {block:HasTags}<div id="tags"><h9>filed under:</h9>
  577.  
  578. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  579. </div>{block:HasTags}
  580. </div>
  581. </div>
  582. {/block:Posts}
  583. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  584. {/block:Posts}</div></div></div>
  585. <br><br><br><br>
  586.  
  587. <div id="cred">
  588. <a href="http://harryassists.tumblr.com/"><big><big>☯ ☯ ☯</big></big></a>
  589. </div>
  590. </div>
  591.  
  592. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment