TVD-PS

"SIMPLE THEME"

Nov 15th, 2014
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. @Theme By; TVD-Themes
  5. TVD-THEMES
  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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16.  
  17. <head>
  18.  
  19. <meta name="color:bg" content="#FFFFFF">
  20. <meta name="color:link" content="#999999">
  21. <meta name="color:infobg" content="#FCFCFC">
  22. <meta name="color:text" content="##999999">
  23. <meta name="color:scrollbar" content="#D6D5D5">
  24. <meta name="color:border" content="#FAFAFA">
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:link 1" content="Link 1">
  29. <meta name="text:link 1 url" content="/">
  30. <meta name="text:link 2" content="Link 2">
  31. <meta name="text:link 2 url" content="/">
  32. <meta name="text:link 3" content="Link 3">
  33. <meta name="text:link 3 url" content="/">
  34. <meta name="text:link 4" content="Link 4">
  35. <meta name="text:link 4 url" content="/">
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <style type="text/css">
  43.  
  44. a {
  45. color:{color:link};
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51.  
  52. a:hover {
  53. color:{color:hover};
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  61. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  62. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  63.  
  64. body {
  65. background-color:{color:bg};
  66. font-family:Calibri;
  67. font-weight:normal;
  68. }
  69.  
  70. h1 {
  71. font-weight:normal;
  72. font-size:10px;
  73. text-align:center;
  74. font-style:normal;
  75. line-height:80%;
  76. letter-spacing:1px;
  77. text-transform:uppercase;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:15px;
  83. text-align:center;
  84. line-height:100%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. font-weight:normal;
  88. padding:5px;
  89. padding-bottom:2px;
  90. }
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #theme {
  99. background-color:{color:bg};
  100. width:700px;
  101. margin: 0 auto -12px auto;
  102. text-align: center;
  103. }
  104.  
  105. #sidebar {
  106. color:{color:text};
  107. position:fixed;
  108. width:150px;
  109. height:auto;
  110. margin-top:160px;
  111. margin-left:-100px;
  112. text-align:left;
  113. }
  114.  
  115.  
  116.  
  117. #sidebar img {
  118. opacity:1;
  119. width:180px;
  120. height:180px;
  121. border-radius: 500px;
  122. margin-bottom:5px;
  123. }
  124.  
  125.  
  126. #sidebar img:hover {
  127. opacity:1;
  128. margin-left:0px;
  129. transition: all 0.5s linear;
  130. -webkit-transition:0.5s linear;
  131. -webkit-transition: all 0.5s linear;
  132. -moz-transition: all 0.5s linear;
  133. }
  134.  
  135.  
  136. .links {
  137. margin-bottom:5px;
  138. font-size:8px;
  139. text-transform:uppercase;
  140. text-align:center;
  141. letter-spacing:2px;
  142. line-height:170%;
  143. }
  144.  
  145. .links a{
  146. padding:3px;
  147. color:{color:link};
  148. letter-spacing:0px;
  149. text-decoration:none;
  150. -moz-transition-duration:1s;
  151. -webkit-transition-duration:1s;
  152. -o-transition-duration:1s;
  153. }
  154.  
  155. .links a:hover{
  156. color:{color:hover};
  157. -moz-transition-duration:1s;
  158. -webkit-transition-duration:1s;
  159. -o-transition-duration:1s;
  160. }
  161.  
  162. .desc {
  163. width:250px;
  164. height:164px;
  165. margin-left:-50px;
  166. margin-bottom:0px;
  167. text-align:justify;
  168. font-size:10px;
  169. color:{color:text};
  170. letter-spacing:0px;
  171. line-height:110%;
  172. }
  173.  
  174. .desc a {
  175. color:{color:link};
  176. }
  177.  
  178. .pagi {
  179. font-size:10px;
  180. text-transform:uppercase;
  181. letter-spacing:3px;
  182. font-style:normal;
  183. text-align:center;
  184. }
  185.  
  186. .pagi a {
  187. color:{color:link};
  188. }
  189.  
  190. #stuffcontainer {
  191. float:left;
  192. margin-left:200px;
  193. margin-top:75px;
  194. text-align:justify;
  195. background-color:{color:bg};
  196. color:{color:text};
  197. margin-bottom: 35px;
  198. }
  199.  
  200.  
  201. #stuff {
  202. width:500px;
  203. margin-top:20px;
  204. text-align:justify;
  205. font-size:11px;
  206. line-height:90%;
  207. letter-spacing:0x;
  208. color:{color:text};
  209. }
  210.  
  211. .caption {
  212. width:500px;
  213. text-align:justify;
  214. line-height:120%;
  215. }
  216.  
  217. .ask {
  218. padding:10px;
  219. text-align:left;
  220. color:{color:text};
  221. background-color:{color:infobg};
  222. border-bottom:1px solid {color:border};
  223. border-right:1px solid {color:border};
  224. }
  225.  
  226. .ans {
  227. text-align:left;
  228. padding:10px;
  229. color:{color:text};
  230. }
  231.  
  232. .audio {
  233. width:500px;
  234. padding-bottom:10px;
  235. background-color:{color:infobg};
  236. }
  237.  
  238. .albumart {
  239. float:left;
  240. padding:0px 10px 10px 0px;
  241. }
  242.  
  243. .albumart img {
  244. width:45px;
  245. height:45px;
  246. }
  247.  
  248. .playercontainer {
  249. text-align:left;
  250. padding:10px;
  251. background-color:#ffffff;
  252. width:480px;
  253. }
  254.  
  255. .audioinfo {
  256. padding:10px;
  257. color:{color:text};
  258. }
  259.  
  260. #postinfo {
  261. width:490px;
  262. padding:5px;
  263. font-size:8px;
  264. color:{color:link};
  265. text-transform:uppercase;
  266. font-style:normal;
  267. letter-spacing:2px;
  268. text-align:left;
  269. border-top:0px solid {color:border};
  270. border-bottom:1px solid {color:border};
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. #postinfo a {
  277. color:{color:link};
  278. text-align:center;
  279. letter-spacing:1px;
  280. font-style:normal;
  281. }
  282.  
  283. #postinfo a:hover {
  284. color:{color:hover};
  285. }
  286.  
  287. .note {
  288. text-transform:uppercase;
  289. font-style:normal;
  290. letter-spacing:0px;
  291. font-size: 9px;
  292. text-align:left;
  293. line-height:90%;
  294. margin-left:-40px;
  295. }
  296.  
  297. .note li {
  298. list-style-type:none;
  299. border-bottom:1px solid {color:border};
  300. padding:10px 25px 10px 25px;
  301. text-align:left;
  302. margin:0px;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308. .tags {
  309. font-style:normal;
  310. width:500px;
  311. text-transform:uppercase;
  312. font-style:normal;
  313. color:{color:tags};
  314. letter-spacing:2px;
  315. line-height:120%;
  316. font-size:10px;
  317. text-align:right;
  318. padding:2px;
  319. -moz-transition-duration:0.5s;
  320. -webkit-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324. .tags a {
  325. color:{color:tags};
  326. letter-spacing:1px;
  327. padding:1px;
  328. }
  329.  
  330. .tags a:hover {
  331. color:{color:link};
  332. }
  333.  
  334.  
  335. ul.chat, .chat ol, .chat li {
  336. list-style:none;
  337. margin:0px;
  338. padding:2px;
  339. }
  340.  
  341. .label {
  342. text-decoration:underline;
  343. font-weight:700;
  344. background-color:{color:infobg};
  345. margin-right:5px;
  346. }
  347.  
  348. .credit, .credit a {
  349. width:10px;
  350. height:10px;
  351. bottom:10px;
  352. right:20px;
  353. padding:4px;
  354. font-size:8px;
  355. letter-spacing:0px;
  356. color:#000;
  357. line-height:8px;
  358. position:fixed;
  359. text-align:center;
  360. color:{color:Tags Text Colour};
  361. font-family:arial;
  362. text-transform:uppercase;
  363. background-color:{color:000;};
  364. border:1; solid {color:Border};
  365. -webkit-transition: all 0.5s ease-in-out;
  366. -moz-transition: all 0.5s ease-in-out;
  367. -o-transition: all 0.5s ease-in-out;
  368. transition: all 0.5s ease-in-out;
  369. }
  370.  
  371. .credit a:hover {
  372. -webkit-transition: all 0.5s ease-in-out;
  373. -moz-transition: all 0.5s ease-in-out;
  374. -o-transition: all 0.5s ease-in-out;
  375. transition: all 0.5s ease-in-out;
  376.  
  377. }
  378.  
  379. {CustomCSS}
  380.  
  381. </style></head>
  382.  
  383. <body>
  384. <div id="theme">
  385. <div id="sidebar">
  386. <div id="bite">
  387. <img src="{image:sidebar}">
  388. <div class="links">
  389.  
  390. <div class="navi"><a href="/">> Home</a></div>
  391. <div class="navi"><a href="/ask">> Ask</a></div>
  392.  
  393. <div class="navi"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
  394. <div class="navi"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
  395. <div class="navi"><a href="{text:Link 3 URL}">{text:Link 3}</a></div>
  396. <div class="navi"><a href="{text:Link 4 URL}">{text:Link 4}</a></div>
  397. <div class="navi"><a href="{text:Link 5 URL}">{text:Link 5}</a></div>
  398.  
  399.  
  400. </div>
  401. <div class="death">
  402. <div class="desc">
  403. {Description}
  404. </div>
  405. {block:Pagination}
  406. <div class="pagi">
  407. {block:PreviousPage}
  408. <a href="{PreviousPage}">Back</a>
  409. {/block:PreviousPage}
  410. {block:NextPage}
  411. <a href="{NextPage}">Next</a>
  412. {/block:NextPage}
  413. </div>
  414. {/block:Pagination}
  415.  
  416. </div></div>
  417. </div>
  418.  
  419. <div id="stuffcontainer">
  420.  
  421. {block:Posts}
  422.  
  423. <div id="stuff">
  424.  
  425. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  426.  
  427. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  428.  
  429. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  430. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  431.  
  432. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}<center>{Photoset-500}</center>
  435. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  436.  
  437. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  438.  
  439. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  440.  
  441. {block:Answer}
  442. <br>
  443. <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;">
  444. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #000000; border-radius: 1px;"/>
  445. <askk>{Asker}</askk>: {Question}<br></div>
  446. <div style="font-family: arial; font-size: 12px;">
  447. {Answer}
  448. </div>
  449. {/block:Answer}
  450.  
  451. {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>
  452. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  453. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  454. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  455. {/block:Audio}
  456.  
  457.  
  458. {block:Date}<div id="postinfo">{DayOfMonthWithZero} {Month} {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">via {ReblogParentName}</a>{/block:RebloggedFrom}{/block:Date}
  459. {block:HasTags}
  460. <div class="tags">
  461. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  462. {/block:HasTags}
  463. <div class="note">
  464. {block:PostNotes}{PostNotes}{/block:PostNotes}
  465. </div>
  466. </div>
  467. {/block:Posts}
  468.  
  469. </div>
  470.  
  471.  
  472. </div>
  473. <span class="credit">
  474. <a href="http://tvd-themes.tumblr.com/" target="_blank" title="Theme By; TVD THEMES"> TVD THEME ♥ </a>
  475.  
  476. </div>
  477. </div>
  478. </div>
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment