darnpayne

sharman

Sep 7th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.97 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 45 by bangnothing
  11. please dont steat/ remove credit I worked very hard on this and i dont want my hard work to be all for not-->
  12.  
  13. <!-- COLORS -->
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#b6b5b5"/>
  17. <meta name="color:link" content="#8d8888"/>
  18. <meta name="color:linkhover" content="#eeeeee"/>
  19. <meta name="color:scrollbar" content="ececec"/>
  20.  
  21. <!-- FONTS -->
  22.  
  23. <meta name="font:title" content="Cambria" />
  24. <meta name="font:body" content="calibri" />
  25. <meta name="font:pagination" content="calibri" />
  26.  
  27. <!-- IMAGES -->
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:sidebar2" content=""/>
  31.  
  32. <!-- LINKS -->
  33.  
  34. <meta name="text:link 1" content="link 1"/>
  35. <meta name="text:link 1 url" content="/" />
  36. <meta name="text:link 2" content="link 2"/>
  37. <meta name="text:link 2 url" content="/" />
  38. <meta name="text:link 3" content="link 3"/>
  39. <meta name="text:link 3 url" content="/" />
  40. <meta name="text:link 4" content="link 4"/>
  41. <meta name="text:link 4 url" content="/" />
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. ::selection {background: #fff; color:{color:selection};}
  47. ::-moz-selection {background: #fff; color:{color:selection};}
  48. ::-webkit-selection {background: #fff; color:{color:selection};}
  49.  
  50. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  51. height:100px;}
  52.  
  53. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  54.  
  55.  
  56. /* --- BODY ---*/
  57.  
  58. body {
  59. font-style:none;
  60. background:{color:background};
  61. margin:0px; color:{color:text};
  62. font-family:calibri;
  63. font-size:11px;
  64. line-height:100%;
  65.  
  66. }
  67.  
  68. blockquote {
  69. border-left:2px solid #ECECEC;
  70. padding-left:2px;
  71. margin:5px;
  72. }
  73.  
  74. a {
  75. color:{color:link}
  76. }
  77.  
  78. a {
  79. text-decoration:none;
  80. -webkit-transition:all 0.5s ease-in-out;
  81. -moz-transition:all 0.5s ease-in-out;
  82. -o-transition:all 0.5s ease-in-out;
  83. -ms-transition:all 0.5s ease-in-out;
  84. transition:all 0.5s ease-in-out;
  85. }
  86.  
  87. a:hover {
  88. color:{color:linkhover}
  89. }
  90.  
  91. img {none;}
  92.  
  93. h1 , h2 {
  94. font-family:calibri;
  95. text-transform:none;
  96. font-size:14px;
  97. line-height:30px;
  98. letter-spacing:0px;
  99. text-align:center;
  100. font-style:none;
  101. }
  102.  
  103. #entries {
  104. padding:10px;
  105. width:500px;
  106. margin-left:600px;
  107. margin-top:50px;
  108.  
  109. }
  110.  
  111. #post {
  112. width:500px;
  113. padding-bottom:100px;
  114. font-style:none;
  115. padding:15px;
  116. margin-bottom:10px;
  117. }
  118.  
  119.  
  120.  
  121.  
  122. /* --- SIDEBAR ---*/
  123.  
  124.  
  125. #sidebar
  126. {
  127. width:300px;
  128. position:fixed;
  129. margin-left:90px;
  130. margin-top:150px;
  131. }
  132.  
  133. #sidebar {width:100px;}
  134.  
  135.  
  136.  
  137. #sidebarpicture img {
  138. width:250px;
  139. height:150px;
  140. margin-left:-5px;
  141. margin-top:20px;
  142. padding:3px;
  143.  
  144. position:fixed;
  145. -moz-transition-duration:1s;
  146. -webkit-transition-duration:1s;
  147. -o-transition-duration:1s;
  148. }
  149.  
  150.  
  151. #sidebar2 img {
  152. width:250px;
  153. height:150px;
  154. margin-left:-5px;
  155. margin-top:20px;
  156. padding:3px;
  157.  
  158. position:fixed;
  159. opacity:0;
  160. -moz-transition-duration:1s;
  161. -webkit-transition-duration:1s;
  162. -o-transition-duration:1s;
  163. }
  164.  
  165. #sidebar:hover #sidebar2 img{
  166. opacity:1;
  167. }
  168. #nav {
  169. position:fixed;
  170. overflow:hidden;
  171. margin-top:150px;
  172. margin-left:315px;
  173. }
  174.  
  175. #link1 a , #link2 a, #link3 a
  176.  
  177. #title
  178. {
  179. font-family:cambria;
  180. text-align:center;
  181. margin-top:-129px;
  182. padding-bottom:0px;
  183. text-transform:none;
  184. font-style:normal;
  185. font-size:10px;
  186. }
  187. #description {
  188. margin-left: -7px;
  189. margin-top: 165px;
  190. width: 261px;
  191. line-height: 100%;
  192. text-transform:none;
  193. text-align:center;
  194. font-family:calibri;
  195. font-size: 10px;
  196. font-style:italic;
  197. padding-bottom:0px;
  198. padding-top:5px;
  199. background-color:#000;
  200. color:#fff;
  201. }
  202.  
  203. #links {width:210px;padding-top:30px;position:fixed;height:auto;margin-top:-25px;margin-left:12px;padding:10px;text-align:center;}
  204.  
  205. #links a{margin-left:7px; margin-right:07px;padding:1px;text-align:center;font-size:9px;font-style:none;color:#000;text-transform:uppercase;letter-spacing:1px; }
  206.  
  207. #links a:hover{color:#000; text-decoration:line-through}
  208.  
  209. .caption {
  210. width:500px;
  211. text-align:justify;
  212. line-height:120%;
  213. }
  214.  
  215. .ask {
  216. padding:10px;
  217. text-align:left;
  218. color:{color:text};
  219. background-color:{color:infobg};
  220. border-bottom:1px solid {color:border};
  221. border-right:1px solid {color:border};
  222. }
  223.  
  224. .ans {
  225. text-align:left;
  226. padding:10px;
  227. color:{color:text};
  228. }
  229.  
  230. .audio {
  231. width:500px;
  232. padding-bottom:10px;
  233. background-color:{color:infobg};
  234. }
  235.  
  236. .albumart {
  237. float:left;
  238. padding:0px 10px 10px 0px;
  239. }
  240.  
  241. .albumart img {
  242. width:45px;
  243. height:45px;
  244. }
  245.  
  246. .playercontainer {
  247. text-align:left;
  248. padding:10px;
  249. background-color:#ffffff;
  250. width:480px;
  251. }
  252.  
  253. .audioinfo {
  254. padding:10px;
  255. color:{color:text};
  256. }
  257.  
  258. #postinfo {
  259. width:490px;
  260. padding:5px;
  261. font-size:8px;
  262. color:{color:link};
  263. text-transform:uppercase;
  264. font-style:normal;
  265. letter-spacing:2px;
  266. text-align:left;
  267. border-top:1px solid {color:border};
  268. border-bottom:1px solid {color:border};
  269. -moz-transition-duration:0.5s;
  270. -webkit-transition-duration:0.5s;
  271. -o-transition-duration:0.5s;
  272. }
  273.  
  274. #postinfo a {
  275. color:{color:link};
  276. text-align:center;
  277. letter-spacing:1px;
  278. font-style:normal;
  279. }
  280.  
  281. #postinfo a:hover {
  282. color:{color:hover};
  283. }
  284.  
  285. .note {
  286. text-transform:uppercase;
  287. font-style:normal;
  288. letter-spacing:0px;
  289. font-size: 9px;
  290. text-align:left;
  291. line-height:90%;
  292. margin-left:-40px;
  293. }
  294.  
  295. .note li {
  296. list-style-type:none;
  297. border-bottom:1px solid {color:border};
  298. padding:10px 25px 10px 25px;
  299. text-align:left;
  300. margin:0px;
  301. -moz-transition-duration:0.5s;
  302. -webkit-transition-duration:0.5s;
  303. -o-transition-duration:0.5s;
  304. }
  305.  
  306. .tags {
  307. font-style:normal;
  308. width:500px;
  309. text-transform:uppercase;
  310. font-style:normal;
  311. color:{color:tags};
  312. letter-spacing:2px;
  313. line-height:120%;
  314. font-size:8px;
  315. text-align:left;
  316. padding:2px;
  317. -moz-transition-duration:0.5s;
  318. -webkit-transition-duration:0.5s;
  319. -o-transition-duration:0.5s;
  320. }
  321.  
  322. .tags a {
  323. color:{color:tags};
  324. letter-spacing:1px;
  325. padding:1px;
  326. }
  327.  
  328. .tags a:hover {
  329. color:{color:link};
  330. }
  331.  
  332. ul.chat, .chat ol, .chat li {
  333. list-style:none;
  334. margin:0px;
  335. padding:2px;
  336. }
  337.  
  338. .label {
  339. text-decoration:underline;
  340. font-weight:700;
  341. background-color:{color:infobg};
  342. margin-right:5px;
  343. }
  344.  
  345. #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;
  346. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  347.  
  348. #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;
  349. -o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  350.  
  351.  
  352.  
  353. #credit {
  354. position:fixed;
  355. font-size:8px;
  356. right:10px;
  357. bottom:10px;
  358. text-transform:uppercase;
  359. text-align:center;
  360. }
  361.  
  362.  
  363.  
  364.  
  365.  
  366. {CustomCSS}</style></head><body>
  367.  
  368. <div id="sidebar">
  369. <div id="sidebarpicture"><img src="{image:sidebar}"/></div><div id="sidebar2"><img src="{image:sidebar2}"/></div>
  370. <br>
  371. <div id="links">
  372.  
  373. <a href="{text:link 1 url}">{text:link 1}</a>
  374. <a href="{text:link 2 url}">{text:link 2}</a>
  375. <a href="{text:link 3 url}">{text:link 3}</a>
  376. <a href="{text:link 4 url}">{text:link 4}</a>
  377. </div>
  378.  
  379. <div id="description">{Description}</div>
  380.  
  381. <div id="scrollbar">{scrollbar}</div>
  382.  
  383.  
  384.  
  385. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">sink</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{NextPage}">swim</a>{/block:NextPage}{/block:Pagination}</div></div>
  386.  
  387.  
  388. {block:HasPages}{block:Pages}
  389.  
  390. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  391.  
  392. </div></center>
  393.  
  394.  
  395. </div>
  396.  
  397. <div id="entries">{block:Posts}<div id="post">
  398.  
  399. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  400.  
  401. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  402.  
  403. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  404. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  405.  
  406. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  407.  
  408. {block:Photoset}<center>{Photoset-500}</center>
  409. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  410.  
  411. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  412.  
  413. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  414.  
  415. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  416.  
  417. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  418. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  419. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  420. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  421. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  422.  
  423.  
  424.  
  425. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  426. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  427. {block:HasTags}
  428. <div class="tags">
  429. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  430. {/block:HasTags}
  431. <div class="note">
  432. {block:PostNotes}{PostNotes}{/block:PostNotes}
  433. </div>
  434. </div>
  435. {/block:Posts}
  436.  
  437.  
  438. </div>
  439. <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">
  440. </div>
  441. </body>
  442. </html>
Advertisement
Add Comment
Please, Sign In to add comment