Advertisement
jackirps

theme 01 // u wot mate??

Jan 17th, 2015
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 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>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <!---jackirps // i don't even know tbh, cheers for the base code shay!! --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:Scrollbar" content="#000000"/>
  17. <meta name="color:ScrollbarBg" content="#ffffff"/>
  18. <meta name="color:Ask Backg" content="#ffffff"/>
  19. <meta name="color:Links" content="#000000"/>
  20. <meta name="color:Sidebar Background" content="#000000"/>
  21. <meta name="color:Description Background" content="#ffffff"/>
  22. <meta name="color:Post Background" content="#ffffff"/>
  23. <meta name="color:Links Background" content="#ffffff"/>
  24. <meta name="color:Info Background" content="#ffffff"/>
  25. <meta name="image:background" content=""/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="text:Link 1 URL" content="/">
  28. <meta name="text:Link 2 URL" content="/">
  29. <meta name="text:Link 3 URL" content="/">
  30. <meta name="text:Link 1 name" content="/">
  31. <meta name="text:Link 2 name" content="/">
  32. <meta name="text:Link 3 name" content="/">
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. ::-webkit-scrollbar-thumb {
  41. height:auto;
  42. background-color:{color:Scrollbar};
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. height:9px;
  47. width:4px;
  48. background-color:{color:ScrollbarBg};
  49. }
  50.  
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family:arial, sans-serif;
  57. line-height:150%;
  58. font-size:11px;
  59. text-align:justify;
  60. background-image:url('{image:background}');
  61. }
  62.  
  63. a {
  64. text-decoration:none;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:{color:links};
  68. font-weight:bold;
  69. font-family:arial;
  70. }
  71.  
  72. #title{color:{color:text};
  73. padding:5px;
  74. letter-spacing:1px;
  75. margin-bottom:10px;
  76. font-weight:bold;
  77. font-family:helvetica;
  78. text-align:center;
  79. text-transform:uppercase;
  80. background-color:{color:background};}
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. small{font-size:9px;}
  87.  
  88. h1 {
  89. font-size:15px;
  90. color:{color:text};
  91. text-transform:uppercase;
  92. font-family:'helvetica';
  93. background-color:{color:background};
  94. padding:10px;
  95. font-style:bold, italic;
  96. text-align:center;
  97. }
  98.  
  99. blockquote {
  100. border-left:1px solid {color:text};
  101. padding-left:5px;
  102. margin-left:10px;
  103. margin-:10px;
  104. }
  105.  
  106. /*ENTRIES*/
  107. #entries {
  108. position: absolute;
  109. height:500px;
  110. width:640px;
  111. margin-left:470px;
  112. margin-top:20px;
  113. }
  114.  
  115. #post {
  116. width: 500px;
  117. margin-left:-300px;
  118. height: auto;
  119. background-color: {color:post background};
  120. padding: 20px;
  121. margin-bottom:20px;
  122. color: {color:text};
  123. text-align:justify;
  124. }
  125.  
  126.  
  127. /*SIDEBAR*/
  128.  
  129. #description {background-color:{color:Description background};
  130. padding:10px;
  131. overflow:auto;
  132. font-size:10px;
  133. margin-top:10px;
  134. margin-bottom:0px;
  135. height:60px;
  136. color:{color:text};
  137. }
  138.  
  139. #sidebar{
  140. padding:10px;
  141. z-index:-9999;
  142. text-align:center;
  143. position:fixed;
  144. margin-top:20px;
  145. background:{color:Sidebar background};
  146. font-size:10px;
  147. margin-left:750px;
  148. width:380px;
  149. height:615px;
  150. color:black;
  151. font-family:arial;
  152. color:{color:background};
  153. }
  154.  
  155.  
  156. #sidebar img {
  157. border:solid 10px {color:background};
  158. width:350px;
  159. height:400px;}
  160.  
  161.  
  162. /*POST INFO*/
  163.  
  164. #info {
  165. width:530px;
  166. text-align:left;
  167. font-family:arial;
  168. text-transform:lowercase;
  169. margin-left:-20px;
  170. font-size:9px;
  171. margin-top:20px;
  172. margin-bottom:-30px;
  173. font-style:none;
  174. padding:5px;
  175. line-height:10px;
  176. background-color:{color:Info Background};
  177. color:{color:Text};
  178. }
  179.  
  180. #info a {
  181. text-align:center;
  182. font-family:arial;
  183. color:{color:Text};
  184. }
  185.  
  186.  
  187. /*SIDELINKS*/
  188. .links {
  189. padding:5px;
  190. padding-bottom:0px;
  191. line-height:150%;
  192. z-index:10000000000000000;
  193. text-align:center;
  194. font-size:8px;
  195. letter-spacing:4px;
  196. opacity:1;
  197. position:fixed;
  198. font-family:'arial';
  199. position:absolute;
  200. text-transform:uppercase;
  201. text-align:center;}
  202.  
  203. .links a{
  204. z-index:10000000000000000;
  205. margin-left:10px;
  206. padding:5px;
  207. display:inline-block;
  208. }
  209.  
  210. .links a:hover{
  211. color:{color:post background};
  212. -moz-transition-duration:.2s;
  213. -webkit-transition-duration:.2s;
  214. -o-transition-duration:.2s;
  215. background-color:{color:Links Background};
  216. }
  217.  
  218.  
  219. #links{
  220. padding:10px;
  221. margin-top:0px;
  222. margin-bottom:0px;
  223. text-align:center;
  224. z-index:9999;
  225. font-size:10px;
  226. margin-left:-10px;
  227. width:380px;
  228. }
  229.  
  230. #links a{
  231. background:{color:Links Background};
  232. padding:5px;
  233. font-size:10px;
  234. text-transform:uppercase;
  235. margin-top:5px;
  236. font-family:arial;
  237. color:{color:text};
  238. width:80px;
  239. display:inline-block;
  240. }
  241.  
  242. #links a:hover{background-color:{color:text};
  243. color:{color:links background};}
  244.  
  245. /*QUESTION*/
  246.  
  247. #ask {
  248. color:{color:text};
  249. padding:15px;
  250. font-family:'arial';
  251. font-size:10px;
  252. letter-spacing:0px;
  253. text-align:left;
  254. text-transform:lowercase;
  255. line-height:150%;
  256. background-color:{color:Ask backg};
  257. }
  258.  
  259. #ask a{color:{color:post background};}
  260.  
  261. /*PAGINATION*/
  262. #pagination{margin-top:0px;
  263. text-align:center;
  264. position:relative;
  265. }
  266.  
  267. #pagination a{color:{color:Links Background};
  268. background-color:transparent;
  269. }
  270.  
  271. /*CREDIT*/
  272.  
  273. #cred {
  274. position:fixed;
  275. font-family:'courier';
  276. text-transform:uppercase;
  277. font-size:8px;
  278. right:9px;
  279. bottom:9px;
  280. padding:4px;
  281. background-color:{color:background};
  282. letter-spacing:1px;
  283. }
  284.  
  285.  
  286. {CustomCSS}</style></head><body>
  287.  
  288. </div>
  289. <div id="sidebar"><div id="title">{title}</div><img src="{image:sidebar}"><div id="description">{description}</div>
  290.  
  291. <div id="links">
  292. <a href="/">i.</a>
  293. <a href="{text:link 1 url}">{text:link 1 name}</a>
  294. <a href="{text:link 2 url}">{text:link 2 name}</a>
  295. <a href="{text:link 3 url}">{text:link 3 name}</a>
  296.  
  297. <div id="pagination">{block:Pagination}
  298. {block:PreviousPage}
  299. <a href="{PreviousPage}">BACK </a>
  300. {/block:PreviousPage}
  301.  
  302. {block:NextPage}
  303. <a href="{NextPage}">NEXT</a>
  304. {/block:NextPage}
  305. {/block:Pagination}</div>
  306. </div></div>
  307.  
  308.  
  309. <div id="entries">
  310. {block:Posts}
  311. <div id="post">
  312.  
  313. {block:Text}
  314. {block:Title}<h1>{Title}</h1>{/block:Title}
  315. {Body}{/block:Text}
  316.  
  317. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  318. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  319.  
  320. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  321. {/block:Caption}{/block:Photoset}
  322.  
  323. {block:Quote}<h2>"{Quote}"</h2>
  324. {block:Source}<div class="qsource"> —{Source}</div>
  325. {/block:Source}{/block:Quote}
  326.  
  327. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  328.  
  329. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  330.  
  331. {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>
  332. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  333. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  334. {/block:ExternalAudio}<b>Played:</b> {PlayCount} arial <br>
  335. {/block:Audio}
  336.  
  337. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  338.  
  339. {block:Answer}<div id="ask">{Question} — <i><b>{Asker}</b></i></div>{Answer}{/block:Answer}
  340.  
  341. <div id="info">
  342. <div id="permalink">
  343. <a href="{Permalink}">{Month} {MonthNumber} {Year} </a> / {NoteCount}</div>
  344.  
  345. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  346. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  347. </div></div>
  348.  
  349. {/block:Posts}{/block:Posts}</div></div></div>
  350.  
  351.  
  352. </div>
  353.  
  354. </ul>
  355. </div></div>
  356.  
  357.  
  358. <div id="cred">
  359. <a href="http://jackirps.tumblr.com/">©</a>
  360. </div>
  361.  
  362.  
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement