bangyixing

Theme #05 - Like Clockwork

Jun 4th, 2013
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 05: ʟɪᴋᴇ ᴄʟᴏᴄᴋᴡᴏʀᴋ
  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="#9c9c9c"/>
  22. <meta name="color:Border" content="#e6e4e4"/>
  23. <meta name="color:Scrollbar" content="#fbfbfb"/>
  24. <meta name="color:Link" content="#111111"/>
  25. <meta name="color:Hover" content="#b8b8b8"/>
  26. <meta name="color:Asker" content="#f5f5f5"/>
  27. <meta name="color:Text" content="#111111"/>
  28.  
  29. <!--Images-->
  30.  
  31. <meta name="image:Background" content=""/>
  32.  
  33. <!--Links-->
  34.  
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Title" content="" />
  41.  
  42. <style type="text/css">
  43.  
  44. ::-webkit-scrollbar-thumb:vertical {
  45. background: {color:Border};
  46. height: 80px;
  47. }
  48.  
  49. ::-webkit-scrollbar {
  50. height: 10px;
  51. width: 3px;
  52. background: {color:Scrollbar};
  53. }
  54.  
  55. body {
  56. background:{color:background};
  57. background-image: url("{image:background}");
  58. margin:90px;
  59. color:{color:text};
  60. font-family:Times New Roman;
  61. font-size:8px;
  62. text-align:justify;
  63. letter-spacing:1px;
  64. line-height:140%;
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:Text};
  72. -webkit-transition: all 0.5s ease;
  73. -moz-transition: all 0.5s ease;
  74. -o-transition: all 0.5s ease;
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:1px solid;
  84. }
  85.  
  86. h1 {
  87. font-size:12px;
  88. text-transform:lowercase;
  89. font-style:italic;
  90. text-align: center;
  91. color:{color:Title};
  92. }
  93.  
  94. a:hover {
  95. color: {color:Border};
  96. }
  97.  
  98. small{
  99. font-size:9px;
  100. line-height:140%;
  101. }
  102.  
  103. big {
  104. font-size:12px;
  105. line-height:140%;
  106. }
  107.  
  108. b, strong{
  109. color:{color:Text};
  110. }
  111. i, em {
  112. color:{color:Text};
  113. }
  114. p{
  115. margin-top:5px;
  116. margin-bottom:5px;
  117. }
  118. blockquote {
  119. padding:0px;
  120. padding-left:5px;
  121. margin:5px;
  122. border-left:1px solid {color:Border};
  123. }
  124.  
  125. blockquote img {
  126. max-width:300px;
  127. }
  128.  
  129. ul, li img {
  130. max-width:250px;
  131. }
  132.  
  133. .audio { height:60px; padding:5px; margin-bottom:5px; }
  134. .audio-album { position:absolute; width:60px; }
  135. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  136. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  137.  
  138. #entries {
  139. padding:10px;
  140. width:250px;
  141. font-style:none;
  142. margin-left:560px;
  143. margin-top:90px;
  144. }
  145.  
  146. #entries a { color:{color:Text;}
  147. }
  148.  
  149. #entries a:hover{
  150. text-decoration: none;
  151. color: {color:Hover};
  152. }
  153.  
  154. #post {
  155. width:250px;
  156. opacity:1;
  157. padding-bottom:10px;
  158. overflow:hidden;
  159. }
  160.  
  161. #quote {
  162. font-size:10px;
  163. font-style:none;
  164. text-align:center;
  165. line-height:140%;
  166. }
  167.  
  168. #sidebar {
  169. width:250px;
  170. height: 800px;
  171. position:fixed;
  172. margin-left:250px;
  173. margin-top:-90px;
  174. }
  175.  
  176. #sidebarimage img{
  177. width:43px;
  178. height:190px;
  179. margin-left:235px;
  180. position:fixed;
  181. margin-top:555px;
  182. -webkit-transition: all 0.5s ease;
  183. -moz-transition: all 0.5s ease;
  184. -o-transition: all 0.5s ease
  185. }
  186.  
  187. #sidebarimage2 img{
  188. width:43px;
  189. height:190px;
  190. margin-left:615px;
  191. margin-top:555px;
  192. position:fixed;
  193. -webkit-transition: all 0.5s ease;
  194. -moz-transition: all 0.5s ease;
  195. -o-transition: all 0.5s ease;
  196. }
  197.  
  198. #links {
  199. width:70px;
  200. font-size:8px;
  201. margin-top:600px;
  202. margin-left:145px;
  203. opacity:1;
  204. position:fixed;
  205. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
  206.  
  207. #links a {
  208. display:block;
  209. text-transform: uppercase;
  210. color:{color:Link};
  211. font-style:none;
  212. letter-spacing:1px;
  213. padding:5px;
  214. text-align: right;
  215. border-right: 2px solid {color:Border};
  216. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  217.  
  218. #links a:hover {
  219. text-shadow:-2px 0 0 rgba(255,0,0,0.4), 2px 0 0 rgba(0,255,250,0.4);
  220. -moz-transition-duration:.5s;
  221. -webkit-transition-duration:.5s;
  222. -o-transition-duration:.5s;
  223. }
  224.  
  225. #description {
  226. padding:5px;
  227. font-size:9px;
  228. width:90px;
  229. height:95px;
  230. opacity:1;
  231. position:fixed;
  232. font-style:none;
  233. text-align:left;
  234. line-height:140%;
  235. margin-top:600px;
  236. margin-left:680px;
  237. border-left: 2px solid {color:Border};
  238. }
  239.  
  240.  
  241. #info {
  242. text-align:right;
  243. margin-top:5px;
  244. margin-bottom:6px;
  245. padding-top:5px;
  246. text-transform:uppercase;
  247. font-style:none;
  248. font-size:6px;
  249. line-height:140%;
  250. border-top: 1px solid {color:Border};
  251. }
  252.  
  253. #info a:hover{
  254. text-decoration: none;
  255. color: {color:Hover};
  256. }
  257.  
  258. #tags {
  259. font-size:6px;
  260. margin-top:0px;
  261. -webkit-transition: all 0.6s ease-in-out;
  262. -moz-transition: all 0.6s ease-in-out;
  263. -o-transition: all 0.6s ease-in-out;
  264. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  265.  
  266. #notes {
  267. text-align:right;
  268. text-transform:uppercase;
  269. font-size:6px;
  270. }
  271.  
  272. #question {
  273. padding:10px;
  274. border-left: 5px solid {color:Border};
  275. background:{color:Asker};
  276. color:{color:Text};
  277. }
  278.  
  279.  
  280. #credit {
  281. font-family:Calibri;
  282. font-size:9px;
  283. letter-spacing:1px;
  284. float:right;
  285. position:fixed;
  286. bottom:15px;
  287. right:10px;
  288. }
  289.  
  290. #credit a {
  291. color:{color:Background};
  292. padding:5px;
  293. text-transform:uppercase;
  294. background:{color:Link};
  295. }
  296.  
  297. #credit a:hover {
  298. color:{color:Link};
  299. text-transform:uppercase;
  300. font-style:none;
  301. background:{color:Background};
  302. }
  303.  
  304.  
  305. {CustomCSS}</style><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
  306.  
  307. <div id="sidebar">
  308. <div id="sidebarimage"><img src="http://24.media.tumblr.com/9240723960ce57a567032b2adc79547d/tumblr_mnv1tpNvbx1rfmwu3o1_100.jpg"></div>
  309. <div id="sidebarimage2"><img src="http://24.media.tumblr.com/9240723960ce57a567032b2adc79547d/tumblr_mnv1tpNvbx1rfmwu3o1_100.jpg"></div>
  310. <div id="links">
  311. <a href="/">index</a>
  312. <a href="/ask">mail</a>
  313. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  314. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  315. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  316. </div>
  317. <div id="description">{Description}
  318. <br><br>
  319. <div id="pagination">
  320. </div>
  321. </div></div></div></div>
  322.  
  323. <div id="entries">
  324. <div class="autopagerize_page_element">{block:Posts}
  325. <div id="post">
  326.  
  327. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  328.  
  329. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  330.  
  331. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  332.  
  333. {block:Quote}<div id="quote">❝<i>{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  334.  
  335. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  336.  
  337. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  338.  
  339. {block:Audio}
  340. <div class="audio">
  341. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  342. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  343. <div class="audio-info">
  344. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  345. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  346. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  347. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  348. </div></div>
  349. {/block:Audio}
  350.  
  351. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  352.  
  353. {block:Answer}<div id="question">{Asker}: <i>{Question}</i></div><br>{Answer}{/block:answer}
  354.  
  355. <div id="info">
  356. <a href="{Permalink}">{Month} {Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {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}
  357. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  358. {/block:Posts}</div>
  359. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  360.  
  361. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  362.  
  363. </body>
  364. </html>
Advertisement
Add Comment
Please, Sign In to add comment