Advertisement
TVD-PS

THEME "no title"

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