TVD-PS

THEME "diamonds"

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