TVD-PS

"SIMPLE THEME 01"; "TVD"

Aug 26th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 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.  
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head>
  19.  
  20.  
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <meta name="color:background" content="#ffffff"/>
  28. <meta name="color:text" content="#838282"/>
  29. <meta name="color:link" content="#e2bfde"/>
  30. <meta name="color:link hover" content="#e0e0e0"/>
  31. <meta name="text:Link1 Url" content="/" />
  32. <meta name="text:Link1 Title" content="Link 1" />
  33. <meta name="text:Link2 Url" content="/" />
  34. <meta name="text:Link2 Title" content="Link 2" />
  35. <meta name="text:Link3 Url" content="/" />
  36. <meta name="text:Link3 Title" content="Link 3" />
  37. <meta name="text:Link4 Url" content="/" />
  38. <meta name="text:Link4 Title" content="Link 4" />
  39. <meta name="text:Link5 Url" content="/" />
  40. <meta name="text:Link5 Title" content="Link 6" />
  41. <meta name="text:Link6 Url" content="/" />
  42. <meta name="text:Link6 Title" content="Link 6" />
  43.  
  44. <meta name="image:sidebar" content=""/>
  45.  
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
  49. ::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 1ex; }
  50.  
  51.  
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:arial;
  58. font-size:10px;
  59. line-height:100%;
  60. font-style: none;
  61. }
  62.  
  63. a:link, a:visited, a:active {
  64. color: {color:link};
  65. text-decoration: none;
  66. font-weight: normal;
  67. }
  68.  
  69. a:hover {
  70. color: {color:link hover};
  71. text-decoration: none;
  72. font-weight: normal;
  73. }
  74.  
  75. #entries {
  76. position:relative;
  77. float:left;
  78. width:522px;
  79. top:5px;
  80. text-align:justify;
  81. left:530px;
  82. padding:40px;
  83. }
  84.  
  85. #post {
  86. margin-bottom:25px;
  87. width:500px;
  88. padding:0px;
  89. background-color: {color:background};
  90. }
  91.  
  92. #pagination {
  93. text-align:center;
  94. font-size:20px;
  95. margin-bottom:2px;
  96. text-transform:none;
  97. font-style:none;
  98. text-transform: lowercase;
  99. }
  100.  
  101. #sidebar {
  102. width:245px;
  103. position:fixed;
  104. margin-left:250px;
  105. margin-top:125px;
  106. padding:10px;
  107. }
  108.  
  109. #sidebarimage {
  110. width 245px;
  111. }
  112.  
  113. #sidebarimage img {
  114. width:245px;
  115. }
  116.  
  117. .desc {
  118. width:245px;
  119. }
  120.  
  121. #info {
  122. text-transform:lowercase;
  123. font-style:none;
  124. font-size: 9px;
  125. width:500px;
  126. color:{color:text};
  127. text-align:center;
  128. padding-top:5px;
  129. }
  130.  
  131. #info a:link {
  132. color:{color:link};
  133. }
  134.  
  135. #info a:hover {
  136. color:{color:link hover};
  137. }
  138.  
  139. #title2 {
  140. color:{color:text};
  141. font-style:arial;
  142. letter-spacing:1px;
  143. text-align:center;
  144. font-size:12px;
  145. margin-top:1px;
  146. margin-left:0px;
  147. padding:2px;
  148. width:245px;
  149. z-index:100;
  150. }
  151.  
  152. #ask {
  153. float:left;
  154. margin-right:5px;
  155. }
  156.  
  157. {CustomCSS}</style>
  158.  
  159.  
  160. </head><body>
  161.  
  162. <div id="sidebar">
  163. <div id="sidebarimage">
  164. <img src="{image:sidebar}"></div>
  165. <div id="title2">{Title}</div>
  166. <div id="links"><a href="{text:Link1 Url}">{text:Link1 Title}</a> · <a href="{text:Link2 Url}">{text:Link2 Title}</a> · <a href="{text:Link3 Url}">{text:Link3 Title}</a> · <a href="{text:Link4 Url}">{text:Link4 Title}</a> · <a href="{text:Link5 Url}">{text:Link5 Title}</a> · <a href="{text:Link6 Url}">{text:Link6 Title}</a></div>
  167. <div class="desc">
  168. {Description}
  169. </div>
  170.  
  171. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
  172.  
  173. </div>
  174.  
  175.  
  176.  
  177. </div>
  178.  
  179. <div id="entries">{block:Posts}<div id="post">
  180. {block:ContentSource}
  181. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  182. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  183. {/block:SourceLogo}
  184. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  185. {/block:ContentSource}
  186.  
  187. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  188.  
  189. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  190.  
  191. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  192.  
  193. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  194.  
  195. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  196.  
  197. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  198.  
  199. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  200.  
  201.  
  202. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  203.  
  204.  
  205.  
  206. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  207.  
  208.  
  209.  
  210. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  211. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  212. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  213.  
  214. </div>
  215.  
  216.  
  217.  
  218. </div>
  219.  
  220.  
  221.  
  222. {block:PostNotes}{PostNotes}{/block:PostNotes}
  223. {/block:Posts}
  224.  
  225. </div>
  226.  
  227. </body>
  228. <div style="position:fixed;bottom:10px;left:10px;">
  229. <a href="http://tvd-Photoshop.tumblr.com">Credit</a>
  230.  
  231. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment