Advertisement
officialdogblog

boxes

Jul 23rd, 2014
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6. <link href="http://static.tumblr.com/9vasq2s/GB8n96mlp/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{PortraitURL-16}" />
  10.  
  11. <meta name="image:Background" content="" />
  12. <meta name="image:Sidebar" content="" />
  13. :
  14. <meta name="color:Background" content="#FFFFFF" />
  15. <meta name="color:Blockquote" content="#000000" />
  16. <meta name="color:Box Background" content="#888888" />
  17. <meta name="color:Box Link" content="#FFFFFF" />
  18. <meta name="color:Box Text" content="#000000" />
  19. <meta name="color:Link" content="#0000EF" />
  20. <meta name="color:Scrollbar" content="#000000" />
  21. <meta name="color:Text" content="#000000" />
  22.  
  23. <meta name="if:Tile Background" content="0" />
  24.  
  25. </head>
  26.  
  27. <style type="text/css">
  28.  
  29. ::-webkit-scrollbar {
  30. width: 10px;
  31. height: 0px;
  32. }
  33.  
  34. ::-webkit-scrollbar-thumb {
  35. width: 3px;
  36. border: 3px solid transparent;
  37. background-clip: content-box;
  38. background-color: {color:Scrollbar};
  39. }
  40.  
  41. body {
  42. font-family: consolas;
  43. color: {color:Text};
  44. font-size: 11px;
  45. background: {color:Background} url({image:Background}) fixed;
  46. {block:IfNotTileBackground}
  47. background-size: cover;
  48. {/block:IfNotTileBackground}
  49. }
  50.  
  51. body a {
  52. color: {color:Link};
  53. text-transform: uppercase;
  54. text-decoration: none;
  55. -webkit-transition: all 0.3s;
  56. -moz-transition: all 0.3s;
  57. -ms-transition: all 0.3s;
  58. -o-transition: all 0.3s;
  59. transition: all 0.3s;
  60. }
  61.  
  62. body a:hover {
  63. letter-spacing: 1px;
  64. }
  65.  
  66. strong {
  67. text-transform: uppercase;
  68. }
  69.  
  70. .content {
  71. position: absolute;
  72. top: 50px;
  73. left: 50px;
  74. }
  75.  
  76. .side {
  77. position: fixed;
  78. top: 50px;
  79. left: 500px;
  80. width: 200px;
  81. }
  82.  
  83. .box {
  84. width: 180px;
  85. padding: 10px;
  86. background-color: {color:Box Background};
  87. color: {color:Box Text};
  88. text-align: center;
  89. word-wrap: break-word;
  90. }
  91.  
  92. .box a {
  93. color: {color:Box Link};
  94. }
  95.  
  96. .box img {
  97. width: 100%;
  98. }
  99.  
  100. .post {
  101. margin-bottom: 10.5px;
  102. width: 400px;
  103. text-align: justify;
  104. word-wrap: break-word;
  105. }
  106.  
  107. .post img {
  108. max-width: 100%;
  109. }
  110.  
  111. .title {
  112. text-transform: uppercase;
  113. font-size: 14px;
  114. }
  115.  
  116. blockquote {
  117. margin: 0 0 0 0px;
  118. padding-left: 10px;
  119. border-left: 1px solid {color:Blockquote};
  120. }
  121.  
  122. .quote.short {
  123. font-size: 19px;
  124. font-weight: 100;
  125. }
  126.  
  127. .quote.medium {
  128. font-size: 17px;
  129. font-weight: 100;
  130. }
  131.  
  132. .quote.long {
  133. font-size: 14px;
  134. font-weight: 100;
  135. }
  136.  
  137. .answer {
  138. width: 380px;
  139. padding: 10px;
  140. background-color: {color:Box Background};
  141. color: {color:Box Text};
  142. }
  143.  
  144. .answer a {
  145. color: {color:Box Link};
  146. }
  147.  
  148. .asking {
  149. font-size: 17px;
  150. color: {color:Box Background};
  151. margin-top: -7px;
  152. margin-right: 18px;
  153. float: right;
  154. }
  155.  
  156. .answering {
  157. font-size: 17px;
  158. color: {color:Box Background};
  159. margin-bottom: -7px;
  160. margin-top: -2px;
  161. margin-left: 18px;
  162. float: left;
  163. }
  164.  
  165. .descrip {
  166. width: 380px;
  167. padding: 10px;
  168. background-color: {color:Box Background};
  169. color: {color:Box Text};
  170. text-align: center;
  171. margin-bottom: 100px;
  172. text-transform: uppercase;
  173. }
  174.  
  175. .descrip a {
  176. color: {color:Box Link};
  177. }
  178.  
  179. ol.notes {
  180. width: 400px;
  181. font-size: 10.5px;
  182. max-height: 200px;
  183. overflow: auto;
  184. list-style-type: none;
  185. margin-left: -35px;
  186. }
  187.  
  188. ol.notes img {
  189. margin-right: 5px;
  190. vertical-align: middle;
  191. margin-bottom: 3px;
  192. }
  193.  
  194. ol.notes blockquote {
  195. margin: 3px 0 3px 8px;
  196. padding-left: 13px;
  197. border-left: 1px solid {color:Blockquote};
  198. }
  199.  
  200. boxes {
  201. z-index: 100;
  202. bottom: 10px;
  203. right: 10px;
  204. position: fixed;
  205. font-size: 30px;
  206. text-shadow: 2px 2px #fff;
  207. -webkit-transition: all 0.3s;
  208. -moz-transition: all 0.3s;
  209. -ms-transition: all 0.3s;
  210. -o-transition: all 0.3s;
  211. transition: all 0.3s;
  212. }
  213.  
  214. boxes:hover {
  215. -webkit-transform:rotate(360deg);
  216. -moz-transform:rotate(360deg);
  217. -ms-transform:rotate(360deg);
  218. -o-transform:rotate(360deg);
  219. transform:rotate(360deg);
  220. }
  221.  
  222. #s-m-t-tooltip{
  223. max-width: 100px;
  224. z-index: 100;
  225. margin: 1px 15px 0px 20px;
  226. padding: 3px 5px 3px 5px;
  227. font-size: 8px;
  228. text-transform: uppercase;
  229. color: {color:Box Text};
  230. background-color: {color:Box Background};
  231. -webkit-border-radius: 0px;
  232. -moz-border-radius: 0px;
  233. -ms-border-radius: 0px;
  234. -o-border-radius: 0px;
  235. border-radius: 0px;
  236. }
  237.  
  238. </style>
  239.  
  240. <body>
  241.  
  242. <boxes>
  243. <strong>
  244. <a title="theme credit" href="http://gay8.tumblr.com/">8</a>
  245. </strong>
  246. </boxes>
  247.  
  248. <div class="side">
  249. <div class="box">
  250. {block:IfSidebarImage}
  251. <img src="{image:Sidebar}" /><p></p>
  252. {/block:IfSidebarImage}
  253. <a href="/" title="home"><div class="title">{Title}</div></a>
  254. {Description}
  255. </div><br />
  256. <div style="text-align: center; margin-top: -5px; font-size: 12px;">
  257. {block:Pagination}
  258. {block:PreviousPage}
  259. <a href="{PreviousPage}">◄</a>
  260. {/block:PreviousPage}
  261. {block:JumpPagination length="5"}
  262. {block:CurrentPage} {PageNumber} {/block:CurrentPage}
  263. {block:JumpPage}<a href="{URL}"> {PageNumber} </a>{/block:JumpPage}
  264. {/block:JumpPagination}
  265. {block:NextPage}
  266. <a href="{NextPage}">►</a>
  267. {/block:NextPage}
  268. {/block:Pagination}
  269. </div>
  270. </div>
  271.  
  272. <div class="content">
  273.  
  274. {block:Posts}
  275.  
  276. {block:Text}
  277. <div class="post">
  278. {block:Title}<div class="title">{Title}</div>{/block:Title}
  279. {Body}
  280. </div>
  281. {/block:Text}
  282.  
  283. {block:Photo}
  284. <div class="post">
  285. <img src="{PhotoURL-HighRes}" style="width: 100%;" />
  286. {block:PermalinkPage}
  287. {block:Caption}{Caption}{/block:Caption}
  288. {/block:PermalinkPage}
  289. </div>
  290. {/block:Photo}
  291.  
  292. {block:Photoset}
  293. <div class="post" style="margin-bottom: 7px;">
  294. {Photoset}
  295. {block:PermalinkPage}
  296. {block:Caption}{Caption}{/block:Caption}
  297. {/block:PermalinkPage}
  298. </div>
  299. {/block:Photoset}
  300.  
  301. {block:Quote}
  302. <div class="post">
  303. <div class="quote {Length}">"{Quote}"</div>
  304. {block:Source}<br />
  305. <span style="float: right; text-align: right;">{Source}</span>
  306. <div style="clear: both;"></div>
  307. {/block:Source}
  308. </div>
  309. {/block:Quote}
  310.  
  311. {block:Link}
  312. <div class="post">
  313. <div class="title" style="margin-bottom: 3px;">→ <a href="{URL}" target="_blank">{Name}</a></div>
  314. {block:Description}{Description}{/block:Description}
  315. </div>
  316. {/block:Link}
  317.  
  318. {block:Chat}
  319. <div class="post">
  320. {block:Title}<div class="title">{Title}</div>{/block:Title}
  321. {block:Lines}
  322. <blockquote><p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</p></blockquote>
  323. {/block:Lines}
  324. </div>
  325. {/block:Chat}
  326.  
  327. {block:Audio}
  328. <div class="post">
  329. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  330. {block:PermalinkPage}
  331. {block:Caption}{Caption}{/block:Caption}
  332. {/block:PermalinkPage}
  333. </div>
  334. {/block:Audio}
  335.  
  336. {block:Video}
  337. <div class="post">
  338. {VideoEmbed-400}
  339. {block:PermalinkPage}
  340. {block:Caption}{Caption}{/block:Caption}
  341. {/block:PermalinkPage}
  342. </div>
  343. {/block:Video}
  344.  
  345. {block:Answer}
  346. <div class="post">
  347. <div class="answer">"{Question}"</div>
  348. <div class="asking">▼</div><br />
  349. {block:Answerer}<span style="float: left; margin-left: 10px;"><img src="{AnswererPortraitURL-24}" /> </span><span style="float: left; text-transform: uppercase; margin-top: 5px; margin-left: 7px; width: 130px; height: 24px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;">{Answerer}</span>{/block:Answerer}
  350. <span style="float: right; margin-top: 3px; margin-right: 10px;"><img src="{AskerPortraitURL-24}" /></span>
  351. <span style="float: right; text-align: right; text-transform: uppercase; margin-top: 8px; margin-bottom: -5px; margin-right: 7px; width: 130px; height: 24px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;">{Asker}</span>
  352. <div style="clear: both;"></div>
  353. {block:Answerer}
  354. <div class="answering">▲</div><br />
  355. <div class="answer"><span style="padding-top: -10px; margin-bottom: -10px;">{Answer}</span></div>
  356. {/block:Answerer}
  357. {Replies}
  358. </div>
  359. {/block:Answer}
  360.  
  361. {block:Date}
  362. <div class="descrip">
  363. <span style="float: left;">{block:IndexPage}<a href="{Permalink}" target="_blank">{/block:IndexPage}{block:RebloggedFrom}reblogged{/block:RebloggedFrom}{block:NotReblog}posted{/block:NotReblog} {TimeAgo} with {NoteCountWithLabel}{block:IndexPage}</a>{/block:IndexPage}</span>
  364.  
  365. <!-- COLOUR CHANGE: Right below, you will see color="white", which is what makes the buttons white. If you want to change it, white, grey, and black are the only options. -->
  366.  
  367. <span style="float: right; margin-top: -2px;">{ReblogButton size="15" color="white"}</span>
  368. <span style="float: right; margin-right: 10px; margin-top: -2px;">{LikeButton size="14" color="white"}</span>
  369. <div style="clear: both;"></div>
  370. </div>
  371. {/block:Date}
  372. {block:HasTags}
  373. <div style="margin-top: -95px; margin-bottom: 100px; width: 400px;">
  374. {block:Tags}#<a href="{TagURL}" target="_blank" style="margin-left: 2px;">{Tag}</a> {/block:Tags}
  375. </div>
  376. {/block:HasTags}
  377.  
  378. {block:PermalinkPage}
  379. <span class="nolist">
  380. {block:PostNotes}
  381. {PostNotes-16}
  382. {/block:PostNotes}
  383. </span>
  384. {/block:PermalinkPage}
  385.  
  386. {block:ContentSource}<!-- {SourceURL}
  387. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  388. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  389. {/block:ContentSource}
  390.  
  391. <!-- {block:NoRebloggedFrom}
  392. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  393. {/block:NoRebloggedFrom} -->
  394.  
  395. {/block:Posts}
  396.  
  397. </div>
  398.  
  399. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  400. <script src="http://static.tumblr.com/9vasq2s/yion96mje/jquery.style-my-tooltips.js"></script>
  401. <script>
  402. (function($){
  403. $(document).ready(function(){
  404. $("[title]").style_my_tooltips({
  405. tip_follows_cursor:true,
  406. tip_delay_time:0,
  407. tip_fade_speed:300
  408. });
  409. });
  410. })(jQuery);
  411. </script>
  412.  
  413. </body>
  414.  
  415. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement