furyofthetimelords

theme 022

Jun 5th, 2015
929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 KB | None | 0 0
  1. <!-- theme 022 by lore @bluesargently, dont't steal or claim as your own -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13.  
  14. <meta name="color:background" content="#f0f8fc" />
  15. <meta name="color:post" content="#1c2c36" />
  16. <meta name="color:sidebar" content="#212728" />
  17. <meta name="color:description" content="#a5b1b3" />
  18. <meta name="color:text" content="#5a6b76" />
  19. <meta name="color:link" content="#667779" />
  20. <meta name="color:navbar" content="#050908" />
  21.  
  22. <meta name="text:subtitle" content="" />
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 url" content="/" />
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/" />
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/" />
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/" />
  31.  
  32. <meta name="image:sidebar" content="" />
  33. <meta name="image:background" content="" />
  34. <meta name="image:navbar" content="" />
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39. background: {color:background};
  40. background-image: url('{image:background}');
  41. margin: 0;
  42. padding: 0;
  43. font-family: arial;
  44. font-size:11px;
  45. }
  46.  
  47. a{text-decoration:none;}
  48.  
  49. a{text-decoration:none;}
  50.  
  51. a:link, a:active, a:visited{
  52. color:{color:link};
  53. text-decoration:none;
  54. font-style:italic;
  55. transition-duration: 0.8s;
  56. ease-in:0.8s;
  57. -moz-transition-duration: 0.8s;
  58. -webkit-transition-duration: 0.8s;
  59. -o-transition-duration: 0.8s;
  60.  
  61. }
  62.  
  63. a:hover{
  64. color:{color:description};
  65. }
  66.  
  67. blockquote {
  68. border-left:5px solid {color:post};
  69. padding-left:5px;
  70. }
  71.  
  72. small {
  73. font-size:9px;
  74. }
  75.  
  76. big {
  77. font-size:11px;
  78. }
  79.  
  80. pre {
  81. width:495px;
  82. overflow:auto;
  83. }
  84.  
  85. code {
  86. width:495px;
  87. overflow:auto;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {background-color:{color:sidebar};height:100px;}
  91.  
  92. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:sidebar};height:10px !important;}
  93.  
  94. ::-webkit-scrollbar { height:10px;width:10px;}
  95.  
  96.  
  97. #title {
  98. font-family:arial;
  99. color:{color:text};
  100. font-size:18px;
  101. font-style:italic;
  102. text-align:center;
  103. text-decoration:none;
  104. text-transform:uppercase;
  105. }
  106.  
  107.  
  108.  
  109. #navbar {
  110. position:fixed;
  111. margin-left:160px;
  112. width:190px;
  113. padding:5px;
  114. height:100%;
  115. background-color:{color:navbar};
  116. background-image: url('{image:navbar}');
  117. background-repeat:no-repeat;
  118. }
  119.  
  120. #titleb {
  121. margin-top:250px;
  122. margin-bottom:10px;
  123. font-family:arial;
  124. color:{color:text};
  125. font-size:15px;
  126. text-align:center;
  127. font-style:italic;
  128. text-decoration:none;
  129. }
  130.  
  131. #subt {
  132. margin-top:-5px;
  133. margin-bottom:10px;
  134. font-family:calibri;
  135. font-size:12px;
  136. text-align:center;
  137. font-style:italic;
  138. color:{color:description};
  139. letter-spacing:2px;
  140. }
  141.  
  142. .linkk a{
  143. display:block;
  144. width:150px;
  145. padding:5px;
  146. margin-bottom:5px;
  147. color:{color:link};
  148. text-transform:uppercase;
  149. font-size:10px;
  150. letter-spacing:3px;
  151. font-style:italic;
  152. text-align:center;
  153. background-color:{color:sidebar};
  154. }
  155.  
  156. .linkk a:hover {
  157. color:{color:description};
  158. letter-spacing:5px;
  159. }
  160.  
  161.  
  162. #sidebar {
  163. position:fixed;
  164. height:100%;
  165. width:150px;
  166. padding:5px;
  167. background-color:{color:sidebar};
  168. }
  169.  
  170.  
  171. #sidebarpic img {
  172. margin-top:150px;
  173. margin-bottom:20px;
  174. max-width:75px;
  175. height:auto;
  176. text-align:center;
  177. border-radius:75px;
  178. }
  179.  
  180. #description {
  181. margin-top:2px;
  182. width: 100px;
  183. font-size:12px;
  184. margin-bottom:10px;
  185. text-align:justify;
  186. color:{color:description};
  187. font-family:arial;
  188. }
  189.  
  190. .jump_page {
  191. padding: 2px 4px;
  192. background-color: {color:sidebar};
  193. color:{color:link};
  194. font-family:arial;
  195. font-size:11px;
  196. text-decoration:none;
  197. }
  198.  
  199. .jump_page:hover {
  200. padding: 2px 4px;
  201. color:{color:text};
  202. font-family:arial;
  203. font-size:11px;
  204. text-decoration:none;
  205. background-color: none;
  206. }
  207.  
  208. .current_page {
  209. padding: 2px 4px;
  210. color: {color:text};
  211. font-family:arial;
  212. font-size:11px;
  213. text-decoration:none;
  214. }
  215.  
  216. #player {
  217. width:30px;
  218. height:30px;
  219. overflow:hidden;
  220. position:absolute;
  221. margin-left:40px;
  222. margin-top:35px;
  223. opacity: 0.7;
  224. filter:alpha(opacity=70);
  225. -moz-opacity: 0.7;
  226. -khtml-opacity: 0.7;
  227. }
  228.  
  229. #audi img{
  230. margin-left:-100px;
  231. float:left;
  232. width:100px;
  233. height:100px;
  234. margin-right:5px;
  235. background-color:{color:border};
  236. }
  237.  
  238. #audip img{
  239. float:left;
  240. width:100px;
  241. height:100px;
  242. margin-right:5px;
  243. background-color:{color:border};
  244. }
  245.  
  246. #audiod {
  247. background-color:{color:post};
  248. width:390px;
  249. margin-left:100px;
  250. height:90px;
  251. text-transform:uppercase;
  252. font-size:18px;
  253. padding:5px;
  254. }
  255.  
  256. .chat ul {
  257. list-style: none;
  258. margin: 0;
  259. padding: 0;
  260. }
  261.  
  262. .chat li {
  263. font-size:12px;
  264. padding: 2px;
  265. }
  266.  
  267. .chat .odd {
  268. color:{color:description};
  269. }
  270.  
  271. .chat .even {
  272. color:{color:text};
  273. }
  274.  
  275. .question {
  276. width:490px;
  277. padding:10px;
  278. color:{color:description};
  279. font-size:12px;
  280. background-color:{color:post};
  281. }
  282.  
  283.  
  284. #entry {
  285. font-size:11.5px;
  286. margin-left: 520px;
  287. margin-top:40px;
  288. width:500px;
  289. float: left;
  290. text-align: justify;
  291. }
  292.  
  293. #post {
  294. font-size:11.5px;
  295. padding: 5px;
  296. width: 500px;
  297. color:{color:text};
  298. text-align: justify;
  299. }
  300.  
  301. #info {
  302. margin-top:1px;
  303. width:490px;
  304. padding:2px;
  305. border-top: 1px solid {color:post};
  306. }
  307.  
  308. #tagd {
  309. width:500px;
  310. padding:1px;
  311. margin-top:1px;
  312. }
  313.  
  314.  
  315.  
  316. {CustomCSS}
  317. </style>
  318.  
  319.  
  320. </head>
  321.  
  322. <body>
  323.  
  324. <div id="navbar">
  325. <div id="titleb"><b>{Title}</b></div>
  326. <div id="subt">{text:subtitle}</div>
  327. <center>
  328. <div class="linkk">
  329. <a href="/">home</a>
  330. <a href="/ask">ask</a>
  331. {block:ifLink1}<a href="{text:link1 URL}">{text:link1}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:link2 URL}">{text:link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:link3 URL}">{text:link3}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:link4 URL}">{text:link4}</a>{/block:ifLink4} <a href="http://bluesargently.tumblr.com">theme</a>
  332. </div>
  333. </center>
  334. </div>
  335.  
  336. <div id="sidebar">
  337. <center>
  338. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"/></a></div>
  339. <div id="description">{block:Description}{Description}{/block:Description}</div>
  340. {block:Pagination}
  341. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  342. {block:JumpPagination length="5"}
  343. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  344. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  345. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  346. {/block:Pagination}
  347. </center>
  348. </div>
  349.  
  350.  
  351. <div id="entry">
  352. {block:Posts}
  353. <div id="post">
  354.  
  355. {block:Text}
  356. <div id="title">{Title}</div>
  357. {Body}
  358. {/block:Text}
  359.  
  360. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  361.  
  362. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title"><h2>{Name}</h2></div></a>
  363. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  364.  
  365.  
  366. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Chat}
  371. {block:Title}<div id="title">{Title}</div>{/block:Title}<br>
  372. <div class="chat">
  373. <ul>
  374. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  375. </ul>
  376. </div>
  377. {/block:Chat}
  378.  
  379.  
  380. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  381.  
  382. {block:Answer}
  383. <div class="question">
  384. <b>{Asker}</b> asked:<br>
  385. {Question}</div>{Answer}
  386. {/block:Answer}
  387.  
  388.  
  389.  
  390. {block:Audio}<div id="audip"><img src="http://fc08.deviantart.net/fs71/f/2011/185/f/9/no_cover_itunes_by_stainless2-d3kxnbe.png"></div><span class="audio">{block:AlbumArt}<div id="audi"><image src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
  391. <div id= "player">{AudioPlayerBlack}</div> <div id="audiod"><center>{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName} {block:Artist}<br><em>{Artist}</em>{/block:Artist} {block:PlayCount}<br>{PlayCount} {/block:PlayCount}</div></center></span>
  392. {block:Caption}{Caption}{/block:Caption}
  393. {/block:Audio}
  394.  
  395. <div id="info"><a href="{Permalink}" title="{TimeAgo}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} + <a href="{ReblogParentURL}">via</a>
  396. {block:ContentSource} + <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}
  397. <br></div>
  398. <div id="tagd">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  399. {/block:Posts}
  400.  
  401. {block:PostNotes}{PostNotes}{/block:PostNotes}
  402.  
  403. </div>
  404.  
  405. </body>
  406.  
  407. </html>
Advertisement
Add Comment
Please, Sign In to add comment