TVD-PS

THEME "well fell in lovee"

Dec 31st, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. ------------------------------
  5. @TVD THEMES | TUMBLR
  6. ------------------------------
  7.  
  8. "we fell in love"
  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="#ff7d7d">
  38. <meta name="color:italic"content="#c3d847">
  39. <meta name="color:text"content="#cccccc">
  40. <meta name="color:link"content="#c3d847">
  41. <meta name="color:post"content="#fff">
  42. <meta name="color:hover"content="#fff">
  43. <meta name="color:scrollbar" content="#cccccc" />
  44. <meta name="color:background"content="#fff">
  45. <meta name="color:Title" content="#ff7d7d"/>
  46. <meta name="color:sidebar" content="#000" />
  47. <meta name="color:Border Image"content="#eeeeee"/>
  48. <meta name="color:border post"content="#f6f6f6"/>
  49.  
  50.  
  51. <meta name="image:sidebar"content="http://i.imgur.com/iZwDbZl.gif">
  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:400px;
  157. margin-left:470px;
  158. position:absolute;
  159. }
  160.  
  161. #post{
  162. padding:19px;
  163. background-color:{color:post};
  164. border:1px solid {color:border post};
  165. width:500px;
  166. float:left;
  167. margin:8px;
  168.  
  169.  
  170.  
  171.  
  172. }
  173.  
  174.  
  175. #pagination {
  176. position:fixed;
  177. width:500px;
  178. text-align:center;
  179. margin-top:15px;
  180. margin-left:490px;
  181. font-family:cambria;
  182. font-size:8px;
  183. letter-spacing:4px;
  184. text-transform:uppercase;
  185. font-style:normal;
  186. z-index:100;
  187. background-color:#fcfcfc;
  188. bottom:0;
  189. padding:10px;
  190. border-top:1px
  191. solid #f8f8f8;
  192.  
  193.  
  194. }
  195.  
  196.  
  197.  
  198.  
  199. /* --- SIDEBAR ---*/
  200.  
  201. #sidebar {
  202. margin-top:-100px;
  203. margin-left:1030px;
  204. position:fixed;
  205. width:40px;
  206. height:680px;
  207. border:0px solid {color:border sidebar};
  208. height:1000%;
  209. text-shadow: 0px 0px 10px {color:links};
  210. background-color:{color:sidebar};
  211.  
  212.  
  213.  
  214. }
  215.  
  216.  
  217.  
  218.  
  219. #sidebar img {
  220. margin-top:350px;
  221. margin-left:-1580px;
  222. border: 1px
  223. solid {color:Border Image};
  224. width:100px;
  225. height:100px;
  226. padding:4px;
  227. border-radius:500px;
  228.  
  229.  
  230.  
  231.  
  232.  
  233. }
  234.  
  235. #sidebar img:hover {
  236. opacity:0.7;
  237. -moz-transition-duration:0.6s;
  238. -webkit-transition-duration:0.6s;
  239. -o-transition-duration:0.6s;
  240. }
  241.  
  242. #title {
  243. z-index: 99999;
  244. position: fixed;
  245. margin-top:240px;
  246. margin-left:270px;
  247. font-size: 12px;
  248. font-family:time new roman;
  249. line-height: 11px;
  250. text-align: center;
  251. color: {color:Title};
  252. width: 240px;
  253. text-shadow: 0px 0px 10px {color:links};
  254. }
  255.  
  256.  
  257. #description {
  258. width:120px;
  259. height:100px;
  260. margin-left:-700px;
  261. margin-top:-100px;
  262. text-align:justify;
  263. font-weight:normal;
  264. line-height:110%;
  265. font-family:calibri;
  266. font-style:normal;
  267. font-size:10px;
  268. padding-top:0px;
  269.  
  270. }
  271.  
  272.  
  273.  
  274.  
  275. .links {
  276. width:150px;
  277. margin-top:10px;
  278. font-family:calibri;
  279. font-size:10px;
  280. letter-spacing:0px;
  281. text-transform:italic;
  282. font-style:normal;
  283. position:fixed;
  284. text-align:left;
  285. margin-left:-830px;
  286. z-index:-10;}
  287.  
  288. .links a{
  289. width:40px;
  290. display:inline-block;
  291. padding:10px;
  292. margin-bottom:5px;
  293. background-color:{color:Background};
  294. color:{color:links};}
  295.  
  296. .links a:hover{
  297. background-color:{color:sidebar};
  298.  
  299. }
  300.  
  301.  
  302. #details {
  303. text-align:right;
  304. margin-top:8px;
  305. text-transform:uppercase;
  306. font-size:8px;
  307. font-style:none;
  308. border-top:1px solid {color:Line};
  309. }
  310.  
  311.  
  312. #tags {
  313. font-family:cambria;
  314. letter-spacing:0px;
  315. text-transform:lowercase;
  316. font-size:10px;
  317. font-style:italic;
  318. margin-top:2px;
  319. text-align:right;
  320. }
  321.  
  322. #tags a {
  323. display:inline-block;
  324. padding:-3px;
  325. text-align:right;
  326. color:{color:Tags};
  327. -webkit-transition: all 0.6s ease-in-out;
  328. -moz-transition: all 0.6s ease-in-out;
  329. -o-transition: all 0.6s ease-in-out;
  330. -ms-transition: all 0.6s ease-in-out;
  331. -transition: all 0.6s ease-in-out;
  332. }
  333.  
  334. .credit, .credit a {
  335. width:10px;
  336. height:10px;
  337. bottom:10px;
  338. right:20px;
  339. padding:4px;
  340. font-size:8px;
  341. letter-spacing:0px;
  342. color:#000;
  343. line-height:8px;
  344. position:fixed;
  345. text-align:center;
  346. color:{color:Tags Text Colour};
  347. font-family:arial;
  348. text-transform:uppercase;
  349. background-color:{color:000;};
  350. border:1; solid {color:Border};
  351. -webkit-transition: all 0.5s ease-in-out;
  352. -moz-transition: all 0.5s ease-in-out;
  353. -o-transition: all 0.5s ease-in-out;
  354. transition: all 0.5s ease-in-out;
  355. }
  356.  
  357. .credit a:hover {
  358. -webkit-transition: all 0.5s ease-in-out;
  359. -moz-transition: all 0.5s ease-in-out;
  360. -o-transition: all 0.5s ease-in-out;
  361. transition: all 0.5s ease-in-out;
  362.  
  363. }
  364.  
  365. .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;}
  366. .ask p {margin:1px 0px;}
  367. .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;}
  368.  
  369. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  370.  
  371. #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;}
  372. #questions a {color:{color:link}}
  373.  
  374. {CustomCSS}</style>
  375.  
  376.  
  377.  
  378. </div>
  379.  
  380. </head>
  381. <body>
  382. <div id="title">{Title}</div>
  383. <div id="sidebar">
  384. <center>
  385. <img src="{image:sidebar}">
  386. <div class="links">
  387. <a href="/">✘Home</a>
  388. <a href="/ask">✘Ask</a>
  389. <a href="{text:link1 url}">{text:link1}</a>
  390. <a href="{text:link2 url}">{text:link2}</a>
  391. <a href="{text:link3 url}">{text:link3}</a>
  392. <a href="{text:link4 url}">{text:link4}</a>
  393.  
  394.  
  395. </div>
  396.  
  397.  
  398. </center>
  399.  
  400. {block:Text}
  401. <h1>{block:Title}{Title}{/block:Title}</h1>
  402. {Body}
  403. {/block:Text}
  404.  
  405. <div id="description">
  406. {description}
  407. </div>
  408. </div>
  409.  
  410. <div id="pagination">
  411. {block:Pagination}
  412. {block:PreviousPage}
  413. <a href="{PreviousPage}">←</a>
  414. {/block:PreviousPage}
  415. {block:JumpPagination length="5"}
  416. {block:CurrentPage}
  417. <span class="current_page">{PageNumber}</span>
  418. {/block:CurrentPage}
  419. {block:JumpPage}
  420. <a class="jump_page" href="{URL}">{PageNumber}</a>
  421. {/block:JumpPage}
  422. {/block:JumpPagination}
  423. {block:NextPage}
  424. <a href="{NextPage}">→</a>
  425. {/block:NextPage}
  426. </div>
  427. {/block:Pagination}</div>
  428. <div id="entries">
  429.  
  430. {block:Posts}
  431.  
  432. <div id="post">
  433.  
  434.  
  435. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  436.  
  437. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438.  
  439. {block:Photoset}<center>{Photoset-500}</center>
  440. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  441.  
  442.  
  443. {block:Quote}
  444. <h2>{Quote}</h2>
  445. <div align="right">
  446. {block:Source}<h1>-{Source}</h1>{/block:Source}
  447. </div>
  448. {/block:Quote}
  449.  
  450.  
  451. {block:Video}
  452. {Video-500}<br>
  453. {PlayCountWithLabel}
  454. {/block:Video}
  455.  
  456.  
  457. {block:Link}
  458. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  459. {block:Description}{Description}{/block:Description}
  460. {/block:Link}
  461.  
  462. {block:Chat}
  463. {block:Lines}
  464. {block:Label}
  465. <br>{Label}
  466. {/block:Label}
  467. &nbsp;{Line}
  468. {/block:Lines}
  469. {/block:Chat}
  470.  
  471. {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>
  472. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  473. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  474. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  475. {/block:Audio}
  476.  
  477. {block:Answer}<img src="{AskerPortraitURL-40}" align="center" class="askborder"><div class="ask"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  478.  
  479.  
  480. <div id="details">
  481. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} 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>
  482. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  483. {/block:Posts}
  484. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  485. {/block:Posts}</div></div></div>
  486.  
  487.  
  488.  
  489.  
  490. </div>
  491.  
  492.  
  493. <span class="credit">
  494. <a href="http://tvd-themes.tumblr.com/" target="_blank" title="Theme By; K A T I A"> TVD THEMES </a>
  495. </span>
  496. </div>
  497. </body>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment