TVD-PS

THEME; "VOGUE"

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