TVD-PS

THEME; "Breathe Again"

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