TVD-PS

THEME "Butterfly"

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