Advertisement
t-offee

Ss "Big Letter" Theme

Feb 2nd, 2015
1,113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.52 KB | None | 0 0
  1. <!------------------------------------------------
  2.  
  3.  
  4. /// Ss theme by ally
  5.  
  6. © 2015 stahrfruits.tumblr.com
  7.  
  8.  
  9. ------------------------------------------------->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  13. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/tiuhncr/4o2n7bsmw/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:0,
  26. tip_fade_speed:40,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33.  
  34. <link rel="icon" href="{Favicon}"/>
  35. <title>{Title}</title>
  36. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  37.  
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
  40.  
  41.  
  42.  
  43. <meta name="color:background" content="#ffffff" />
  44. <meta name="color:border" content="#000000" />
  45. <meta name="color:text" content="#000000" />
  46. <meta name="color:title" content="#000000" />
  47. <meta name="color:link" content="#000000" />
  48. <meta name="color:scrollbar" content="#000000" />
  49. <meta name="color:nav links" content="#000000" />
  50. <meta name="color:nav link bg" content="#ffdbf6" />
  51. <meta name="color:post borders" content="#fca99e" />
  52.  
  53. <meta name="image:background" content="" />
  54.  
  55. <meta name="text:BigLetters" content="Ss" />
  56.  
  57. <meta name="if:Link1" content="1" />
  58. <meta name="if:Link2" content="1" />
  59. <meta name="if:Link3" content="1" />
  60. <meta name="if:Link4" content="1" />
  61. <meta name="if:Link5" content="1" />
  62. <meta name="if:Link6" content="1" />
  63. <meta name="if:Link7" content="1" />
  64. <meta name="if:Link8" content="1" />
  65. <meta name="if:Link9" content="1" />
  66.  
  67.  
  68. <meta name="text:Link 1 Name" content="home" />
  69. <meta name="text:Link 1 URL" content="/" />
  70. <meta name="text:Link 1 Symbol" content="⌂" />
  71. <meta name="text:Link 2 Name" content="message" />
  72. <meta name="text:Link 2 URL" content="/ask" />
  73. <meta name="text:Link 2 Symbol" content="✉" />
  74. <meta name="text:Link 3 Name" content="archive" />
  75. <meta name="text:Link 3 URL" content="/archive" />
  76. <meta name="text:Link 3 Symbol" content="♥" />
  77. <meta name="text:Link 4 Name" content="" />
  78. <meta name="text:Link 4 URL" content="/" />
  79. <meta name="text:Link 4 Symbol" content="☼" />
  80. <meta name="text:Link 5 Name" content="" />
  81. <meta name="text:Link 5 URL" content="/" />
  82. <meta name="text:Link 5 Symbol" content="☺" />
  83. <meta name="text:Link 6 Name" content="" />
  84. <meta name="text:Link 6 URL" content="/" />
  85. <meta name="text:Link 6 Symbol" content="✴" />
  86. <meta name="text:Link 7 Name" content="" />
  87. <meta name="text:Link 7 URL" content="/" />
  88. <meta name="text:Link 7 Symbol" content="✍" />
  89. <meta name="text:Link 8 Name" content="" />
  90. <meta name="text:Link 8 URL" content="/" />
  91. <meta name="text:Link 8 Symbol" content="▲" />
  92. <meta name="text:Link 9 Name" content="" />
  93. <meta name="text:Link 9 URL" content="/" />
  94. <meta name="text:Link 9 Symbol" content="+" />
  95.  
  96.  
  97.  
  98.  
  99. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  100.  
  101. {block:IndexPage}
  102. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  103. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  104.  
  105. <script type="text/javascript">
  106. $(window).load(function () {
  107. $('#posts').masonry(),
  108. $('.masonryWrap').infinitescroll({
  109. navSelector : "div.navigation",
  110. // selector for the paged navigation (it will be hidden)
  111. nextSelector : ".navigation a#next",
  112. // selector for the NEXT link (to page 2)
  113. itemSelector : ".post",
  114. // selector for all items you'll retrieve
  115. bufferPx : 10000,
  116. extraScrollPx: 10000,
  117. loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
  118. loadingText : "<em></em>",
  119. },
  120. // call masonry as a callback.
  121. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  122. );
  123. });
  124. </script>
  125.  
  126. {/block:IndexPage}
  127. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;bottom:0px;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;bottom:0px;" href="{PreviousPage}">Newer</a></p></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  128.  
  129.  
  130.  
  131. <style type="text/css">
  132.  
  133.  
  134. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  135.  
  136.  
  137. body{
  138. margin:0px;
  139. padding:0px;
  140. margin-top:30px;
  141. margin-left:0px;
  142. margin-bottom:0px;
  143. font-family:'courier new';
  144. font-size:11px;
  145. color:{color:text};
  146. background-color:{color:background};
  147. background-image:url('{image:background}');
  148. background-attachment: fixed; }
  149.  
  150.  
  151. a {
  152. color:{color:link};
  153. text-decoration:none;}
  154.  
  155. a:hover {
  156. text-decoration:none;}
  157.  
  158. a:active,a:focus {outline:0;}
  159.  
  160. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:background};}
  161. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  162.  
  163.  
  164. #posts {
  165. {block:IndexPage}
  166. width:1360px;
  167. margin-left:-680px;
  168. {/block:IndexPage}
  169. {block:PermalinkPage}
  170. width:500px;
  171. margin-left:-250px;
  172. {/block:PermalinkPage}
  173. position:relative;
  174. float:left;
  175. top:90px;
  176. left:50%;}
  177.  
  178. .post {
  179. {block:indexpage}
  180. width:250px;
  181. margin:34px;
  182. padding:10px;
  183. border:1px solid {color:post borders};
  184.  
  185.  
  186. {/block:indexpage}
  187. {block:permalinkpage}
  188. width:500px;
  189. padding:20px;
  190. margin-top:15px;
  191. {/block:permalinkpage}
  192. float:left;
  193. position:relative;
  194. text-align:justify;
  195. font-family:'courier new';
  196. font-size:12px;
  197. color:{color:text};}
  198.  
  199. {block:indexpage}
  200. .post .photoset iframe {
  201. width:250px;}
  202. {/block:indexpage}
  203.  
  204. #squirrelpup {
  205.  
  206. color:#fca99e;
  207. font-size:80px;
  208. font-family:courier new;
  209. margin-left:-150px;
  210. top:20px;
  211. }
  212.  
  213.  
  214. #blogtitle {
  215. color:{color:title};
  216. top:5px;
  217. left:50%;
  218. text-align:left;
  219. margin-left:-162px;
  220. letter-spacing:1px;
  221. position:absolute;
  222. word-spacing:10px;
  223. width:350px;
  224. font-size:16px;
  225. font-family:courier new;
  226. text-transform:none;
  227. z-index:999999999;}
  228.  
  229. #blogtitle a{
  230. text-transform:none;
  231. }
  232.  
  233. #description {
  234. text-align:justify;
  235. color:{color:text};
  236. font-family:'courier new';
  237. line-height:100%;
  238. font-size:12px;
  239. position:absolute;
  240. left:50%;
  241. padding:10px;
  242. padding-top:40px;
  243. padding-bottom:10px;
  244. margin-left:-184px;
  245. width:350px;
  246. top:54px;
  247. border:1px solid #fca99e;}
  248.  
  249. #description a{
  250. z-index:2;
  251. color:{color:link};
  252. text-decoration:underline;}
  253.  
  254. #description a:hover{
  255. text-decoration:none;}
  256.  
  257. #navlinks{
  258. text-align:center;
  259. width:170px;
  260. left:50%;
  261. padding:3px;
  262. margin-left:-670px;
  263. word-spacing:4px;
  264. top:185px;
  265. position:fixed;
  266. z-index:;}
  267.  
  268. #navlinks a{
  269. font-family:'courier new';
  270. line-height:210%;
  271. color:{color:nav links};
  272. text-decoration:none;
  273. padding:2px;
  274. background-color:{color:nav link bg};
  275. border:1px solid {color:background};}
  276.  
  277. #navlinks a:hover{
  278. border:1px solid {color:border};}
  279.  
  280. #tabs{
  281. border-top-right-radius: 25px;
  282. color: #000;
  283. background: #fff;
  284. border:1px solid #000;
  285. position:fixed;
  286. left:0px;
  287. text-align: center;
  288. padding: 7px;
  289. bottom: 25px;
  290. height:40px;
  291. width: 40px;
  292. overflow:hidden;
  293. -webkit-transition: opacity 0.7s linear;
  294. -webkit-transition: all 0.7s ease-in-out;
  295. -moz-transition: all 0.7s ease-in-out;
  296. -o-transition: all 0.7s ease-in-out;
  297. z-index:999999999;
  298. }
  299.  
  300. #tabs:hover{
  301. text-align: center;
  302. -webkit-transition: opacity 0.7s linear;
  303. -webkit-transition: all 0.7s ease-in-out;
  304. -moz-transition: all 0.7s ease-in-out;
  305. -o-transition: all 0.7s ease-in-out;
  306. padding:5px;
  307. height:350px;
  308. width:250px;
  309. z-index:999999999;
  310. opacity: 2.0;
  311. background:white;
  312. }
  313.  
  314. .ttitle {
  315. background: #E3E4FA;
  316. padding: 5px;
  317. font-size: 12px;
  318. }
  319.  
  320.  
  321. .notes {
  322. color:{color:text};
  323. padding-left:20px;
  324. font-size:9px;}
  325.  
  326. ol.notes {
  327. float:left;
  328. width:500px;
  329. padding-left:5px;
  330. margin-top:10px;
  331. overflow-x:hidden;
  332. over-flow-y:scroll;
  333. list-style-type:none;
  334. font-weight:normal;
  335. font-size:9px;
  336. text-transform:none;}
  337.  
  338. ol.notes li.note {
  339. padding-top:2px;
  340. opacity:1;
  341. -moz-transition:0.1s ease-in;
  342. -webkit-transition:0.1s ease-in;
  343. -o-transition:0.1s ease-in;
  344. transition:0.1s ease-in;}
  345.  
  346. ol.notes li.note:hover {
  347. opacity:1;}
  348.  
  349. ol.notes li.note img.avatar {
  350. width:14px;
  351. height:14px;}
  352.  
  353.  
  354. .permalink {
  355.  
  356. padding:2px;
  357. text-align:left;
  358. {block:permalinkpage}
  359. opacity:0;
  360. {/block:permalinkpage}}
  361.  
  362. .headings{
  363. font-size:14px;
  364. text-align:left;
  365. font-style:italic;}
  366.  
  367. #audioplayer{
  368. background-color:#000;
  369. height:27px;
  370. margin-bottom:-4px;
  371. width:250px;}
  372.  
  373. .quote {
  374. text-align:center;
  375. font-size:12px;}
  376.  
  377. .quotesource {
  378. text-align:right;}
  379.  
  380. .image:hover{
  381. opacity:1;}
  382.  
  383. .chat { text-align:right; line-height:11px; }
  384.  
  385. .captions { margin-top:-8px;}
  386.  
  387. .asterisk {
  388. position:absolute;
  389. left:35px; top:15px;
  390. font-family:helvetica neue;
  391. font-size:80px;
  392. z-index:99999999; }
  393.  
  394.  
  395. #s-m-t-tooltip{
  396. max-width:300px; /* maximum width */
  397.  
  398. background-color:{color:Background}; /* color background */
  399.  
  400. border:1px solid #000000; /* color, shape and thickness of the border */
  401.  
  402.  
  403. font-size:11px; /* font size */
  404.  
  405. font-family:courier new;
  406.  
  407. color:#000000; /* font color */
  408.  
  409. letter-spacing:1px; /* font spacing */
  410.  
  411. text-transform:lowercase; /* uppercase, lowercase, none */
  412.  
  413. padding:3px; /* padding size */
  414.  
  415. margin:19px 0px 0px 10px; /* margin size */
  416.  
  417. z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  418. }
  419.  
  420. </style>
  421.  
  422. </head>
  423.  
  424. <body>
  425.  
  426.  
  427. <span class="asterisk"><div style="font-size: 60px;color:#000000;"><BIG><BIG><BIG>*</BIG></BIG></BIG></div></span>
  428.  
  429. <div id="squirrelpup">Aa</div>
  430.  
  431. <div id="blogtitle"><br>
  432.  
  433. <big>
  434. {block:IfLink1}<a title="{text:Link 1 Name}" a href="{text:Link 1 URL}">{text:Link 1 Symbol}</a>{/block:IfLink1}
  435. {block:IfLink2}<a title="{text:Link 2 Name}" a href="{text:Link 2 URL}">{text:Link 2 Symbol}</a>{/block:IfLink2}
  436. {block:IfLink3}<a title="{text:Link 3 Name}" a href="{text:Link 3 URL}">{text:Link 3 Symbol}</a>{/block:IfLink3}
  437. {block:IfLink4}<a title="{text:Link 4 Name}" a href="{text:Link 4 URL}">{text:Link 4 Symbol}</a>{/block:IfLink4}
  438. {block:IfLink5}<a title="{text:Link 5 Name}" a href="{text:Link 5 URL}">{text:Link 5 Symbol}</a>{/block:IfLink5}
  439. {block:IfLink6}<a title="{text:Link 6 Name}" a href="{text:Link 6 URL}">{text:Link 6 Symbol}</a>{/block:IfLink6}
  440. {block:IfLink7}<a title="{text:Link 7 Name}" a href="{text:Link 7 URL}">{text:Link 7 Symbol}</a>{/block:IfLink7}
  441. {block:IfLink8}<a title="{text:Link 8 Name}" a href="{text:Link 8 URL}">{text:Link 8 Symbol}</a>{/block:IfLink8}
  442. {block:IfLink9}<a title="{text:Link 9 Name}" a href="{text:Link 9 URL}">{text:Link 9 Symbol}</a>{/block:IfLink9}
  443. </big>
  444.  
  445. <a title="theme" a href="http://stahrfruits.tumblr.com">©</a>
  446.  
  447.  
  448. </div>
  449. <div id="description"> <center><big><big><big><big><big><big><big><big><big><big><big>
  450.  
  451. &nbsp;<!--replace with letters you want---->{text:BigLetters}
  452.  
  453. </big></big></big></big></big></big></big></big></big></big></big>
  454.  
  455. <br><br></center>{description} </div>
  456.  
  457. <div id="navlinks">
  458. </div>
  459.  
  460.  
  461.  
  462.  
  463. <div id="posts">
  464.  
  465. {block:Posts}
  466.  
  467.  
  468. {block:Text}
  469. <div class="post">
  470. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  471. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>{/block:Text}
  472.  
  473.  
  474. {block:Photo}
  475. <div class="post">
  476. <div class="image">
  477. {block:IndexPage}
  478. <a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a>
  479. <div class="permalink"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}
  480. {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
  481. </div></div>
  482. {/block:Photo}
  483.  
  484.  
  485. {block:Photoset}
  486. <div class="post">
  487. <div class="photoset">{Photoset-250}</div>
  488. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  489. {/block:Photoset}
  490.  
  491.  
  492. {block:Quote}
  493. <div class="post">
  494. <div class="quote">'<i>{Quote}</i>'</div>
  495. <div class="quotesource">— {Source}</div>
  496. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  497. {/block:Quote}
  498.  
  499.  
  500. {block:Link}
  501. <div class="post">
  502. <div class="headings"><a href="{URL}">{Name}</a></div>
  503. {block:Description}{Description}{/block:Description}
  504. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  505. {/block:Link}
  506.  
  507.  
  508. {block:Chat}
  509. <div class="post">
  510. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  511. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  512. {/block:Label}{/block:Lines}</div>
  513. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  514. {/block:Chat}
  515.  
  516. {block:Video}
  517. {block:IndexPage}
  518. <div class="post">{Video-250}
  519. <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a></div></div>
  520. {/block:IndexPage}
  521. {block:PermalinkPage}
  522. {Video-500}
  523. {/block:PermalinkPage}
  524. {block:Video}
  525.  
  526. {block:Audio}
  527. <div class="post">
  528. <div id="audioplayer">{AudioPlayerBlack}</div>
  529. {block:Caption}{Caption}{/block:Caption}
  530. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
  531.  
  532.  
  533. {block:Answer}
  534. <div class="post">
  535. {Question}<br>- {Asker} <br><i> {Answer} </i>
  536. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  537. {/block:Answer}
  538.  
  539.  
  540. {block:PermalinkPage}
  541. <div class="notes">
  542. {Caption}
  543. posted {TimeAgo}
  544. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  545. {block:RebloggedFrom}
  546. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  547. {/block:RebloggedFrom}
  548. {block:ContentSource}
  549. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  550. {/block:ContentSource}
  551. <br><br>{PostNotes}<div>
  552. {/block:PermalinkPage}
  553.  
  554.  
  555.  
  556. {/block:posts}
  557.  
  558.  
  559. </div></div></div></div>
  560.  
  561.  
  562. </body>
  563. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement