Advertisement
officialdogblog

plain charlie

Sep 14th, 2013
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 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>
  4.  
  5. {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  6.  
  7. <meta name="color:Background" content="#000000" />
  8. <meta name="color:Links" content="#FFFFFF" />
  9. <meta name="color:Text" content="#000000" />
  10. <meta name="text:Posts Position" content="100" />
  11. <meta name="text:Sidebar Position" content="0" />
  12. <meta name="text:Links Url" content="/links" />
  13. <meta name="if:Endless Scrolling" content="0" />
  14. <meta name="if:Fade" content="1" />
  15. <meta name="if:Posts Background" content="0" />
  16.  
  17. </head>
  18.  
  19. <link rel=”shortcut icon” href=”{PortraitURL-16}”><title>{Title}</title>
  20.  
  21. <style type="text/css">
  22.  
  23. body {
  24. text-transform: lowercase;
  25. font-size: 12px;
  26. font-family: calibri;
  27. background: {color:Background};
  28. color: {color:Text};
  29. }
  30.  
  31. body a {
  32. text-decoration: none;
  33. color: {color:Links};
  34. }
  35.  
  36. .posts {
  37. margin-bottom: 300px;
  38. margin-left: {text:Posts Position}px;
  39. }
  40.  
  41. #content {
  42. width: 410px;
  43. word-wrap: break-word;
  44. margin-top: 100px;
  45. padding-top: 15px;
  46. padding-left: 10px;
  47. padding-right: 10px;
  48. padding-bottom: 10px;
  49. {block:IfPostsBackground}background: rgba(255, 255, 255, 0.1);{/block:IfPostsBackground}
  50. }
  51.  
  52. .sidebar {
  53. position: fixed;
  54. width: 200px;
  55. top: 200px;
  56. left: {text:Sidebar Position}px;
  57. }
  58.  
  59. #sidebar {
  60. margin-bottom: 10px;
  61. text-align: justify;
  62. word-wrap: break-word;
  63. padding: 5px;
  64. {block:IfPostsBackground}background: rgba(255, 255, 255, 0.1);{/block:IfPostsBackground}
  65. }
  66.  
  67. {block:IfFade}
  68. #topfade {
  69. z-index: 100;
  70. position: fixed;
  71. right:-10px;
  72. top: -10px;
  73. height: 10px;
  74. width: 100%;
  75. box-shadow: 0px 100px 200px 200px {color:Background};
  76. -moz-box-shadow: 0px 50px 200px 200px {color:Background};
  77. -webkit-box-shadow: 0px 0px 100px 100px {color:Background};
  78. }
  79.  
  80. #fade {
  81. z-index: 100;
  82. position: fixed;
  83. left:-10px;
  84. bottom: -10px;
  85. height: 10px;
  86. width: 100%;
  87. box-shadow: 0px 50px 200px 200px {color:Background};
  88. -moz-box-shadow: 0px 50px 200px 200px {color:Background};
  89. -webkit-box-shadow: 0px 50px 200px 200px {color:Background};
  90. }
  91. {/block:IfFade}
  92.  
  93. .pagecontainer {
  94. width: 200px;
  95. }
  96.  
  97. #pagination {
  98. margin-top: 10px;
  99. font-size: 10px;
  100. padding-top: 9px;
  101. padding-right: 12px;
  102. padding-left: 10px;
  103. padding-bottom: 9px;
  104. {block:IfPostsBackground}background: rgba(255, 255, 255, 0.1);{/block:IfPostsBackground}
  105. }
  106.  
  107. #left{float:left;margin-top: -10px;}
  108. #right{float:right;margin-top: -10px;}
  109.  
  110. #center{margin:0 auto; {block:IfNotEndlessScrolling}width: 120px;{/block:IfNotEndlessScrolling}{block:IfEndlessScrolling}width: 200px;{/block:IfEndlessScrolling}}
  111.  
  112. .title {
  113. font-size: 20px;
  114. }
  115.  
  116. .image {
  117. position: relative;
  118. width: 100%; /* for IE 6 */
  119. }
  120.  
  121. h2 {
  122. display: none;
  123. position: absolute;
  124. top: 180px;
  125. width: 100%;
  126. font-weight: normal;
  127. color: #ffffff;
  128. padding-bottom: 5px;
  129. font-size: 12px;
  130. text-shadow: 1px 1px #000;
  131. }
  132.  
  133. .image:hover h2 {
  134. display: block;
  135. }
  136.  
  137. ol.notes {
  138. list-style-type: none;
  139. }
  140.  
  141. </style>
  142. <body>
  143.  
  144. <div class="sidebar">
  145.  
  146. <div id="sidebar">
  147. <center><img src="{PortraitURL-128}" width="190px" style="margin-bottom: -10px;" /></center>
  148. {block:Description}<br />
  149. {Description}{/block:Description}
  150. </div>
  151.  
  152. <div class="pagecontainer">
  153. {block:IfNotEndlessScrolling}
  154. {block:Pagination}
  155. {block:PreviousPage}<div id="left"><div id="pagination"><a href="{PreviousPage}">←</a></div></div>{/block:PreviousPage}
  156. {block:NextPage}<div id="right"><div id="pagination"><a href="{NextPage}">→</a></div></div>{/block:NextPage}
  157. {/block:Pagination}
  158. {/block:IfNotEndlessScrolling}
  159. <div id="center"><div id="pagination"><center><a href="/">home</a>   <a href="{text:Links URL}">links</a>   <a href="http://gay8.tumblr.com/">credit</a></center></div></div>
  160. </div>
  161. </div>
  162.  
  163. {block:IfFade}
  164. <div id="topfade"></div>
  165. {/block:IfFade}
  166.  
  167. <div class="posts">
  168.  
  169. {block:IfEndlessScrolling}<div class = "autopagerize_page_element" >{/block:IfEndlessScrolling}
  170.  
  171. {block:Posts}
  172.  
  173. {block:Text}
  174. <div id="content">
  175. <div style="margin-top: -5px;">
  176. {block:Title}<div style="margin-bottom: 30px;"><div class="title">{Title}</div></div>{/block:Title}
  177. <div style="margin-top: -20px;">
  178. {Body}
  179. </div>
  180. </div>
  181. <br />
  182. {block:HasTags}
  183. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  184. <br />{/block:HasTags}
  185. <a href="{Permalink}">
  186. <span style="float:left;">{TimeAgo}</span>
  187. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  188. <div style="clear:both;"></div>
  189. </a>
  190. </div>
  191. {/block:Text}
  192.  
  193. {block:Photo}
  194. <div id="content">
  195. <center>
  196. <img src="{PhotoURL-400}" />
  197. </center>
  198. {block:Caption}{Caption}{/block:Caption}
  199. <br />
  200. {block:HasTags}
  201. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  202. <br />{/block:HasTags}
  203. <a href="{Permalink}">
  204. <span style="float:left;">{TimeAgo}</span>
  205. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  206. <div style="clear:both;"></div>
  207. </a>
  208. </div>
  209. {/block:Photo}
  210.  
  211. {block:Photoset}
  212. <div id="content">
  213. <center>
  214. {Photoset-400}
  215. </center>
  216. {block:Caption}{Caption}{/block:Caption}
  217. <br />
  218. {block:HasTags}
  219. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  220. <br />{/block:HasTags}
  221. <a href="{Permalink}">
  222. <span style="float:left;">{TimeAgo}</span>
  223. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  224. <div style="clear:both;"></div>
  225. </a>
  226. </div>
  227. {/block:Photoset}
  228.  
  229. {block:Quote}
  230. <div id="content">
  231. <div class="title">{Quote}</div>
  232. {block:Source}<span style="float:right;">{Source}</span>{/block:Source}
  233. <br /><br />
  234. <a href="{Permalink}">
  235. <span style="float:left;">{TimeAgo}</span>
  236. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  237. <div style="clear:both;"></div>
  238. </a>
  239. </div>
  240. {/block:Quote}
  241.  
  242. {block:Link}
  243. <div id="content">
  244. <div style="margin-top: -5px;">
  245. <div class="title"><a href="{URL}">{Name}</a></div>
  246. {block:Description}
  247. <div style="margin-top: -10px;">
  248. {Description}
  249. </div>
  250. {/block:Description}
  251. </div>
  252. <br />
  253. {block:HasTags}
  254. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  255. <br />{/block:HasTags}
  256. <a href="{Permalink}">
  257. <span style="float:left;">{TimeAgo}</span>
  258. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  259. <div style="clear:both;"></div>
  260. </a>
  261. </div>
  262. {/block:Link}
  263.  
  264. {block:Audio}
  265. <div id="content">
  266. {block:AlbumArt}<div class="image">
  267. <img src="{AlbumArtURL}" width="400px" />
  268. <center>
  269. <h2>{/block:AlbumArt}{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}{block:AlbumArt}{block:TrackName}{TrackName}{/block:TrackName} ~ {block:Artist}{Artist}{/block:Artist}</h2>
  270. </div>{/block:AlbumArt}
  271. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  272. </center>
  273. {block:Caption}{Caption}{/block:Caption}
  274. <br />
  275. {block:HasTags}
  276. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  277. <br />{/block:HasTags}
  278. <a href="{Permalink}">
  279. <span style="float:left;">{TimeAgo}</span>
  280. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  281. <div style="clear:both;"></div>
  282. </a>
  283. </div>
  284. {/block:Audio}
  285.  
  286. {block:Video}
  287. <div id="content">
  288. {VideoEmbed-400}
  289. {block:Caption}{Caption}{/block:Caption}
  290. <br />
  291. {block:HasTags}
  292. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  293. <br />{/block:HasTags}
  294. <a href="{Permalink}">
  295. <span style="float:left;">{TimeAgo}</span>
  296. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  297. <div style="clear:both;"></div>
  298. </a>
  299. </div>
  300. {/block:Video}
  301.  
  302. {block:Answer}
  303. <div id="content">
  304. <div class="title">{Asker} asked: {Question}</div>
  305. {Answer}
  306. <br />
  307. {block:HasTags}
  308. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  309. <br />{/block:HasTags}
  310. <a href="{Permalink}">
  311. <span style="float:left;">{TimeAgo}</span>
  312. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  313. <div style="clear:both;"></div>
  314. </a>
  315. </div>
  316. {/block:Answer}
  317.  
  318. {block:Chat}
  319. <div id="content">
  320. {block:Title}<div class="title">{Title}</div>{/block:Title}
  321. {block:Lines}
  322. {block:Label}<span style="font-weight:bold;text-transform:uppercase;">{Label}</span>{/block:Label} {Line}<br />
  323. {/block:Lines}
  324. <br />
  325. {block:HasTags}
  326. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  327. <br />{/block:HasTags}
  328. <a href="{Permalink}">
  329. <span style="float:left;">{TimeAgo}</span>
  330. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  331. <div style="clear:both;"></div>
  332. </a>
  333. </div>
  334. {/block:Chat}
  335.  
  336. {block:PostNotes}
  337. <div id="content">
  338. {PostNotes-16}
  339. </div>
  340. {/block:PostNotes}
  341.  
  342. {/block:Posts}
  343.  
  344. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  345.  
  346. </div>
  347.  
  348. {block:IfFade}
  349. <div id="fade"></div>
  350. {/block:IfFade}
  351.  
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement