saengeols

heaven theme

Dec 23rd, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 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" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link href='http://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
  5. <script type="text/javascript">
  6. WebFontConfig = {
  7. google: { families: [ 'Rokkitt::latin' ] }
  8. };
  9. (function() {
  10. var wf = document.createElement('script');
  11. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  12. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  13. wf.type = 'text/javascript';
  14. wf.async = 'true';
  15. var s = document.getElementsByTagName('script')[0];
  16. s.parentNode.insertBefore(wf, s);
  17. })(); </script>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <script>
  26.  
  27.  
  28.  
  29. $(document).ready(function() {
  30.  
  31. //
  32.  
  33.  
  34.  
  35. //When you click on a link with class of poplight and the href starts with a #
  36.  
  37. $('a.poplight[href^=#]').click(function() {
  38.  
  39. var popID = $(this).attr('rel'); //Get Popup Name
  40.  
  41. var popURL = $(this).attr('href'); //Get Popup href to define size
  42.  
  43.  
  44.  
  45. //Pull Query & Variables from href URL
  46.  
  47. var query= popURL.split('?');
  48.  
  49. var dim= query[1].split('&');
  50.  
  51. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  52.  
  53.  
  54.  
  55. //Fade in the Popup and add close button
  56.  
  57. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  58.  
  59.  
  60. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  61.  
  62. var popMargTop = ($('#' + popID).height() + 80) / 2;
  63.  
  64. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  65.  
  66.  
  67.  
  68. //Apply Margin to Popup
  69.  
  70. $('#' + popID).css({
  71.  
  72. 'margin-top' : -popMargTop,
  73.  
  74. 'margin-left' : -popMargLeft
  75.  
  76. });
  77.  
  78.  
  79.  
  80. //Fade in Background
  81.  
  82. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  83.  
  84. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  85.  
  86.  
  87.  
  88. return false;
  89.  
  90. });
  91.  
  92.  
  93.  
  94. //Close Popups and Fade Layer
  95.  
  96. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  97.  
  98. $('#fade , .popup_block').fadeOut(function() {
  99.  
  100. $('#fade, a.close').remove(); //fade them both out
  101.  
  102. });
  103.  
  104. return false;
  105.  
  106. });
  107.  
  108.  
  109.  
  110.  
  111.  
  112. });
  113.  
  114. </script>
  115.  
  116. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
  117. </script>
  118.  
  119. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js">
  120. </script>
  121.  
  122. <a href="javascript:;" id="scrollToTop">
  123. <img src="{image:Back To Top}" border="0"></a>
  124.  
  125. <!---- base theme by meliapond @ tumblr, for public use --->
  126.  
  127. <meta name="color:Background" content="#ffffff"/>
  128. <meta name="color:Text" content="#838282"/>
  129. <meta name="color:Link" content="#b8b8b8"/>
  130. <meta name="image:sidebar" content=""/>
  131.  
  132. <meta name="image:Link 1 Icon" content=""/>
  133. <meta name="image:Link 2 Icon" content=""/>
  134. <meta name="image:Link 3 Icon" content=""/>
  135. <meta name="image:Link 4 Icon" content=""/>
  136. <meta name="image:Link 5 Icon" content=""/>
  137. <meta name="image:Back To Top" content=""/>
  138.  
  139. <meta name="text:Link URL 1" content="">
  140. <meta name="text:Link URL 2" content="">
  141. <meta name="text:Link URL 3" content="">
  142. <meta name="text:Link URL 4" content="">
  143. <meta name="text:Link URL 5" content="">
  144.  
  145. <meta name="text:Tumblr URL" content="">
  146.  
  147. <meta name="if:Search Bar" content="0">
  148.  
  149. <style type="text/css">
  150. @import url(http://fonts.googleapis.com/css?family=Rokkitt);
  151.  
  152. body {
  153. background:{color:background};
  154. margin:0px;
  155. color:{color:text};
  156. font-family:Calibri;
  157. font-size:10px;
  158. line-height:100%;
  159. cursor: url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), auto;
  160. }
  161.  
  162. a {
  163. text-decoration:none;
  164. outline:none;
  165. -moz-outline-style:none;
  166. color:{color:link};
  167. }
  168.  
  169. ::-moz-selection {
  170. background-color: #CFE6E8;
  171. color: #979B9C;
  172. }
  173.  
  174. ::selection {
  175. background-color: #CFE6E8;
  176. color: #979B9C;
  177. }
  178.  
  179. img {
  180. border:none;
  181. }
  182.  
  183. blockquote {
  184. padding-left:5px;
  185. border-left:2px solid;
  186. }
  187.  
  188. blockquote blockquote {
  189. padding-left:5px;
  190. border-left:2px solid;
  191. }
  192.  
  193. h1 {
  194. font-size:15px;
  195. }
  196.  
  197. .photo {
  198. filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  199. filter: gray; /* IE6-9 */
  200. -webkit-filter: grayscale(1);
  201. -webkit-transition: all 0.5s ease-in-out;
  202. -moz-transition: all 0.5s ease-in-out;
  203. -o-transition: all 0.5s ease-in-out;
  204. -ms-transition: all 0.5s ease-in-out;
  205. transition: all 0.5s ease-in-out;
  206. }
  207.  
  208. .photo:hover{
  209. filter: none;
  210. -webkit-filter: grayscale(0);
  211. -webkit-transition: all 0.7s ease-in-out;
  212. -moz-transition: all 0.7s ease-in-out;
  213. -o-transition: all 0.7s ease-in-out;
  214. }
  215.  
  216. #parceiros {
  217. opacity: .99; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease;
  218. }
  219. #parceiros:hover a {
  220. opacity: .20;
  221. }
  222. #parceiros a {
  223. opacity: .80; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease;
  224. }
  225. #parceiros a:hover {
  226. opacity: .99;
  227. }
  228.  
  229. #entries {
  230. padding:10px;
  231. width:500px;
  232. margin-left:500px;
  233. margin-top:40px;
  234. }
  235.  
  236. #post {
  237. width:500px;
  238. padding-bottom:20px;
  239. }
  240.  
  241. #sidebar {
  242. width:150px;
  243. position:fixed;
  244. margin-left:300px;
  245. margin-top:100px;
  246. }
  247.  
  248. #title {
  249. font-family: 'Rokkitt', serif;
  250. font-size:15px;
  251. text-align:center;
  252. margin-bottom:5px;
  253. }
  254.  
  255. #sidebarimage {
  256. width 150px;
  257. }
  258.  
  259. #sidebarimage img {
  260. width:150px;
  261. }
  262.  
  263. #description {
  264. padding:5px;
  265. text-align:center;
  266. }
  267.  
  268. #pagination {
  269. font-size:20px;
  270. text-align:center;
  271. }
  272.  
  273. #info {
  274. text-align:center;
  275. margin-top:10px;
  276. }
  277.  
  278. #asker {
  279. float:left;
  280. margin-right:5px;
  281. }
  282.  
  283. #fade {
  284. display: none;
  285. background: #000;
  286. position: fixed;
  287. left: 0;
  288. top: 0;
  289. width: 100%;
  290. height: 100%;
  291. opacity: .80;
  292. z-index: 9999;
  293. }
  294.  
  295. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; right: 15px;}
  296.  
  297.  
  298.  
  299. {CustomCSS}</style></head><body>
  300.  
  301. <div id="sidebar">
  302.  
  303. <div id="title">{Title}</div>
  304.  
  305. <center>
  306. <a href="/">home</a> |
  307. <a href="/ask">message</a> |
  308. <a href="/archive">history</a> |
  309. <a href="http://saengeols.tumblr.com">✽</a>
  310. </center>
  311.  
  312. <br>
  313.  
  314. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  315. <br>
  316. <div id="parceiros"> <center>
  317. <a href="{text:Link URL 1}"><img src="{image:Link 1 Icon}" /></a>
  318. <a href="{text:Link URL 2}"><img src="{image:Link 2 Icon}" /></a>
  319. <a href="{text:Link URL 3}"><img src="{image:Link 3 Icon}" /></a>
  320. <a href="{text:Link URL 4}"><img src="{image:Link 4 Icon}" /></a>
  321. <a href="{text:Link URL 5}"><img src="{image:Link 5 Icon}" /></a>
  322. <br>
  323. </center> </div>
  324.  
  325. <div id="description">{Description}</div>
  326.  
  327. <br>
  328.  
  329. {block:IfSearchBar}
  330. <form action="/search" method="get">
  331. <input type="text" name="q" value="" style="width:97px; height:11px; background-color:#ffffff; color: #000000; font-size: 11px; border: 1px dotted #696969;"/>
  332. <input type="button" value="search" style="font-size: 9px; background-color:#ffffff; color: #000000; border: 1px solid #696969;"/></form>
  333. {/block:IfSearchBar}
  334.  
  335. <div id="pagination">
  336. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  337. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  338. </div>
  339.  
  340. </div>
  341.  
  342. <div id="entries">{block:Posts}<div id="post">
  343.  
  344. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  345.  
  346. {block:Photo}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  347.  
  348. {block:Photoset}<div class="photo">{Photoset-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  349.  
  350. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  351.  
  352. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  353.  
  354. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  355.  
  356. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  357.  
  358. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  359.  
  360. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  361.  
  362. <div id="info">
  363. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  364. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  365. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  366.  
  367. </div>
  368. {block:PostNotes}{PostNotes}{/block:PostNotes}
  369. {/block:Posts}</div>
  370.  
  371. </body>
  372.  
  373. </div>
  374.  
  375. </html>
Advertisement
Add Comment
Please, Sign In to add comment