darnpayne

theme 39 alpha

Aug 14th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- BASE CODE 2 BY SHEERINOS. YOU MAY USE THIS CODE TO MAKE YOUR OWN UNIQUE THEMES -->
  11.  
  12. <!-- COLORS -->
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#b6b5b5"/>
  16. <meta name="color:link" content="#b87889"/>
  17. <meta name="color:linkhover" content="#f0e7e1"/>
  18. <meta name="color:scrollbar" content="ececec"/>
  19.  
  20. <!-- FONTS -->
  21.  
  22. <meta name="font:title" content="Cambria" />
  23. <meta name="font:body" content="calibri" />
  24. <meta name="font:pagination" content="calibri" />
  25.  
  26. <!-- IMAGES -->
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30.  
  31. <!-- LINKS -->
  32.  
  33. <meta name="text:link 1" content="link 1"/>
  34. <meta name="text:link 1 url" content="/" />
  35. <meta name="text:link 2" content="link 2"/>
  36. <meta name="text:link 2 url" content="/" />
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42. ::selection {background: #fff; color:{color:selection};}
  43. ::-moz-selection {background: #fff; color:{color:selection};}
  44. ::-webkit-selection {background: #fff; color:{color:selection};}
  45.  
  46. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  47. height:100px;}
  48.  
  49. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  50.  
  51.  
  52. /* --- BODY ---*/
  53.  
  54. body {
  55. font-style:none;
  56. background:{color:background};
  57. margin:0px; color:{color:text};
  58. font-family:calibri;
  59. font-size:11px;
  60. line-height:100%;
  61.  
  62. }
  63.  
  64. blockquote {
  65. border-left:2px solid #ECECEC;
  66. padding-left:2px;
  67. margin:5px;
  68. }
  69.  
  70. a {
  71. color:{color:link}
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. -webkit-transition:all 0.5s ease-in-out;
  77. -moz-transition:all 0.5s ease-in-out;
  78. -o-transition:all 0.5s ease-in-out;
  79. -ms-transition:all 0.5s ease-in-out;
  80. transition:all 0.5s ease-in-out;
  81. }
  82.  
  83. a:hover {
  84. color:{color:linkhover}
  85. }
  86.  
  87. img {none;}
  88.  
  89. h1 , h2 {
  90. font-family:calibri;
  91. text-transform:none;
  92. font-size:14px;
  93. line-height:30px;
  94. letter-spacing:0px;
  95. text-align:center;
  96. font-style:none;
  97. }
  98.  
  99. #entries {
  100. padding:10px;
  101. width:500px;
  102. margin-left:600px;
  103. margin-top:50px;
  104.  
  105. }
  106.  
  107. #post {
  108. width:500px;
  109. padding-bottom:100px;
  110. font-style:none;
  111. padding:15px;
  112. margin-bottom:10px;
  113. }
  114.  
  115.  
  116.  
  117.  
  118. /* --- SIDEBAR ---*/
  119.  
  120.  
  121. #sidebar
  122. {
  123. width:300px;
  124. position:fixed;
  125. margin-left:90px;
  126. margin-top:150px;
  127. }
  128.  
  129. #sidebar {width:100px;}
  130.  
  131. #sidebarimage img
  132. {
  133. margin-left:90px;
  134. width:230px;
  135. height:130px;
  136. margin-top:10px;
  137. padding:5px;
  138. padding-bottom:5px;
  139.  
  140. }
  141.  
  142.  
  143. #nav {
  144. position:fixed;
  145. overflow:hidden;
  146. margin-top:150px;
  147. margin-left:315px;
  148. }
  149.  
  150. #link1 a , #link2 a, #link3 a
  151.  
  152. #title
  153. {
  154. font-family:cambria;
  155. text-align:center;
  156. margin-top:-129px;
  157. padding-bottom:0px;
  158. text-transform:none;
  159. font-style:normal;
  160. font-size:10px;
  161. }
  162. #description {
  163. margin-left: 95px;
  164. margin-top: -20px;
  165. width: 230px;
  166. line-height: 100%;
  167. text-transform:none;
  168. text-align:center;
  169. font-family:calibri;
  170. font-size: 10px;
  171. font-style:italic;
  172. padding-bottom:0px;
  173. padding-top:5px;
  174. background-color:#000;
  175. color:#fff;
  176. }
  177.  
  178. #links {width:210px;padding-top:30px;position:fixed;height:auto;margin-top:-175px;margin-left:95px;padding:10px;background:#000;text-align:center;}
  179.  
  180. #links a{margin-left:7px; margin-right:07px;padding:1px;text-align:center;font-size:9px;font-style:none;color:#fff;text-transform:uppercase;letter-spacing:1px; }
  181.  
  182. #links a:hover{color:#FFFFFF;font-size:12px;}
  183.  
  184. #questions {
  185. background-color:#ffffff;
  186. color: {color:text};
  187. margin-left:0px;
  188. padding:5px;
  189. margin-top:5px;
  190. margin-bottom:5px;
  191. font-family:calibri;
  192. font-size:10px;
  193. font-style:normal;
  194. text-align:center;
  195. }
  196.  
  197. .note {
  198. padding:0px 20px 0px 20px;
  199. background-color:#FFFFFF;
  200. text-transform:lowercase;
  201. letter-spacing:0px;
  202. font-size: 11px;
  203. font-style:normal;
  204. text-align:left;
  205. line-height:120%;
  206. }
  207.  
  208. .note li {
  209. list-style-type:none;
  210. padding:5px 25px 5px 25px;
  211. text-align:left;
  212. margin-right:30px;
  213. margin-top:-50px;
  214. }
  215.  
  216. #info {
  217. font-family:calibri;
  218. text-align:center;
  219. margin-top:10px;
  220. padding-top:10px;
  221. padding:0px;
  222. padding-bottom:1px;
  223. text-transform:none;
  224. font-style:none;
  225. font-size:10px;
  226. line-height:100%;
  227. }
  228.  
  229. #RebloggedFrom {
  230. font-family:calibri;
  231. text-align:center;
  232. margin-top:-5px;
  233. padding-bottom:0px;
  234. text-transform:none;
  235. font-style:none;
  236. font-size:10px;
  237. }
  238.  
  239. #tags {
  240. font-family:calibri;
  241. text-align:center;
  242. margin-top:0px;
  243. padding-bottom:0px;
  244. text-transform:none;
  245. font-style:none;
  246. font-size:10px;
  247. }
  248.  
  249. #pagination { font-size:8px; text-align:center; color:#000000; font-family:Bebas Neue; letter-spacing:2px; margin-left:160px; margin-top:10px; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
  250. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  251.  
  252. #pagination a{ font-size:8px; text-align:center; color:#000; font-family:Bebas Neue; letter-spacing:2px; margin-left:0px; margin-top:0px; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
  253. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. {CustomCSS}</style></head><body>
  264.  
  265. <div id="sidebar">
  266. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  267. <br>
  268. <div id="links">
  269. <a href="/">home</a>
  270. <a href="/ask">ask</a>
  271. <a href="{text:link 1 url}">{text:link 1}</a>
  272. <a href="{text:link 2 url}">{text:link 2}</a>
  273. <a href="http://bangnothing.tumblr.com">©</a>
  274. </div>
  275.  
  276.  
  277. <div id="description">{Description}</div>
  278.  
  279. <div id="scrollbar">{scrollbar}</div>
  280.  
  281.  
  282.  
  283. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big><big>back</big></big></big></big></a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{NextPage}"><big><big><big><big><big>next</big></big></big></big></big></a>{/block:NextPage}{/block:Pagination}</div></div>
  284.  
  285.  
  286. {block:HasPages}{block:Pages}
  287.  
  288. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  289.  
  290. </div></center>
  291.  
  292.  
  293. </div>
  294.  
  295. <div id="entries">{block:Posts}<div id="post">
  296.  
  297. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  298.  
  299. {block:blockquote}{/block:blockquote}
  300.  
  301.  
  302.  
  303. {block:Photo}
  304. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  305. {/block:Photo}
  306.  
  307. {block:Photoset}
  308. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  309. {/block:Photoset}
  310.  
  311. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  312.  
  313. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  314.  
  315. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  316.  
  317. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  318.  
  319. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  320.  
  321. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  322.  
  323.  
  324. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  325. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  326. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  327. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  328.  
  329. <div id="tags">
  330. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  331.  
  332. </div>
  333. {block:PostNotes}{PostNotes}{/block:PostNotes}
  334. {/block:Posts}</div>
  335.  
  336. </div>
  337. </body>
  338. </html>
Advertisement
Add Comment
Please, Sign In to add comment