Advertisement
clairesrps

runs with wolves.

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