bangyixing

Theme #25 - Sunbeam

Sep 26th, 2013
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.36 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 26: 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:Blog Title" content="#000000"/>
  23. <meta name="color:Border" content="#000000"/>
  24. <meta name="color:Sidebar Border" content="#000000"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Link Background" content="#333333"/>
  27. <meta name="color:Scrollbar" content="#fbfbfb"/>
  28. <meta name="color:Hover" content="#cfcfcf"/>
  29. <meta name="color:Description" content="#333333"/>
  30. <meta name="color:Asker" content="#fafafa"/>
  31. <meta name="color:Quote" content="#fafafa"/>
  32. <meta name="color:Pagination Hover" content="#fafafa"/>
  33. <meta name="color:Info Border" content="#e6e4e4"/>
  34. <meta name="color:Hover" content="#cfcfcf"/>
  35. <meta name="color:Tags" content="#d7d9da"/>
  36. <meta name="color:Text" content="#000000"/>
  37.  
  38. <!--Images-->
  39.  
  40. <meta name="image:Background" content="">
  41. <meta name="image:Sidebar" content=""/>
  42.  
  43. <!--Links-->
  44.  
  45. <meta name="text:Link1" content="/" />
  46. <meta name="text:Link1 Title" content="link" />
  47. <meta name="text:Link2" content="/" />
  48. <meta name="text:Link2 Title" content="link" />
  49. <meta name="text:Link3" content="/" />
  50. <meta name="text:Link3 Title" content="link" />
  51. <meta name="text:Link4" content="/" />
  52. <meta name="text:Link4 Title" content="link" />
  53. <meta name="text:Link5" content="/" />
  54. <meta name="text:Link5 Title" content="link" />
  55.  
  56. <!--Titles-->
  57.  
  58. <meta name="text:Title" content="this is me singing" />
  59.  
  60. <!--Functions-->
  61.  
  62. <meta name="if:Lazy Load" content="1"/>
  63. <meta name="if:BorderPosts" content="1"/>
  64.  
  65. <!--Fonts-->
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Trochut:400,400italic' rel='stylesheet' type='text/css'>
  68.  
  69. <!--Lazy Load-->
  70.  
  71. {block:IfLazyLoad}
  72. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  73. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  74. <script type="text/javascript" charset="utf-8">
  75. var $j = jQuery.noConflict();
  76. $j(function() {
  77. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  78. $j("img").lazyload({
  79. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  80. effect: "fadeIn",
  81. });
  82. });
  83. </script>
  84.  
  85. </style>
  86. {/block:IfLazyLoad}
  87.  
  88. <style type="text/css">
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {
  91. background: {color:Border};
  92. height: 80px;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height: 10px;
  97. width: 3px;
  98. background: {color:Scrollbar};
  99. }
  100.  
  101. body {
  102. background: url({image:Background}) ;
  103. font-family:Consolas;
  104. font-size:10px;
  105. text-align:justify;
  106. letter-spacing:0px;
  107. line-height:140%;
  108. background:{color:Background};
  109. color:{color:Text};
  110. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  111. }
  112.  
  113. a {
  114. text-decoration:none;
  115. outline:none;
  116. -moz-outline-style:none;
  117. color:{color:Text};
  118. -webkit-transition: all 0.5s ease;
  119. -moz-transition: all 0.5s ease;
  120. -o-transition: all 0.5s ease;
  121. }
  122.  
  123. img {
  124. border:none;
  125. }
  126.  
  127. blockquote blockquote {
  128. padding-left:5px;
  129. border-left:1px solid;
  130. }
  131.  
  132. h1 {
  133. font-size:14px;
  134. text-transform:uppercase;
  135. font-style:none;
  136. line-height:140%;
  137. text-align:center;
  138. font-family:Consolas;
  139. color:{color:Title};
  140. }
  141.  
  142. a:hover {
  143. color: {color:Hover};
  144. }
  145.  
  146. small{
  147. font-size:9px;
  148. line-height:140%;
  149. }
  150.  
  151. big {
  152. font-size:12px;
  153. line-height:140%;
  154. }
  155.  
  156. b, strong{
  157. color:{color:Text};
  158. }
  159. i, em {
  160. color:{color:Text};
  161. }
  162. p{
  163. margin-top:5px;
  164. margin-bottom:5px;
  165. }
  166.  
  167. blockquote {
  168. padding:0px;
  169. padding-left:5px;
  170. margin:5px;
  171. border-left:1px solid {color:Border};
  172. }
  173.  
  174. blockquote img {
  175. max-width:500px;
  176. }
  177.  
  178. .audio { height:60px; padding:5px; margin-bottom:5px;}
  179. .audio-album { position:absolute; width:60px; }
  180. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  181. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  182.  
  183. .entries{
  184. padding:2px;
  185. width:400px;
  186. padding:5px;
  187. margin:5px;
  188. margin-left:560px;
  189. {block:IfBorderPosts}
  190. border:1px dashed {color:Info Border};
  191. {/block:IfBorderPosts}
  192. background:{color:Post Background};
  193. }
  194.  
  195. .entries .permalink{
  196. padding:5px;
  197. margin-top:3px;
  198. margin-left:-30px;
  199. position:absolute;
  200. text-transform:uppercase;
  201. text-align:center;
  202. opacity:0;
  203. background:{color:Background};
  204. -webkit-transition: opacity 0.5s linear;
  205. -webkit-transition: all 0.5s linear;
  206. -moz-transition: all 0.5s linear;
  207. }
  208.  
  209. .entries:hover .permalink{
  210. opacity:0.9;
  211. margin-left:4px;
  212. -webkit-transition: opacity 0.5s linear;
  213. -webkit-transition: all 0.5s linear;
  214. -moz-transition: all 0.5s linear;
  215. }
  216.  
  217. #posts{
  218. width:400px;
  219. margin-left:650px;
  220. margin:15px;
  221. padding-left:15px;
  222. padding-right:15px;
  223. padding-bottom:15px;
  224. padding-top:15px;
  225. margin-top:130px;
  226. background-color:{color:Background};
  227. padding:5px;
  228. }
  229.  
  230. #quote {
  231. padding:10px;
  232. margin-bottom:5px;
  233. background:{color:Quote};
  234. font-family:Courier;
  235. font-size:12px;
  236. font-style:none;
  237. letter-spacing:1px;
  238. -webkit-border-radius:2px;
  239. -moz-border-radius:2px;
  240. border-radius:2px;
  241. }
  242.  
  243. #chat {
  244. text-transform:lowercase;
  245. }
  246.  
  247. #website {
  248. font-style:italic;
  249. font-family:Arial;
  250. text-align:right;
  251. font-size:12px;
  252. color:{color:Text};
  253. }
  254.  
  255. #title {
  256. font-size:30px;
  257. position:absolute;
  258. margin-left:585px;
  259. margin-top:-85px;
  260. font-family:Arial;
  261. font-style:none;
  262. text-align:center;
  263. line-height:40%;
  264. padding:10px;
  265. width:380px;
  266. font-weight:bold;
  267. letter-spacing:0px;
  268. text-transform:lowercase;
  269. color:{color:Blog Title};
  270. }
  271.  
  272. #sidebar {
  273. margin-left:100px;
  274. margin-top:95px;
  275. position:fixed;
  276. }
  277.  
  278. #sidebarimage img {
  279. width:150px;
  280. height:200px;
  281. position:fixed;
  282. margin-top:-50px;
  283. margin-left:295px;
  284. }
  285.  
  286. #links {
  287. position:fixed;
  288. margin-left:295px;
  289. margin-top:155px;
  290. font-family:Times;
  291. text-align:center;
  292. opacity:1;
  293. }
  294.  
  295. #description {
  296. font-size:9px;
  297. width:400px;
  298. height:60px;
  299. font-family:Arial;
  300. text-transform:none;
  301. position:absolute;
  302. text-align:justify;
  303. font-style:none;
  304. line-height:10px;
  305. margin-left:585px;
  306. margin-top:-40px;
  307. letter-spacing:0px;
  308. opacity:1;
  309. color:{color:Text};
  310. -moz-transition-duration:1s;
  311. -webkit-transition-duration:1s;
  312. -o-transition-duration:1s;
  313. }
  314.  
  315. #question {
  316. float:left;
  317. line-height:130%;
  318. }
  319.  
  320. #question img {
  321. margin-right:11px;
  322. border:1px solid {color:Info Border};
  323. padding:5px;
  324. }
  325.  
  326. {CustomCSS}</style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
  327.  
  328. <div id="title">{text:Title}</div>
  329.  
  330. <div id="description">{Description}</div>
  331.  
  332. <div id="sidebar">
  333. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  334. <div id="links">
  335. <select style="width: 150px; border: 0px solid; padding: 3px; color: #000; background-color: #f1f1f1; font-family: calibri; text-transform: uppercase; font-size: 8px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  336. <option value="/">navigation</option>
  337. <option value="/">refresh</option>
  338. <option value="/ask">message</option>
  339. {block:ifLink1}<option value="{text:Link1}">{text:Link1 Title}</option>{/block:ifLink1}
  340. {block:ifLink2}<option value="{text:Link2}">{text:Link2 Title}</option>{/block:ifLink2}
  341. {block:ifLink3}<option value="{text:Link3}">{text:Link3 Title}</option>{block:ifLink3}
  342. {block:ifLink4}<option value="{text:Link4}">{text:Link4 Title}</option>{block:ifLink4}
  343. {block:ifLink5}<option value="{text:Link5}">{text:Link5 Title}</option>{block:ifLink5}
  344. <option value="/archive">archive</option>
  345. <option value="http://mlikboy.tumblr.com/">© theme</option>
  346. </select>
  347. </div>
  348. </div>
  349.  
  350. <div id="posts">
  351. <div class="autopagerize_page_element">{block:Posts}
  352. <div class="entries">
  353.  
  354. {block:NoteCount}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> {/block:NoteCount}
  355.  
  356. {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-400}"></a>{/block:Photo}
  357.  
  358. {block:Photoset}<a href="{Permalink}">{Photoset-400}</a>{/block:Photoset}
  359.  
  360. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  361.  
  362. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  363.  
  364. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  365.  
  366. <div id="chat">
  367. {block:Chat}
  368. {block:Title}
  369. <h1>{Title}</h1>
  370. {/block:Title}
  371. {block:Lines}
  372. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  373. {Line}</blockquote><br>
  374. {/block:Lines}{/block:Chat}
  375. </div>
  376.  
  377. {block:Audio}
  378. <div class="audio">
  379. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  380. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  381. <div class="audio-info">
  382. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  383. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  384. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  385. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  386. </div></div>
  387. {/block:Audio}
  388.  
  389. {block:Video}{Video-400}{/block:Video}
  390.  
  391. {block:Answer}<div id="question"<div id="question"><img src="{AskerPortraitURL-24}"></div> "{Question}"<br>
  392. — <b><i>{Asker}</i></b><br><br>
  393. {Answer}<br>{/block:Answer}
  394.  
  395. {block:PermalinkPage}
  396. {block:Date}
  397. {block:Caption}{Caption}{/block:Caption}
  398. <center>
  399. {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}<br>
  400. {/block:NoteCount}{block:HasTags} {block:Tags}#<a href="{TagURL}">{Tag}</a>
  401. {/block:Tags}{/block:hasTags}
  402. {/block:Date}
  403. </center>
  404. {/block:PermalinkPage}
  405. </div>
  406.  
  407. {/block:Posts}</div>
  408.  
  409. </body>
  410. </html>
Advertisement
Add Comment
Please, Sign In to add comment