furyofthetimelords

theme 021

Jul 14th, 2014
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. <!-- theme 021 by lore @bluesargently. don't steal or use as a base -->
  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="#ffffff" />
  15. <meta name="color:post" content="#9ad7b9" />
  16. <meta name="color:sidebar" content="#e1e7ea" />
  17. <meta name="color:sidebarbg" content="#e1e7ea" />
  18. <meta name="color:description" content="#808080" />
  19. <meta name="color:text" content="#c0c0c0" />
  20. <meta name="color:link" content="#3d583d" />
  21.  
  22. <meta name="text:link1" content="" />
  23. <meta name="text:link1 url" content="/" />
  24. <meta name="text:link2" content="" />
  25. <meta name="text:link2 url" content="/" />
  26. <meta name="text:link3" content="" />
  27. <meta name="text:link3 url" content="/" />
  28.  
  29. <meta name="image:sidebar img" content="" />
  30. <meta name="image:sidebg" content="" />
  31. <meta name="image:background" content="" />
  32.  
  33. <style type="text/css">
  34.  
  35. body {
  36. background: {color:background};
  37. background-image: url('{image:background}');
  38. margin: 0;
  39. padding: 0;
  40. font-family: calibri;
  41. }
  42.  
  43. a{text-decoration:none;}
  44.  
  45.  
  46. a:link, a:active, a:visited{
  47. color:{color:link};
  48. text-decoration:none;
  49. font-style:italic;
  50. transition-duration: 0.8s;
  51. -moz-transition-duration: 0.8s;
  52. -webkit-transition-duration: 0.8s;
  53. -o-transition-duration: 0.8s;
  54. }
  55.  
  56. a:hover{
  57. color:{color:text};
  58. }
  59.  
  60. blockquote {
  61. border-left:5px solid {color:post};
  62. padding-left:5px;
  63. }
  64.  
  65. small {
  66. font-size:9px;
  67. }
  68.  
  69. big {
  70. font-size:11px;
  71. }
  72.  
  73. pre {
  74. width:495px;
  75. overflow:auto;
  76. }
  77.  
  78. code {
  79. width:495px;
  80. overflow:auto;
  81. }
  82.  
  83. ::-webkit-scrollbar-thumb:vertical {background-color:{color:sidebar};height:100px;}
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:sidebar};height:10px !important;}
  86.  
  87. ::-webkit-scrollbar { height:10px;width:10px; background-color:#fff;}
  88.  
  89. #title {
  90. font-family:calibri;
  91. color:{color:text};
  92. font-size:18px;
  93. font-style:italic;
  94. text-transform:uppercase;
  95. text-align:center;
  96. text-decoration:none;
  97. }
  98.  
  99.  
  100. #sidebar {
  101. position:fixed;
  102. height:100%;
  103. margin-left:150px;
  104. width:248px;
  105. padding-top:150px;
  106. background-color:{color:sidebarbg};
  107. background-image: url('{image:sidebg}')
  108. }
  109.  
  110.  
  111. #sidebarpic img {
  112. margin-top:10px;
  113. max-width:150px;
  114. height:auto;
  115. text-align:center;
  116. }
  117.  
  118. #description {
  119. margin-top:2px;
  120. width: 150px;
  121. font-size:11px;
  122. text-transform:uppercase;
  123. text-align:justify;
  124. color:{color:description};
  125. font-family:calibri;
  126. background-color:{color:sidebar};
  127. padding:5px;
  128. }
  129.  
  130. .linkyy a{
  131. display:block;
  132. width:140px;
  133. padding:5px;
  134. font-size:10px;
  135. margin-bottom:5px;
  136. text-transform:uppercase;
  137. background-color:{color:sidebar};
  138. border-bottom:1px solid {color:sidebar};
  139. border-top:1px solid {color:sidebar};
  140. }
  141.  
  142. .linkyy a:hover {
  143. background-color:transparent;
  144. width:238px;
  145. color:{color:link};
  146. }
  147.  
  148. .jump_page {
  149. padding: 2px 4px;
  150. background-color: {color:sidebar};
  151. color:{color:post};
  152. font-family:calibri;
  153. font-size:11px;
  154. text-decoration:none;
  155. }
  156.  
  157. .jump_page:hover {
  158. padding: 2px 4px;
  159. background-color: {color:post};
  160. color:{color:description};
  161. font-family:calibri;
  162. font-size:11px;
  163. text-decoration:none;
  164. }
  165.  
  166. .current_page {
  167. padding: 1px 3px;
  168. color: {color:background};
  169. font-family:calibri;
  170. font-size:11px;
  171. text-decoration:none;
  172. border-top:1px solid {color:post};
  173. border-bottom:1px solid {color:post};
  174. }
  175.  
  176. .question {
  177. width:490px;
  178. padding:10px;
  179. background-color:{color:post};
  180. }
  181.  
  182. #player {
  183. width:30px;
  184. height:30px;
  185. margin-left:40px;
  186. margin-top:35px;
  187. overflow:hidden;
  188. position:absolute;
  189. opacity: 0.7;
  190. filter:alpha(opacity=70);
  191. -moz-opacity: 0.7;
  192. -khtml-opacity: 0.7;
  193. }
  194.  
  195. #audi img{
  196. margin-left:-100px;
  197. float:left;
  198. width:100px;
  199. height:100px;
  200. margin-right:5px;
  201. background-color:{color:border};
  202. }
  203.  
  204. #audip img{
  205. float:left;
  206. width:100px;
  207. height:100px;
  208. background-color:{color:border};
  209. }
  210.  
  211. #audiod {
  212. width:400px;
  213. margin-left:100px;
  214. height:100px;
  215. font-size:15px;
  216. text-transform:uppercase;
  217. }
  218.  
  219. .chat ul {
  220. list-style: none;
  221. margin: 0;
  222. padding: 0;
  223. }
  224.  
  225. .chat li {
  226. color:{color:text};
  227. padding: 2px;
  228. }
  229.  
  230. .chat .odd {
  231. background-color:{color:post};
  232. color:{color:description};
  233. }
  234.  
  235. .chat .even {
  236. background-color:{color:background};
  237. }
  238.  
  239. #entry {
  240. font-size:10px;
  241. margin-right: 290px;
  242. margin-top:40px;
  243. float: right;
  244. text-align: justify;
  245. width:500px;
  246. }
  247.  
  248. #post {
  249. font-size:11px;
  250. padding: 5px;
  251. width: 500px;
  252. color:{color:text};
  253. text-align: justify;
  254. }
  255.  
  256. #info {
  257. border-top:1px solid {color:post};
  258. }
  259.  
  260. .na {
  261. float:right;
  262. }
  263.  
  264.  
  265.  
  266.  
  267. {CustomCSS}
  268. </style>
  269. </head>
  270.  
  271. <body>
  272.  
  273. <div id="sidebar">
  274. <center>
  275. <div id="sidebarpic"><a href="/"><img src="{image:sidebar img}"/></a></div>
  276. <div id="description">{block:Description}{Description}{/block:Description}</div>
  277. <center>
  278. {block:Pagination}
  279. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  280. {block:JumpPagination length="5"}
  281. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  282. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  283. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  284. {/block:Pagination}
  285. </center>
  286. <br>
  287. <div class="linkyy"><a href="/">index</a> <a href="/ask">ask</a> {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} <a href="http://bluesargently.tumblr.com">theme</a></div>
  288. </div>
  289.  
  290.  
  291.  
  292. <div id="entry">
  293. {block:Posts}
  294. <div id="post">
  295.  
  296. {block:Text}<div id="title">{Title}</div>{Body}{/block:Text}
  297.  
  298. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  299.  
  300. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title"><h2>{Name}</h2></div></a>
  301. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  302.  
  303. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  304. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  305.  
  306. {block:Chat}
  307. {block:Title}<div class="title">{Title}</div>{/block:Title}<br>
  308. <div class="chat">
  309. <ul>
  310. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  311. </ul>
  312. </div>
  313. {/block:Chat}
  314.  
  315. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  316.  
  317. {block:Answer}
  318. <div class="question">
  319. <center><b>{Asker}</b> asked:</center><br>
  320. {Question}</div>{Answer}
  321. {/block:Answer}
  322.  
  323.  
  324.  
  325. {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}
  326. <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>
  327. {block:Caption}{Caption}{/block:Caption}
  328. {/block:Audio}
  329.  
  330. <div id="info"><a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}{block:NoteCount} // <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <div class="na">{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>
  331. {block:ContentSource} // <a href="{SourceURL}">origin</a>{block:ContentSource}{/block:RebloggedFrom}</div><br>
  332. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  333. {/block:Posts}
  334.  
  335. {block:PostNotes}{PostNotes}{/block:PostNotes}
  336.  
  337. </div>
  338.  
  339. </body>
  340.  
  341. </html>
Advertisement
Add Comment
Please, Sign In to add comment