TVD-PS

THEME; "Last Summer"

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