bshit

Rude theme

Jun 10th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!---DO NOT STEAL/TAKE THE CREDIT OFF
  12. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:Sidebar Links bg" content="#b8b8b8"/>
  17. <meta name="color:DescriptionText" content="#b8b8b8"/>
  18. <meta name="color:Border" content="#dddddd"/>
  19. <meta name="color:Blockquote" content="#fffff"/>
  20. <meta name="color:Bqborder" content="#b8b8b8"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Scrollbar" content="#000000"/>
  23. <meta name="color:ScrollbarBg" content="#ffffff"/>
  24. <meta name="color:Post Links" content="#c0bfbf"/>
  25. <meta name="color:askk" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:askbg" content=""/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 url" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 url" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 url" content="" />
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar-thumb {
  40. height:auto;
  41. background-color:{color:Scrollbar};
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:7px;
  46. width:4px;
  47. background-color:{color:ScrollbarBg};
  48. }
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family: 'Spaced Out'';
  55. font-size:10px;
  56. line-height:100%;
  57. letter-spacing:0px;
  58. text-align:justify;
  59. background-image:url('{image:Background}');
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:Post Links};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding:3px;
  75. padding-left:10px;
  76. border-right:4px solid {color:Bqborder};
  77. border-bottom:4px solid {color:Bqborder};
  78. background-color:{color:Blockquote};
  79. }
  80.  
  81. h1 {
  82. font-size:10px;
  83. letter-spacing:2px;
  84. text-transform:uppercase;
  85. font-family:'Spaced Out';
  86. font-style:none;
  87. line-height:10px;
  88. text-align:left;
  89. padding:0px;
  90. }
  91.  
  92. a:hover {
  93. color:#1a1a1c;
  94. -moz-transition-duration:0.3s;
  95. -webkit-transition-duration:0.3s;
  96. -o-transition-duration:0.3s;
  97. }
  98.  
  99.  
  100. /*ENTRIES*/
  101.  
  102. #entries {
  103. padding:10px;
  104. width:500px;
  105. margin-left:500px;
  106. margin-top:2px;
  107. font-size:10px;
  108. font-family:'Spaced Out';
  109. }
  110.  
  111. #post {
  112. width:500px;
  113. padding-bottom:40px;
  114. padding:25px;
  115. margin-top:50px;
  116. }
  117.  
  118. /*SIDEBAR*/
  119.  
  120. #sidebar {
  121. position:fixed;
  122. margin-left:100px;
  123. margin-top:20px;
  124. margin-left:120px;
  125. }
  126.  
  127. #sidebarimage {
  128. width 100px;
  129. }
  130.  
  131. #sidebarimage img {
  132. width:270px;
  133. margin-top:64px;
  134. padding:3px;
  135. margin-left:-80px;
  136. }
  137.  
  138. #sidebarimage img:hover {
  139. opacity:0.3;
  140. -moz-transition-duration:0.6s;
  141. -webkit-transition-duration:0.6s;
  142. -o-transition-duration:0.6s;
  143. }
  144.  
  145. .links
  146. { margin-top:-355px;
  147. margin-left:200px;
  148. margin-right:200px;
  149. text-align:center;
  150. position:fixed;
  151. }
  152.  
  153. .links a
  154. { padding:14px;
  155. margin-top:20px;
  156. height:10px;
  157. text-transform:uppercase;
  158. font-family:'Spaced out';
  159. font-size:11px;
  160. letter-spacing:1px;
  161. color:{color:Scrollbar};
  162. background-color:{color:Sidebar Links bg};
  163. display:block;
  164. }
  165.  
  166. .links a:hover {
  167. -moz-transition-duration:0.3s;
  168. -webkit-transition-duration:0.3s;
  169. -o-transition-duration:0.3s;
  170. color:{color:Hover};
  171. }
  172.  
  173. #description {
  174. text-align:justify;
  175. font-family:'Spaced Out';
  176. width:268px;
  177. margin-top:80px;
  178. margin-left:-277px;
  179. padding:3px;
  180. font-size:9px;
  181. position:fixed;
  182. text-transform:uppercase;
  183. background-color:{color:Background};
  184. color:{color:DescriptionText};
  185. }
  186.  
  187. #pagination {
  188. font-style:bold;
  189. padding:2px;
  190. font-family:'Spaced Out';
  191. letter-spacing:0px;
  192. font-size:10px;
  193. text-align:center;
  194. padding:2px;
  195. margin-top:10px;
  196. text-transform:lowercase;
  197. }
  198.  
  199.  
  200. /*POST INFO*/
  201.  
  202. #info {
  203. width:500px;
  204. text-align:left;
  205. font-family:'Spaced Out';
  206. margin-top:3px;
  207. margin-left:px;
  208. letter-spacing:1px;
  209. font-size:7px;
  210. font-style:none;
  211. padding:1px;
  212. line-height:10px;
  213. text-transform:uppercase;
  214. border-top:1px solid;
  215. border-color:{color:Border};
  216. }
  217.  
  218. #info a {
  219. text-align:center;
  220. color:{color:Post Links};
  221. }
  222.  
  223. #info a:hover {
  224. -moz-transition-duration:0.3s;
  225. -webkit-transition-duration:0.3s;
  226. -o-transition-duration:0.3s;
  227. color:{color:Hover}
  228. }
  229.  
  230. #tags {
  231. float:left;
  232. width:489px;
  233. margin-top:-7px;
  234. margin-left:-5px;
  235. text-align:left;
  236. font-size:6px;
  237. padding:5px;
  238. font-size:6px;
  239. opacity:1;
  240. transition-duration: 0.5s;
  241. -moz-transition-duration: 0.5s;
  242. -webkit-transition-duration: 0.5s;
  243. -o-transition-duration: 0.5s
  244. color:{color:Post Links};
  245. }
  246.  
  247. #tags a {
  248. letter-spacing:0px;
  249. font-size:6px;
  250. text-align:center;
  251. font-family:'Spaced Out';
  252. text-decoration:none;
  253. display:inline-block;
  254. color:#ddd;
  255. }
  256.  
  257. #tags a:hover {
  258. background-color:#fff;
  259. -moz-transition-duration:0.3s;
  260. -webkit-transition-duration:0.3s;
  261. -o-transition-duration:0.3s;
  262. color:{color:Hover};
  263. }
  264.  
  265. /*QUESTION*/
  266.  
  267. #ask {
  268. background-color:{color:background};
  269. padding:16px;
  270. font-family:'Spaced Out';
  271. font-size: 11px;
  272. letter-spacing:0px;
  273. text-align:left;
  274. line-height:10%;
  275. color:{color:border};
  276. }
  277.  
  278. #ask a{
  279. color:{color:text};
  280. }
  281.  
  282. #askk {
  283. color:{color:askk};
  284. padding-bottom:10px;
  285. font-family:'Spaced Out';
  286. text-transform: uppercase;
  287. padding-left:15px;
  288. font-size:9px;
  289. letter-spacing:2px;
  290. padding-right:-100px;
  291. width:480px;
  292. margin-top:-12px;
  293. background-image:url('{image:askbg}');
  294. margin-left:-14px;
  295. padding-top:10px;
  296. }
  297. #askk a{
  298. color:{color:askk};
  299. }
  300.  
  301. /*CREDIT*/
  302.  
  303. #cred {
  304. position:fixed;
  305. font-family:'Spaced Out';
  306. text-transform:uppercase;
  307. font-size:10px;
  308. right:9px;
  309. bottom:9px;
  310. padding:4px;
  311. letter-spacing:1px;
  312. }
  313.  
  314. {CustomCSS}</style></head><body>
  315.  
  316. <div id="sidebar">
  317.  
  318. <div id="sidebarimage">
  319. <a title="home" href="/">
  320. <img src="{image:Sidebar}">
  321. </a>
  322. </div>
  323.  
  324. <div class="links">
  325. <a href="/">Home</a>
  326. <a href="/ask">Ask</a>
  327. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  328. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  329. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  330.  
  331. <div id="description">{Description}
  332.  
  333. {block:Pagination}
  334. <div id="pagination">
  335. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  336. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  337. </div>
  338. {/block:Pagination}
  339. </div>
  340. </div>
  341. </div>
  342.  
  343. <div id="entries">
  344. {block:Posts}
  345. <div id="post">
  346.  
  347. {block:Text}
  348. <h1>{block:Title}{Title}{/block:Title}</h1>
  349. {Body}{/block:Text}
  350.  
  351. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  352. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  353.  
  354. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  355. {/block:Caption}{/block:Photoset}
  356.  
  357. {block:Quote}<h2>"{Quote}"</h2>
  358. {block:Source}<div class="qsource"> —{Source}</div>
  359. {/block:Source}{/block:Quote}
  360.  
  361. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  362.  
  363. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  364.  
  365. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  366. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  367. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  368. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  369. {/block:Audio}<br>
  370.  
  371. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  372.  
  373. {block:Answer}<div id="ask"><div id="askk">{Askk} whispered // </div><p>{Question}</div></q>{Answer}{/block:answer}
  374.  
  375. <div id="info">
  376. <a href="{Permalink}"> {TimeAgo} </a> —
  377. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  378. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  379. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  380. with {NoteCountWithLabel}</a>
  381. {block:HasTags}<div id="tags">
  382.  
  383. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  384. </div>{block:HasTags}
  385. </div>
  386. </div>
  387. {/block:Posts}
  388. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  389. {/block:Posts}</div></div></div>
  390. <br><br><br><br>
  391.  
  392. <div id="cred">
  393. <a href="http://btalks.tumblr.com/">♚</a>
  394. </div>
  395. </div>
  396.  
  397.  
  398.  
  399. </body></html>
Add Comment
Please, Sign In to add comment