Advertisement
TVD-PS

THEME "GO GUNNERS"

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