TVD-PS

THEME "Universe"

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