Advertisement
bangyixing

Theme #30 - Skinny

Oct 3rd, 2013
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.87 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 30: sᴋɪɴɴʏ
  6. ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
  7. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
  8. -->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Title" content="#474545"/>
  22. <meta name="color:Border" content="#000000"/>
  23. <meta name="color:Sidebar Border" content="#000000"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:Link Background" content="#333333"/>
  26. <meta name="color:Scrollbar" content="#fbfbfb"/>
  27. <meta name="color:Hover" content="#cfcfcf"/>
  28. <meta name="color:Description" content="#333333"/>
  29. <meta name="color:Asker" content="#fafafa"/>
  30. <meta name="color:Quote" content="#fafafa"/>
  31. <meta name="color:Info Border" content="#e6e4e4"/>
  32. <meta name="color:Hover" content="#cfcfcf"/>
  33. <meta name="color:Tags" content="#d7d9da"/>
  34. <meta name="color:Text" content="#000000"/>
  35.  
  36. <!--Links-->
  37.  
  38. <meta name="text:Link1" content="/" />
  39. <meta name="text:Link1 Title" content="link" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link2 Title" content="link" />
  42. <meta name="text:Link3" content="/" />
  43. <meta name="text:Link3 Title" content="link" />
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link4 Title" content="link" />
  46.  
  47. <!--Titles-->
  48.  
  49. <meta name="text:Title" content="lazy rain" />
  50.  
  51. <!--Functions-->
  52.  
  53. <meta name="if:Lazy Load" content="1"/>
  54.  
  55. <!--Fonts-->
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica|IM+Fell+DW+Pica+SC|IM+Fell+English|Megrim|Crimson+Text' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Trochut:400,400italic' rel='stylesheet' type='text/css'>
  60.  
  61. <!--Lazy Load-->
  62.  
  63. {block:IfLazyLoad}
  64. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  65. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  66. <script type="text/javascript" charset="utf-8">
  67. var $j = jQuery.noConflict();
  68. $j(function() {
  69. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  70. $j("img").lazyload({
  71. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  72. effect: "fadeIn",
  73. });
  74. });
  75. </script>
  76.  
  77. </style>
  78. {/block:IfLazyLoad}
  79.  
  80. <!--qTip-->
  81.  
  82. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  83.  
  84. <style type="text/css">
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background: {color:Border};
  88. height: 80px;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. height: 10px;
  93. width: 3px;
  94. background: {color:Scrollbar};
  95. }
  96.  
  97. body {
  98. font-family:Helvetica;
  99. font-size:9px;
  100. text-align:justify;
  101. letter-spacing:1px;
  102. line-height:140%;
  103. background:{color:Background};
  104. color:{color:Text};
  105. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  106. }
  107.  
  108. a {
  109. text-decoration:none;
  110. outline:none;
  111. -moz-outline-style:none;
  112. color:{color:Text};
  113. -webkit-transition: all 0.5s ease;
  114. -moz-transition: all 0.5s ease;
  115. -o-transition: all 0.5s ease;
  116. }
  117.  
  118. img {
  119. border:none;
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:1px solid;
  125. }
  126.  
  127. h1 {
  128. font-size:20px;
  129. text-transform:none;
  130. font-style:none;
  131. line-height:140%;
  132. text-align:center;
  133. font-family:Trochut;
  134. color:{color:Title};
  135. }
  136.  
  137. a:hover {
  138. color: {color:Hover};
  139. }
  140.  
  141. small{
  142. font-size:9px;
  143. line-height:140%;
  144. }
  145.  
  146. big {
  147. font-size:12px;
  148. line-height:140%;
  149. }
  150.  
  151. b, strong{
  152. color:{color:Text};
  153. }
  154. i, em {
  155. color:{color:Text};
  156. }
  157. p{
  158. margin-top:5px;
  159. margin-bottom:5px;
  160. }
  161.  
  162. blockquote {
  163. padding:0px;
  164. padding-left:5px;
  165. margin:5px;
  166. border-left:1px solid {color:Border};
  167. }
  168.  
  169. blockquote img {
  170. max-width:500px;
  171. }
  172.  
  173. .audio { height:60px; padding:5px; margin-bottom:5px;}
  174. .audio-album { position:absolute; width:60px; }
  175. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  176. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  177.  
  178. .entries{
  179. padding:2px;
  180. width:400px;
  181. padding:5px;
  182. margin:5px;
  183. background:{color:Background};
  184. }
  185.  
  186. #posts{
  187. width:400px;
  188. margin-left:580px;
  189. padding-left:15px;
  190. padding-right:15px;
  191. padding-top:35px;
  192. margin-top:290px;
  193. padding:5px;
  194. }
  195.  
  196. #quote {
  197. padding:10px;
  198. margin-bottom:5px;
  199. background:{color:Quote};
  200. font-family:Courier;
  201. font-size:12px;
  202. font-style:none;
  203. letter-spacing:1px;
  204. -webkit-border-radius:2px;
  205. -moz-border-radius:2px;
  206. border-radius:2px;
  207. }
  208.  
  209. #chat {
  210. text-transform:lowercase;
  211. font-family:'Alegreya SC', serif;
  212. }
  213.  
  214. #website {
  215. font-family:Arial;
  216. font-style:italic;
  217. text-align:right;
  218. font-size:12px;
  219. color:{color:Text};
  220. }
  221.  
  222. #title {
  223. font-size:25px;
  224. position:absolute;
  225. margin-left:670px;
  226. margin-top:-130px;
  227. font-family:Megrim;
  228. font-style:none;
  229. text-align:center;
  230. line-height:40%;
  231. padding:5px;
  232. width:240px;
  233. letter-spacing:0px;
  234. text-transform:uppercase;
  235. color:{color:Text};
  236. }
  237.  
  238. #links {
  239. margin-top:-60px;
  240. margin-left:592px;
  241. width:400px;
  242. font-size:12px;
  243. position:absolute;
  244. font-family:Megrim;
  245. font-style:none;
  246. text-align:center;
  247. padding:0px;
  248. opacity:1;
  249. color:{color:Text};
  250. letter-spacing:1px;
  251. text-transform:lowercase;
  252. }
  253.  
  254. #links a {
  255. display:inline-block;
  256. width:20px;
  257. padding:0px;
  258. margin-right:-1px;
  259. color:{color:Text};
  260. }
  261.  
  262. #links a:hover {
  263. opacity:0.5;
  264. color: transparent;
  265. text-shadow: {color:Text} 0 0 2px;
  266. text-decoration:none;-moz-transition-duration:0.8s;
  267. -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;
  268. }
  269.  
  270. #description {
  271. font-size:9px;
  272. width:320px;
  273. height:40px;
  274. font-family:Helvetica;
  275. text-transform:none;
  276. position:absolute;
  277. text-align:justify;
  278. font-style:none;
  279. line-height:10px;
  280. margin-left:630px;
  281. margin-top:-107px;
  282. opacity:1;
  283. padding:5px;
  284. letter-spacing:1px;
  285. opacity:1;
  286. padding:5px;
  287. color:{color:Background};
  288. color:{color:Text};
  289. -moz-transition-duration:1s;
  290. -webkit-transition-duration:1s;
  291. -o-transition-duration:1s;
  292. }
  293.  
  294. #question img {
  295. float:left;
  296. margin-right:11px;
  297. border-radius:500px;
  298. }
  299.  
  300. #qTip {
  301. padding:3px;
  302. width:auto;
  303. display: none;
  304. text-align: center;
  305. position:fixed;
  306. font-size:8px;
  307. text-transform:uppercase;
  308. font-family:Helvetica;
  309. background:{color:Background};
  310. color: {color:Text};
  311. font-style:none;
  312. letter-spacing: 0px;
  313. border-right:1px solid {color:Hover};
  314. border-bottom:1px solid {color:Hover};
  315. }
  316.  
  317. #info {
  318. text-align:left;
  319. margin-top:5px;
  320. margin-bottom:6px;
  321. font-family:Helvetica;
  322. padding-top:5px;
  323. text-transform:lowercase;
  324. font-style:none;
  325. letter-spacing:0px;
  326. font-size:9px;
  327. line-height:120%;
  328. padding:20px;
  329. border-top: 1px solid {color:Info Border};
  330. }
  331.  
  332. #info a:hover{
  333. text-decoration: none;
  334. color: {color:Hover};}
  335.  
  336. #tags {
  337. font-size:9px;
  338. margin-top:0px;
  339. }
  340.  
  341. #notes {
  342. font-family:Helvetica;
  343. text-transform:lowercase;
  344. font-size:9px;
  345. }
  346.  
  347. #credit {
  348. font-family:Calibri;
  349. font-size:9px;
  350. letter-spacing:1px;
  351. float:right;
  352. position:fixed;
  353. bottom:15px;
  354. right:10px;
  355. }
  356.  
  357. #credit a {
  358. color:{color:Background};
  359. padding:5px;
  360. text-transform:uppercase;
  361. background:{color:Link};
  362. }
  363.  
  364. #credit a:hover {
  365. color:{color:Link};
  366. text-transform:uppercase;
  367. font-style:none;
  368. background:{color:Background};
  369. }
  370.  
  371. {CustomCSS}</style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
  372.  
  373. <div id="title">{text:Title}</div>
  374.  
  375. <div id="links">
  376. <a href="/" title="home">I</a>
  377. <a href="/ask" title="mail">II</a>
  378. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">III</a>{/block:ifLink1}
  379. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">IV</a>{/block:ifLink2}
  380. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">V</a>{/block:ifLink3}
  381. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">VI</a>{/block:ifLink4}
  382. </div>
  383.  
  384. <div id="description">{Description}</div>
  385.  
  386. <div id="posts">
  387. <div class="autopagerize_page_element">{block:Posts}
  388. <div class="entries">
  389.  
  390. {block:Photo}<img src="{PhotoURL-400}">
  391. {block:Caption}{Caption}{/block:Caption}
  392. {/block:Photo}
  393.  
  394. {block:Photoset}{Photoset-400}
  395. {block:Caption}{Caption}{/block:Caption}
  396. {/block:Photoset}
  397.  
  398. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  399.  
  400. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  401.  
  402. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  403.  
  404. <div id="chat">
  405. {block:Chat}
  406. {block:Title}
  407. <h1>{Title}</h1>
  408. {/block:Title}
  409. {block:Lines}
  410. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  411. {Line}</blockquote><br>
  412. {/block:Lines}{/block:Chat}
  413. </div>
  414.  
  415. {block:Audio}
  416. <div class="audio">
  417. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  418. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  419. <div class="audio-info">
  420. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  421. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  422. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  423. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  424. </div></div>
  425. {/block:Audio}
  426.  
  427. {block:Video}
  428. {Video-400}
  429. {block:Caption}{Caption}{/block:Caption}
  430. {/block:Video}
  431.  
  432. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;
  433. font-style:italic;
  434. font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
  435. {Answer}<br>{/block:Answer}
  436.  
  437. <div id="info">
  438. with: <a href="{Permalink}">{NoteCount} notes</a><br>
  439. {block:Date} posted: <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a>{/block:Date}
  440. {block:HasTags}<div id="tags"> index: {block:Tags} ▪ <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  441. {/block:Posts}</div>
  442. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  443. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  444.  
  445. {/block:Posts}</div>
  446.  
  447. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  448.  
  449. </body>
  450. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement