Advertisement
Guest User

pale theme

a guest
Mar 28th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.41 KB | None | 0 0
  1. <!--
  2. Theme 48 by Sylvia (twerkinqz)
  3.  
  4. keep the credit or the theme will be destroyed..seriously
  5.  
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <head>
  11.  
  12. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Raleway|Ubuntu|Special+Elite' rel='stylesheet' type='text/css'>
  15.  
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  23.  
  24.  
  25.  
  26.  
  27.  
  28. <title>{title}</title>
  29.  
  30. <link rel="shortcut icon" href="{Favicon}">
  31.  
  32.  
  33. <meta name="description" content="{metadescription}" />
  34. <meta name="color:Background" content="#FFFFFF"/>
  35. <meta name="color:Text" content="#000000"/>
  36. <meta name="color:Hover" content="#ffffff"/>
  37. <meta name="color:Link" content="#000000"/>
  38. <meta name="color:Title" content="#000000">
  39. <meta name="if:3column" content="0"/>
  40. <meta name="if:2column" content="1"/>
  41. <meta name="if:sidebar" content="1"/>
  42. <meta name="image:Background" content="1"/>
  43. <meta name="image:Sidebar" content=""/>
  44. <meta name="text:Link One Title" content="" />
  45. <meta name="text:Link One" content="" />
  46. <meta name="text:Link Two Title" content="" />
  47. <meta name="text:Link Two" content="" />
  48. <meta name="text:Link Three Title" content="" />
  49. <meta name="text:Link Three" content="" />
  50. <meta name="text:Link Four Title" content="" />
  51. <meta name="text:Link Four" content="" />
  52. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar {width: 3px; height: 4px; background: #cecece; }
  57.  
  58. ::-webkit-scrollbar-thumb { background-color:transparent; }
  59.  
  60. #tumblr_controls{
  61. position:fixed !important;
  62. -webkit-filter:invert(100%);
  63. opacity:.8;
  64. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  65. }
  66.  
  67. body {
  68. padding: 0px;
  69. margin: 0px;
  70. color:{color:text};
  71. font-family: consolas;
  72. font-size: 11px;
  73. line-height:11px;
  74. background-color: {color:Background};
  75. background-image:url({image:Background});
  76. background-attachment: fixed;
  77. background-size: 110%;
  78. text-align: justify;
  79. }
  80.  
  81. a:link, a:active, a:visited{
  82. color:{color:link};
  83. text-decoration: none;
  84. -webkit-transition: color 0.4s ease-out;
  85. -moz-transition: color 0.4s ease-out;
  86. }
  87.  
  88. a:link, a:visited{
  89. color:{color:link};
  90. background:transparent;
  91. }
  92.  
  93. a:hover{
  94. color:{color:hover};
  95. background:transparent;
  96. -webkit-transition: color 0.4s ease-out;
  97. -moz-transition: color 0.4s ease-out;
  98. }
  99.  
  100. a:active{
  101. color:#000
  102. background:#eee;
  103. text-decoration:underline;
  104. }
  105.  
  106. .entry {
  107. margin: 7px;
  108. padding-top: 5px;
  109. padding-right: 5px;
  110. padding-left: 5px;
  111. padding-bottom:3px;
  112. float:left;
  113. text-align: justify;
  114. font-family: consolas;
  115. font-size: 10px;
  116. line-height:11px;
  117. overflow:hidden;
  118. opacity:0.7;
  119. {block:IndexPage}
  120. width:230px;
  121. {/block:IndexPage}
  122. {block:PermalinkPage}
  123. width:500px;
  124. margin-left:10px;
  125. {/block:PermalinkPage}
  126. }
  127.  
  128. .entry img{
  129. {block:IndexPage}
  130. width:230px;
  131. {/block:IndexPage}
  132. }
  133.  
  134. .entry .permalink{
  135. position:absolute;
  136. width:230px;
  137. height:5px;
  138. padding-bottom:14px;
  139. overflow:hidden;
  140. margin-left:10px;
  141. bottom: 6px;
  142. font-family: consolas;
  143. text-transform: uppercase;
  144. font-size: 13px;
  145. line-height:22px;
  146. text-align:left;
  147. opacity:0.0;
  148. text-shadow:1px 1px 2px #888;
  149. -webkit-transition: all 0.2s linear;
  150. -webkit-transition: all 0.2s linear;
  151. -moz-transition: all 0.2s linear;
  152. transition: all 0.2s linear;
  153. color:#fff;
  154. }
  155.  
  156. .entry .permalink a{
  157. color: #fff;
  158. }
  159.  
  160. .entry:hover .permalink{
  161. bottom:6px;
  162. overflow:visible;
  163. -webkit-transition: all 0.4s linear; opacity: 0.8;
  164. -webkit-transition: all 0.4s linear;
  165. -moz-transition: all 0.4s linear;
  166. transition: all 0.4s linear;
  167. }
  168.  
  169.  
  170. #sidebar{
  171. text-align:right;
  172. margin-top:130px;
  173. margin-left:113px;
  174. font-family:
  175. background-color:#fff;
  176. font-size: 12px;
  177. width:228px;
  178. padding:8px;
  179. opacity:0.8;
  180. z-index:1;
  181. height:auto;
  182. border-right: double 4px #cecece;
  183. position:fixed !important;
  184. }
  185.  
  186. #posts {
  187. {block:if3column}
  188. width: 893px;
  189. {/block:if3column}
  190. {block:if2column}
  191. width: 593px;
  192. {/block:if2column}
  193. margin-left:385px;
  194. margin-top:0px;
  195. float:center;
  196. }
  197.  
  198. .links{
  199. padding: 2px;
  200. text-transform: lowercase;
  201. margin-right: -1px;
  202. margin-top: 0px;
  203. font-family:special elite;
  204. font-size:10px;
  205. letter-spacing:1px;
  206. line-height: 10px;
  207. display: inline-block;
  208. text-align:right;
  209. text-shadow:1px 1px 2px #ddd;
  210. }
  211.  
  212. .links:hover{
  213. -webkit-transition: all 0.2s linear;
  214. -webkit-transition: all 0.2s linear;
  215. -moz-transition: all 0.2s linear;
  216. transition: all 0.2s linear;
  217. }
  218.  
  219. .blogtitle{
  220. font-size:16px;
  221. text-align: left;
  222. line-height:15px;
  223. width:auto;
  224. z-index:999999999999999999999999999;
  225. font-family:special elite;
  226. color:#000;
  227. text-shadow:1px 1px 2px #ddd;
  228. }
  229.  
  230.  
  231. .blogtitle a{
  232. color:#000;
  233. }
  234.  
  235. .textperma{
  236. display: block;
  237. font-family:Courier New;
  238. font-size: 11px;
  239. line-height:11px;
  240. text-transform: lowercase;
  241. text-align: right;
  242. background-color:transparent;
  243. padding: 0px;
  244. margin: 2px;
  245. }
  246.  
  247. .title{
  248. font-family:Raleway;
  249. font-size: 17px;
  250. line-height: 15px;
  251. color: {color:Title};
  252. text-transform:none;
  253. }
  254.  
  255. .descript{
  256. font-family: consolas;
  257. font-size:10px;
  258. text-align:center;
  259. }
  260.  
  261.  
  262.  
  263.  
  264. </style>
  265.  
  266. {block:IndexPage}
  267. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><div style="position:fixed !important;right:3px;top:24px; opacity: 0.8; z-index:999999999999999999999999999; "><a href="http://gullibled.tumblr.com/"><img src="http://static.tumblr.com/dvz4szr/oismscl3m/yinyang.gif"></a></div><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  268.  
  269. <script type="text/javascript">
  270. $(window).load(function () {
  271. var $content = $('#posts');
  272. $content.masonry({itemSelector: '.entry'}),
  273. $content.infinitescroll({
  274. navSelector : 'div#pagination',
  275. nextSelector : 'div#pagination a#nextPage',
  276. itemSelector : '.entry',
  277. loading: {
  278. finishedMsg: '',
  279. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  280. },
  281. bufferPx : 600,
  282. debug : false,
  283. },
  284. // call masonry as a callback.
  285. function( newElements ) {
  286. var $newElems = $( newElements );
  287. $newElems.hide();
  288. // ensure that images load before adding to masonry layout
  289. $newElems.imagesLoaded(function(){
  290. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  291.  
  292.  
  293. });
  294. });
  295. });
  296. </script>
  297.  
  298.  
  299.  
  300. {/block:IndexPage}
  301.  
  302. <title>{title}</title>
  303.  
  304. <link rel="shortcut icon" href="{Favicon}">
  305. <meta name="viewport" content="width=820" />
  306.  
  307. </head>
  308.  
  309. <body>
  310.  
  311.  
  312. <div class="wrapper">
  313. <div class="header">
  314. </div>
  315.  
  316. <div id="sidebar">
  317.  
  318. <a href="/"><div class="blogtitle">{title}</div></a>
  319.  
  320. {block:ifsidebar}
  321. <div style="border: dotted 1px #cecece; padding: 5px; opacity:0.7;"><a href="/"><img src="{image:Sidebar}" width=215px; height=auto;></a></div>{/block:ifsidebar}<br>
  322. <div class="links"><a href="/">home</a></div>
  323.  
  324. <div class="links"><a href="/ask">ask</a></div>
  325.  
  326. {block:ifLinkOneTitle}<div class="links"><a href="{text:Link One}">{text:Link One Title}</a></div>{/block:ifLinkOneTitle}
  327. {block:ifLinkTwoTitle}<div class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></div>{/block:ifLinkTwoTitle}
  328. {block:ifLinkThreeTitle}<div class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></div>{/block:ifLinkThreeTitle}
  329. {block:ifLinkFourTitle}<div class="links"><a href="{text:Link Four}">{text:Link Four Title}</a></div>{/block:ifLinkFourTitle}
  330. <br><br>
  331. <div class="descript">{Description}</div>
  332. </div>
  333.  
  334. <div id="cheez">
  335. </div>
  336.  
  337. <div class="content">
  338.  
  339. <div class="left">
  340.  
  341. <div id="posts">
  342.  
  343. {block:Posts}
  344. <div class="entry">
  345.  
  346. {block:Text}
  347. {block:Title}<span class="title">{Title}</span>{/block:Title}
  348. <span class="entrytext">{Body}</span></a>
  349. {block:IndexPage}
  350. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  351. {/block:IndexPage}
  352. {/block:Text}
  353.  
  354. {block:Link}
  355. <a href="{URL}" class="title">{Name}</a>
  356. {block:Description}{Description}{/block:Description}
  357. {block:IndexPage}
  358. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  359. {/block:IndexPage}
  360. {block:Link}
  361.  
  362. {block:Photo}
  363. {block:IndexPage}<div class="permalink">
  364. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> β€’ <a href="{permalink}">{NoteCountWithLabel}</a></span></div>
  365. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width="230"/></a></div>{LinkCloseTag}{/block:IndexPage}
  366. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}{block:IndexPage}
  370. <div class="permalink">
  371. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> β€’ <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}<center>{Photoset-250}</center></span>{/block:Photoset}
  372.  
  373. {block:Quote}
  374. <span class="title">{Quote}</span><br><br>
  375. {block:Source}{Source}{/block:Source}
  376. {block:IndexPage}
  377. <br /><div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  378. {/block:IndexPage}
  379. {/block:Quote}
  380.  
  381. {block:Chat}
  382. {block:Title}<span class="title">{Title}</span>{/block:Title}
  383. <ul class="chat">
  384. {block:Lines}
  385. <li class="user_{UserNumber}">
  386. {block:Label}
  387. <span class="label">{Label}</span>
  388. {/block:Label}
  389.  
  390. {Line}
  391. </li>
  392. {/block:Lines}
  393. </ul>
  394. {block:IndexPage}
  395. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  396. {/block:IndexPage}
  397. {/block:Chat}
  398.  
  399. {block:Audio}
  400. <center><div style="width:230px; height:20px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:8px; float:right;"><small>
  401. {FormattedPlayCount} plays</small></div></div></center><br>
  402. {block:Caption}{Caption}{/block:Caption}
  403. {block:IndexPage}
  404. <div class="textperma"><a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a></span></a></div>
  405. {/block:IndexPage}
  406. {/block:Audio}
  407.  
  408. {block:Video}{block:IndexPage}
  409. <div class="permalink">
  410. <a href="{Permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> β€’ <a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}
  411. <center>
  412. <div class="videoperma">{Video-250}</div><BR>
  413. </center>
  414. {block:Video}
  415.  
  416. {block:PermalinkPage}
  417. <center>
  418. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  419.  
  420. {/block:PermalinkPage}
  421.  
  422. {block:PostNotes}{PostNotes}
  423. {/block:PostNotes}
  424. </div>
  425.  
  426. {/block:Posts}
  427. </div>
  428. </div>
  429. {block:IndexPage}
  430. {block:Pagination}
  431. <div id="pagination">
  432. {block:NextPage}
  433. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  434. {/block:NextPage}
  435. {block:PreviousPage}
  436. <a href="{PreviousPage}">&larr;&nbsp;</a>
  437. {/block:PreviousPage}
  438. </div>
  439. {/block:Pagination}
  440. {/block:IndexPage}
  441. </div>
  442.  
  443. </body>
  444. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement