Advertisement
officialdogblog

Not So Plain Charlie

Oct 8th, 2013
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 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="#FFFFFF" />
  8. <meta name="color:Links" content="#0600FF" />
  9. <meta name="color:Text" content="#000000" />
  10. <meta name="text:Post Opacity" content=".5" >
  11. <meta name="text:Posts Position" content="450" />
  12. <meta name="text:Sidebar Position" content="100" />
  13. <meta name="text:Sidebar Position Top" content="200">
  14. <meta name="text:Links Url" content="/links" />
  15. <meta name="if:Endless Scrolling" content="0" />
  16. <meta name="if:Fade Bottom" content="0" />
  17. <meta name="if:Fade Top" content="0" />
  18. <meta name="if:Notes Hover" content="0" />
  19. <meta name="if:Posts Background" content="0" />
  20. <meta name="if:Rounded Corners" content="0" />
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{PortraitURL-16}" />
  24.  
  25. </head>
  26.  
  27. <style type="text/css">
  28.  
  29. ::-webkit-scrollbar {
  30. width: 6px;
  31. background-color: {color:Background};
  32. }
  33.  
  34. ::-webkit-scrollbar-thumb {
  35. background-color: {color:Links};
  36. }
  37.  
  38. body {
  39. text-transform: lowercase;
  40. font-size: 14px;
  41. font-family: consolas;
  42. background: {color:Background};
  43. color: {color:Text};
  44. }
  45.  
  46. body a {
  47. text-decoration: none;
  48. color: {color:Links};
  49. }
  50.  
  51. .posts {
  52. margin-bottom: 300px;
  53. margin-left: {text:Posts Position}px;
  54. }
  55.  
  56. #content {
  57. width: 510px;
  58. word-wrap: break-word;
  59. margin-top: 100px;
  60. padding-top: 15px;
  61. padding-left: 10px;
  62. padding-right: 10px;
  63. padding-bottom: 10px;
  64. {block:IfPostsBackground}background: rgba(255, 255, 255, {text:Post Opacity});{/block:IfPostsBackground}
  65. {block:IfRoundedCorners}
  66. -webkit-border-radius: 10px;
  67. -moz-border-radius: 10px;
  68. border-radius: 10px;
  69. {/block:IfRoundedCorners}
  70. }
  71.  
  72. #content img {
  73. max-width: 100%;
  74. {block:IfRoundedCorners}
  75. -webkit-border-radius: 10px;
  76. -moz-border-radius: 10px;
  77. border-radius: 10px;"
  78. {/block:IfRoundedCorners}
  79. }
  80.  
  81. {block:IfNotesHover}
  82. #notes {
  83. opacity: 0;
  84. -o-transition:.5s;
  85. -ms-transition:.5s;
  86. -moz-transition:.5s;
  87. -webkit-transition:.5s;
  88. transition:.5s;
  89. }
  90.  
  91. #content:hover #notes {
  92. opacity: 1;
  93. }
  94. {/block:IfNotesHover}
  95.  
  96. .sidebar {
  97. position: fixed;
  98. width: 200px;
  99. z-index: 999999999999999;
  100. top: {text:Sidebar Position Top}px;
  101. left: {text:Sidebar Position}px;
  102. }
  103.  
  104. #sidebar {
  105. margin-bottom: 10px;
  106. text-align: justify;
  107. word-wrap: break-word;
  108. padding: 5px;
  109. {block:IfPostsBackground}background: rgba(255, 255, 255, {text:Post Opacity});{/block:IfPostsBackground}
  110. {block:IfRoundedCorners}
  111. -webkit-border-radius: 10px;
  112. -moz-border-radius: 10px;
  113. border-radius: 10px;
  114. {/block:IfRoundedCorners}
  115. }
  116.  
  117. #topfade {
  118. z-index: 2;
  119. position: fixed;
  120. right:-10px;
  121. top: -10px;
  122. height: 10px;
  123. width: 100%;
  124. box-shadow: 0px 100px 200px 200px {color:Background};
  125. -moz-box-shadow: 0px 50px 200px 200px {color:Background};
  126. -webkit-box-shadow: 0px 0px 100px 100px {color:Background};
  127. }
  128.  
  129. #fade {
  130. z-index: 2;
  131. position: fixed;
  132. left:-10px;
  133. bottom: -10px;
  134. height: 10px;
  135. width: 100%;
  136. box-shadow: 0px 50px 200px 200px {color:Background};
  137. -moz-box-shadow: 0px 50px 200px 200px {color:Background};
  138. -webkit-box-shadow: 0px 50px 200px 200px {color:Background};
  139. }
  140.  
  141. .pagecontainer {
  142. margin-top: -15px;
  143. width: 190px;
  144. margin-bottom: -5px;
  145. }
  146.  
  147. #pagination {
  148. margin-top: 10px;
  149. font-size: 10px;
  150. padding-top: 9px;
  151. padding-right: 12px;
  152. padding-left: 10px;
  153. padding-bottom: 9px;
  154. }
  155.  
  156. #left{
  157. float:left;
  158. margin-top: -10px;
  159. }
  160.  
  161. #right{
  162. float:right;
  163. margin-top: -10px;
  164. }
  165.  
  166. #center{margin:0 auto; {block:IfNotEndlessScrolling}width: 120px;{/block:IfNotEndlessScrolling}{block:IfEndlessScrolling}width: 200px;{/block:IfEndlessScrolling}}
  167.  
  168. .title {
  169. font-size: 20px;
  170. font-weight: 100;
  171. font-family: courier;
  172. }
  173.  
  174. .image {
  175. position: relative;
  176. width: 100%; /* for IE 6 */
  177. }
  178.  
  179. h2 {
  180. display: none;
  181. position: absolute;
  182. top: 230px;
  183. width: 100%;
  184. font-weight: normal;
  185. color: #ffffff;
  186. padding-bottom: 5px;
  187. font-size: 12px;
  188. text-shadow: 1px 1px #000;
  189. }
  190.  
  191. .image:hover h2 {
  192. display: block;
  193. }
  194.  
  195. ol.notes {
  196. list-style-type: none;
  197. }
  198.  
  199. </style>
  200. <body>
  201.  
  202. <div class="sidebar">
  203.  
  204. <div id="sidebar">
  205. <div style="margin-left:2px;">
  206. {block:Description}{Description}{/block:Description}
  207. </div>
  208. <div class="pagecontainer">
  209. {block:IfNotEndlessScrolling}
  210. {block:Pagination}
  211. {block:PreviousPage}<div id="left"><div id="pagination"><a href="{PreviousPage}">←</a></div></div>{/block:PreviousPage}
  212. {block:NextPage}<div id="right"><div id="pagination"><a href="{NextPage}">→</a></div></div>{/block:NextPage}
  213. {/block:Pagination}
  214. {/block:IfNotEndlessScrolling}
  215. <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>
  216. </div>
  217. </div>
  218. </div>
  219.  
  220.  
  221. {block:IfFadeTop}
  222. <div id="topfade"></div>
  223. {/block:IfFadeTop}
  224.  
  225. <div class="posts">
  226.  
  227. <br /><br /><br /><br />
  228.  
  229. {block:IfEndlessScrolling}<div class = "autopagerize_page_element" >{/block:IfEndlessScrolling}
  230.  
  231. {block:Posts}
  232.  
  233. {block:ContentSource}
  234. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  235.  
  236. {block:Text}
  237. <div id="content">
  238. <div style="margin-top: -5px;">
  239. {block:Title}<div style="margin-bottom: 30px;"><div class="title">{Title}</div></div>{/block:Title}
  240. <div style="margin-top: -20px;">
  241. {Body}
  242. </div>
  243. </div>
  244. <br />
  245. {block:IndexPage}<div id="notes">{/block:IndexPage}
  246. {block:HasTags}
  247. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  248. <br />{/block:HasTags}
  249. <a href="{Permalink}">
  250. <span style="float:left;">{TimeAgo}</span>
  251. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  252. <div style="clear:both;"></div>
  253. </a>{block:IndexPage}</div>{/block:IndexPage}
  254. </div>
  255. {/block:Text}
  256.  
  257. {block:Photo}
  258. <div id="content">
  259. <center>
  260. <img src="{PhotoURL-500}" {block:IfRoundedCorners}style="-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;"{/block:IfRoundedCorners}>
  261. </center>
  262. {block:IndexPage}<div id="notes">{/block:IndexPage}
  263. {block:Caption}{Caption}{/block:Caption}
  264. <br />
  265. {block:HasTags}
  266. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  267. <br />{/block:HasTags}
  268. <a href="{Permalink}">
  269. <span style="float:left;">{TimeAgo}</span>
  270. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  271. <div style="clear:both;"></div>
  272. </a>{block:IndexPage}</div>{/block:IndexPage}
  273. </div>
  274. {/block:Photo}
  275.  
  276. {block:Photoset}
  277. <div id="content">
  278. <center>
  279. <div style="-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;">
  280. {Photoset-500}
  281. </div>
  282. </center>
  283. {block:IndexPage}<div id="notes">{/block:IndexPage}
  284. {block:Caption}{Caption}{/block:Caption}
  285. <br />
  286. {block:HasTags}
  287. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  288. <br />{/block:HasTags}
  289. <a href="{Permalink}">
  290. <span style="float:left;">{TimeAgo}</span>
  291. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  292. <div style="clear:both;"></div>
  293. </a>{block:IndexPage}</div>{/block:IndexPage}
  294. </div>
  295. {/block:Photoset}
  296.  
  297. {block:Quote}
  298. <div id="content">
  299. <div class="title">{Quote}</div>
  300. {block:Source}<span style="float:right;">{Source}</span>{/block:Source}
  301. <br /><br />
  302. {block:IndexPage}<div id="notes">{/block:IndexPage}
  303. {block:HasTags}
  304. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  305. <br />{/block:HasTags}
  306. <a href="{Permalink}">
  307. <span style="float:left;">{TimeAgo}</span>
  308. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  309. <div style="clear:both;"></div>
  310. </a>{block:IndexPage}</div>{/block:IndexPage}
  311. </div>
  312. {/block:Quote}
  313.  
  314. {block:Link}
  315. <div id="content">
  316. <div style="margin-top: -5px;">
  317. <div class="title"><a href="{URL}">{Name}</a></div>
  318. {block:Description}
  319. <div style="margin-top: -10px;">
  320. {Description}
  321. </div>
  322. {/block:Description}
  323. </div>
  324. <br />
  325. {block:IndexPage}<div id="notes">{/block:IndexPage}
  326. {block:HasTags}
  327. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  328. <br />{/block:HasTags}
  329. <a href="{Permalink}">
  330. <span style="float:left;">{TimeAgo}</span>
  331. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  332. <div style="clear:both;"></div>
  333. </a>{block:IndexPage}</div>{/block:IndexPage}
  334. </div>
  335. {/block:Link}
  336.  
  337. {block:Audio}
  338. <div id="content">
  339. <center>
  340. {block:AlbumArt}<div class="image">
  341. <img src="{AlbumArtURL}" width="500px" />
  342. <h2>{/block:AlbumArt}{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}{block:AlbumArt}{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} ~ {Artist}{/block:Artist}</h2>
  343. </div>{/block:AlbumArt}
  344. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  345. </center>
  346. {block:IndexPage}<div id="notes">{/block:IndexPage}
  347. {block:Caption}{Caption}{/block:Caption}
  348. <br />
  349. {block:HasTags}
  350. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  351. <br />{/block:HasTags}
  352. <a href="{Permalink}">
  353. <span style="float:left;">{TimeAgo}</span>
  354. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  355. <div style="clear:both;"></div>
  356. </a>{block:IndexPage}</div>{/block:IndexPage}
  357. </div>
  358. {/block:Audio}
  359.  
  360. {block:Video}
  361. <div id="content">
  362. {VideoEmbed-500}
  363. {block:IndexPage}<div id="notes">{/block:IndexPage}
  364. {block:Caption}{Caption}{/block:Caption}
  365. <br />
  366. {block:HasTags}
  367. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  368. <br />{/block:HasTags}
  369. <a href="{Permalink}">
  370. <span style="float:left;">{TimeAgo}</span>
  371. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  372. <div style="clear:both;"></div>
  373. </a>{block:IndexPage}</div>{/block:IndexPage}
  374. </div>
  375. {/block:Video}
  376.  
  377. {block:Answer}
  378. <div id="content">
  379. <div class="title">{Asker} asked: {Question}</div>
  380. {Answer}
  381. <br />
  382. {block:IndexPage}<div id="notes">{/block:IndexPage}
  383. {block:HasTags}
  384. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  385. <br />{/block:HasTags}
  386. <a href="{Permalink}">
  387. <span style="float:left;">{TimeAgo}</span>
  388. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  389. <div style="clear:both;"></div>
  390. </a>{block:IndexPage}</div>{/block:IndexPage}
  391. </div>
  392. {/block:Answer}
  393.  
  394. {block:Chat}
  395. <div id="content">
  396. {block:Title}<div class="title">{Title}</div>{/block:Title}
  397. {block:Lines}
  398. {block:Label}<span style="font-weight:bold;text-transform:uppercase;">{Label}</span>{/block:Label} {Line}<br />
  399. {/block:Lines}
  400. <br />
  401. {block:IndexPage}<div id="notes">{/block:IndexPage}
  402. {block:HasTags}
  403. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  404. <br />{/block:HasTags}
  405. <a href="{Permalink}">
  406. <span style="float:left;">{TimeAgo}</span>
  407. <span style="float:right;">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</span>
  408. <div style="clear:both;"></div>
  409. </a>{block:IndexPage}</div>{/block:IndexPage}
  410. </div>
  411. {/block:Chat}
  412.  
  413. {block:PostNotes}
  414. <div id="content">
  415. {PostNotes-16}
  416. </div>
  417. {/block:PostNotes}
  418.  
  419. {block:ContentSource}
  420. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  421. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  422. {/block:SourceLogo}
  423. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  424. {/block:ContentSource}
  425.  
  426. {/block:Posts}
  427.  
  428. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  429.  
  430. </div>
  431.  
  432. {block:IfFadeBottom}
  433. <div id="fade"></div>
  434. {/block:IfFadeBottom}
  435.  
  436. </body>
  437. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement