Advertisement
stephyxo

Cloudy Theme

Jun 2nd, 2012
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link href="http://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet" type="text/css">
  6. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  8. <meta name="text:font size" content="9px"/>
  9. <meta name="color:text" content="#000000"/>
  10. <meta name="color:link" content="#000000"/>
  11. <meta name="color:hover" content="#000000"/>
  12. <meta name="color:menu bg" content="#efefef"/>
  13. <meta name="color:background color" content="#ffffff"/>
  14. <meta name="text:first custom link title" content=""/>
  15. <meta name="text:first custom link url" content=""/>
  16. <meta name="text:second custom link title" content=""/>
  17. <meta name="text:second custom link url" content=""/>
  18. <meta name="text:third custom link title" content=""/>
  19. <meta name="text:third custom link url" content=""/>
  20. <meta name="text:fourth custom link title" content=""/>
  21. <meta name="text:fourth custom link url" content=""/>
  22. <meta name="text:fifth custom link title" content=""/>
  23. <meta name="text:fifth custom link url" content=""/>
  24. <meta name="text:sixth custom link title" content=""/>
  25. <meta name="text:sixth custom link url" content=""/>
  26. <meta name="text:seventh custom link title" content=""/>
  27. <meta name="text:seventh custom link url" content=""/>
  28. <meta name="text:eighth custom link title" content=""/>
  29. <meta name="text:eighth custom link url" content=""/>
  30. <meta name="if:first custom link" content="0"/>
  31. <meta name="if:second custom link" content="0"/>
  32. <meta name="if:third custom link" content="0"/>
  33. <meta name="if:fourth custom link" content="0"/>
  34. <meta name="if:fifth custom link" content="0"/>
  35. <meta name="if:sixth custom link" content="0"/>
  36. <meta name="if:seventh custom link" content="0"/>
  37. <meta name="if:eighth custom link" content="0"/>
  38. <meta name="if:sidebar left" content="1"/>
  39. <meta name="image:sidebar" content=""/>
  40. <meta name="image:background" content=""/>
  41. <meta name="if:show sidebar image" content="0"/>
  42.  
  43. <title>{Title}</title>
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  45.  
  46. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/s48lvqls2/jquery-1.4.4.min.js"></script>
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />
  51. {/block:Description}
  52.  
  53. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  54. <style type="text/css">
  55.  
  56. body {
  57. color: {color:text};
  58. background:{color:background color};
  59. font-family: 'Happy Monkey', cursive;
  60. font-size: {text:font size};
  61. background-image:{image:background};
  62.  
  63. }
  64. #infscr-loading {
  65. position: absolute;
  66. bottom: 0;
  67. left: 25%;
  68. }
  69. a:link, a:active, a:visited{
  70.  
  71. color:{color:Link};
  72. text-decoration: none;
  73. {block:ifnotrainbowlinks}
  74. -webkit-transition-duration: 0.8s;
  75. transition:.8s linear;
  76. /* We need to help some browsers along for this to work */
  77. -moz-transition:.8s linear;{/block:ifnotrainbowlinks}
  78.  
  79. }
  80. a:hover {
  81. color:{color:Hover};
  82.  
  83. text-decoration: none;
  84. }
  85. #content {
  86. {block:indexpage}
  87. width: 500px;{/block:indexpage}
  88. {block:permalinkpage}
  89. width: 500px;{/block:permalinkpage}
  90. float: right;
  91. }
  92. #contain {
  93. width: 502px;
  94. margin: 30px auto;
  95. }
  96.  
  97.  
  98. #side {
  99. width: 300px;
  100. border: 3px dashed black;
  101. border-top-right-radius:0px;
  102. border-bottom-right-radius:50px;
  103. border-top-left-radius:50px;
  104. border-bottom-left-radius:0px;
  105. -webkit-transition: all 0.6s ease-out;
  106. -moz-transition: all 0.6s ease-out;
  107. transition: all 0.6s ease-out;
  108.  
  109. height:auto;
  110. {block:ifsidebarleft}
  111. margin-left: -320px;
  112. {/block:ifsidebarleft}
  113. {block:ifnotsidebarleft}
  114. margin-left: 520px;
  115. {/block:ifnotsidebarleft}
  116. padding: 1px;
  117. position: fixed;
  118. text-align: center;
  119. background: #ffffff;
  120.  
  121. }
  122.  
  123. #side:hover{
  124. -webkit-transition: all 0.6s ease-out;
  125. -moz-transition: all 0.6s ease-out;
  126. transition: all 0.6s ease-out;
  127. border-top-right-radius:50px;
  128. border-bottom-right-radius:0px;
  129. border-top-left-radius:0px;
  130. border-bottom-left-radius:50px;
  131. }
  132.  
  133. .notes img {
  134. width: 10px;
  135. position: relative;
  136. top: 3px;
  137. }
  138. #sidebar img {
  139. display: block;
  140. margin-bottom: 1px;
  141. }
  142. .entry {
  143. float: left;
  144. {block:indexpage}
  145. width: 500px;{/block:indexpage}
  146. {block:permalinkpage}
  147. width: 500px;{/block:permalinkpage}
  148. display: block;
  149. overflow: hidden;
  150. background: #fff;
  151. margin: 0px 0px 30px 0px;
  152. padding: 1px;
  153. }
  154. .entry img {
  155. display: block;
  156.  
  157. -webkit-transition-duration:1s;
  158. }
  159. .entry:hover img {
  160. opacity:0.8;
  161. filter:alpha(opacity=80);
  162. }
  163.  
  164. blockquote, q {
  165. quotes: "«" "»" "'" "'";
  166. padding-left: 5px;
  167. }
  168.  
  169. .details {
  170. opacity: 0.0;
  171. filter: alpha(opacity = 0);
  172. width: 500px;
  173. position:fixed;
  174. text-align: center;
  175. color: #000000;
  176. z-index:10;
  177. height: 30px;
  178. margin-top: -40px;
  179. font-size: 11px;
  180. font-weight: bold;
  181. text-transform: capitalize;
  182. -webkit-transition: all .25s ease-in-out;
  183. -moz-transition: all .25s ease-in-out;
  184. -o-transition: all .25s ease-in-out;
  185. transition: all .25s ease-in-out;
  186. }
  187. .entry:hover .details {
  188. opacity: 1.0;
  189. background: rgba(255, 255, 255, 0.6);
  190. filter: alpha(opacity = 100);
  191. -webkit-transition: all .25s ease-in-out;
  192. -moz-transition: all .25s ease-in-out;
  193. -o-transition: all .25s ease-in-out;
  194. transition: all .25s ease-in-out;
  195. }
  196.  
  197. .details a{
  198. color: #000000;
  199. padding: 5px;
  200. font-size:11px;
  201. line-height: 40px;
  202.  
  203. }
  204. #pagination{
  205. display:none;
  206. }
  207.  
  208.  
  209. select {
  210. font-size: 9px;
  211. width: 100px;
  212. margin-left: 0px;
  213.  
  214. }
  215. option {
  216. font-size: 9px;
  217. width: 100px;
  218. text-align: left;
  219.  
  220. }
  221. input[type=button]
  222. {
  223. font-size: 9px;
  224. }
  225. .clear {
  226. clear: both;
  227. }
  228. .drawer {
  229. list-style: none;}
  230. #topmenu {
  231. margin: 5px;
  232. }
  233. #des {
  234. position: relative;
  235. }
  236.  
  237.  
  238. .textperma {
  239. color: #000000;
  240. border-top: 1px #000000 dotted;
  241. padding-top: 2px;
  242. padding-bottom: 2px;
  243. text-align: center;
  244. text-transform: uppercase;
  245. }
  246.  
  247. h1 {
  248. font-family: 'Happy Monkey', cursive;
  249.  
  250. font-size: 28px;
  251. line-height: 33px;
  252. color: black;
  253. text-shadow:4px 5px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),6px 12px 0px rgba(0,0,0,0.1),-8px 5px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);
  254. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o
  255. -transition: all 0.2s ease-out;
  256.  
  257.  
  258. }
  259.  
  260. h1:hover{
  261.  
  262. text-shadow:0px 0px 0px rgba(0,0,0,0.2);
  263. -webkit-transition: all 0.2s ease-out;
  264. -moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;
  265. }
  266.  
  267. #menu a {
  268. height: 20px;
  269. width: 80px;
  270. color: {color:text};
  271. margin-bottom: 10px;
  272. background-color: {color:menu bg};
  273. font-size: 10px;
  274. line-height: 20px;
  275. text-align: center;
  276. border-top-right-radius: 80px;
  277. border-bottom-right-radius: 1px;
  278. border-top-left-radius: 1px;
  279. border-bottom-left-radius: 80px;
  280. display: inline-block;
  281. }
  282.  
  283. #menu a:hover {border-top-right-radius:1px; border-bottom-right-radius:80px; border-top-left-radius:80px; border-bottom-left-radius:1px; -webkit-transition-duration: 1s;}
  284.  
  285.  
  286. </style>
  287. </head>
  288. <body>
  289. <div id="contain">
  290. <div id="side"><h1><a href="{permalink}">{title}</a></h1>{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width="300"/></a>{/block:ifshowsidebarimage}
  291. <div id="des"><br />
  292. <p>{Description}</p><br />
  293. <div id="menu">
  294.  
  295. {block:iffirstcustomlink}
  296. <a href="{text:first custom link url}">{text:first custom link title}</a>{/block:iffirstcustomlink}
  297. {block:ifsecondcustomlink}
  298. <a href="{text:second custom link url}">{text:second custom link title}</a>{/block:ifsecondcustomlink}
  299. {block:ifthirdcustomlink}
  300. <a href="{text:third custom link url}">{text:third custom link title}</a>{/block:ifthirdcustomlink}
  301. {block:iffourthcustomlink}
  302. <a href="{text:fourth custom link url}">{text:fourth custom link title}</a>{/block:iffourthcustomlink}
  303. {block:iffifthcustomlink}
  304. <a href="{text:fifth custom link url}">{text:fifth custom link title}</a>{/block:iffifthcustomlink}
  305. {block:ifsixthcustomlink}
  306. <a href="{text:sixth custom link url}">{text:sixth custom link title}</a>{/block:ifsixthcustomlink}
  307. {block:ifseventhcustomlink}
  308. <a href="{text:seventh custom link url}">{text:seventh custom link title}</a>
  309. {/block:ifseventhcustomlink}
  310. {block:ifeighthcustomlink}
  311. <a href="{text:eighth custom link url}">{text:eighth custom link title}</a>
  312. {/block:ifeighthcustomlink}
  313. <a href="http://idcthemes.tumblr.com/">theme</a>
  314. </p></div>
  315.  
  316. </div>
  317. </div>
  318. <div id="content">
  319. {block:Posts}
  320. <div class="entry">
  321. {block:Text}
  322. {block:Title}
  323. <h3><a href="{Permalink}">{Title}</a></h3>
  324. {/block:Title}
  325. {Body}
  326. {block:IndexPage} <p class="textperma"> <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p>{/block:IndexPage}
  327. {/block:Text}
  328.  
  329. {block:Photo}
  330.  
  331. {LinkOpenTag}
  332. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  333. {block:IndexPage}
  334. <div class="details"><p>
  335. <a href="{permalink}">{NoteCount} notes</a> ~ <a href="{ReblogURL}" target="_blank">reblog</a>
  336. </p>
  337. </div>
  338. {/block:IndexPage}
  339.  
  340. {/block:Photo}
  341.  
  342. {block:Photoset}
  343. {block:IndexPage}
  344. {Photoset-500}
  345. {block:IndexPage} <p class="textperma"><a href="{permalink}">{NoteCount} notes</a> - <a href="{ReblogURL}" target="_blank">reblog</a><p>{/block:IndexPage}
  346. {/block:IndexPage}
  347. {block:permalinkpage}
  348. {Photoset-500}{/block:permalinkpage}
  349. {/block:Photoset}
  350.  
  351. {block:Quote}
  352. "{Quote}"
  353. {block:Source}
  354. <div class="source">{Source}</div>
  355. {/block:Source}
  356. {block:IndexPage} <p class="textperma"> <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p>{/block:IndexPage}
  357. {/block:Quote}
  358.  
  359. {block:Link}
  360. <a href="{URL}" class="link" {Target}>{Name}</a>
  361. {block:Description}
  362. <div class="description">{Description}</div>
  363. {/block:Description}
  364. {block:IndexPage} <p class="textperma"> <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p>{/block:IndexPage}
  365. {/block:Link}
  366.  
  367. {block:Chat}
  368. {block:Title}
  369. <h3><a href="{Permalink}">{Title}</a></h3>
  370. {/block:Title}
  371. <ul class="chat">
  372. {block:Lines}
  373. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  374.  
  375. {Line} </li>
  376. {/block:Lines}
  377. </ul> {block:IndexPage} <p class="textperma"> <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p>{/block:IndexPage}
  378. {/block:Chat}
  379.  
  380. {block:Video}
  381.  
  382. {Video-500} {block:IndexPage} <p class="textperma"> <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p>{/block:IndexPage}
  383.  
  384.  
  385. {/block:Video}
  386.  
  387. {block:Audio}
  388. {AudioPlayerBlack}
  389. {block:Caption}
  390. {Caption}
  391. {/block:Caption} {block:IndexPage} <p class="textperma"> <a href="{permalink}">{NoteCount} notes</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</p>{/block:IndexPage}
  392. {/block:Audio}
  393. </div>
  394. {block:PermalinkPage}
  395. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  396. {/block:PermalinkPage}
  397. {block:PostNotes}{PostNotes}{/block:PostNotes}
  398. {/block:Posts}
  399. </div>
  400. </div>
  401.  
  402.  
  403. {block:Pagination}
  404. <ul id="pagination">
  405. {block:PreviousPage}
  406. <li><a href="{PreviousPage}"></a></li>
  407. {/block:PreviousPage}
  408. {block:JumpPagination length="5"}
  409. {block:CurrentPage}
  410. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  411. {/block:CurrentPage}
  412. {block:JumpPage}
  413. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  414. {/block:JumpPage}
  415. {/block:JumpPagination}
  416. {block:NextPage}
  417. <li><a id="nextPage" href="{NextPage}"></a></li>
  418. {/block:NextPage}
  419. </ul>
  420. {/block:Pagination}
  421.  
  422. {block:IndexPage}
  423. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  424. <script type="text/javascript">
  425. $(window).load(function () {
  426. var $content = $('#content');
  427. $content.infinitescroll({
  428. navSelector : '#pagination',
  429. nextSelector : '#pagination a#nextPage',
  430. itemSelector : '.entry',
  431. loading: {
  432. finishedMsg: '',
  433. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  434. },
  435. bufferPx : 200,
  436. debug : false,
  437. });
  438. });
  439. </script>
  440. {/block:IndexPage}
  441.  
  442.  
  443. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement