Advertisement
oswinoswild

THEME 13 ALISTAIR

Mar 10th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <!---- THEME 13 BY VILLAINIZES. PLEASE DON'T REMOVE/CHANGE CREDIT OR CLAIM AS YOUR OWN. ENJOY ---->
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18.  
  19. <meta name="color:Text" content="#838282"/>
  20.  
  21. <meta name="color:Link" content="#b8b8b8"/>
  22.  
  23. <meta name="color:Link hover" content="#b8b8b8"/>
  24.  
  25. <meta name="color:Line" content="#eeeeee"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:homelink title" content="home">
  30.  
  31. <meta name="text:linkA" content="">
  32.  
  33. <meta name="text:linkA url" content="/">
  34.  
  35. <meta name="text:linkB" content="">
  36.  
  37. <meta name="text:linkB url" content="/">
  38.  
  39. <meta name="text:linkC" content="">
  40.  
  41. <meta name="text:linkC url" content="/">
  42.  
  43. <meta name="text:linkD" content="">
  44.  
  45. <meta name="text:linkD url" content="/">
  46.  
  47. <meta name="text:linkE" content="">
  48.  
  49. <meta name="text:linkE url" content="/">
  50.  
  51. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  52.  
  53. <style>
  54. div#qTip {
  55. padding: 5px;
  56. display: none;
  57. text-align: center;
  58. position: absolute;
  59. font-size:8px;
  60. margin-left:10px;
  61. margin-top:-2px;
  62. line-height:9px;
  63. font-family:Calibri;
  64. z-index: 1000;
  65. border: 1px solid {color:line};
  66. background-color:{color:background};
  67. color: {color:text};
  68. text-transform:uppercase;
  69. letter-spacing: 2px;
  70. box-shadow:3px 4px 4px {color:link hover};
  71. }
  72. </style>
  73.  
  74. <style type="text/css">
  75.  
  76. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  77.  
  78. body {
  79.  
  80. background:{color:background};
  81.  
  82. margin:0px;
  83.  
  84. color:{color:text};
  85.  
  86. font-size:11px;
  87.  
  88. line-height:100%;
  89.  
  90. }
  91.  
  92.  
  93.  
  94. a {
  95.  
  96. text-decoration:none;
  97.  
  98. outline:none;
  99.  
  100. -moz-outline-style:none;
  101.  
  102. color:{color:link};
  103.  
  104. -moz-transition-duration:0.5s;
  105.  
  106. -webkit-transition-duration:0.5s;
  107.  
  108. -o-transition-duration:0.5s;
  109.  
  110. }
  111.  
  112.  
  113.  
  114. a:hover{
  115.  
  116. color:{color:link hover};
  117.  
  118. -moz-transition-duration:0.5s;
  119.  
  120. -webkit-transition-duration:0.5s;
  121.  
  122. -o-transition-duration:0.5s;}
  123.  
  124.  
  125.  
  126. img {
  127.  
  128. border:1px solid #fff;
  129.  
  130. }
  131.  
  132.  
  133.  
  134. blockquote {
  135.  
  136. padding-left:5px;
  137.  
  138. border-left:2px solid;
  139.  
  140. }
  141.  
  142.  
  143.  
  144. blockquote blockquote {
  145.  
  146. padding-left:5px;
  147.  
  148. border-left:2px solid;
  149.  
  150. }
  151.  
  152.  
  153.  
  154. h1 {
  155.  
  156. font-size:10px;
  157.  
  158. }
  159.  
  160.  
  161.  
  162.  
  163.  
  164. #entries {
  165.  
  166. padding:10px;
  167.  
  168. width:400px;
  169.  
  170. margin-left:500px;
  171.  
  172. margin-top:0px;
  173.  
  174. padding:10px;
  175.  
  176. padding-bottom:30px;
  177.  
  178. }
  179.  
  180.  
  181.  
  182. #post {
  183.  
  184. width:400px;
  185.  
  186. }
  187.  
  188. #title{
  189. font-size:17px;
  190. font-style:italic;
  191. text-align:center;
  192. padding-left:0px;
  193. height:40px;
  194. width:130px;
  195. line-height:40px;
  196.  
  197. }
  198.  
  199. #sidebar {
  200. width:120px;
  201. position:fixed;
  202. margin-left:175px;
  203. margin-top:150px;
  204. }
  205.  
  206.  
  207. #sidebar:hover {
  208. width:120px;
  209. position:fixed;
  210. margin-left:175px;
  211. margin-top:150px;
  212. }
  213.  
  214.  
  215. #sidebarimage {
  216. width 130px;
  217. background-color:{color:background};
  218. opacity:.80;
  219. -moz-transition-duration:1s;
  220. -webkit-transition-duration:1s;
  221. -o-transition-duration:1s;
  222. }
  223.  
  224. #sidebarimage img {
  225. width:130px;
  226. border:1px solid {color:line};
  227. padding:7px;
  228. margin-left:-7px;
  229. opacity:.80;
  230. background-color:{color:background};
  231. -moz-transition-duration:1s;
  232. -webkit-transition-duration:1s;
  233. -o-transition-duration:1s;
  234. }
  235.  
  236. #sidebarimage:hover {
  237. opacity:1;
  238. background-color:{color:background};
  239. -moz-transition-duration:1s;
  240. -webkit-transition-duration:1s;
  241. -o-transition-duration:1s;
  242. }
  243.  
  244. #description {
  245. width:130px;
  246. font-size:9px;
  247. margin-top:10px;
  248. margin-left:0px;
  249. line-height:13px;
  250. text-align:center;
  251. text-transform:lowercase;
  252. }
  253.  
  254. #links {
  255. text-align:center;
  256. font-family:arial;
  257. margin-top:0px;
  258. width:130px;
  259. margin-left:0px;
  260. padding-bottom:0px;
  261. font-size: 8px;
  262. letter-spacing:2px;
  263. padding-top:11px;
  264. line-height:120%;
  265. opacity:0;
  266. -moz-transition-duration:1s;
  267. -webkit-transition-duration:1s;
  268. -o-transition-duration:1s;
  269. }
  270.  
  271. #links a {
  272. padding:2px;
  273. }
  274.  
  275. #sidebar:hover #links {
  276. opacity:1;
  277. -moz-transition-duration:1s;
  278. -webkit-transition-duration:1s;
  279. -o-transition-duration:1s;
  280. }
  281.  
  282. #pagination {
  283. font-size:9px;
  284. margin-top:10px;
  285. text-align:center;
  286. margin-left:0px;
  287. width:130px;
  288. font-style:italic;
  289. }
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297. .caption {
  298.  
  299. width:400px;
  300.  
  301. text-align:justify;
  302.  
  303. line-height:120%;
  304.  
  305. }
  306.  
  307.  
  308.  
  309. .ask {
  310.  
  311. padding:10px;
  312.  
  313. text-align:left;
  314.  
  315. color:{color:text};
  316.  
  317. background-color:#d6d6d6;
  318.  
  319. border-bottom:1px solid #fff;
  320.  
  321. }
  322.  
  323.  
  324.  
  325. .ans {
  326.  
  327. text-align:left;
  328.  
  329. padding:10px;
  330.  
  331. color:{color:text};
  332.  
  333. }
  334.  
  335.  
  336. #credit {
  337. font-size:12px;
  338. font-family:calibri;
  339. font-style:normal;
  340. letter-spacing:1px;
  341. -moz-transition-duration:0.8s;
  342. -webkit-transition-duration:0.8s;
  343. -o-transition-duration:0.8s;
  344. }
  345.  
  346. #credit a {
  347. background-color:#fff;
  348. position:fixed;
  349. right:15px;
  350. bottom:10px
  351. }
  352.  
  353.  
  354.  
  355. .audio {
  356.  
  357. width:400px;
  358.  
  359. padding-bottom:10px;
  360.  
  361. background-color:{color:infobg};
  362.  
  363. }
  364.  
  365.  
  366.  
  367. .albumart {
  368.  
  369. float:left;
  370.  
  371. padding:0px 10px 10px 0px;
  372.  
  373. }
  374.  
  375.  
  376.  
  377. .albumart img {
  378.  
  379. width:45px;
  380.  
  381. height:45px;
  382.  
  383. }
  384.  
  385.  
  386.  
  387. .playercontainer {
  388.  
  389. text-align:left;
  390.  
  391. padding:10px;
  392.  
  393. background-color:#ffffff;
  394.  
  395. width:480px;
  396.  
  397. }
  398.  
  399.  
  400.  
  401. .audioinfo {
  402.  
  403. padding:10px;
  404.  
  405. color:{color:text};
  406.  
  407. }
  408.  
  409.  
  410.  
  411. #info {
  412.  
  413. text-align:left;
  414.  
  415. margin-top:10px;
  416.  
  417. text-transform:uppercase;
  418.  
  419. font-size:9px;
  420.  
  421. font-style:none;
  422.  
  423. border-top:1px solid {color:Line}
  424.  
  425. }
  426.  
  427.  
  428.  
  429. #tags {
  430. font-family:cambria;
  431. letter-spacing:0px;
  432. text-transform:lowercase;
  433. font-size:10px;
  434. font-style:italic;
  435. margin-top:4px;
  436. text-align:left;
  437. }
  438.  
  439. #tags
  440. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  441. -webkit-transition: all 0.6s ease-in-out;
  442. -moz-transition: all 0.6s ease-in-out;
  443. -o-transition: all 0.6s ease-in-out;
  444. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  445.  
  446.  
  447.  
  448. .user_1 .label {color:{color:text}; font-weight:bold}
  449.  
  450. .user_2 .label {color:{color:link}; font-weight:bold}
  451.  
  452. .user_3 .label {color:{color:text}; font-weight:bold}
  453.  
  454. .user_4 .label {color:{color:link}; font-weight:bold}
  455.  
  456. .user_5 .label {color:{color:text}; font-weight:bold}
  457.  
  458. .user_6 .label {color:{color:link}; font-weight:bold}
  459.  
  460. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  461.  
  462. h2 {
  463. font-family: sylfaen;
  464. font-size:15px;
  465. text-align:center;
  466. line-height:100%;
  467. color:{color:title};
  468. font-style:italic;
  469. font-weight:normal;
  470.  
  471. }
  472.  
  473. {CustomCSS}</style></head><body>
  474.  
  475. <div id="sidebar">
  476.  
  477. <div id="title">{title}</div>
  478.  
  479. <div id="sidebarimage">
  480. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  481.  
  482. <div id="links">
  483. <a href="{text:linkA url}" title="{text:linkA}">01.</a>
  484. <a href="{text:linkB url}" title="{text:linkB}">02.</a>
  485. <a href="{text:linkC url}" title="{text:linkC}">03.</a>
  486. <a href="{text:linkD url}" title="{text:linkD}">04.</a>
  487. <a href="{text:linkE url}" title="{text:linkE}">05.</a>
  488.  
  489. </div>
  490.  
  491. <div id="description">{Description}</div>
  492.  
  493. <div id="pagination">
  494. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">swim</a> {/block:PreviousPage}
  495. {block:NextPage}— <a href="{NextPage}">sink</a>{/block:NextPage}{/block:Pagination}
  496. </div>
  497.  
  498. </div>
  499.  
  500.  
  501.  
  502. <div id="entries">
  503.  
  504.  
  505. {block:Posts}<div id="post"><br><br><br><br><br><br>
  506.  
  507.  
  508.  
  509. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  510.  
  511.  
  512.  
  513. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  514.  
  515.  
  516.  
  517. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  518.  
  519. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  520.  
  521.  
  522.  
  523. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  524.  
  525.  
  526.  
  527. {block:Photoset}<center>{Photoset-400}</center>
  528.  
  529. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  530.  
  531.  
  532.  
  533. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  534.  
  535.  
  536.  
  537. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  538.  
  539.  
  540.  
  541. {block:Answer}<div class="ask">{Asker} sang: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  542.  
  543.  
  544.  
  545. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  546.  
  547. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  548.  
  549. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  550.  
  551. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  552.  
  553. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560. <div id="info">
  561. <br>posted <a href="{Permalink}">{TimeAgo}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  562. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  563. {/block:Posts}
  564. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  565. {/block:Posts}</div></div></div>
  566.  
  567.  
  568.  
  569.  
  570.  
  571. </div>
  572.  
  573.  
  574.  
  575.  
  576.  
  577. </div>
  578.  
  579. </div>
  580.  
  581. </div>
  582.  
  583.  
  584.  
  585. </body>
  586.  
  587.  
  588.  
  589. </div>
  590. <div id="credit"><a href="http://villainizes.tumblr.com">©</div>
  591.  
  592. </div>
  593.  
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement