Advertisement
teruteru

Sad Boys Club -【 THEME 38 by Anomaly ☽】

Dec 6th, 2016
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. THEME #38 by Anomaly ☾ tumblr user xollyx ☽ : SAD BOYS CLUB !!
  7.  
  8. - i made the base code
  9. - please abide by all the rules
  10.  
  11. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  12.  
  13. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  14. Feel free to message me if you need any help, my ask box is always open!
  15.  
  16. -->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <title>{Title}</title>
  35.  
  36. <link rel="shortcut icon" href="{image:favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <!--default variables-->
  41.  
  42. <meta name="color:background" content="">
  43. <meta name="color:blockquote" content="">
  44. <meta name="color:text" content="">
  45. <meta name="color:link" content="">
  46. <meta name="color:hover" content="">
  47. <meta name="color:selection" content="">
  48. <meta name="color:selection text" content="">
  49. <meta name="color:tooltip" content="">
  50. <meta name="color:tooltip text" content="">
  51. <meta name="color:scrollbar" content="">
  52.  
  53. <meta name="image:favicon" content="">
  54. <meta name="image:background" content="">
  55. <meta name="image:cursor" content="">
  56. <meta name="image:permalink" content="">
  57. <meta name="image:links" content="">
  58. <meta name="image:render" content="">
  59.  
  60. <meta name="text:ask text" content="asked">
  61. <meta name="text:about url" content="">
  62. <meta name="text:link 1" content="/">
  63. <meta name="text:link 1 title" content="link 1">
  64. <meta name="text:link 2" content="/">
  65. <meta name="text:link 2 title" content="link 2">
  66. <meta name="text:link 3" content="/">
  67. <meta name="text:link 3 title" content="link 3">
  68. <meta name="text:back title" content="⇠">
  69. <meta name="text:next title" content="⇢">
  70.  
  71. <meta name="if:bg cover" content="">
  72. <meta name="if:cursor" content="">
  73. <meta name="if:render" content="">
  74.  
  75. <meta name="text:render left" content="">
  76. <meta name="text:render bottom" content="">
  77. <meta name="text:render width" content="">
  78.  
  79. <style type="text/css">
  80.  
  81. ::-webkit-scrollbar {
  82. width: 9px;
  83. height: 4px;
  84. background:{color:scrollbar};
  85. border:4px solid {color:background};
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb {
  89. background-color:{color:scrollbar};
  90. border-radius:5px;
  91. }
  92.  
  93. #s-m-t-tooltip {
  94. max-width:300px;
  95. margin:10px 0px 0px 10px;
  96. background-color:{color:tooltip};
  97. font-family:verdana;
  98. font-size:8px;
  99. padding:3px;
  100. color:{color:tooltip text};
  101. z-index:999999999999999999999999999999999999;
  102. }
  103.  
  104. #s-m-t-tooltip:after {
  105. position: absolute;
  106. display: block; content: "";
  107. border-color: transparent {color:tooltip} transparent transparent ;
  108. border-style: solid;
  109. border-width: 5px;
  110. height:0;
  111. width:0;
  112. position:absolute;
  113. top:3px;
  114. left:-10px;
  115. }
  116.  
  117. ::selection {
  118. background: {color:selection};
  119. color: {color:selection text};
  120. }
  121.  
  122. ::-moz-selection {
  123. background: {color:selection};
  124. color: {color:selection text};
  125. }
  126.  
  127. ::-webkit-selection {
  128. background: {color:selection};
  129. color: {color:selection text};
  130. }
  131.  
  132. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  133.  
  134. body {
  135. background:{color:background};
  136. background-image:url('{image:background}');
  137. background-attachment:fixed;
  138. {block:ifbgcover}
  139. background-repeat:no-repeat;
  140. background-size:cover;
  141. {/block:ifbgcover}
  142. color:{color:text};
  143. font-family:verdana;
  144. font-size:11px;
  145. }
  146.  
  147. a {
  148. color:{color:link};
  149. text-decoration:none;
  150. }
  151.  
  152. a:hover {
  153. color:{color:hover};
  154. -webkit-transition: all 0.5s ease-in-out;
  155. -moz-transition: all 0.5s ease-in-out;
  156. -o-transition: all 0.5s ease-in-out;
  157. }
  158.  
  159. blockquote {
  160. border-left:1px solid {color:blockquote};
  161. padding-left:10px;
  162. }
  163.  
  164. blockquote img {
  165. width:100%;
  166. }
  167.  
  168. #wrapper {
  169. width:800px;
  170. }
  171.  
  172. .posts {
  173. float:left;
  174. display:block;
  175. position:relative;
  176. padding:10px;
  177. width:500px;
  178. margin-top:50px;
  179. margin-bottom:50px;
  180. margin-left:400px;
  181. z-index:9999;
  182. }
  183.  
  184. .posts:blockquote {
  185. border-left:1px solid {color:blockquote};
  186. padding-left:5px;
  187. }
  188.  
  189. #sidebar {
  190. position:fixed;
  191. width:250px;
  192. margin-left:150px;
  193. margin-top:150px;
  194. padding:10px;
  195. }
  196.  
  197. #links {
  198. position:fixed;
  199. width:125px;
  200. margin-left:175px;
  201. margin-top:225px;
  202. text-align:center;
  203. padding:10px;
  204. letter-spacing:1px;
  205. }
  206.  
  207. .media{
  208. margin:0 0 10px 0;
  209. }
  210.  
  211. .title{
  212. font-weight:normal;
  213. font-size:16px;
  214. margin:0 0 10px 0;
  215. text-align:center;
  216. }
  217.  
  218. .quote{
  219. font-weight:normal;
  220. font-size:16px;
  221. font-style:italic;
  222. margin:0 0 10px 0;
  223. text-align:center;
  224. }
  225.  
  226. .quotesource {
  227. margin:0 0 10px 0;
  228. text-align:right;
  229. }
  230.  
  231. #ask{
  232. padding:5px;
  233. color:{color:Title};
  234. }
  235.  
  236. .bubble {
  237. align:right;
  238. background: transparent;
  239. margin:7px 0px 5px 66px;
  240. padding:10px;
  241. position: relative;
  242. -moz-border-radius:5px;
  243. -webkit-border-radius:5px;
  244. border-radius:5px;
  245. }
  246.  
  247. .bubble p {
  248. margin:1px 0px;
  249. }
  250.  
  251. .bubble span {
  252. display:block;
  253. position:absolute;
  254. width:1px;
  255. height:1px;
  256. font-size: 0;
  257. line-height: 1px;
  258. left:-10px;
  259. top:10px;
  260. border-top:7px solid transparent;
  261. border-bottom:7px solid transparent;
  262. border-right:10px solid transparent;
  263. }
  264.  
  265. .perma {
  266. margin-top:10px;
  267. padding:5px;
  268. text-align:right;
  269. }
  270.  
  271. .postnotes {
  272. float:left;
  273. display:block;
  274. position:relative;
  275. margin-left:400px;
  276. width:500px;
  277. padding:10px;
  278. }
  279.  
  280. .credit {
  281. position:fixed;
  282. bottom:4px;
  283. left:8px;
  284. font: 9px consolas;
  285. text-transform:uppercase;
  286. letter-spacing: 0px;
  287. padding: 2px;
  288. }
  289.  
  290. </style>
  291. </head>
  292. <body>
  293.  
  294. <div id="wrapper">
  295. <div id="sidebar">
  296. {block:Description}{Description}{/block:Description}
  297. </div>
  298.  
  299. <div id="links">
  300. <img src="{image:links}"> <a href="/">refresh</a><br>
  301. <img src="{image:links}"> <a href="/ask">message</a><br>
  302. <img src="{image:links}"> <a href="{text:about url}">about</a>
  303. {block:iflink1}<br><img src="{image:links}"> <a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  304. {block:iflink2}<br><img src="{image:links}"> <a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  305. {block:iflink3}<br><img src="{image:links}"> <a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  306. <br>
  307. </div>
  308.  
  309.  
  310. {block:Posts}
  311. <div class="posts">
  312.  
  313. {block:Text}
  314. {block:Title}<div class="title">{Title}</div>{/block:Title}
  315. {Body}
  316. {/block:Text}
  317.  
  318. {block:Photo}
  319. <div class="media"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>
  320. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  321. {/block:Photo}
  322.  
  323. {block:Photoset}<div class="media">{Photoset-500}</div>
  324. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  325. {/block:Photoset}
  326.  
  327. {block:Quote}
  328. <div class="quote">"{Quote}"</div>
  329. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  330. {/block:Quote}
  331.  
  332. {block:Link}
  333. <div class="title"><a href="{URL}">{Name}</a></div>
  334. {block:Description}<div class="description">{Description}</div>{/block:Description}
  335. {/block:Link}
  336.  
  337. {block:Chat}
  338. {block:Title}<div class="title">{Title}</div>{/block:Title}
  339. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  340. {/block:Chat}
  341.  
  342. {block:Video}<div class="media">{Video-500}</div>
  343. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  344. {/block:Video}
  345.  
  346. {block:Audio}
  347. <div class="media">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}{AudioPlayerWhite}
  348. {block:TrackName}{TrackName}<br>{/block:TrackName}
  349. {block:Artist}{Artist}<br>{/block:Artist}
  350. {block:Album}{Album}{/block:Album}
  351. </div>
  352. {block:Caption}{Caption}{/block:Caption}
  353. {/block:Audio}
  354.  
  355. {block:Answer}
  356. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  357. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  358. <div class="answer">{Answer}</div>
  359. {/block:Answer}
  360.  
  361. {block:Date}
  362. <div class="perma"><a href="{Permalink}" title="{NoteCountWithLabel}"><img src="{image:permalink}"></a>
  363. {block:PermalinkPage}<br>
  364. <center>
  365. {lang:Posted TimeAgo}
  366. {block:HasTags}<br>{lang:Tags}: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  367. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">{lang:Via}</a> ∙ <a href="{ReblogRootURL}" title="{ReblogRootName}">{lang:Source}</a> {/block:RebloggedFrom}
  368. </center>
  369. {/block:PermalinkPage}
  370. </div>
  371. {/block:Date}
  372.  
  373. </div>
  374.  
  375. {block:PermalinkPage}
  376. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  377. {/block:PermalinkPage}
  378. {/block:Posts}
  379.  
  380. <div align="center"><div style="font-size:36px;"><br>
  381. {block:IndexPage}
  382. {block:Pagination}
  383. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  384. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  385. {/block:NextPage}
  386. {/block:Pagination}
  387. {/block:IndexPage}
  388. </div></div>
  389. </div>
  390.  
  391.  
  392.  
  393. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  394.  
  395. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  396.  
  397. </body>
  398. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement