TVD-PS

THEME "Titanium"

Dec 31st, 2014
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. ------------------------------
  5. @TVD THEMES | TUMBLR
  6. ------------------------------
  7.  
  8. "Titanium"
  9. @Theme By; Tvd-Themes
  10. TVD THEMES
  11. By;Katia;
  12. +Please do not remove credit.
  13. +Do not steal the code or take parts of the codes and put them in your own theme.
  14. +Do not remove the credit completely or make them invisible, you may replace it to a visible place.
  15.  
  16.  
  17. -->
  18.  
  19.  
  20.  
  21. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  22. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  23. <head><title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28.  
  29. <html lang="en">
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. <meta name="color:bold"content="#a77dc2">
  38. <meta name="color:italic"content="#ffd8e6">
  39. <meta name="color:text"content="#cccccc">
  40. <meta name="color:link"content="#888888">
  41. <meta name="color:post"content="#fff">
  42. <meta name="color:hover"content="#fff">
  43. <meta name="color:border sidebar"content="#222222"/>
  44. <meta name="color:scrollbar" content="#ffe3e3" />
  45. <meta name="color:background"content="#fff">
  46. <meta name="color:sidebar" content="#222222" />
  47. <meta name="color:BG color"content="#ffe3e3">
  48. <meta name="color:Border Image"content="#222222"/>
  49. <meta name="color:Description"content="#eeeeee"/>
  50.  
  51.  
  52.  
  53. <meta name="image:sidebar"content="http://i.imgur.com/9izT3E9.gif?1">
  54. <meta name="image:bg"content="">
  55. <meta name="image:sidebar image"content="http://i.imgur.com/5iCiy2t.jpg?1">
  56.  
  57.  
  58. <meta name="text:link1"content="Link1">
  59. <meta name="text:link2"content="Link2">
  60. <meta name="text:link3"content="Link3">
  61. <meta name="text:link4"content="Link4">
  62. <meta name="text:link1 url"content="/">
  63. <meta name="text:link2 url"content="/">
  64. <meta name="text:link3 url"content="/">
  65. <meta name="text:link4 url"content="/">
  66.  
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71.  
  72. /*--Scrollbar--*/
  73. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  74. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  75. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  76.  
  77.  
  78.  
  79.  
  80. img:hover {
  81. -webkit-filter: grayscale(0%);
  82. z-index: -9999999999999999999999999px;
  83. -webkit-transition: all 0.9s ease-in-out;
  84. -moz-transition: all 0.9s ease-in-out;
  85. -o-transition: all 0.9s ease-in-out;
  86. -ms-transition: all 0.9s ease-in-out;
  87. transition: all 0.9s ease-in-out;
  88. }
  89.  
  90.  
  91. body{
  92. color:{color:text};
  93. font-family:arial;
  94. font-size:11px;
  95. background:{color:background} url('{image:bg}')top left fixed repeat;
  96.  
  97. }
  98.  
  99.  
  100.  
  101. h1 {
  102. font-family:arial;
  103. font-size:15px;text-align:;
  104. font-style:normal;
  105. line-height:80%;
  106. letter-spacing:1px;
  107. border:0px solid {color:border};
  108. background-color:{color:000000};
  109. padding:6px;
  110. font-weight:arial;
  111.  
  112.  
  113. }
  114.  
  115.  
  116. h2 {
  117. font-family:arial;
  118. font-size:19px;
  119. text-align:left;
  120. font-style:normal;
  121. line-height:80%;
  122. border:0px
  123. solid {color:border};
  124. letter-spacing:1px;
  125. background-color:{color:000000};
  126. padding:6px;
  127. font-weight:arial;
  128.  
  129. }
  130.  
  131.  
  132. blockquote {
  133. width: 400px;
  134. font-size:9px;
  135. text-transform: normal;
  136. line-height:10px;
  137. margin-left:0px;
  138. padding: 4px;
  139. padding-left:9px;
  140. border-left: 2px solid #848484;
  141. color: {color:text};
  142. }
  143.  
  144.  
  145. b { font-weight:bold;
  146. color:{color:bold}; }
  147. i { font-weight:arial;
  148. color:{color:italic}; }
  149. u {text-decoration:none;
  150. border-bottom:0px solid {color:text}; }
  151.  
  152. a { color:{color:link};
  153. font-family:arial;
  154. text-decoration:none;-moz-transition-duration:0.5s;
  155. -webkit-transition-duration:0.5s;
  156. -o-transition-duration:0.5s;}
  157. a:hover {color:{color:hover};}
  158.  
  159. #entries{
  160. width:500px;
  161. margin-left:390px;
  162. position:absolute;
  163. }
  164.  
  165. #post{
  166. padding:19px;
  167. background-color:{color:post};
  168. border:0px solid {color:border post};
  169. width:500px;
  170. float:left;
  171. margin:8px;
  172.  
  173.  
  174.  
  175. }
  176.  
  177. .pagi {
  178. border:0px solid {color:000000};display:inline-block;
  179. margin-top:400px;
  180. margin-left:250px;
  181. position:fixed;
  182. padding:0px;
  183. font-family:arial;
  184. font-size:9px;
  185. }
  186.  
  187. .pagi a {
  188. color:{color:link};
  189. }
  190.  
  191.  
  192.  
  193.  
  194. /* --- SIDEBAR ---*/
  195.  
  196. #sidebar {
  197. margin-top:-25px;
  198. margin-left:-30px;
  199. position:fixed;
  200. width:300px;
  201. height:670px;
  202. border:17px solid {color:border sidebar};
  203. height:950%;
  204. text-shadow: 0px 0px 10px {color:links};
  205. background-image:url('{image:sidebar image}');
  206. background-color:{color:sidebar};
  207.  
  208.  
  209.  
  210. }
  211.  
  212.  
  213. #sidebar img {
  214. margin-top:310px;
  215. margin-left:40px;
  216. border: 10px
  217. solid {color:Border Image};
  218. width:100px;
  219. height:100px;
  220. padding:0px;
  221.  
  222.  
  223.  
  224.  
  225.  
  226. }
  227.  
  228. #sidebar img:hover {
  229. opacity:0.7;
  230. -moz-transition-duration:0.6s;
  231. -webkit-transition-duration:0.6s;
  232. -o-transition-duration:0.6s;
  233. }
  234.  
  235.  
  236. #title {
  237. z-index: 99999;
  238. position: fixed;
  239. margin-top:240px;
  240. margin-left:100px;
  241. font-size: 12px;
  242. font-family:arial;
  243. line-height: 11px;
  244. text-align: center;
  245. color: {color:Title};
  246. width: 240px;
  247. text-shadow: 0px 0px 10px {color:links};
  248. }
  249.  
  250.  
  251. #description {
  252. width:145px;
  253. height:100px;
  254. margin-left:100px;
  255. margin-top:-1px;
  256. text-align:justify;
  257. font-weight:normal;
  258. line-height:110%;
  259. font-family:calibri;
  260. font-style:normal;
  261. font-size:10px;
  262. padding-top:0px;
  263. color: {color:Description};
  264.  
  265. }
  266.  
  267.  
  268.  
  269.  
  270. .links {
  271. width:50px;
  272. margin-top:-10px;
  273. font-family:calibri;
  274. font-size:10px;
  275. letter-spacing:0px;
  276. text-transform:italic;
  277. font-style:normal;
  278. position:fixed;
  279. text-align:left;
  280. margin-left:20px;
  281. z-index:-10;}
  282.  
  283. .links a{
  284. width:50px;
  285. display:inline-block;
  286. padding:10px;
  287. margin-bottom:5px;
  288. background-color:{color:BG color};
  289. color:{color:links};}
  290.  
  291. .links a:hover{
  292. background-color:{color:sidebar};
  293.  
  294. }
  295.  
  296.  
  297.  
  298.  
  299. .notes {
  300. list-style:upper-roman;
  301. padding:5px;
  302. margin-top:7px;
  303. margin-left:0px;
  304. padding-left:28px;
  305. text-transform:uppercase;
  306. font-size:8px;
  307. text-align:left;
  308. letter-spacing:1px;
  309. background-color:#f3f3f3;
  310. }
  311.  
  312. .notes img {
  313. width:10px;
  314. height:17px;
  315. opacity:0;
  316. }
  317.  
  318. #info {
  319. text-align:left;
  320. margin-top:1px;
  321. text-transform:uppercase;
  322. font-size:7px;
  323. letter-spacing:0px;
  324. padding:4px 5px 3px 4px;
  325. background-color:#000;
  326. color:#fff;
  327. }
  328.  
  329. #info a {
  330. display:inline-block;
  331. color:#fff;
  332. }
  333.  
  334. .info {
  335. text-align:left;
  336. padding-right:3px;
  337. margin-top:-4px;
  338. letter-spacing:0px;
  339. font-size:17px;
  340. text-transform:uppercase;
  341. }
  342.  
  343. #tags {
  344. color:#000;
  345. padding-top:2px;
  346. margin-top:0px;
  347. text-transform:uppercase;
  348. font-size:7px;
  349. letter-spacing:0px;
  350. }
  351. #tags a {display:inline-block;}
  352.  
  353. .credit, .credit a {
  354. width:10px;
  355. height:10px;
  356. bottom:10px;
  357. right:20px;
  358. padding:4px;
  359. font-size:8px;
  360. letter-spacing:0px;
  361. color:#000;
  362. line-height:8px;
  363. position:fixed;
  364. text-align:center;
  365. color:{color:Tags Text Colour};
  366. font-family:arial;
  367. text-transform:uppercase;
  368. background-color:{color:000;};
  369. border:1; solid {color:Border};
  370. -webkit-transition: all 0.5s ease-in-out;
  371. -moz-transition: all 0.5s ease-in-out;
  372. -o-transition: all 0.5s ease-in-out;
  373. transition: all 0.5s ease-in-out;
  374. }
  375.  
  376. .credit a:hover {
  377. -webkit-transition: all 0.5s ease-in-out;
  378. -moz-transition: all 0.5s ease-in-out;
  379. -o-transition: all 0.5s ease-in-out;
  380. transition: all 0.5s ease-in-out;
  381.  
  382. }
  383.  
  384. .ask {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  385. .ask p {margin:1px 0px;}
  386. .ask span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  387.  
  388. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  389.  
  390. #questions {background-color:{color:info}; color: {color:text}; padding:2px; margin-top: 6px; margin-bottom:2px; font-family:calibri; font-size:11px; text-transform:lowercase; border-bottom:1px {color:text}; text-align:center;}
  391. #questions a {color:{color:link}}
  392.  
  393. {CustomCSS}</style>
  394.  
  395.  
  396.  
  397. </div>
  398.  
  399. </head>
  400. <body>
  401. <div id="sidebar">
  402. <center>
  403. <img src="{image:sidebar}">
  404. <div class="links">
  405. <a href="/">✘Home</a>
  406. <a href="/ask">✘Ask</a>
  407. <a href="{text:link1 url}">{text:link1}</a>
  408. <a href="{text:link2 url}">{text:link2}</a>
  409. <a href="{text:link3 url}">{text:link3}</a>
  410. <a href="{text:link4 url}">{text:link4}</a>
  411.  
  412.  
  413. </div>
  414.  
  415.  
  416. </center>
  417.  
  418. {block:Text}
  419. <h1>{block:Title}{Title}{/block:Title}</h1>
  420. {Body}
  421. {/block:Text}
  422.  
  423. <div id="description">
  424. {description}
  425. </div>
  426. </div>
  427.  
  428. {block:Pagination}
  429. <div class="pagi">
  430. {block:PreviousPage}
  431. <a href="{PreviousPage}">Back</a>
  432. {/block:PreviousPage}
  433. {block:NextPage}-
  434. <a href="{NextPage}">Next </a>
  435. {/block:NextPage}
  436. </div>
  437. {/block:Pagination}
  438. </div>
  439. <div id="entries">
  440.  
  441. {block:Posts}
  442.  
  443. <div id="post">
  444.  
  445.  
  446.  
  447.  
  448. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  449.  
  450. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  451.  
  452. {block:Photoset}<center>{Photoset-500}</center>
  453. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  454.  
  455.  
  456. {block:Quote}
  457. <h2>{Quote}</h2>
  458. <div align="right">
  459. {block:Source}<h1>-{Source}</h1>{/block:Source}
  460. </div>
  461. {/block:Quote}
  462.  
  463.  
  464. {block:Video}
  465. {Video-500}<br>
  466. {PlayCountWithLabel}
  467. {/block:Video}
  468.  
  469.  
  470. {block:Link}
  471. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  472. {block:Description}{Description}{/block:Description}
  473. {/block:Link}
  474.  
  475. {block:Chat}
  476. {block:Lines}
  477. {block:Label}
  478. <br>{Label}
  479. {/block:Label}
  480. &nbsp;{Line}
  481. {/block:Lines}
  482. {/block:Chat}
  483.  
  484. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  485. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  486. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  487. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  488. {/block:Audio}
  489.  
  490. {block:Answer}<img src="{AskerPortraitURL-40}" align="center" class="askborder"><div class="ask"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  491.  
  492.  
  493.  
  494. <div id="info">
  495. {block:Date}{TimeAgo}{/block:Date}
  496. <a href="{Permalink}" > -
  497. {NoteCountWithLabel}</a>
  498. <div style="margin-top:-9px; text-align:right;">
  499. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">// source</a>{/block:ContentSource} -
  500. <a href="{ReblogURL}" target="_blank">reblog</a>
  501. </div></div>
  502.  
  503. {block:HasTags}<div id="tags" style="display:inline-block;">tagged as:
  504. {block:Tags} <a href="{TagURL}">{Tag}.</a> {/block:Tags}</div>{/block:HasTags} </div>
  505.  
  506. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  507. {/block:Posts} </div></div>
  508.  
  509. </div></div>
  510.  
  511.  
  512. </div>
  513.  
  514.  
  515. <span class="credit">
  516. <a href="http://tvd-themes.tumblr.com/" target="_blank" title="Theme By; K A T I A"> TVD THEMES </a>
  517. </span>
  518. </div>
  519. </body>
  520. </html>
Advertisement
Add Comment
Please, Sign In to add comment