darnpayne

theme 9 hall of fame

May 18th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 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 BY INDIEMURS. -->
  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:500px;
  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:130px;
  124. position:fixed;
  125. margin-left:90px;
  126. margin-top:160px;
  127. }
  128.  
  129. #sidebar {width:130px;}
  130.  
  131. #sidebarimage img
  132. {
  133. margin-left:90px;
  134. width:130px;
  135. max-height:150px;
  136. margin-top:0px;
  137. padding:5px;
  138. padding-bottom:5px;
  139. }
  140.  
  141. #nav {
  142. position:fixed;
  143. overflow:hidden;
  144. margin-top:130px:
  145. margin-left:315px;
  146. }
  147.  
  148. #link1 a , #link2 a, #link3 a
  149.  
  150. #title
  151. {
  152. font-family:cambria;
  153. text-align:center;
  154. margin-top:-129px;
  155. padding-bottom:0px;
  156. text-transform:none;
  157. font-style:normal;
  158. font-size:10px;
  159. }
  160.  
  161. #description {
  162. margin-left: 95px;
  163. margin-top: -10px;
  164. width: 130px;
  165. line-height: 100%;
  166. background-color:#ffffff;
  167. text-transform:none;
  168. text-align:center;
  169. font-family:calibri;
  170. font-size: 10px;
  171. font-style:none;
  172. padding-bottom:0px;
  173. padding-top:5px;
  174. }
  175.  
  176. #links {
  177. position: fixed;
  178. font-family:calibri;
  179. padding-top: 0px;
  180. padding-bottom: 5px;
  181. margin-top: -100px;
  182. margin-left: 230px;
  183. padding-left: 0px;
  184. padding-right: 0px;
  185. letter-spacing: 7px;
  186. height: 10px;
  187. width: 150px;
  188. }
  189.  
  190. #links a {
  191. padding 5px;
  192. padding-top: 0px;
  193. padding-bottom: 1px;
  194. padding-right:2px;
  195. padding-left:2px;
  196. margin-bottom: 5px;
  197. font-size: 10px;
  198. font-style:normal;
  199. text-align:center;
  200. text-transform:none;
  201. width: 50px;
  202. }
  203.  
  204. #questions {
  205. background-color:#ffffff;
  206. color: {color:text};
  207. margin-left:0px;
  208. padding:5px;
  209. margin-top:5px;
  210. margin-bottom:5px;
  211. font-family:calibri;
  212. font-size:10px;
  213. font-style:normal;
  214. text-align:center;
  215. }
  216.  
  217. .note {
  218. padding:0px 20px 0px 20px;
  219. background-color:#FFFFFF;
  220. text-transform:lowercase;
  221. letter-spacing:0px;
  222. font-size: 11px;
  223. font-style:normal;
  224. text-align:left;
  225. line-height:120%;
  226. }
  227.  
  228. .note li {
  229. list-style-type:none;
  230. padding:5px 25px 5px 25px;
  231. text-align:left;
  232. margin-right:30px;
  233. margin-top:-50px;
  234. }
  235.  
  236. #info {
  237. font-family:calibri;
  238. text-align:center;
  239. margin-top:10px;
  240. padding-top:10px;
  241. padding:0px;
  242. padding-bottom:1px;
  243. text-transform:none;
  244. font-style:none;
  245. font-size:10px;
  246. line-height:100%;
  247. }
  248.  
  249. #RebloggedFrom {
  250. font-family:calibri;
  251. text-align:center;
  252. margin-top:-5px;
  253. padding-bottom:0px;
  254. text-transform:none;
  255. font-style:none;
  256. font-size:10px;
  257. }
  258.  
  259. #tags {
  260. font-family:calibri;
  261. text-align:center;
  262. margin-top:0px;
  263. padding-bottom:0px;
  264. text-transform:none;
  265. font-style:none;
  266. font-size:10px;
  267. }
  268.  
  269. #pagination
  270. {
  271. font-size:10px;
  272. margin-top:5px;
  273. margin-left:95px;
  274. font-family:calibri;
  275. font-style:normal;
  276. text-align:center;
  277. width:50px
  278. text-transform:uppercase;
  279. letter-spacing:1px;
  280. }
  281.  
  282.  
  283.  
  284. #credit{
  285. right:8px;
  286. bottom:10px;
  287. position:fixed;
  288. padding:5px;
  289. }
  290.  
  291.  
  292.  
  293.  
  294.  
  295. {CustomCSS}</style></head><body>
  296.  
  297. <div id="sidebar">
  298. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  299. <div id="links">
  300. <a href="/">New York</a><br>
  301. <a href="/ask">Whisper</a><br>
  302. <a href="{text:link 1 url}">{text:link 1}</a><br>
  303. <a href="{text:link 2 url}">{text:link 2}</a><br>
  304.  
  305. </div>
  306.  
  307.  
  308. <div id="description">{Description}</div>
  309.  
  310. <div id="scrollbar">{scrollbar}</div>
  311.  
  312.  
  313.  
  314. <div id="pagination">
  315. {block:Pagination}
  316. <div id="pagination">
  317. {block:PreviousPage}
  318. <a href="{PreviousPage}">←</a>
  319. {/block:PreviousPage}
  320. {block:NextPage}
  321. <a href="{NextPage}">→</a>
  322. {/block:NextPage}
  323. </div>
  324. {/block:Pagination}</div>
  325.  
  326.  
  327.  
  328. {block:HasPages}{block:Pages}
  329.  
  330. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  331.  
  332. </div></center>
  333.  
  334.  
  335. </div>
  336.  
  337. <div id="entries">{block:Posts}<div id="post">
  338.  
  339. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  340.  
  341. {block:blockquote}{/block:blockquote}
  342.  
  343.  
  344.  
  345. {block:Photo}
  346. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  347. {/block:Photo}
  348.  
  349. {block:Photoset}
  350. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  351. {/block:Photoset}
  352.  
  353. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  354.  
  355. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  356.  
  357. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  358.  
  359. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  360.  
  361. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  362.  
  363. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  364.  
  365.  
  366. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  367. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  368. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  369. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  370.  
  371. <div id="tags">
  372. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  373.  
  374. </div>
  375. {block:PostNotes}{PostNotes}{/block:PostNotes}
  376. {/block:Posts}</div>
  377.  
  378. <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px"></a></div>
  379.  
  380. </div>
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment