Advertisement
TVD-PS

THEME "Allergy"

Apr 25th, 2015
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. ------------------------------
  5. @BARBIE THEMES | TUMBLR
  6. ------------------------------
  7.  
  8. ▒█▀▀█ █▀▀█ █▀▀█ █▀▀▄ ░▀░ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  9. ▒█▀▀▄ █▄▄█ █▄▄▀ █▀▀▄ ▀█▀ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  10. ▒█▄▄█ ▀░░▀ ▀░▀▀ ▀▀▀░ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  11.  
  12.  
  13. "Allergy"
  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="#222222">
  44. <meta name="color:italic"content="#dcecf5">
  45. <meta name="color:text"content="#cccccc">
  46. <meta name="color:link"content="#000000">
  47. <meta name="color:post"content="#ffffff">
  48. <meta name="color:hover"content="#bbe4d0">
  49. <meta name="color:scrollbar" content="#222222" />
  50. <meta name="color:background"content="#fff">
  51. <meta name="color:Border Image"content="#cccccc"/>
  52.  
  53.  
  54.  
  55.  
  56. <meta name="image:sidebar"content="">
  57.  
  58.  
  59.  
  60.  
  61. <meta name="text:link1"content="Link1">
  62. <meta name="text:link2"content="Link2">
  63. <meta name="text:link3"content="Link3">
  64. <meta name="text:link4"content="Link4">
  65. <meta name="text:link1 url"content="/">
  66. <meta name="text:link2 url"content="/">
  67. <meta name="text:link3 url"content="/">
  68. <meta name="text:link4 url"content="/">
  69.  
  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:arial;
  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:arial;
  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: 400px;
  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:450px;
  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:8px;
  176.  
  177.  
  178.  
  179.  
  180. }
  181.  
  182.  
  183. #pagi{
  184. width:100px;
  185. font-size:9px;
  186. text-align:center;
  187. margin-left:230px;
  188. margin-top:200px;
  189. position:fixed;
  190. font-family:cambria;
  191. letter-spacing:0px;
  192. border:1px;
  193. }
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201. /* --- SIDEBAR ---*/
  202.  
  203. #sidebar {
  204. margin-top:-60px;
  205. margin-left:-400px;
  206. position:fixed;
  207. width:320px;
  208. height:500px;
  209. border:0px solid {color:border sidebar};
  210. height:1000%;
  211. text-shadow: 0px 0px 0px {color:links};
  212. background-image:url('{image:sidebar image}');
  213. background-color:{color:sidebar};
  214.  
  215.  
  216. }
  217.  
  218.  
  219.  
  220.  
  221. #sidebar img {
  222. margin-top:280px;
  223. margin-left:580px;
  224. border: 1px
  225. dotted {color:Border Image};
  226. width:230px;
  227. height:130px;
  228. padding:2px;
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236. }
  237.  
  238. #sidebar img:hover {
  239. opacity:0.7;
  240. -moz-transition-duration:0.6s;
  241. -webkit-transition-duration:0.6s;
  242. -o-transition-duration:0.6s;
  243. }
  244.  
  245.  
  246.  
  247. #description {
  248. width:230px;
  249. height:100px;
  250. margin-left:570px;
  251. margin-top:5px;
  252. text-align:justify;
  253. font-weight:normal;
  254. line-height:100%;
  255. font-family:calibri;
  256. font-style:normal;
  257. font-size:10px;
  258. padding-top:0px;
  259. border:0px solid {color:border description};
  260. padding:9px;
  261.  
  262.  
  263. }
  264.  
  265.  
  266.  
  267. .links {
  268. width:80px;
  269. margin-top:-165px;
  270. font-family:calibri;
  271. font-size:8px;
  272. letter-spacing:0px;
  273. text-transform:italic;
  274. font-style:normal;
  275. position:fixed;
  276. text-align:left;
  277. margin-left:480px;
  278. height:30px;
  279. z-index:5;
  280. opacity:1;
  281. -webkit-transition: all 0.5s ease-in-out;
  282. -moz-transition: all 0.5s ease-in-out;
  283. -o-transition: all 0.5s ease-in-out;
  284. }
  285.  
  286. .links a{
  287. display:block;
  288. padding:4.5px 8px 8px 8px;
  289. background-color:{color:background};
  290. border-bottom:1px dotted #ccc;
  291. margin-top:4px;
  292. color:{color:navlink};
  293. }
  294.  
  295. .links a:hover{
  296. letter-spacing:3px;
  297. background-color:{color:background};
  298. font-style:italic;
  299. -webkit-transition: all 0.5s ease-in-out;
  300. -moz-transition: all 0.5s ease-in-out;
  301. -o-transition: all 0.5s ease-in-out;
  302. }
  303.  
  304. /*POST INFO*/
  305.  
  306. #postage {
  307. width:500px;
  308. text-align:left;
  309. font-family:arial;
  310. margin-top:3px;
  311. letter-spacing:1px;
  312. font-size:8px;
  313. font-style:none;
  314. padding:1px;
  315. line-height:10px;
  316. text-transform:uppercase;
  317. border-top:1px dotted;
  318. border-color:{color:Border};
  319. }
  320.  
  321. #postage a {
  322. text-align:center;
  323. color:{color:Post Links};
  324. }
  325.  
  326. #info a:hover {
  327. -moz-transition-duration:0.3s;
  328. -webkit-transition-duration:0.3s;
  329. -o-transition-duration:0.3s;
  330. color:{color:Hover}
  331. }
  332.  
  333. #tags {
  334. float:left;
  335. width:489px;
  336. margin-top:-7px;
  337. margin-left:-5px;
  338. text-align:left;
  339. font-size:7px;
  340. padding:5px;
  341. font-size:8px;
  342. opacity:1;
  343. transition-duration: 0.5s;
  344. -moz-transition-duration: 0.5s;
  345. -webkit-transition-duration: 0.5s;
  346. -o-transition-duration: 0.5s
  347. color:{color:Post Links};
  348. }
  349.  
  350. #tags a {
  351. letter-spacing:0px;
  352. font-size:8px;
  353. text-align:center;
  354. font-family:arial;
  355. text-decoration:none;
  356. display:inline-block;
  357. color:#ddd;
  358. }
  359.  
  360. #tags a:hover {
  361. background-color:#fff;
  362. -moz-transition-duration:0.3s;
  363. -webkit-transition-duration:0.3s;
  364. -o-transition-duration:0.3s;
  365. color:{color:Hover};
  366. }
  367.  
  368.  
  369. .credit, .credit a {
  370. width:10px;
  371. height:10px;
  372. bottom:10px;
  373. right:20px;
  374. padding:4px;
  375. font-size:8px;
  376. letter-spacing:0px;
  377. color:#000;
  378. line-height:8px;
  379. position:fixed;
  380. text-align:center;
  381. color:{color:Tags Text Colour};
  382. font-family:arial;
  383. text-transform:uppercase;
  384. background-color:{color:000;};
  385. border:1; solid {color:Border};
  386. -webkit-transition: all 0.5s ease-in-out;
  387. -moz-transition: all 0.5s ease-in-out;
  388. -o-transition: all 0.5s ease-in-out;
  389. transition: all 0.5s ease-in-out;
  390. }
  391.  
  392. .credit a:hover {
  393. -webkit-transition: all 0.5s ease-in-out;
  394. -moz-transition: all 0.5s ease-in-out;
  395. -o-transition: all 0.5s ease-in-out;
  396. transition: all 0.5s ease-in-out;
  397.  
  398. }
  399.  
  400.  
  401.  
  402. {CustomCSS}</style>
  403.  
  404.  
  405.  
  406. </div>
  407.  
  408. </head>
  409. <body>
  410. <div id="sidebar">
  411. <center>
  412. <img src="{image:sidebar}">
  413. <div class="links">
  414. <a href="/">●Home</a>
  415. <a href="/ask"> ●Ask</a>
  416. <a href="{text:link1 url}">{text:link1}</a>
  417. <a href="{text:link2 url}">{text:link2}</a>
  418. <a href="{text:link3 url}">{text:link3}</a>
  419. <a href="{text:link4 url}">{text:link4}</a>
  420.  
  421. </div
  422.  
  423.  
  424. </center>
  425.  
  426. {block:Text}
  427. <h1>{block:Title}{Title}{/block:Title}</h1>
  428. {Body}
  429. {/block:Text}
  430.  
  431. <div id="description">
  432. {description}
  433. </div>
  434. </div>
  435.  
  436. {block:Pagination}<div id="pagi">
  437. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  438. {block:JumpPagination length="3"}
  439. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  440. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  441. {/block:JumpPagination}
  442. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  443. </div>{/block:Pagination}
  444. <div id="entries">
  445.  
  446. {block:Posts}
  447.  
  448. <div id="post">
  449.  
  450.  
  451. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  452.  
  453. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  454.  
  455. {block:Photoset}<center>{Photoset-500}</center>
  456. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  457.  
  458.  
  459. {block:Quote}
  460. <h2>{Quote}</h2>
  461. <div align="right">
  462. {block:Source}<h1>-{Source}</h1>{/block:Source}
  463. </div>
  464. {/block:Quote}
  465.  
  466.  
  467. {block:Video}
  468. {Video-500}<br>
  469. {PlayCountWithLabel}
  470. {/block:Video}
  471.  
  472.  
  473. {block:Link}
  474. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a><BR>
  475. {block:Description}{Description}{/block:Description}
  476. {/block:Link}
  477.  
  478. {block:Chat}
  479. {block:Lines}
  480. {block:Label}
  481. <br>{Label}
  482. {/block:Label}
  483. &nbsp;{Line}
  484. {/block:Lines}
  485. {/block:Chat}
  486.  
  487. {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>
  488. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  489. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  490. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  491. {/block:Audio}
  492.  
  493. {block:Answer}
  494. <br>
  495. <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;">
  496. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #000000; border-radius: 1px;"/>
  497. <askk>{Asker}</askk>: {Question}<br></div>
  498. <div style="font-family: arial; font-size: 12px;">
  499. {Answer}
  500. </div>
  501. {/block:Answer}
  502.  
  503. <div id="postage">
  504. <a href="{Permalink}">{Month} {DayOfMonth}</a> —
  505. {block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} / {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>){/block:ContentSource}
  506. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  507. — {NoteCountWithLabel}</a>
  508. {block:HasTags}<div id="tags">
  509.  
  510. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  511. </div>{block:HasTags}
  512. </div>
  513. </div>
  514. {/block:Posts}
  515. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  516. {/block:Posts}</div></div></div>
  517. <br><br><br><br>
  518.  
  519.  
  520.  
  521.  
  522.  
  523. </div>
  524. <span class="credit">
  525. <a href="http://barbie-themes.tumblr.com/" target="_blank" title="Theme By; K A T I A"> BARBIE THEMES </a>
  526. </span>
  527. </body>
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement