bangyixing

Theme 35 - Grapes

Oct 13th, 2013
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.95 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 35: ɢʀᴀᴘᴇ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.  
  19. <!--Colors-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Title" content="#474545"/>
  23. <meta name="color:Border" content="#000000"/>
  24. <meta name="color:Sidebar Background" content="#ebf2fa"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Scrollbar" content="#fbfbfb"/>
  27. <meta name="color:Hover" content="#cfcfcf"/>
  28. <meta name="color:Title Text" content="#696969"/>
  29. <meta name="color:Posts Background" content="#fcfcfc"/>
  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. <!--Images-->
  37.  
  38. <meta name="image:Background" content="/">
  39. <meta name="image:Sidebar" content="http://static.tumblr.com/14e2425eb05298771467fef43638f95c/czllhpn/y1xmuliwh/tumblr_static_untitled-1.jpg"/>
  40.  
  41.  
  42. <!--Links-->
  43.  
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="" />
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="" />
  48. <meta name="text:Link3" content="/" />
  49. <meta name="text:Link3 Title" content="" />
  50.  
  51. <!--Functions-->
  52.  
  53. <meta name="if:Lazy Load" content="1"/>
  54.  
  55. <!--Lazy Load-->
  56.  
  57. {block:IfLazyLoad}
  58. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  59. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  60. <script type="text/javascript" charset="utf-8">
  61. var $j = jQuery.noConflict();
  62. $j(function() {
  63. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  64. $j("img").lazyload({
  65. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  66. effect: "fadeIn",
  67. });
  68. });
  69. </script>
  70.  
  71. </style>
  72. {/block:IfLazyLoad}
  73.  
  74. <!--qTip-->
  75.  
  76. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  77.  
  78. <style type="text/css">
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background: {color:Border};
  82. height: 80px;
  83. }
  84.  
  85. ::-webkit-scrollbar {
  86. height: 10px;
  87. width: 3px;
  88. background: {color:Scrollbar};
  89. }
  90.  
  91. body {
  92. background:{color:Background};
  93. margin:10px;
  94. font-family:Arial;
  95. font-size:9px;
  96. color:{color:Text};
  97. background-image: url("{image:Background}");
  98. background-attachment:fixed;
  99. text-align:justify;
  100. letter-spacing:1px;
  101. line-height:140%;
  102. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  103. }
  104.  
  105. a {
  106. text-decoration:none;
  107. outline:none;
  108. -moz-outline-style:none;
  109. color:{color:Link};
  110. -webkit-transition: all 0.5s ease;
  111. -moz-transition: all 0.5s ease;
  112. -o-transition: all 0.5s ease;
  113. }
  114.  
  115. img {
  116. border:none;
  117. }
  118.  
  119. blockquote blockquote {
  120. padding-left:5px;
  121. border-left:1px solid {color:Border};
  122. }
  123.  
  124. h1 {
  125. font-size:30px;
  126. text-transform:lowercase;
  127. font-weight:bold;
  128. font-style:none;
  129. line-height:140%;
  130. letter-spacing:-1px;
  131. text-align:center;
  132. font-family:Trebuchet MS;
  133. color:{color:Title};
  134. }
  135.  
  136. a:hover {
  137. color:{color:Hover};
  138. }
  139.  
  140. small {
  141. font-size:9px;
  142. line-height:140%;
  143. }
  144.  
  145. big {
  146. font-size:12px;
  147. line-height:140%;
  148. }
  149.  
  150. b, strong {
  151. color:{color:Text};
  152. }
  153.  
  154. i, em {
  155. color:{color:Text};
  156. }
  157.  
  158. p {
  159. margin-top:5px;
  160. margin-bottom:5px;
  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:300px;
  171. }
  172.  
  173. ul, li img {
  174. max-with:250px;
  175. }
  176.  
  177. .audio { height:60px; padding:5px; margin-bottom:5px; }
  178. .audio-album { position:absolute; width:60px; }
  179. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  180. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  181.  
  182. #entries {
  183. padding:10px;
  184. width:500px;
  185. margin-left:480px;
  186. margin-top:30px;
  187.  
  188. }
  189.  
  190. #post {
  191. width:500px;
  192. overflow:hidden;
  193. padding-top:35px;
  194. margin-top:15px;
  195. padding:10px;
  196. }
  197.  
  198. #quote {
  199. padding:10px;
  200. margin-bottom:5px;
  201. background:{color:Quote};
  202. font-family:Courier;
  203. font-size:12px;
  204. font-style:none;
  205. letter-spacing:1px;
  206. -webkit-border-radius:2px;
  207. -moz-border-radius:2px;
  208. border-radius:2px;
  209. }
  210.  
  211. #chat {
  212. text-transform:uppercase;
  213. letter-spacing:0px;
  214. font-family:Trebuchet MS;
  215. }
  216.  
  217. #website {
  218. font-family:Arial;
  219. font-style:italic;
  220. text-align:right;
  221. font-size:12px;
  222. color:{color:Text};
  223. }
  224.  
  225. #sidebar {
  226. width:150px;
  227. height: 100%;
  228. position:fixed;
  229. margin-left:250px;
  230. margin-top:-30px;
  231. padding:10px;
  232. background:{color:Sidebar Background};
  233. }
  234.  
  235. #sidebarimage img{
  236. width:140px;
  237. height:150px;
  238. margin-left:3px;
  239. padding:0px;
  240. margin-top:145px;
  241. border: 2px solid {color:Background};
  242. }
  243.  
  244. #qTip {
  245. padding:3px;
  246. width:auto;
  247. display: none;
  248. text-align: center;
  249. position:fixed;
  250. font-size:8px;
  251. text-transform:uppercase;
  252. font-family:Helvetica;
  253. background:{color:Background};
  254. color: {color:Text};
  255. font-style:none;
  256. letter-spacing: 0px;
  257. border-right:1px solid {color:Hover};
  258. border-bottom:1px solid {color:Hover};
  259. }
  260.  
  261. #links {
  262. margin-top: 10px;
  263. padding-top:10px;
  264. margin-left:-50px;
  265. position:absolute;
  266. width:250px;
  267. line-height:140%;
  268. padding:0px;
  269. font-size:10px;
  270. letter-spacing:1px;
  271. font-family:Trebuchet MS;
  272. text-transform:uppercase;
  273. margin-right:0px;
  274. text-align:center;
  275. margin-bottom:0px;
  276. font-style:none;
  277. }
  278.  
  279. #links a {
  280. width:15px;
  281. margin-right:3px;
  282. color:{color:Text};
  283. display:inline-block;
  284. -webkit-transition: all 0.3s ease-in-out;
  285. -moz-transition: all 0.3s ease-in-out;
  286. -o-transition: all 0.3s ease-in-out;
  287. -ms-transition: all 0.3s ease-in-out;
  288. transition: all 0.3s ease-in-out;
  289. }
  290.  
  291. #links a:hover{
  292. text-decoration:none;
  293. color:{color:Hover};
  294. }
  295.  
  296. #description {
  297. font-size:9px;
  298. width:140px;
  299. height:70px;
  300. font-style:none;
  301. opacity:0.9;
  302. padding:5px;
  303. font-family:Trebuchet MS;
  304. position:absolute;
  305. text-transform:uppercase;
  306. text-align:justify;
  307. margin-top:25px;
  308. line-height: 140%;
  309. margin-left:00px;
  310. letter-spacing:0px;
  311. color:{color:Text};
  312. }
  313.  
  314. .pagination {
  315. margin: 30px 0 0 0;
  316. font-size: 10px;
  317. text-transform:uppercase;
  318. font-family:Trebuchet MS;
  319. }
  320.  
  321. #question img {
  322. float:left;
  323. margin-right:11px;
  324. padding:5px;
  325. border: 1px solid {color:Info Border};
  326. }
  327.  
  328. #info {
  329. text-align:left;
  330. margin-bottom:6px;
  331. font-family:Helvetica;
  332. text-transform:uppercase;
  333. font-style:none;
  334. letter-spacing:0px;
  335. font-size:7px;
  336. padding:5px;
  337. margin-top:10px;
  338. color:{color:Text};
  339. background:{color:Sidebar Background};
  340. }
  341.  
  342. #info a {
  343. text-decoration: none;
  344. color: {color:Text};
  345. }
  346.  
  347. #info a:hover {
  348. text-decoration: none;
  349. color: {color:Hover};}
  350.  
  351. #tags {
  352. font-size:7px;
  353. margin-top:0px;
  354. }
  355.  
  356. #notes {
  357. font-family:Helvetica;
  358. text-transform:uppercase;
  359. font-size:7px;
  360. }
  361.  
  362. #credit {
  363. font-family:Trebuchet MS;
  364. font-size:9px;
  365. letter-spacing:1px;
  366. float:right;
  367. position:fixed;
  368. bottom:15px;
  369. right:10px;
  370. }
  371.  
  372. #credit a {
  373. color:{color:Info Border};
  374. padding:5px;
  375. text-transform:uppercase;
  376. background:{color:Background};
  377. border:1px solid {color:Info Border};
  378. }
  379.  
  380. #credit a:hover {
  381. color:{color:Background};
  382. text-transform:uppercase;
  383. font-style:none;
  384. background:{color:Text};
  385. }
  386.  
  387. {CustomCSS}</style></head><body>
  388.  
  389. <div style="position:fixed; z-index: 99; top:-20px; left:0px;">
  390.  
  391. <object type="application/x-shockwave-flash" style="outline:none;" data="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_backgroundColor=FFFFFF&up_fishColor4=EBEBFA&up_fishColor8=F45540&up_fishColor3=E3EEFA&up_fishColor1=EDF0F2&up_fishColor2=E6EFF5&up_fishColor9=F45540&up_fishName=Fish&up_fishColor7=F45540&up_fishColor10=F45540&up_numFish=6&up_fishColor5=EBF2FA&up_foodColor=FCB347&up_fishColor6=F0FBFF&up_backgroundImage=http://&" width="260" height="900"><param name="movie" value="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/fish.swf?up_backgroundColor=FFFFFF&up_fishColor4=EBEBFA&up_fishColor8=F45540&up_fishColor3=E3EEFA&up_fishColor1=EDF0F2&up_fishColor2=E6EFF5&up_fishColor9=F45540&up_fishName=Fish&up_fishColor7=F45540&up_fishColor10=F45540&up_numFish=6&up_fishColor5=EBF2FA&up_foodColor=FCB347&up_fishColor6=F0FBFF&up_backgroundImage=http://&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  392. </div>
  393.  
  394. <div id="sidebar">
  395. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  396. <div id="links">
  397. <a href="/" title="home">001</a>
  398. <a href="/ask" title="mail">002</a>
  399. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">003</a>{/block:ifLink1}
  400. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">004</a>{/block:ifLink2}
  401. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">005</a>{/block:ifLink3}
  402. </div>
  403.  
  404. <div id="description">{Description}</div></div>
  405.  
  406. <div id="entries">
  407. {block:Posts}
  408. <div id="post">
  409.  
  410. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  411.  
  412. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  413.  
  414. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  415.  
  416. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  417.  
  418. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  419.  
  420. <div id="chat">
  421. {block:Chat}
  422. {block:Title}
  423. <h1>{Title}</h1>
  424. {/block:Title}
  425. {block:Lines}
  426. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  427. {Line}</blockquote><br>
  428. {/block:Lines}{/block:Chat}
  429. </div>
  430.  
  431. {block:Audio}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName}<b>Title:</b>{TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b>{Artist}<br>{/block:Artist}{block:Album}<b>Album:</b> {Album}<br>{/block:Album}{block:PlayCount}<b>Plays:</b>{PlayCount}<br>{/block:PlayCount}</div></div>
  432. {/block:Audio}
  433.  
  434. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  435.  
  436. {block:Answer}<div id="question"><img src="{AskerPortraitURL-48}"></div> <div style="text-transform:uppercase;
  437. font-style:italic;
  438. font-size:9px;">{Question} — <b>{Asker}</b><br><br><br><br><br></div>
  439. {Answer}<br>{/block:Answer}
  440.  
  441. <div id="info">
  442. posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} {block:ContentSource} ‧ <a href="{SourceURL}">source</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  443. {block:HasTags}<div id="tags">
  444. {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  445.  
  446. {/block:Posts}
  447.  
  448. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  449.  
  450. <div class="pagination">
  451. <center>
  452. {block:PreviousPage}<a title="" href="{PreviousPage}" class="new">prev</a> | {/block:PreviousPage}page {CurrentPage} of {TotalPages}{block:NextPage} | <a title"" href="{NextPage}" class="old">next</a>{/block:NextPage}
  453. </center>
  454. </div>
  455.  
  456. <div id="credit"><a href="http://mlikboy.tumblr.com/">mb</a></div>
  457.  
  458. </body>
  459. </html>
Advertisement
Add Comment
Please, Sign In to add comment