TVD-PS

THEME "S M I L E"

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