darnpayne

theme 43 replay

Sep 4th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.33 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. <!-- theme 43 replay by bangnothing -->
  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:link1" content="" />
  34. <meta name="text:link1 url" content="/">
  35. <meta name="text:link2" content="" />
  36. <meta name="text:link2 url" content="/">
  37. <meta name="text:link3" content="" />
  38. <meta name="text:link3 url" content="/">
  39. <meta name="text:link4" content="" />
  40. <meta name="text:link4 url" content="/">
  41. <meta name="text:link5" content="" />
  42. <meta name="text:link5 url" content="/">
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. ::selection {background: #fff; color:{color:selection};}
  48. ::-moz-selection {background: #fff; color:{color:selection};}
  49. ::-webkit-selection {background: #fff; color:{color:selection};}
  50.  
  51. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  52. height:100px;}
  53.  
  54. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  55.  
  56.  
  57. /* --- BODY ---*/
  58.  
  59. body {
  60. font-style:none;
  61. background:{color:background};
  62. margin:0px; color:{color:text};
  63. font-family:calibri;
  64. font-size:11px;
  65. line-height:100%;
  66.  
  67. }
  68.  
  69. blockquote {
  70. border-left:2px solid #ECECEC;
  71. padding-left:2px;
  72. margin:5px;
  73. }
  74.  
  75. a {
  76. color:{color:link}
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. -webkit-transition:all 0.5s ease-in-out;
  82. -moz-transition:all 0.5s ease-in-out;
  83. -o-transition:all 0.5s ease-in-out;
  84. -ms-transition:all 0.5s ease-in-out;
  85. transition:all 0.5s ease-in-out;
  86. }
  87.  
  88. a:hover {
  89. color:{color:linkhover}
  90. }
  91.  
  92. img {none;}
  93.  
  94. h1 , h2 {
  95. font-family:calibri;
  96. text-transform:none;
  97. font-size:14px;
  98. line-height:30px;
  99. letter-spacing:0px;
  100. text-align:center;
  101. font-style:none;
  102. }
  103.  
  104. #entries {
  105. padding:10px;
  106. width:500px;
  107. margin-left:600px;
  108. margin-top:50px;
  109.  
  110. }
  111.  
  112. #post {
  113. width:500px;
  114. padding-bottom:100px;
  115. font-style:none;
  116. padding:15px;
  117. margin-bottom:10px;
  118. }
  119.  
  120.  
  121.  
  122.  
  123. /* --- SIDEBAR ---*/
  124.  
  125.  
  126. #sidebar
  127. {
  128. width:300px;
  129. position:fixed;
  130. margin-left:190px;
  131. margin-top:150px;
  132. }
  133.  
  134. #sidebar {width:100px;}
  135.  
  136. #sidebarimage img
  137. {
  138. margin-left:90px;
  139. width:105px;
  140. height:105px;
  141. margin-top:100px;
  142. padding:5px;
  143. padding-bottom:5px;
  144.  
  145. }
  146.  
  147.  
  148.  
  149. #nav {
  150. position:fixed;
  151. overflow:hidden;
  152. margin-top:150px;
  153. margin-left:315px;
  154. }
  155.  
  156. #link1 a , #link2 a, #link3 a
  157.  
  158. #title
  159. {
  160. font-family:cambria;
  161. text-align:center;
  162. margin-top:-129px;
  163. padding-bottom:0px;
  164. text-transform:none;
  165. font-style:normal;
  166. font-size:10px;
  167. }
  168. #description {
  169. margin-left: 199px;
  170. margin-top: -110px;
  171. width: 90px;
  172. line-height: 100%;
  173. text-transform:none;
  174. text-align:center;
  175. font-family:calibri;
  176. font-size: 10px;
  177. font-style:italic;
  178. padding-bottom:0px;
  179. padding-top:5px;
  180.  
  181. color:#000;
  182. }
  183.  
  184. #links {
  185. padding:5px;
  186. text-align:center;
  187. word-spacing: 4px;
  188. margin-top:-135px;
  189. margin-left:32px;
  190. }
  191. #links a{
  192. width:78px;
  193. line-height:100%;
  194. padding:1px;
  195. margin-top:10px;
  196.  
  197. margin-left:2px;
  198. opacity:.7;
  199. color:#000;
  200. letter-spacing:1px;
  201. text-decoration:italic;
  202. display:block;
  203. -moz-transition-duration:.7s;
  204. -webkit-transition-duration:.7s;
  205. -o-transition-duration:.7s;
  206. }
  207.  
  208. #links a:hover {
  209. color: #111;
  210.  
  211. opacity:2;
  212. width:78px;
  213. -moz-transition-duration:.4s;
  214. -webkit-transition-duration:.4s;
  215. -o-transition-duration:.4s;
  216. }
  217.  
  218. #sidebar #description {
  219. opacity:0;
  220. -moz-transition-duration:1s;
  221. -webkit-transition-duration:1s;
  222. -o-transition-duration:1s;
  223. }
  224.  
  225. #sidebar:hover #description {
  226. opacity:.7711;
  227. -moz-transition-duration:1s;
  228. -webkit-transition-duration:1s;
  229. -o-transition-duration:1s;
  230.  
  231. }
  232.  
  233.  
  234. #sidebar #links {
  235. opacity:0;
  236. -moz-transition-duration:1s;
  237. -webkit-transition-duration:1s;
  238. -o-transition-duration:1s;
  239. }
  240.  
  241. #sidebar:hover #links {
  242. opacity:.7711;
  243. -moz-transition-duration:1s;
  244. -webkit-transition-duration:1s;
  245. -o-transition-duration:1s;
  246.  
  247. }
  248.  
  249. #questions {
  250. background-color:#ffffff;
  251. color: {color:text};
  252. margin-left:0px;
  253. padding:5px;
  254. margin-top:5px;
  255. margin-bottom:5px;
  256. font-family:calibri;
  257. font-size:10px;
  258. font-style:normal;
  259. text-align:center;
  260. }
  261.  
  262. .note {
  263. padding:0px 20px 0px 20px;
  264. background-color:#FFFFFF;
  265. text-transform:lowercase;
  266. letter-spacing:0px;
  267. font-size: 11px;
  268. font-style:normal;
  269. text-align:left;
  270. line-height:120%;
  271. }
  272.  
  273. .note li {
  274. list-style-type:none;
  275. padding:5px 25px 5px 25px;
  276. text-align:left;
  277. margin-right:30px;
  278. margin-top:-50px;
  279. }
  280.  
  281. #info {
  282. font-family:calibri;
  283. text-align:center;
  284. margin-top:10px;
  285. padding-top:10px;
  286. padding:0px;
  287. padding-bottom:1px;
  288. text-transform:none;
  289. font-style:none;
  290. font-size:10px;
  291. line-height:100%;
  292. }
  293.  
  294. #RebloggedFrom {
  295. font-family:calibri;
  296. text-align:center;
  297. margin-top:-5px;
  298. padding-bottom:0px;
  299. text-transform:none;
  300. font-style:none;
  301. font-size:10px;
  302. }
  303.  
  304. #tags {
  305. font-family:calibri;
  306. text-align:center;
  307. margin-top:0px;
  308. padding-bottom:0px;
  309. text-transform:none;
  310. font-style:none;
  311. font-size:10px;
  312. }
  313.  
  314.  
  315.  
  316.  
  317.  
  318. #pagination { font-size:10px; text-align:center; color:#000000; font-family:Bebas Neue; letter-spacing:1px; margin-left:160px; margin-top:10px; background-color:#000; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
  319. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  320.  
  321. #pagination a{ font-size:8px; text-align:center; color:#000; font-family:Bebas Neue; letter-spacing:2px; margin-left:0px; margin-top:0px; background-color:#000 -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;
  322. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  323.  
  324. #credit{
  325. right:8px;
  326. bottom:10px;
  327. position:fixed;
  328. padding:5px;
  329. }
  330.  
  331.  
  332.  
  333. {CustomCSS}</style></head><body>
  334.  
  335. <div id="sidebar">
  336. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  337. <br>
  338. <div id="links">
  339.  
  340. <a href="{text:link1 url}" title="{text:link1}">I.</a>
  341. <a href="{text:link2 url}" title="{text:link2}">II.</a>
  342. <a href="{text:link3 url}" title="{text:link3}">III.</a>
  343. <a href="{text:link4 url}" title="{text:link4}">IV.</a>
  344. <a href="{text:link5 url}" title="{text:link5}">V.</a>
  345. </div>
  346.  
  347.  
  348. <div id="description">{Description}</div>
  349.  
  350. <div id="scrollbar">{scrollbar}</div>
  351.  
  352.  
  353.  
  354. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">swim</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:PreviousPage}-{block:NextPage}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{NextPage}">sink</a>{/block:NextPage}{/block:Pagination}</div></div>
  355.  
  356.  
  357.  
  358. {block:HasPages}{block:Pages}
  359.  
  360. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  361.  
  362. </div></center>
  363.  
  364.  
  365. </div>
  366.  
  367. <div id="entries">{block:Posts}<div id="post">
  368.  
  369. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  370.  
  371. {block:blockquote}{/block:blockquote}
  372.  
  373.  
  374.  
  375. {block:Photo}
  376. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  377. {/block:Photo}
  378.  
  379. {block:Photoset}
  380. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  381. {/block:Photoset}
  382.  
  383. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  384.  
  385. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  386.  
  387. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  388.  
  389. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  390.  
  391. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  392.  
  393. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  394.  
  395.  
  396. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a>
  397. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  398. {block:RebloggedFrom}<a href="{ReblogParentURL}">({ReblogParentName})</a>{/block:RebloggedFrom}
  399. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  400.  
  401. <div id="tags">
  402. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  403.  
  404. </div>
  405. {block:PostNotes}{PostNotes}{/block:PostNotes}
  406. {/block:Posts}</div>
  407.  
  408. <div id="credit" data="credit"> <a href="http://bangnothing.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zps66eaf67d.jpg?t=1375584747" width="115px" height="70px">
  409. </div>
  410. </body>
  411. </html>
Advertisement
Add Comment
Please, Sign In to add comment