Advertisement
officialdogblog

um whatever

Jan 3rd, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <title>{Title}</title> <link rel="icon" href="{Favicon}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Roboto:300,100,400' rel='stylesheet' type='text/css'>
  11.  
  12. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  13.  
  14. <meta name="image:Background" content="" />
  15.  
  16. <meta name="color:Background" content="#FFF" />
  17. <meta name="color:Links" content="#FFF" />
  18. <meta name="color:Text" content="#000" />
  19. <meta name="color:Title" content="#000" />
  20.  
  21. <meta name="text:Link 1 URL" content="/ask" />
  22. <meta name="text:Link 1 Title" content="ask" />
  23. <meta name="text:Link 2 URL" content="/submit" />
  24. <meta name="text:Link 2 Title" content="submit" />
  25. <meta name="text:Link 3 URL" content="" />
  26. <meta name="text:Link 3 Title" content="" />
  27. <meta name="text:Link 4 URL" content="" />
  28. <meta name="text:Link 4 Title" content="" />
  29. <meta name="text:Link 5 URL" content="" />
  30. <meta name="text:Link 5 Title" content="" />
  31. <meta name="text:Link 6 URL" content="" />
  32. <meta name="text:Link 6 Title" content="" />
  33. <meta name="text:Post Opacity" content="0.4" />
  34.  
  35. <meta name="if:Link 1" content="1" />
  36. <meta name="if:Link 2" content="1" />
  37. <meta name="if:Link 3" content="0" />
  38. <meta name="if:Link 4" content="0" />
  39. <meta name="if:Link 5" content="0" />
  40. <meta name="if:Link 6" content="0" />
  41.  
  42. </head>
  43.  
  44. <style type="text/css">
  45.  
  46. @font-face {
  47. font-family: 'Carrois Gothic SC';
  48. font-style: normal;
  49. font-weight: 400;
  50. src: local('Carrois Gothic SC'), local('CarroisGothicSC-Regular'), url(http://themes.googleusercontent.com/static/fonts/carroisgothicsc/v2/bVp4nhwFIXU-r3LqUR8DSNce8QJcbznVYyCETTx3XZM.woff) format('woff');
  51. }
  52.  
  53. ::-webkit-scrollbar {
  54. width: 0px;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. background-color: rgba(250, 250, 250, 0.5);
  59. }
  60.  
  61. body {
  62. font-family: roboto;
  63. font-size: 15px;
  64. color: {color:Text};
  65. background-color: {color:Background};
  66. background-image: url({image:Background});
  67. background-size: cover;
  68. background-attachment: fixed;
  69. }
  70.  
  71. body a {
  72. text-decoration: none;
  73. color: {color:Links};
  74. }
  75.  
  76. #posts {
  77. height: 450px;
  78. padding: 40px;
  79. width: 400px;
  80. background-color: rgba(239, 239, 239, {text:Post Opacity});
  81. position: fixed;
  82. overflow: auto;
  83. top: 150px;
  84. left: 400px;
  85. word-wrap: break-word;
  86. text-align: justify;
  87. }
  88.  
  89. #posts img {
  90. max-width: 100%;
  91. }
  92.  
  93. .title {
  94. text-transform: uppercase;
  95. -webkit-transform: rotate(-90deg);
  96. -moz-transform: rotate(-90deg);
  97. -ms-transform: rotate(-90deg);
  98. -o-transform: rotate(-90deg);
  99. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  100. position: fixed;
  101. top: 385px;
  102. left: 105px;
  103. font-size: 50px;
  104. width: 530px;
  105. height: 60px;
  106. font-family: roboto;
  107. font-weight: 300;
  108. overflow: hidden;
  109. }
  110.  
  111. .title a {
  112. color: {color:Title};
  113. }
  114.  
  115. .links {
  116. position: fixed;
  117. top: 155px;
  118. left: 900px;
  119. font-size: 40px;
  120. font-family: roboto;
  121. font-weight: 300;
  122. }
  123.  
  124. .links a {
  125. color: {color:Title};
  126. }
  127.  
  128. .big {
  129. font-family: roboto;
  130. font-weight: 400;
  131. text-transform: uppercase;
  132. font-size: 16px;
  133. }
  134.  
  135. .bigger {
  136. font-family: roboto;
  137. font-weight: 400;
  138. text-transform: uppercase;
  139. font-size: 18px;
  140. }
  141.  
  142. .quote.short {
  143. font-size: 20px;
  144. font-weight: 100;
  145. }
  146.  
  147. .quote.medium {
  148. font-size: 17px;
  149. font-weight: 100;
  150. }
  151.  
  152. .quote.long {
  153. font-size: 14px;
  154. font-weight: 100;
  155. }
  156.  
  157. blockquote {
  158. border-left: 1px solid rgba(100, 100, 100, 0.6);
  159. margin-left: 20px;
  160. padding-left: 10px;
  161. width: 90%;
  162. }
  163.  
  164. ol.notes {
  165. list-style-type: none;
  166. margin-left: -40px;
  167. }
  168.  
  169. ol.notes img {
  170. display: none;
  171. }
  172.  
  173. </style>
  174.  
  175. <body>
  176.  
  177. <div id="posts">
  178. <div class="autopagerize_page_element">
  179. {block:Posts}
  180.  
  181. {block:Text}
  182. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  183. <div class="big">
  184. <span style="float: left;">
  185. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  186. </span>
  187. <span style="float: right;">
  188. {NoteCountWithLabel}
  189. </span>
  190. <div style="clear: both;"></div>
  191. </div>
  192. {block:IndexPage}</a>{/block:IndexPage}{block:Title}<br />
  193. <div class="bigger">{Title}</div>{/block:Title}
  194. {Body}
  195. {block:IndexPage}
  196. <div style="margin-bottom: 150px;"></div>
  197. {/block:IndexPage}
  198. {/block:Text}
  199.  
  200. {block:Photo}
  201. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  202. <div class="big">
  203. <span style="float: left;">
  204. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  205. </span>
  206. <span style="float: right;">
  207. {NoteCountWithLabel}
  208. </span>
  209. <div style="clear: both;"></div>
  210. </div>
  211. {block:IndexPage}</a>{/block:IndexPage}<br />
  212. <img src="{PhotoURL-HighRes}" />
  213. {block:Caption}{Caption}{/block:Caption}
  214. {block:IndexPage}
  215. <div style="margin-bottom: 150px;"></div>
  216. {/block:IndexPage}
  217. {/block:Photo}
  218.  
  219. {block:Photoset}
  220. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  221. <div class="big">
  222. <span style="float: left;">
  223. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  224. </span>
  225. <span style="float: right;">
  226. {NoteCountWithLabel}
  227. </span>
  228. <div style="clear: both;"></div>
  229. </div>
  230. {block:IndexPage}</a>{/block:IndexPage}<br />
  231. {Photoset}
  232. {block:Caption}{Caption}{/block:Caption}
  233. {block:IndexPage}
  234. <div style="margin-bottom: 150px;"></div>
  235. {/block:IndexPage}
  236. {/block:Photoset}
  237.  
  238. {block:Quote}
  239. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  240. <div class="big">
  241. <span style="float: left;">
  242. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  243. </span>
  244. <span style="float: right;">
  245. {NoteCountWithLabel}
  246. </span>
  247. <div style="clear: both;"></div>
  248. </div>
  249. {block:IndexPage}</a>{/block:IndexPage}<br />
  250. <div class="quote {Length}">“{Quote}”</div>
  251. {block:Source}<span style="float: right; font-family: arial; font-weight: 100;"><i>{Source}</i></span>{/block:Source}
  252. <div style="clear:both;"></div>
  253. {block:IndexPage}
  254. <div style="margin-bottom: 150px;"></div>
  255. {/block:IndexPage}
  256. {/block:Quote}
  257.  
  258. {block:Audio}
  259. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  260. <div class="big">
  261. <span style="float: left;">
  262. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  263. </span>
  264. <span style="float: right;">
  265. {NoteCountWithLabel}
  266. </span>
  267. <div style="clear: both;"></div>
  268. </div>
  269. {block:IndexPage}</a>{/block:IndexPage}<br />
  270. <center>
  271.  
  272. {block:AlbumArt}
  273. <img src="{AlbumArtURL}" width="100%" /><br /><br />
  274. {/block:AlbumArt}
  275.  
  276. {block:AudioPlayer}
  277. {AudioPlayer}
  278. {/block:AudioPlayer}
  279. {block:AudioPlayer}
  280. <span style="font-size: 12px;">{block:TrackName}{TrackName}{/block:TrackName}
  281. {block:Artist}- {Artist}{/block:Artist}<br /></span>
  282. {/block:AudioPlayer}
  283.  
  284. {block:AudioEmbed}
  285. {AudioEmbed-400}<br />
  286. {/block:AudioEmbed}
  287.  
  288. </center>
  289. {block:Caption}
  290. {Caption}
  291. {/block:Caption}
  292. {block:IndexPage}
  293. <div style="margin-bottom: 150px;"></div>
  294. {/block:IndexPage}
  295. {/block:Audio}
  296.  
  297. {block:Chat}
  298. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  299. <div class="big">
  300. <span style="float: left;">
  301. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  302. </span>
  303. <span style="float: right;">
  304. {NoteCountWithLabel}
  305. </span>
  306. <div style="clear: both;"></div>
  307. </div>
  308. {block:IndexPage}</a>{/block:IndexPage}<br />
  309. {block:Title}<div class="bigger">{Title}</div>{/block:Title}
  310. {block:Lines}
  311. {block:Label}<span class="big">{Label}</span>{/block:Label} {Line}<br />
  312. {/block:Lines}
  313. {block:IndexPage}
  314. <div style="margin-bottom: 150px;"></div>
  315. {/block:IndexPage}
  316. {/block:Chat}
  317.  
  318. {block:Video}
  319. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  320. <div class="big">
  321. <span style="float: left;">
  322. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  323. </span>
  324. <span style="float: right;">
  325. {NoteCountWithLabel}
  326. </span>
  327. <div style="clear: both;"></div>
  328. </div>
  329. {block:IndexPage}</a>{/block:IndexPage}<br />
  330. {VideoEmbed-400}
  331. {block:Caption}{Caption}{/block:Caption}
  332. {block:IndexPage}
  333. <div style="margin-bottom: 150px;"></div>
  334. {/block:IndexPage}
  335. {/block:Video}
  336.  
  337. {block:Answer}
  338. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  339. <div class="big">
  340. <span style="float: left;">
  341. {Month} {DayOfMonthWithZero} {Year}, {12HourWithZero}:{Minutes}{AmPm}
  342. </span>
  343. <span style="float: right;">
  344. {NoteCountWithLabel}
  345. </span>
  346. <div style="clear: both;"></div>
  347. </div>
  348. {block:IndexPage}</a>{/block:IndexPage}<br />
  349. <span class="big">→ {Asker} asked: "{Question}"</span>
  350. <br />
  351. {Answer}
  352. {block:IndexPage}
  353. <div style="margin-bottom: 150px;"></div>
  354. {/block:IndexPage}
  355. {/block:Answer}
  356.  
  357. {block:HasTags}
  358. {block:PermalinkPage}
  359. <div style="margin-top: 50px;"></div>
  360. <u>tagged:</u> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  361. {/block:PermalinkPage}
  362. {/block:HasTags}
  363.  
  364. {block:PostNotes}
  365. <div style="margin-top: 50px;"></div>
  366. {PostNotes}
  367. {/block:PostNotes}
  368. {/block:Posts}
  369.  
  370. {block:ContentSource}
  371. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  372. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  373. {/block:SourceLogo}
  374. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  375. {/block:ContentSource}
  376. {block:ReblogParent}{/block:ReblogParent}
  377.  
  378. </div>
  379. </div>
  380. <div class="title"><a href="/">{Title}</a></div>
  381. <div class="links">
  382. {block:IfLink1}<a href="{text:Link 1 URL}" title="{text:Link 1 Title}">■</a>{/block:IfLink1}
  383. {block:IfLink2}<p><a href="{text:Link 2 URL}" title="{text:Link 2 Title}">■</a></p>{/block:IfLink2}
  384. {block:IfLink3}<p><a href="{text:Link 3 URL}" title="{text:Link 3 Title}">■</a></p>{/block:IfLink3}
  385. {block:IfLink4}<p><a href="{text:Link 4 URL}" title="{text:Link 4 Title}">■</a></p>{/block:IfLink4}
  386. {block:IfLink5}<p><a href="{text:Link 5 URL}" title="{text:Link 5 Title}">■</a></p>{/block:IfLink5}
  387. {block:IfLink6}<p><a href="{text:Link 6 URL}" title="{text:Link 6 Title}">■</a></p>{/block:IfLink6}
  388. </div>
  389.  
  390. </body>
  391.  
  392. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement