Advertisement
thehandyblog

Drunk Theme

Aug 31st, 2013
1,039
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.72 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. <!----
  4.  
  5. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  6. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  7. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  8.  
  9. THEME # 17 (DRUNK)
  10.  
  11. ✔ ᴋᴇᴇᴘ ᴛʜᴇ ᴄʀᴇᴅɪᴛs ɪɴᴛᴀᴄᴛ.
  12. ✔ ᴅᴏ ɴᴏᴛ ᴜsᴇ ᴀs ʙᴀsᴇ ᴄᴏᴅᴇ.
  13. ✔ ᴅᴏ ɴᴏᴛ ᴄᴏᴘʏ ᴀɴʏ ᴘᴀʀᴛs ᴏғ ᴛʜᴇ ᴄᴏᴅᴇ.
  14.  
  15. ---->
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19.  
  20. <head>
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  23.  
  24. <title>{Title}</title>
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27.  
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29.  
  30. {block:Description}
  31. <meta name="description" content="{MetaDescription}" />
  32. {/block:Description}
  33.  
  34.  
  35. <meta name="color:background" content="#ffffff"/>
  36. <meta name="color:text" content="#4d4d4d"/>
  37. <meta name="color:link" content="#5c5c5c"/>
  38. <meta name="color:borders" content="#e2e2e2"/>
  39. <meta name="color:post info" content="#505050"/>
  40. <meta name="color:link hover" content="#e4e4e4"/>
  41. <meta name="color:scrollbar" content="#dbdbdb"/>
  42. <meta name="color:accent" content="#eeeeee"/>
  43.  
  44. <meta name="image:portrait" content=""/>
  45.  
  46. <meta name="if:bigger posts" content="">
  47.  
  48. <meta name="text:link1" content="">
  49. <meta name="text:link1 url" content="/">
  50. <meta name="text:link2" content="">
  51. <meta name="text:link2 url" content="/">
  52. <meta name="text:link3" content="">
  53. <meta name="text:link3 url" content="/">
  54. <meta name="text:link4" content="">
  55. <meta name="text:link4 url" content="/">
  56. <meta name="text:link5" content="">
  57. <meta name="text:link5 url" content="/">
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63. body{
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-size:10px;
  68. font-family:times;
  69. line-height:100%;
  70. overflow-x:hidden;
  71. }
  72.  
  73. a{
  74. text-decoration:none;
  75. outline:none;
  76. -moz-outline-style:none;
  77. color:{color:link};
  78. -moz-transition-duration:0.5s;
  79. -webkit-transition-duration:0.5s;
  80. -o-transition-duration:0.5s;
  81. }
  82.  
  83. a:hover{
  84. color:{color:link hover};
  85. -moz-transition-duration:0.5s;
  86. -webkit-transition-duration:0.5s;
  87. -o-transition-duration:0.5s;
  88. }
  89.  
  90. img{
  91. border:none;
  92. }
  93.  
  94. blockquote{
  95. padding-left:5px;
  96. border-left:2px solid {color:borders};
  97. }
  98.  
  99. h1{
  100. font-size:10px;
  101. font-weight:500;
  102. }
  103.  
  104. h3{
  105. font-weight:500;
  106. text-align:justify;
  107. line-height:13px;
  108. font-style:italic;
  109. font-size:15px;
  110. }
  111.  
  112. .quote{
  113. opacity:.7;
  114. font-size:40px;
  115. margin-bottom:-10px;
  116. }
  117.  
  118. ::-webkit-scrollbar{
  119. width: 7px;
  120. height:7px;
  121. background:{color:background};
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb{
  125. background:{color:scrollbar};
  126. }
  127.  
  128. #entries{
  129. {block:IfNotBiggerPosts}
  130. width:400px;
  131. {/block:IfNotBiggerPosts}
  132. {block:IfBiggerPosts}
  133. width:500px;
  134. {block:IfBiggerPosts}
  135. margin-left:430px;
  136. margin-top:0px;
  137. }
  138.  
  139. #post{
  140. {block:IfNotBiggerPosts}
  141. width:400px;
  142. {/block:IfNotBiggerPosts}
  143. {block:IfBiggerPosts}
  144. width:500px;
  145. {block:IfBiggerPosts}
  146. padding-left:20px;
  147. padding-right:20px;
  148. padding-top:40px;
  149. }
  150.  
  151. #header{
  152. text-align:right;
  153. letter-spacing:1px;
  154. width:190px;
  155. margin-top:15px;
  156. padding-bottom:15px;
  157. padding-left:5px;
  158. padding-right:5px;
  159. border-bottom:1px solid {color:borders};
  160. font-size:9px;
  161. text-transform:uppercase;
  162. }
  163.  
  164. #header a:hover{
  165. color:{color:link};
  166. font-style:normal;
  167. }
  168.  
  169. #sidebar{
  170. width:200px;
  171. position:fixed;
  172. margin-left:130px;
  173. margin-top:200px;
  174. text-align:right;
  175. }
  176.  
  177. #sidebarimage img{
  178. width:200px;
  179. margin-top:7px;
  180. {Block:pagination}
  181. margin-top:15px;
  182. {/Block:pagination}
  183. }
  184.  
  185. #description{
  186. line-height:13px;
  187. padding-top:10px;
  188. padding-left:10px;
  189. padding-right:10px;
  190. padding-bottom:15px;
  191. }
  192.  
  193. #pagination{
  194. width:200px;
  195. margin-bottom:0px;
  196. }
  197.  
  198. #pagination a{
  199. font-size:9px;
  200. margin-top:10px;
  201. margin-left:5px;
  202. text-decoration:underline;
  203. margin-right:5px;
  204. font-style:italic;
  205. }
  206.  
  207. #linkies{
  208. font-size:9px;
  209. border-top:1px solid {color:borders};
  210. letter-spacing:0px;
  211. line-height:170%;
  212. padding-top:10px;
  213. text-align:right;
  214. }
  215.  
  216. #linkies a{
  217. display:inline-block;
  218. color:{color:link};
  219. font-style:italic;
  220. }
  221.  
  222. #linkies a:hover{
  223. text-decoration:underline;
  224. -moz-transition-duration:0s;
  225. -webkit-transition-duration:0s;
  226. -o-transition-duration:0s;
  227. }
  228.  
  229. .ask{
  230. padding:10px;
  231. text-align:left;
  232. color:{color:text};
  233. background-color:{color:accent};
  234. }
  235.  
  236. .ans{
  237. text-align:left;
  238. padding:10px;
  239. padding-bottom:0px;
  240. color:{color:text};
  241. }
  242.  
  243. #audio{
  244. height:85px;
  245. }
  246.  
  247. #albumart img {
  248. width: 85px;
  249. height: 85px;
  250. position:absolute
  251. }
  252.  
  253. #mp {
  254. margin-left:95px;
  255. {block:IfNotBiggerPosts}
  256. width:205px;
  257. {/block:IfNotBiggerPosts}
  258. {block:IfBiggerPosts}
  259. width:305px;
  260. {/block:IfBiggerPosts}
  261. }
  262.  
  263. #perm{
  264. color:{color:post info};
  265. text-transform:uppercase;
  266. padding-top:1px;
  267. font-size:7px;
  268. letter-spacing:1px;
  269. margin-top:20px;
  270. text-align:center;
  271. border-top:1px solid {color:borders};
  272. {block:IfNotBiggerPosts}
  273. width:400px;
  274. {/block:IfNotBiggerPosts}
  275. {block:IfBiggerPosts}
  276. width:500px;
  277. {/block:IfBiggerPosts}
  278. }
  279.  
  280. #perm a{
  281. color:{color:post info};
  282. }
  283.  
  284. #date{
  285. border-bottom:1px dotted {color:borders};
  286. }
  287.  
  288. #tags{
  289. padding-top:1px;
  290. }
  291.  
  292. #tags a{
  293. margin-left:2px;
  294. margin-right:2px;
  295. }
  296.  
  297. #notes{
  298. {block:IfNotBiggerPosts}
  299. width:440px;
  300. {/block:IfNotBiggerPosts}
  301. {block:IfBiggerPosts}
  302. width:540px;
  303. {/block:IfBiggerPosts}
  304. text-transform:uppercase;
  305. letter-spacing:1px;
  306. font-size:7px;
  307. margin-top:10px;
  308. margin-left:-20px;
  309. }
  310.  
  311. #notes img{
  312. width:10px;
  313. height:10px;
  314. margin-right:10px;
  315. }
  316.  
  317. #notes li{
  318. list-style-type:none;
  319. border-bottom:1px solid {color:borders};
  320. padding:10px 25px 10px 25px;
  321. text-align:left;
  322. }
  323.  
  324. ul.chat, .chat ol, .chat li{
  325. list-style:none;
  326. margin:0px;
  327. padding:2px;
  328. }
  329.  
  330. .label{
  331. text-decoration:underline;
  332. font-weight:700;
  333. margin-right:5px;
  334. }
  335.  
  336. #photo{
  337. margin-top:10px;
  338. }
  339.  
  340. #audiocap{
  341. padding:5px 10px;
  342. margin-top:10px;
  343. background:{color:accent};
  344. }
  345.  
  346.  
  347. {CustomCSS}
  348.  
  349.  
  350. </style>
  351.  
  352.  
  353. <style>
  354. .my-like {
  355. cursor:pointer;
  356. display:inline-block;
  357. vertical-align:top;
  358. }
  359. .my-liked, .my-like:hover {
  360. color: red;
  361. cursor:pointer;
  362. display:inline-block;
  363. vertical-align:top;
  364. }
  365. </style>
  366. <script>
  367. window.onload = function () {
  368. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  369. document.addEventListener( 'click', function ( event ) {
  370. var myLike = event.target;
  371. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  372. var frame = document.getElementById( 'my-like-frame' ),
  373. liked = ( myLike.className == 'my-liked' ),
  374. command = liked ? 'unlike' : 'like',
  375. reblog = myLike.getAttribute( 'data-reblog' ),
  376. id = myLike.getAttribute( 'data-id' ),
  377. oauth = reblog.slice( -8 );
  378. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  379. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  380. };
  381. }, false );
  382. };
  383. </script>
  384.  
  385.  
  386. </head>
  387.  
  388.  
  389. <body>
  390.  
  391.  
  392.  
  393. <div id="sidebar">
  394.  
  395. {block:Pagination}
  396. <div id="pagination">
  397. {block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  398. {block:NextPage}— <a href="{NextPage}">forth</a>{/block:NextPage}
  399. </div>
  400. {/block:Pagination}
  401.  
  402. {Block:IfPortraitImage}<div id="sidebarimage"><img src="{image:portrait}"></div>{/Block:IfPortraitImage}
  403.  
  404. <div id="header">
  405. <a href="/"><b>{title}</b></a>
  406. </div>
  407.  
  408. <div id="description">{Description}</div>
  409.  
  410. <div id="linkies">
  411. <a href="/ask">message</a>
  412. {block:iflink1}<br><a href="{text:link1 url}">{text:link1}</a>{/block:iflink1}
  413. {block:iflink2}<br><a href="{text:link2 url}">{text:link2}</a>{/block:iflink2}
  414. {block:iflink3}<br><a href="{text:link3 url}">{text:link3}</a>{/block:iflink3}
  415. {block:iflink4}<br><a href="{text:link4 url}">{text:link4}</a>{/block:iflink4}
  416. {block:iflink5}<br><a href="{text:link5 url}">{text:link5}</a>{/block:iflink5}
  417. </div>
  418.  
  419. </div>
  420.  
  421.  
  422.  
  423. <div id="entries">
  424.  
  425. {block:Posts}
  426.  
  427. <div id="post">
  428.  
  429.  
  430. {block:Text}
  431. {block:Title}<h2>{Title}</h2>{/block:Title}
  432. {Body}
  433. {/block:Text}
  434.  
  435.  
  436. {block:Quote}
  437. <h3><span class="quote">“</span>{Quote}</h3>
  438. <h1>— {Source}</h1>
  439. {/block:Quote}
  440.  
  441.  
  442. {block:Link}
  443. <a href="{URL}"><h2>{Name}</h2></a>
  444. {block:Description}<p>{Description}</p>{/block:Description}
  445. {/block:Link}
  446.  
  447.  
  448. {block:Photo}
  449. <div id="photo">
  450. <center><img src="{PhotoURL-500}" width="{Block:IfNotBiggerPosts}400px{/Block:IfNotBiggerPosts}{Block:IfBiggerPosts}500px{Block:IfBiggerPosts}"/></center>
  451. {block:Caption}{Caption}{/block:Caption}
  452. </div>
  453. {/block:Photo}
  454.  
  455.  
  456. {block:Photoset}
  457. <center>{Block:IfNotBiggerPosts}{Photoset-400}{/Block:IfNotBiggerPosts}{Block:IfBiggerPosts}{Photoset-500}{/Block:IfBiggerPosts}</center>
  458. {block:Caption}{Caption}{/block:Caption}
  459. {/block:Photoset}
  460.  
  461.  
  462. {block:Chat}
  463. <ul class="chat">
  464. {block:Title}<h2>{Title}</h2>{/block:Title}
  465. {block:Lines}
  466. <li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>
  467. {/block:Lines}
  468. </ul>
  469. {/block:Chat}
  470.  
  471.  
  472. {block:Video}
  473. {Block:IfNotBiggerPosts}
  474. {Video-400}
  475. {/Block:IfNotBiggerPosts}
  476. {Block:IfBiggerPosts}
  477. {Video-500}
  478. {/Block:IfBiggerPosts}
  479. {block:Caption}{Caption}{/block:Caption}
  480. {/block:Video}
  481.  
  482.  
  483. {block:Answer}
  484. <div class="ask"><img src="{AskerPortraitURL-16}" width="16px" height="16px" style="margin-right:5px; margin-bottom:-3px;" /> <b>{Asker} said:</b> {Question}</div>
  485. <div class="ans">{Answer}</div>
  486. {/block:Answer}
  487.  
  488.  
  489. {block:Audio}
  490. <div id="audio">
  491. <div id="albumart">
  492. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  493. <div id="mp">
  494. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  495. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  496. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  497. <b>Played:</b> {PlayCount} times<p>
  498. {AudioPlayerWhite}
  499. </div>
  500. </div>
  501. {Block:Caption}<div id="audiocap">{Caption}</div>{/Block:Caption}
  502. {/block:Audio}
  503.  
  504.  
  505.  
  506. {block:Date}
  507. <div id="perm">
  508. <div id="date">
  509. <a href="{Permalink}">{24Hour}:{Minutes}{AmPm}, {DayOfMonthWithZero}/{MonthNumber}/{ShortYear}</a>{Block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">&copy;</a>{/block:ContentSource}{/block:RebloggedFrom}
  510. </div>
  511. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  512. </div>
  513. {/block:Date}
  514.  
  515.  
  516. </div>
  517.  
  518. {/block:Posts}
  519.  
  520. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  521.  
  522. <br><br><br><br><br>
  523.  
  524. </div>
  525.  
  526.  
  527.  
  528. </body>
  529.  
  530. <div style="position:fixed; letter-spacing:1px; bottom:10px; right:10px;">
  531. <a href="http://stratfor-d.tumblr.com">♡♡♡</a>
  532. </div>
  533.  
  534. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement