TVD-PS

"SIMPLE THEME 03"; "DIAMONDS"

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