Advertisement
oswinoswild

THEME 16 KOENIG

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