TVD-PS

THEME "PORCELAIN"

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