Guest User

Theme

a guest
Nov 22nd, 2012
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. <!--Theme by lauren; don't remove credit or i'll carve out your ovaries
  2. -->
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta name="color:background" content="#eeeeee"/>
  7. <meta name="color:text" content="#000000"/>
  8. <meta name="color:title" content="#000000"/>
  9. <meta name="color:link" content="#4c4c4c"/>
  10. <meta name="color:blockquote" content="#000000"/>
  11. <meta name="color:blogtitle" content="#000000"/>
  12. <meta name="color:entry" content="#cccccc"/>
  13. <meta name="image:Sidebar" content=""/>
  14. <meta name="image:Sidebar background" content=""/>
  15. <meta name="if:Show Sidebar Image" content="1"/>
  16. <meta name="if:Show caption" content=""/>
  17. <meta name="text:Link 1 Title" content="home"/>
  18. <meta name="text:Link 2" content="" />
  19. <meta name="text:Link 2 Title" content="ask"/>
  20. <meta name="text:Link 3" content="" />
  21. <meta name="text:Link 3 Title" content="about"/>
  22.  
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />{/block:Description}
  25. <title>
  26. {block:PostSummary}
  27. {PostSummary} - {/block:PostSummary}{Title}</title>
  28.  
  29. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop">▲</a>
  30.  
  31. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  32. <script>
  33. $(document).ready(function(){
  34. $(".links").hide();
  35. $(".blogtitle").click(function(){
  36. $('.links').slideToggle("fast");
  37. return true;
  38. });
  39. });
  40. </script>
  41.  
  42. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  43.  
  44. {block:indexpage}
  45. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  46.  
  47. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  48.  
  49. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  50.  
  51. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  52.  
  53. <script>
  54. jQuery(window).load(function(){
  55. var $wall = $('#content');
  56. $wall.imagesLoaded(function(){
  57. $wall.masonry({
  58. singleMode: true,
  59. columnWidth: 310,
  60. itemSelector: '#entry'
  61. });
  62. });
  63. $wall.infinitescroll({
  64. navSelector : '#page-nav',
  65. nextSelector : '#page-nav a',
  66. itemSelector : '#entry',
  67. },
  68.  
  69. function( newElements ){
  70. $(newElements).hide();
  71. setTimeout(function(){
  72. $wall.masonry({ appendedContent: $(newElements) });
  73. },2000);
  74. setTimeout(function(){
  75. $(newElements).fadeIn('slow');
  76. },2100);
  77. },1000);
  78. });
  79. </script>
  80.  
  81. <script>
  82. $.fn.imagesLoaded = function(callback){
  83. var elems = this.find('img'),
  84. len = elems.length,
  85. _this = this;
  86. if ( !elems.length ) {
  87. callback.call( this );}
  88. elems.bind('load',function(){
  89. if (--len <= 0){
  90. callback.call( _this );}
  91. }).each(function(){
  92. // cached images don't fire load sometimes, so we reset src.
  93. if (this.complete || this.complete === undefined){
  94. var src = this.src;
  95. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  96. // data uri bypasses webkit log warning (thx doug jones)
  97. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  98. this.src = src;}
  99. });
  100. return this;};
  101. </script>
  102.  
  103. {/block:Indexpage}
  104.  
  105. <style type="text/css">
  106.  
  107. body {
  108. margin:0px;
  109. background-color: {color:Background};
  110. }
  111. body, div, p, textarea, submit, input{
  112. font-family: georgia;
  113. font-size: 9px;
  114. line-height: 12px;
  115. letter-spacing:0px;
  116. color:{color:Text};
  117. }
  118.  
  119. p {
  120. margin:0px;
  121. margin-top:5px;
  122. }
  123.  
  124. a:link, a:hover, a:visited{
  125. text-decoration: none;
  126. font-style: italic;
  127. color: {color:Link};
  128. }
  129. a:hover {
  130. }
  131.  
  132. #center {
  133. margin:auto;
  134. position:relative;
  135. width:870px;
  136. overflow:auto;
  137. overflow-y:hidden;
  138. }
  139.  
  140. #content {
  141. width:620px;
  142. padding-top: 20px;
  143. }
  144.  
  145. #entry {
  146. margin-bottom: 40px;
  147. padding:10px;
  148. background: {color:entry};
  149. {block:IndexPage}
  150. width: 250px;
  151. {/block:IndexPage}
  152. {block:PermalinkPage}
  153. width: 500px;
  154. margin-right: 60px;
  155. {/block:PermalinkPage}
  156. }
  157.  
  158. #entry .perma {
  159. padding: 5px;
  160. background-color:rgba(255,255,255,0.7);
  161. opacity: 0;
  162. margin-top: 10px;
  163. margin-left: 10px;
  164. height: 10px;
  165. line-height: 10px;
  166. text-align: center;
  167. font-family: consolas;
  168. position: absolute;
  169. transition: all 0.5s ease-out;
  170. -o-transition-transition: all 0.5s ease-out;
  171. -webkit-transition: all 0.5s ease-out;
  172. -moz-transition: all 0.5s ease-out;
  173. }
  174.  
  175. #entry .perma a{
  176. font-style: normal;
  177. color: {color:text};
  178. }
  179.  
  180. #entry:hover .perma {
  181. opacity: 1;
  182. transition: all 0.5s ease-out;
  183. -o-transition-transition: all 0.5s ease-out;
  184. -webkit-transition: all 0.5s ease-out;
  185. -moz-transition: all 0.5s ease-out;
  186. }
  187.  
  188. #permalink {
  189. display: block;
  190. margin-top: 5px;
  191. text-align: right;
  192. }
  193.  
  194. #sidebar {
  195. position:fixed !important;
  196. width: 210px;
  197. height: 100%;
  198. background-color: #dedede;
  199. margin: 0px 0px 0px 620px;
  200. padding:20px;
  201. background-image:url({image:Sidebar Background});
  202. }
  203.  
  204. #titlebox {
  205. display: block;
  206. margin-top: 150px;
  207. padding: 5px;
  208. line-height: 15px;
  209. text-align: center;
  210. background-color:rgba(255,255,255,0.7);
  211. }
  212.  
  213. #picbox {
  214. margin-top: 10px;
  215. padding: 5px;
  216. display: block;
  217. background-color:rgba(255,255,255,0.7);
  218. }
  219.  
  220. #descbox {
  221. margin-top: 10px;
  222. padding: 5px;
  223. display: block;
  224. background-color:rgba(255,255,255,0.7);
  225. }
  226.  
  227. #postnotes{
  228. text-align: left;
  229. }
  230.  
  231. #postnotes blockquote{
  232. border: 0px;
  233. }
  234.  
  235. .title{
  236. font-size: 12px;
  237. line-height: 12px;
  238. color: {color:Title};
  239. }
  240.  
  241. .blogtitle {
  242. font-size: 12px;
  243. font-family: consolas;
  244. cursor: help;
  245. text-transform: uppercase;
  246. letter-spacing: 2px;
  247. font-style: bold;
  248. color: {color:blog title};
  249. }
  250.  
  251. .links a {
  252. font-style: normal;
  253. margin-right: 5px;
  254. color: {color:text};
  255. }
  256.  
  257. blockquote{
  258. padding:0px 0px 0px 5px;
  259. margin:5px 0px 2px 10px;
  260. border-left: 3px solid {color:blockquote};
  261. }
  262. blockquote p, ul{
  263. margin:0px;
  264. padding:0px;
  265. }
  266.  
  267.  
  268. .chat .line{
  269. background-color:#ffffff;
  270. margin: 0 0 1px;
  271. padding: 5px;
  272. }
  273. .chat .line.odd{
  274. background-color:#F0F0F0;
  275. }
  276. }
  277.  
  278. .label {
  279. font-weight:bold;
  280. }
  281.  
  282. a img{
  283. border: 0px;
  284. }
  285.  
  286. .p {
  287. padding-top: 5px;
  288. }
  289. .ol, ul {
  290. margin-left: 10px;
  291. padding: 5px;
  292. }
  293. .ul {
  294. list-style-type: square;
  295. }
  296.  
  297. .audio {
  298. background: black;
  299. height: 27px;
  300. {block:IndexPage}
  301. width: 250px;
  302. {/block:IndexPage}
  303. {block:PermalinkPage}
  304. width: 500px;
  305. {/block:PermalinkPage}
  306. }
  307.  
  308. .arrow_box {
  309. position: relative;
  310. background: #000;
  311. }
  312. .arrow_box:after {
  313. top: 100%;
  314. border: solid transparent;
  315. content: " ";
  316. height: 0;
  317. width: 0;
  318. position: absolute;
  319. pointer-events: none;
  320. }
  321.  
  322. .arrow_box:after {
  323. border-color: rgba(0, 0, 0, 0);
  324. border-top-color: #000;
  325. border-width: 10px;
  326. left: 10%;
  327. margin-left: -10px;
  328. }
  329.  
  330. .notes img{
  331. width:10px;
  332. position:left;
  333. top:3px;
  334. }
  335.  
  336. #scrollToTop {
  337. color: transparent;
  338. background-color: transparent;
  339. display: none;
  340. position: fixed;
  341. bottom: 15px;
  342. color: black;
  343. right: 15px;
  344. }
  345.  
  346. .answer {
  347. display: block;
  348. background: #eee;
  349. padding: 5px;
  350. border-right: 3px solid black;
  351. border-left: 3px solid black;
  352. }
  353.  
  354. {font-size: 100%;}
  355.  
  356. {CustomCSS}
  357. </style>
  358. <link rel="shortcut icon" href="{Favicon}">
  359. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  360. <meta name="viewport" content="width=820" />
  361. </head>
  362. <body>
  363. <div id="cage">
  364. <div id="center">
  365. <div id="sidebar">
  366. <div id="titlebox"><div class="blogtitle">{Title}</div>
  367. <div class="links"><a href="{text:Link 1}">{text:Link 1 Title}</a>
  368. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  369. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  370. <a href="http://sshame.tumblr.com">theme</a> </div></div>
  371. {block:ifshowsidebarimage}<div id="picbox"><a href="/"><img src="{image:sidebar}" width=200px></a></div>{/block:ifshowsidebarimage}
  372. <div id="descbox">{Description}</div>
  373. </div>
  374.  
  375. <div id="content">
  376. {block:Posts}
  377. <div id="entry">
  378.  
  379. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}{Body}{block:IndexPage}<div id="permalink"><a href="{Permalink}">{block:Date}{DayofWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a></div>{/block:IndexPage}{/block:text}
  380.  
  381. {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{block:IndexPage}<div id="permalink"><a href="{Permalink}">{block:Date}{DayofWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a></div>{/block:IndexPage}{/block:link}
  382.  
  383. {block:Photo}{block:IndexPage}<div class="perma"><a href="{ReblogURL}"><big>↺ </big>
  384. </a> • <a href="{Permalink}">{notecountwithlabel}</a></div><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=250px/>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  385.  
  386. {block:Photoset}{block:IndexPage}<div class="perma"><a href="{ReblogURL}"><big>↺ </big>
  387. </a> • <a href="{Permalink}">{notecountwithlabel}</a></div>{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  388.  
  389. {block:Quote}<center><span class="title"><big><b>"</b><i>{Quote}<b></i>"</big></b></span>{block:Source}<br><br>---{Source}{/block:Source}</center>{block:IndexPage}<div id="permalink"><a href="{Permalink}">{block:Date}{DayofWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a></div>{/block:IndexPage}{/block:Quote}
  390.  
  391. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  392. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{block:IndexPage}<div id="permalink"><a href="{Permalink}">{block:Date}{DayofWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a></div>{/block:IndexPage}{/block:Chat}
  393.  
  394. {block:Audio}<div class="audio">{AudioPlayerBlack}</div><div class="arrow_box"></div><br>{block:TrackName}"{TrackName}"{/block:TrackName}{block:Artist}by {Artist}{/block:Artist}{block:IndexPage}<div id="permalink"><a href="{Permalink}">{block:Date}{DayofWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a></div>{/block:IndexPage}
  395. {/block:Audio}
  396.  
  397. {block:Answer}<div class="answer"><b>{Asker}:</b> {Question}</div>
  398. <br>
  399. {Answer}
  400. {block:IndexPage}<div id="permalink"><a href="{Permalink}">{block:Date}{DayofWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a></div>{/block:IndexPage}
  401. {block:Answer}
  402.  
  403. {block:Video}{block:IndexPage}<div class="perma"><a href="{ReblogURL}"><big>↺ </big>
  404. </a> • <a href="{Permalink}">{notecountwithlabel}</a></div>{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  405.  
  406. {block:PermalinkPage}
  407. <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{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}</div>
  408. {/block:PermalinkPage}
  409.  
  410. {block:PostNotes}{PostNotes}
  411. {/block:PostNotes}</div>{/block:Posts}
  412. </div></div>
  413. </div>
  414. </body>
  415. </html>
Add Comment
Please, Sign In to add comment