Advertisement
oswinoswild

THEME 10 VIDENDA

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