TVD-PS

THEME "treacherous butterfly"

Jan 15th, 2015
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. ------------------------------
  5. @TVD THEMES | TUMBLR
  6. ------------------------------
  7.  
  8. "treacherous butterfly"
  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.  
  38. <meta name="color:bold"content="#fff">
  39. <meta name="color:italic"content="#fff">
  40. <meta name="color:text"content="#000">
  41. <meta name="color:link"content="#000">
  42. <meta name="color:post"content="#fff">
  43. <meta name="color:hover"content="#fff">
  44. <meta name="color:scrollbar" content="" />
  45. <meta name="color:background"content="#fff">
  46. <meta name="color:BG color"content="#fff">
  47. <meta name="color:scrollbarbg"content="#fff">
  48.  
  49.  
  50. <meta name="image:sidebar"content="">
  51.  
  52.  
  53. <meta name="text:link1"content="home">
  54. <meta name="text:link2"content="ask">
  55. <meta name="text:link3"content="nav">
  56. <meta name="text:link4"content="nav">
  57. <meta name="text:link1 url"content="/">
  58. <meta name="text:link2 url"content="/">
  59. <meta name="text:link3 url"content="/">
  60. <meta name="text:link4 url"content="/">
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66.  
  67.  
  68. /*--Scrollbar--*/
  69. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:15px}
  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. body{
  76. color:{color:text};
  77. font-family:arial;
  78. font-size:10px;
  79. background:{color:background} url('{image:bg}') top left fixed repeat;
  80.  
  81. }
  82.  
  83.  
  84.  
  85. h1 {
  86. font-family:arial;
  87. font-size:15px;text-align:;
  88. font-style:normal;
  89. line-height:80%;
  90. letter-spacing:1px;
  91. border:0px solid {color:border};
  92. background-color:{color:000000};
  93. padding:6px;
  94. font-weight:arial;
  95.  
  96.  
  97. }
  98.  
  99.  
  100. h2 {
  101. font-family:arial;
  102. font-size:19px;
  103. text-align:left;
  104. font-style:normal;
  105. line-height:80%;
  106. border:0px
  107. solid {color:border};
  108. letter-spacing:1px;
  109. background-color:{color:000000};
  110. padding:6px;
  111. font-weight:arial;
  112.  
  113. }
  114.  
  115.  
  116. blockquote {
  117. width: 400px;
  118. font-size:9px;
  119. text-transform: normal;
  120. line-height:10px;
  121. margin-left:0px;
  122. padding: 4px;
  123. padding-left:9px;
  124. border-left: 2px solid #848484;
  125. color: {color:text};
  126. }
  127.  
  128.  
  129. b { font-weight:bold;
  130. color:{color:bold}; }
  131. i { font-weight:arial;
  132. color:{color:italic}; }
  133. u {text-decoration:none;
  134. border-bottom:0px solid {color:text}; }
  135.  
  136. a { color:{color:link};
  137. font-family:arial;
  138. text-decoration:none;-moz-transition-duration:0.5s;
  139. -webkit-transition-duration:0.5s;
  140. -o-transition-duration:0.5s;}
  141. a:hover {color:{color:hover};}
  142.  
  143. #entries{
  144. width:515px;
  145. margin-left:400px;
  146. position:absolute;
  147. }
  148.  
  149. #post{
  150. padding:19px;
  151. background-color:{color:post};
  152. border:0px solid {color:border};
  153. width:500px;
  154. float:left;
  155. margin:8px;
  156. }
  157.  
  158. #post img:hover {
  159. opacity:0.7;
  160. -moz-transition-duration:0.6s;
  161. -webkit-transition-duration:0.6s;
  162. -o-transition-duration:0.6s;
  163. }
  164.  
  165.  
  166.  
  167. .pagi {
  168. border:0px solid {color:000000};display:inline-block;
  169. background-color:{color:description};
  170. margin-top:480px;
  171. margin-left:150px;
  172. position:fixed;
  173. padding:1px;
  174. font-family:arial;
  175. font-size:9px;
  176. }
  177.  
  178. .pagi a {
  179. color:{color:link};
  180.  
  181.  
  182. }
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189. /* --- SIDEBAR ---*/
  190.  
  191. #sidebar {margin-top:-30px;
  192. margin-left:-140px;
  193. position:fixed;
  194. width:120px;
  195. height:680px;
  196. border:0px
  197. solid {color:border};
  198. height:1000%;
  199. background: url({image:Sidebar Image});
  200. background-color:{color:sidebar};
  201.  
  202.  
  203. }
  204.  
  205.  
  206.  
  207. #sidebar img {
  208. margin-top:170px;
  209. margin-left:250px;
  210. border: 0px
  211. solid {color:border};
  212. width:220px;
  213. height:120px;
  214. padding:0px;
  215.  
  216.  
  217.  
  218.  
  219. }
  220.  
  221. #sidebar img:hover {
  222. opacity:0.7;
  223. -moz-transition-duration:0.6s;
  224. -webkit-transition-duration:0.6s;
  225. -o-transition-duration:0.6s;
  226. }
  227.  
  228.  
  229. #description {
  230. width:219px;
  231. height:164px;
  232. margin-left:250px;
  233. margin-top: 0;
  234. text-align:justify;
  235. font-weight:normal;
  236. line-height:100%;
  237. font-family:calibri;
  238. font-style:normal;
  239. font-size:10px;
  240. padding-top:0px;
  241.  
  242. }
  243.  
  244.  
  245.  
  246.  
  247. #links {
  248. font-family:calibri;
  249. z-index:5;
  250. text-transform:uppercase;
  251. position:fixed;
  252. text-align:center;
  253. width:130px;
  254. padding:3px;
  255. margin-left:250px;
  256. margin-top:80px;
  257. font-size:7px;
  258. height:40px;
  259. letter-spacing:0px;
  260. opacity:1;
  261. -webkit-transition: all 0.5s ease-in-out;
  262. -moz-transition: all 0.5s ease-in-out;
  263. -o-transition: all 0.5s ease-in-out;
  264. }
  265.  
  266. #links a {
  267. display:block;
  268. background-color:{color:BG color};
  269. padding:4.5px 3px 3px 3px;
  270. border-bottom:2px solid #ccc;
  271. margin-top:4px;
  272. color:{color:navlink};
  273. }
  274.  
  275. #links a:hover {
  276. background-color:{color:hover};;
  277. letter-spacing:3px;
  278. color:{color:text};
  279. font-style:italic;
  280. -webkit-transition: all 0.5s ease-in-out;
  281. -moz-transition: all 0.5s ease-in-out;
  282. -o-transition: all 0.5s ease-in-out;
  283. }
  284.  
  285. #postinfo {
  286. padding:2px;
  287. margin-top:12px;
  288. font-size:10px;
  289. color:{color:#text};
  290. text-transform:lowercase;
  291. font-style:italic;
  292. letter-spacing:1px;
  293. text-align:left;
  294. border-top:1px solid {color:border};
  295. -moz-transition-duration:0.5s;
  296. -webkit-transition-duration:0.5s;
  297. -o-transition-duration:0.5s;
  298. }
  299.  
  300. #postinfo a {
  301. color:{color:link};
  302. font-style:italic;
  303. letter-spacing:1px;
  304. }
  305.  
  306. #postinfo a:hover {
  307. color:{color:hover};
  308. }
  309.  
  310.  
  311.  
  312. #postinfo {
  313. width:500px;
  314. padding:3px;
  315. font-size:9px;
  316. color:{color:link};
  317. text-transform:lowercase;
  318. font-style:normal;
  319. letter-spacing:2px;
  320. text-align:left;
  321. border-top:1px dotted {color:border};
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. #postinfo a {
  328. color:{color:link};
  329. text-align:center;
  330. letter-spacing:1px;
  331. font-style:normal;
  332. }
  333.  
  334. #postinfo a:hover {
  335. color:{color:hover};
  336. }
  337.  
  338. #tags {
  339. text-align:left;
  340. font-size:10px;
  341. font:calibri;
  342. }
  343.  
  344. .note {
  345. text-transform:lowercase;
  346. font-style:normal;
  347. letter-spacing:0px;
  348. font-size: 9px;
  349. text-align:left;
  350. line-height:90%;
  351. margin-left:200px;
  352. padding-bottom:-10px;
  353. }
  354.  
  355. .note li {
  356. list-style-type:none;
  357. padding:10px 25px 10px 25px;
  358. text-align:left;
  359. margin:0px;
  360. -moz-transition-duration:0.5s;
  361. -webkit-transition-duration:0.5s;
  362. -o-transition-duration:0.5s;
  363. }
  364.  
  365.  
  366. .credit, .credit a {
  367. width:10px;
  368. height:10px;
  369. bottom:10px;
  370. right:20px;
  371. padding:4px;
  372. font-size:8px;
  373. letter-spacing:0px;
  374. color:#000;
  375. line-height:8px;
  376. position:fixed;
  377. text-align:center;
  378. color:{color:Tags Text Colour};
  379. font-family:arial;
  380. text-transform:uppercase;
  381. background-color:{color:000;};
  382. border:1; solid {color:Border};
  383. -webkit-transition: all 0.5s ease-in-out;
  384. -moz-transition: all 0.5s ease-in-out;
  385. -o-transition: all 0.5s ease-in-out;
  386. transition: all 0.5s ease-in-out;
  387. }
  388.  
  389. .credit a:hover {
  390. -webkit-transition: all 0.5s ease-in-out;
  391. -moz-transition: all 0.5s ease-in-out;
  392. -o-transition: all 0.5s ease-in-out;
  393. transition: all 0.5s ease-in-out;
  394.  
  395. }
  396.  
  397. .question {
  398. display:block;
  399. padding:5px; /*padding of the question block*/
  400. text-align:left; /*other possibilities: right, center, or justify*/
  401. font-size:12px; /*font-size of the question*/
  402. font-family:cambria, serif; /*font family of the question*/
  403. font-style:italic; /*style of the question*/
  404. min-height:40px; /*minimum height of the question block*/
  405. color:#000000; /*color of the question*/
  406. background-color:#ffffff; /*bg color of the question block*/}
  407.  
  408. .question img {
  409. float:left; /*the text of the questions flows around the image*/
  410. margin-right:1px; /*margin between asker image and text*/
  411. margin-bottom:1px; /*margin between asker image and text*/}
  412.  
  413. {CustomCSS}</style>
  414.  
  415. </head>
  416. <body>
  417. <div id="sidebar">
  418. <center>
  419. <img src="{image:sidebar}">
  420. <div id="links">
  421. <a href="/">✘Home</a>
  422. <a href="/ask">✘Ask</a>
  423. <a href="{text:link1 url}">{text:link1}</a>
  424. <a href="{text:link2 url}">{text:link2}</a>
  425. <a href="{text:link3 url}">{text:link3}</a>
  426. <a href="{text:link4 url}">{text:link4}</a>
  427. </div>
  428.  
  429.  
  430. </center>
  431.  
  432. <div id="description">
  433. {description}
  434. </div>
  435. </div>
  436.  
  437. {block:Pagination}
  438. <div class="pagi">
  439. {block:PreviousPage}
  440. <a href="{PreviousPage}">Back</a>
  441. {/block:PreviousPage} —
  442. {block:NextPage}
  443. <a href="{NextPage}">Next</a>
  444. {/block:NextPage}
  445. </div>
  446. {/block:Pagination}
  447. </div>
  448. <div id="entries">
  449.  
  450. {block:Posts}
  451.  
  452. <div id="post">
  453.  
  454.  
  455. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  456.  
  457. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  458.  
  459. {block:Photoset}<center>{Photoset-500}</center>
  460. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  461.  
  462.  
  463. {block:Quote}
  464. <h2>{Quote}</h2>
  465. <div align="right">
  466. {block:Source}<h1>-{Source}</h1>{/block:Source}
  467. </div>
  468. {/block:Quote}
  469.  
  470.  
  471. {block:Video}
  472. {Video-500}<br>
  473. {PlayCountWithLabel}
  474. {/block:Video}
  475.  
  476.  
  477. {block:Link}
  478. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  479. {block:Description}{Description}{/block:Description}
  480. {/block:Link}
  481.  
  482. {block:Chat}
  483. {block:Lines}
  484. {block:Label}
  485. <br>{Label}
  486. {/block:Label}
  487. &nbsp;{Line}
  488. {/block:Lines}
  489. {/block:Chat}
  490.  
  491. {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>
  492. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  493. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  494. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  495. {/block:Audio}
  496.  
  497.  
  498. {block:Answer}
  499.  
  500. <div class="question"><img src="{AskerPortraitURL-30}"/> {Asker} Asked: {Question}</div>
  501. <div class="text">{Answer}</div>
  502.  
  503. {/block:Answer}
  504. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  505. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  506. </div>
  507. {/block:Posts}
  508.  
  509. {block:PostNotes}
  510. {PostNotes}
  511. {/block:PostNotes}
  512.  
  513. </div>
  514.  
  515. </div>
  516.  
  517.  
  518. </div>
  519.  
  520. </div>
  521. <span class="credit">
  522. <a href="http://tvd-themes.tumblr.com/" target="_blank" title="Theme By; K A T I A"> TVD THEMES </a>
  523. </span>
  524. </body>
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment