Advertisement
oswinoswild

THEME 17 DECEPTION

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