Advertisement
wandorko

Varric Theme

Jan 31st, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.69 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 32 by Hollywhood
  9. please don't remove the credit
  10. thank yo
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:border" content="#F2F2F2"/>
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:bg" content="#FFFFFF">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="text:sidebartitle" content="">
  22. <meta name="text:homelink title" content="">
  23.  
  24. <meta name="text:Link1" content="i."/>
  25. <meta name="text:Link1 Title" content=""/>
  26. <meta name="text:Link2" content="ii."/>
  27. <meta name="text:Link2 Title" content=""/>
  28. <meta name="text:Link3" content="iii."/>
  29. <meta name="text:Link3 Title" content=""/>
  30. <meta name="text:Link4" content="iv."/>
  31. <meta name="text:Link4 Title" content=""/>
  32. <meta name="text:Link5" content="v."/>
  33. <meta name="text:Link5 Title" content=""/>
  34. <meta name="text:Music" content="THE MUSIC PLAYER INFO HERE"/>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
  37.  
  38. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  39.  
  40. <style>
  41. div#qTip {
  42. padding: 3px;
  43. display: none;
  44. text-align: center;
  45. position: absolute;
  46. font-style:normal;
  47. margin-top:3px;
  48. margin-left:15px;
  49. font-size:8px;
  50. line-height:9px;
  51. font-family:cambria;
  52. z-index: 1000;
  53. background-color:#888;
  54. border: 3px solid #fff;
  55. color: #fff;
  56. text-transform:uppercase;
  57. letter-spacing: 1px;
  58. }
  59.  
  60.  
  61. @font-face {font-family:kingthings spikeless; src: url(http://static.tumblr.com/uldfhon/qR8niyooq/kingthings_spikeless.ttf) format("truetype"); }
  62.  
  63.  
  64. </style>
  65.  
  66. <script language=JavaScript>
  67. <!--
  68.  
  69. //Disable right mouse click Script
  70. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  71. //For full source code, visit http://www.dynamicdrive.com
  72.  
  73. var message="nah brah";
  74.  
  75. ///////////////////////////////////
  76. function clickIE4(){
  77. if (event.button==2){
  78. alert(message);
  79. return false;
  80. }
  81. }
  82.  
  83. function clickNS4(e){
  84. if (document.layers||document.getElementById&&!document.all){
  85. if (e.which==2||e.which==3){
  86. alert(message);
  87. return false;
  88. }
  89. }
  90. }
  91.  
  92. if (document.layers){
  93. document.captureEvents(Event.MOUSEDOWN);
  94. document.onmousedown=clickNS4;
  95. }
  96. else if (document.all&&!document.getElementById){
  97. document.onmousedown=clickIE4;
  98. }
  99.  
  100. document.oncontextmenu=new Function("alert(message);return false")
  101.  
  102. // -->
  103. </script>
  104.  
  105.  
  106.  
  107.  
  108. <script type="text/javascript"
  109. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  110. <script>
  111. $(document).ready(function() {
  112. //
  113. $('a.poplight[href^=#]').click(function() {
  114. var popID = $(this).attr('rel'); //Get Popup Name
  115. var popURL = $(this).attr('href'); //Get Popup href to define size
  116. var query= popURL.split('?');
  117. var dim= query[1].split('&');
  118. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  119. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" alt="Close" /></a>');
  120. var popMargTop = ($('#' + popID).height() + 80) / 2;
  121. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  122. //Apply Margin to Popup
  123. $('#' + popID).css({
  124. 'margin-top' : -popMargTop,
  125. 'margin-left' : -popMargLeft
  126. });
  127. $('body').append('<div id="fade"></div>');
  128. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  129. return false;
  130. });
  131. $('a.close, #fade').live('click', function() {
  132. $('#fade , .popup_block').fadeOut(function() {
  133. $('#fade, a.close').remove(); //fade them both out
  134. });
  135. return false;
  136. });
  137. });
  138. </script>
  139.  
  140. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  141. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  142. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  143. <script>
  144. (function($){
  145. $(document).ready(function(){
  146. $("[title]").style_my_tooltips();
  147. });
  148. })(jQuery);
  149. </script>
  150.  
  151.  
  152. <style type="text/css">
  153.  
  154. ::-webkit-scrollbar-thumb{
  155. background-color:transparent;
  156. height:auto;
  157. }
  158.  
  159. ::-webkit-scrollbar {
  160. height:auto;
  161. width:0px;
  162. background-color:transparent;
  163. }
  164.  
  165. *, body, a, a:hover {cursor: url(https://31.media.tumblr.com/4cb7453c592757ce163fcb7d98dded7c/tumblr_inline_na2ew67Wf41sj01oy.png), auto;}
  166.  
  167. sub, sup, small {font-size:10px;line-height:120%;}
  168.  
  169. big {font-size:18px; text-shadow: 0 0 4px #000; }
  170.  
  171. b, strong {color:{color:Bold}; text-decoration:none; text-shadow: 0 0 4px #000;
  172. }
  173.  
  174. i, em {color:{color:Italic}; text-decoration:none;}
  175.  
  176. u, underline {text-decoration:none; border-bottom:1px {color:Text};}
  177.  
  178. pre {font-size:10px;color:{color:Text};}
  179.  
  180. iframe#tumblr_controls {
  181. white-space:nowrap;
  182. -webkit-filter: invert(100%);
  183. -moz-filter: invert(100%);
  184. -o-filter: invert(100%);
  185. -ms-filter: invert(100%);
  186. filter: invert(100%);
  187. opacity:.2;transition: .8s ease-in-out;
  188. -webkit-transition: .8s ease-in-out;
  189. -moz-transition: .8s ease-in-out;
  190. -o-transition: .8s ease-in-out;
  191. }
  192.  
  193.  
  194. #s-m-t-tooltip {
  195. font-family:'kingthings spikeless';
  196. letter-spacing:2px;
  197. color:#e1e1e0;
  198. border-bottom:3px double #896345;
  199. border-top:3px double #896345;
  200. border-right:3px double #896345;
  201. border-left:3px double #896345;
  202. padding:3px;
  203. margin-left:6px;
  204. margin-top:6px;
  205. background:#171628;
  206. max-width:300px;
  207. }
  208.  
  209. h1 {
  210. font-weight:normal;
  211. font-size:13px;
  212. text-align:center;
  213. font-style:normal;
  214. line-height:100%;
  215. letter-spacing:1px;
  216. text-transform:normal;
  217. color:{color:text};
  218. }
  219.  
  220. h2 {
  221. font-size:10px;
  222. text-align:center;
  223. line-height:100%;
  224. letter-spacing:-0.5px;
  225. color:{color:text};
  226. font-weight:bold;
  227. text-transform:uppercase;
  228. padding:5px;
  229. padding-bottom:2px;
  230. }
  231.  
  232.  
  233. blockquote {
  234. border-left:2px solid {color:text};
  235. padding-left:5px;
  236. margin:5px;
  237. }
  238.  
  239.  
  240. body {
  241. background-color:{color:Background};
  242. margin:0px;
  243. color:{color:Text};
  244. font-family:'playfair display';
  245. font-size:10px;
  246. line-height:120%;
  247. background-image:url('http://static.tumblr.com/uldfhon/A4fnj1do9/varric.png');
  248. background-repeat:no-repeat;
  249. background-attachment:absolute;
  250. overflow:hidden;
  251. }
  252.  
  253. ::selection { background:#999999; }
  254. ::-moz-selection { background:#999999; }
  255.  
  256. a {
  257. text-decoration:none;
  258. outline:none;
  259. -moz-outline-style:none;
  260. color:{color:link};
  261. -moz-transition-duration:0.5s;
  262. -webkit-transition-duration:0.5s;
  263. -o-transition-duration:0.5s;
  264. }
  265.  
  266. a:hover {
  267. text-decoration:none;
  268. outline:none;
  269. -moz-outline-style:none;
  270. color:{color:link hover};
  271. }
  272.  
  273. img {
  274. border:none;
  275. }
  276.  
  277. blockquote {
  278. padding-left:5px;
  279. border-left:2px solid;
  280. }
  281.  
  282. blockquote blockquote {
  283. padding-left:5px;
  284. border-left:2px solid;
  285. }
  286.  
  287. #post {
  288. width:250px;
  289. padding-bottom:5px;
  290. margin-top:25px;
  291. margin-right:20px;
  292. }
  293.  
  294.  
  295. #entries {
  296. width:250px;
  297. margin-left:460px;
  298. margin-top:-170px;
  299. margin-bottom:40px;
  300. position:absolute;
  301. overflow:scroll;
  302. overflow-x:hidden;
  303. height:420px;
  304. -webkit-filter: grayscale(80%);
  305. }
  306.  
  307. #sidebar {
  308. color:{color:text};
  309. position:fixed;
  310. width:91px;
  311. height:100%;
  312. margin-top:-60px;
  313. margin-left:150px;
  314. text-align:left;
  315. padding-right:120px;
  316. }
  317.  
  318.  
  319. #links {
  320. position:fixed;
  321. font-family:'kingthings spikeless';
  322. width:200px;
  323. margin-top:235px;
  324. margin-left:45px;
  325. font-size:25px;
  326. text-transform:lowercase;
  327. text-align:left;
  328. line-height:170%;
  329. -webkit-transform: rotate(50deg);
  330.  
  331. }
  332.  
  333. #links a{
  334. line-height:170%;
  335. padding:1px;
  336. text-shadow:2px 2px 0px #1c1a34;
  337. margin-top:1px;
  338. margin-left:2px;
  339. letter-spacing:1px;
  340. color:#f7e9d9;
  341. -moz-transition-duration:.7s;
  342. -webkit-transition-duration:.7s;
  343. -o-transition-duration:.7s;
  344. }
  345.  
  346. #links a:hover {
  347. color: #1c1a34;
  348. -moz-transition-duration:.4s;
  349. -webkit-transition-duration:.4s;
  350. -o-transition-duration:.4s;
  351.  
  352. }
  353.  
  354. #description {
  355. width:100px;
  356. font-family:times;
  357. margin-bottom:0px;
  358. margin-top:222px;
  359. margin-left:858px;
  360. text-align:justify;
  361. font-size:80%;
  362. color: #000;
  363. letter-spacing:1px;
  364. line-height:115%;
  365. }
  366.  
  367. #description a {
  368. color:#19172f;
  369. }
  370.  
  371. #description a:hover {
  372. color:#fff;
  373. }
  374.  
  375. .sidebartitle {
  376. width:100px;
  377. text-align:center;
  378. position:fixed;
  379. font-style:italic;
  380. font-family:French Script MT;
  381. line-height:120%;
  382. margin-left:69px;
  383. font-size:20px;
  384. margin-top:217px;
  385. color:#999;
  386. }
  387.  
  388. #pagination {
  389. font-size:8px;
  390. text-transform:uppercase;
  391. margin-top:10px;
  392. margin-left:0px;
  393. letter-spacing:3px;
  394. font-style:normal;
  395. text-align:center;
  396. }
  397.  
  398. #pagination a {
  399. color:{color:link};
  400. }
  401.  
  402. #info {
  403. font-family:times;
  404. width:250px;
  405. margin-top:3px;
  406. padding:5px;
  407. font-size:7px;
  408. color:{color:text};
  409. text-transform:uppercase;
  410. font-style:normal;
  411. text-align:center;
  412. background-color:transparent;
  413. -moz-transition-duration:0.5s;
  414. -webkit-transition-duration:0.5s;
  415. -o-transition-duration:0.5s;
  416. }
  417.  
  418. #info a {
  419. color:{color:link};
  420. text-align:left;
  421. font-style:normal;
  422. }
  423.  
  424. #info a:hover {
  425. color:{color:link hover};
  426. }
  427.  
  428. .tags {
  429. font-family:'playfair display';
  430. font-style:normal;
  431. width:250px;
  432. text-transform:normal;
  433. font-style:bold;
  434. color:{color:link};
  435. line-height:120%;
  436. font-size:8px;
  437. opacity:0;
  438. text-align:center;
  439. padding-top:3px;
  440. -moz-transition-duration:.5s;
  441. -webkit-transition-duration:.5s;
  442. -o-transition-duration:.5s;
  443.  
  444.  
  445. .tags a:hover {
  446. color:{color:link hover};
  447. text-shadow:2px 2px 0px #000;
  448. -moz-transition-duration:.5s;
  449. -webkit-transition-duration:.5s;
  450. -o-transition-duration:.5s;
  451. }
  452. }
  453.  
  454. #post:hover .tags {
  455. opacity:1;
  456. -moz-transition-duration:.5s;
  457. -webkit-transition-duration:.5s;
  458. -o-transition-duration:.5s;
  459. text-shadow: 0px 0px 13px #d9d9d9;
  460. }
  461.  
  462. .audio{
  463. background-color:#e5e5e5;
  464. height:65px;
  465. overflow:hidden;
  466. }
  467.  
  468. #ask {
  469. float:left;
  470. margin-left:10px;}
  471.  
  472.  
  473. #credit {
  474. font-size:9px;
  475. font-family:cambria;
  476. font-style:italic;
  477. letter-spacing:1px;
  478. -moz-transition-duration:0.5s;
  479. -webkit-transition-duration:0.5s;
  480. -o-transition-duration:0.5s;
  481. }
  482.  
  483. #credit a {
  484. background-color:#fff;
  485. padding:5px;
  486. border:1px solid #e9e9e9;
  487. position:fixed;
  488. right:15px;
  489. bottom:10px
  490. }
  491.  
  492. #credit a:hover {
  493. color:#fff;
  494. background-color:#191919;
  495. }
  496.  
  497.  
  498. .popup_block{
  499. display:none;
  500. background:url('http://static.tumblr.com/uldfhon/ggbniyyya/popuptrial.png');
  501. color:{color:Popup Text};
  502. padding:20px;
  503. border:{color:Popup Border}; /* if you want a solid white pop-up, delete this */
  504. position:fixed;
  505. top:290px;left:600px;
  506. z-index: 99999;
  507. border-radius:5px;
  508. height:390px;
  509. overflow:scroll;
  510. overflow-x:hidden;
  511. text-align:left;
  512. -webkit-box-shadow: 0px 0px 0px #000;
  513. -moz-box-shadow: 0px 0px 0px #000;
  514. box-shadow: 0px 0px 0px #000;
  515. }
  516.  
  517. img.btn_close {
  518. float: right;
  519. margin: -17px -20px 0 0;
  520. opacity: 0.3;
  521. }
  522.  
  523. *html #fade {
  524. position: absolute;
  525. }
  526.  
  527. *html .popup_block {
  528. position: absolute;
  529. }
  530.  
  531. #fade {
  532. display:none;
  533. position:fixed;
  534. left:0px;
  535. top:0px;
  536. width:100%;
  537. height:100%;
  538. z-index:9999;}
  539.  
  540.  
  541. #jams {
  542. position:fixed;
  543. width:190px;
  544. margin-top:260px;
  545. margin-left:520px;
  546. padding-top:5px;
  547. }
  548.  
  549. {CustomCSS}</style></head><body>
  550.  
  551. <div id="sidebar">
  552.  
  553.  
  554.  
  555. <div id="links">
  556. <a href="/" title="{text:Link1 Title}">{text:Link1}</a>
  557. <a href="#?w=250" rel="box1" class="poplight" title="{text:Link2 Title}">{text:Link2}</a>
  558. <a href="#?w=250" rel="box2" class="poplight" title="{text:Link3 Title}">{text:Link3}</a>
  559. <a href="#?w=250" rel="box3" class="poplight" title="{text:Link4 Title}">{text:Link4}</a>
  560. <a href="#?w=250" rel="box4" class="poplight" title="{text:Link5 Title}">{text:Link5}</a>
  561.  
  562.  
  563. </div>
  564. </div>
  565.  
  566. </div>
  567.  
  568. <div id="description">
  569. {Description}
  570. </div>
  571.  
  572.  
  573. <div id="jams">
  574. <p>{text:Music}</p></div>
  575.  
  576. <div id="entries">{block:Posts}<div id="post">
  577.  
  578. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  579.  
  580. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  581.  
  582. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  583.  
  584. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  585.  
  586. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  587.  
  588. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  589.  
  590. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  591.  
  592. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  593.  
  594. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  595.  
  596. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} with <font color=#999>▐</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  597. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  598. {block:HasTags}
  599. <div class="tags">
  600. {block:Tags} <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  601. {/block:HasTags}
  602. <div class="postnote">
  603. {block:PostNotes}{PostNotes}{/block:PostNotes}
  604. </div>
  605. </div>
  606. {/block:Posts}
  607.  
  608.  
  609.  
  610.  
  611. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">PREVIOUS&nbsp;&nbsp;&nbsp;</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">&nbsp;&nbsp;&nbsp;NEXT</a><br />{/block:NextPage}{/block:Pagination}</div></div>
  612. </div>
  613.  
  614.  
  615. <div id="box1" class="popup_block">
  616. <div style="opacity:.6"><iframe frameborder="0" height="100" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></div>
  617. </div>
  618.  
  619. <div id="box2" class="popup_block">
  620. <p>bullshittttttt
  621.  
  622.  
  623.  
  624.  
  625. <p><strong>Art:</strong> <a href="http://irmaahmed.tumblr.com/">irmaahmed</a></p>
  626. </div>
  627. </div>
  628.  
  629. <div id="box3" class="popup_block">
  630. <p>brah</p>
  631. </div>
  632.  
  633. <div id="box4" class="popup_block">
  634. <p>ff</p>
  635. </div>
  636.  
  637.  
  638.  
  639. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  640.  
  641. </body>
  642.  
  643. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement