Advertisement
Guest User

theme notfearless

a guest
Jul 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.35 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- octomoosey @ tumblr -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13.  
  14.  
  15. <head>
  16.  
  17.  
  18. <script>
  19. $(document).ready(function() {
  20. //
  21. $('a.poplight[href^=#]').click(function() {
  22. var popID = $(this).attr('rel'); //Get Popup Name
  23. var popURL = $(this).attr('href'); //Get Popup href to define size
  24. var query= popURL.split('?');
  25. var dim= query[1].split('&');
  26. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  27. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  28. var popMargTop = ($('#' + popID).height() + 80) / 2;
  29. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  30. //Apply Margin to Popup
  31. $('#' + popID).css({
  32. 'margin-top' : -popMargTop,
  33. 'margin-left' : -popMargLeft
  34. });
  35. $('body').append('<div id="fade"></div>');
  36. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  37. return false;
  38. });
  39. $('a.close, #fade').live('click', function() {
  40. $('#fade , .popup_block').fadeOut(function() {
  41. $('#fade, a.close').remove(); //fade them both out
  42. });
  43. return false;
  44. });
  45. });
  46. </script>
  47.  
  48.  
  49.  
  50.  
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55.  
  56. <meta name="color:background" content="#000"/>
  57. <meta name="color:postbg" content="#d4d4d4"/>
  58.  
  59. <meta name="color:infobg" content="#905a60"/>
  60. <meta name="color:info" content="#fff"/>
  61. <meta name="color:infohover" content="#f2992e"/>
  62. <meta name="color:tags" content="#fff"/>
  63. <meta name="color:tagshover" content="#f2992e"/>
  64. <meta name="color:title" content="#000"/>
  65. <meta name="color:titleshadow" content="#fff"/>
  66. <meta name="color:textshadow" content="#000"/>
  67. <meta name="color:firstletter" content="#f2992e"/>
  68. <meta name="color:postborder" content="#fff"/>
  69. <meta name="color:nav" content="#202020"/>
  70. <meta name="color:text" content="#ffffff"/>
  71. <meta name="color:link" content="#f2992e"/>
  72. <meta name="color:linkhover" content="#b8b8b8"/>
  73. <meta name="color:pagination" content="#f2992e"/>
  74. <meta name="color:paginationhvr" content="#b8b8b8"/>
  75. <meta name="color:bold" content="#f2992e" />
  76. <meta name="color:italic" content="#f2992e" />
  77. <meta name="color:description" content="#fff"/>
  78. <meta name="color:askbg" content="#000"/>
  79. <meta name="color:asktext" content="#fff"/>
  80. <meta name="color:blockquote" content="#f2992e"/>
  81. <meta name="color:pre" content="#000" />
  82. <meta name="color:pretext" content="#fff" />
  83. <meta name="color:scrollbar" content="#f2992e" />
  84.  
  85. <meta name="image:background" content="" />
  86.  
  87. <meta name="if:greyscale" content="1"/>
  88. <meta name="if:crosshair" content="1"/>
  89. <meta name="font:body font" content="Gibson">
  90. <meta name="text:text size" content="11px" />
  91.  
  92. <meta name="text:link 1" content="link 1"/>
  93. <meta name="text:link 1 url" content="/"/>
  94. <meta name="text:link 2" content="link 2"/>
  95. <meta name="text:link 2 url" content="/"/>
  96. <meta name="text:link 3" content="link 3"/>
  97. <meta name="text:link 3 url" content="/"/>
  98. <meta name="text:link 4" content="link 4"/>
  99. <meta name="text:link 4 url" content="/"/>
  100. <meta name="text:link 5" content="link 5"/>
  101. <meta name="text:link 5 url" content="/"/>
  102. <meta name="text:link 6" content="link 6"/>
  103. <meta name="text:link 6 url" content="/"/>
  104. <meta name="text:link 7" content="link 7"/>
  105. <meta name="text:link 7 url" content="/"/>
  106. <meta name="text:link 8" content="link 8"/>
  107. <meta name="text:link 8 url" content="/"/>
  108. <meta name="text:link 9" content="link 9"/>
  109. <meta name="text:link 9 url" content="/"/>
  110. <meta name="text:link 10" content="link 10"/>
  111. <meta name="text:link 10 url" content="/"/>
  112. <meta name="text:link 11" content="link 11"/>
  113. <meta name="text:link 11 url" content="/"/>
  114. <meta name="text:link 12" content="link 12"/>
  115. <meta name="text:link 12 url" content="/"/>
  116.  
  117. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  118.  
  119. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  120.  
  121. </head>
  122. <style>
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. ::-webkit-scrollbar {
  134. width: 2px;
  135. height: 2px;
  136. }
  137. ::-webkit-scrollbar-button {
  138. width: 0px;
  139. height: 0px;
  140. }
  141. ::-webkit-scrollbar-thumb {
  142. background: {color:scrollbar};
  143. border: 0px none #ffffff;
  144. border-radius: 50px;
  145. }
  146.  
  147. iframe#tumblr_controls {
  148. right:3px !important;
  149. position: fixed !important;
  150. -webkit-transition: opacity 0.7s
  151. linear;opacity: 0.2;
  152. -webkit-transition: all 0.8s ease-out;
  153. -moz-transition: all 0.8s ease-out;
  154. transition: all 0.8s ease-out;}
  155.  
  156. iframe#tumblr_controls:hover{
  157. -webkit-transition: opacity 0.7s linear;
  158. opacity: 1;
  159. -webkit-transition: all 0.4s ease-out;
  160. -moz-transition: all 0.4s ease-out;
  161. transition: all 0.4s ease-out;}
  162.  
  163. ::selection {
  164. opacity: 1;
  165. background: #707070;
  166. color: #eee;}
  167.  
  168. ::-moz-selection {
  169. opacity: 1;
  170. background: #707070;
  171. color: #eee;}
  172.  
  173. p::selection {
  174. opacity: 1;
  175. background: #707070;
  176. color: #eee;}
  177.  
  178. p::-moz-selection {
  179. opacity: 1;
  180. background: #707070;
  181. color: #eee;}
  182.  
  183. {block:ifcrosshair}
  184. body, a, a:hover{
  185. cursor:crosshair;}
  186. {/block:ifcrosshair}
  187.  
  188. html {
  189. background: url(img) no-repeat center center fixed;
  190. -webkit-background-size: cover;
  191. -moz-background-size: cover;
  192. -o-background-size: cover;
  193. background-size: cover; }
  194.  
  195. a {
  196. text-decoration:none;
  197. outline:none;
  198. -moz-outline-style:none;
  199. color:{color:link};
  200. -webkit-transition: all 0.7s ease;
  201. -moz-transition: all 0.7s ease;
  202. -o-transition: all 0.7s ease;}
  203.  
  204. a:hover {
  205. color:{color:linkhover};
  206. -webkit-transition: all 0.7s ease;
  207. -moz-transition: all 0.7s ease;
  208. -o-transition: all 0.7s ease;}
  209.  
  210. blockquote {
  211. padding:2px 7px;
  212. margin:3px 0 3px 8px;
  213. border-left:1px solid {color:blockquote};
  214. background-color:transparent;
  215. -webkit-border-top-left-radius: 8px;
  216. -webkit-border-bottom-left-radius: 8px;
  217. -moz-border-radius-topleft: 8px;
  218. -moz-border-radius-bottomleft: 8px;
  219. border-top-left-radius: 8px;
  220. border-bottom-left-radius: 8px;}
  221.  
  222. blockquote img {
  223. max-width:100%;
  224. height:auto;}
  225.  
  226. b, strong {
  227. text-transform:uppercase;
  228. color:{color:bold};
  229. font-size:12px;
  230. text-shadow:1px 1px 15px #fff;
  231.  
  232. }
  233.  
  234. i, em {
  235. font-family: 'Fjalla One', sans-serif;
  236. color:{color:italic};
  237. letter-spacing:1.5px;
  238. font-size:12px;}
  239.  
  240. small,sup,sub {
  241. font-size:{text:Text Size}}
  242.  
  243. big {
  244. font-size:12px;}
  245.  
  246. pre {
  247. color:{color:pretext};
  248. background-color:{color:pre};
  249. font-size:10px;
  250. padding:20px;
  251. white-space: pre-wrap;
  252. white-space: -moz-pre-wrap;
  253. white-space: -pre-wrap;
  254. white-space: -o-pre-wrap;
  255. word-wrap: break-word;}
  256.  
  257. {block:IfGreyscale}
  258.  
  259. img {
  260. -webkit-filter:grayscale(100%);
  261. -webkit-transition: all 0.9s ease-in-out;
  262. -moz-transition: all 0.9s ease-in-out;
  263. -o-transition: all 0.9s ease-in-out;
  264. -ms-transition: all 0.9s ease-in-out;
  265. transition: all 0.9s ease-in-out;}
  266.  
  267. img:hover {
  268. -webkit-filter:none;}
  269.  
  270. .html_photoset {
  271. -webkit-filter: grayscale(100%);
  272. -webkit-transition: all 0.9s ease-in-out;
  273. -moz-transition: all 0.9s ease-in-out;
  274. -o-transition: all 0.9s ease-in-out;
  275. -ms-transition: all 0.9s ease-in-out;
  276. transition: all 0.9s ease-in-out;}
  277.  
  278. .html_photoset:hover {
  279. -webkit-filter: none;}
  280.  
  281. {/block:IfGreyscale}
  282.  
  283. img {
  284. max-width:100%;
  285. height:auto;}
  286.  
  287. h1 {
  288. font-family: 'Fjalla One', sans-serif;
  289. font-size: 20px;
  290. line-height: 15px;
  291. letter-spacing:5px;
  292. font-weight:normal;
  293. color:{color:#fff};}
  294.  
  295. h1:first-letter {
  296. font-family: 'Fjalla One', sans-serif;
  297. font-size: 30px;
  298. line-height: 15px;
  299. margin-right:5px;
  300. color:{color:firstletter};
  301. text-transform:uppercase;}
  302.  
  303. h2 {
  304. font-family: 'Fjalla One', sans-serif;
  305. font-size: 20px;
  306. line-height: 15px;
  307. letter-spacing:6px;
  308. font-weight:normal;
  309. color:{color:#fff};}
  310.  
  311. h2:first-letter {
  312. font-family: 'Fjalla One', sans-serif;
  313. font-size: 30px;
  314. line-height: 15px;
  315. letter-spacing:0px;
  316. color:{color:firstletter};
  317. margin-right:5px;
  318. text-transform:uppercase;}
  319.  
  320.  
  321.  
  322. #content {
  323. position:fixed;
  324. top:100px;
  325. left: 50%;
  326. margin-left: -280px;
  327. margin-top: 15px;
  328. height:500px;
  329. overflow-y:scroll;
  330. border-top:0px solid {color:postborder};
  331. border-bottom:0px solid {color:postborder};
  332. color:#fff;
  333. background:{color:background};
  334. opacity: .4;
  335. }
  336.  
  337. .post {
  338. padding:10px;
  339. width:400px;
  340. display:block;
  341. background:{color:transparent};
  342. }
  343.  
  344.  
  345.  
  346.  
  347.  
  348. #sidebar {
  349. width:200px;
  350. display:block;
  351. text-align:center;
  352. position:fixed;
  353. top:0px;
  354. left: 50%;
  355. margin-left: -430px;}
  356.  
  357. .title {
  358. font-family: 'Clearface';
  359. position:fixed;
  360. text-align:left;
  361. margin-left:-140px;
  362. width:550px;
  363. margin-top:380px;
  364. font-size:40px;
  365. line-height:30px;
  366. color:{color:title};
  367. text-shadow: 2px 2px 7px {color:titleshadow};
  368. -webkit-transform: rotate(90deg);
  369. -moz-transform: rotate(90deg);
  370. -ms-transform: rotate(90deg);
  371. -o-transform: rotate(90deg);}
  372.  
  373. #nav {
  374. margin-left:600px;
  375. margin-top:160px;}
  376.  
  377. #nav a {
  378. color:{color:nav};
  379. display:block;
  380. padding:2px;
  381. text-shadow: 1px 1px 7px {color:titleshadow};
  382. -webkit-transition: all 0.5s ease-in-out;
  383. -moz-transition: all 0.5s ease-in-out;
  384. -o-transition: all 0.5s ease-in-out;
  385. transition: all 0.5s ease-in-out;}
  386.  
  387. #nav a:hover {
  388. -webkit-filter: blur(4px);
  389. text-shadow: 2px 2px {color:titleshadow};}
  390.  
  391. #pagination {
  392. text-align:center;
  393. margin:40px;
  394. margin-top:30px;
  395. font-size:16px;}
  396.  
  397. #pagination a {
  398. color:{color:pagination};}
  399.  
  400. #pagination a:hover {
  401. color:{color:paginationhvr};}
  402.  
  403. .description {
  404. position:fixed;
  405. width:150px;
  406. padding:10px;
  407. margin-top:140px;
  408. margin-left:-40px;
  409. text-align:justify;
  410. color:{color:description};
  411. font-size:11px;
  412. opacity:0;
  413. -webkit-transition: all 0.8s ease-in-out;
  414. -moz-transition: all 0.8s ease-in-out;
  415. -o-transition: all 0.8s ease-in-out;
  416. -ms-transition: all 0.8s ease-in-out;
  417. transition: all 0.8s ease-in-out;}
  418.  
  419. #sidebar:hover .description {
  420. opacity:1;
  421. -webkit-transition: all 0.8s ease-in-out;
  422. -moz-transition: all 0.8s ease-in-out;
  423. -o-transition: all 0.8s ease-in-out;
  424. -ms-transition: all 0.8s ease-in-out;
  425. transition: all 0.8s ease-in-out;}
  426.  
  427. #askurl {
  428. font-size:12px;
  429. letter-spacing:3px;
  430. margin-left:0px;
  431. margin-right:5px;}
  432.  
  433. #question {
  434. font-family: 'Fjalla One', sans-serif;
  435. border:1px solid {color:asktext};
  436. text-shadow: 1px 1px 7px {color:asktext};
  437. background-color:{color:askbg};
  438. color:{color:asktext};
  439. padding:5px;
  440. font-style: italic;
  441. margin-top:8px;
  442. font-size: 11px;
  443. margin-left:0px;
  444. text-align:center;}
  445.  
  446. #quote {
  447. font-size:16px;
  448. font-family: 'Fjalla One', sans-serif;
  449. text-align: center;
  450. font-weight: 300;
  451. letter-spacing: 1.5px;
  452. line-height: 130%;
  453. padding-bottom: 10px;}
  454.  
  455. .information {
  456. font-size:10px;
  457. width:340px;
  458. padding:5px;
  459. height:10px;
  460. background:{color:infobg};
  461. color:{color:info};
  462. margin-bottom:5px;
  463. margin-left: 35px;
  464. }
  465.  
  466. .information a {
  467. color:{color:info};}
  468.  
  469. .information a:hover {
  470. color:{color:infohover};}
  471.  
  472. #tags {
  473. width: 340px;
  474. margin-bottom:5px;
  475. margin-bottom:25px;
  476. text-align:right;
  477. font-size:10px;
  478. line-height:18px;
  479. -webkit-transition: all 0.8s ease-in-out;
  480. -moz-transition: all 0.8s ease-in-out;
  481. -o-transition: all 0.8s ease-in-out;
  482. -ms-transition: all 0.8s ease-in-out;
  483. transition: all 0.8s ease-in-out;}
  484.  
  485. #tags a {
  486. color:{color:tags};
  487. padding:3px;
  488. margin-bottom:10px;
  489. text-shadow:1px 1px 15px #fff
  490. }
  491.  
  492. #tags a:hover {
  493. color:{color:tagshover};}
  494.  
  495. .notes {
  496. float:right;}
  497.  
  498. .time {
  499. float:left;}
  500.  
  501. .musicinfo {
  502. padding:10px;
  503. height:80px;
  504. background:#f8f8f8;
  505. text-align:center;}
  506.  
  507. div#qTip {
  508. background-color:{color:background};
  509. border:1px solid {color:nav};
  510. padding: 6px;
  511. display: none;
  512. margin-left:15px;
  513. text-align: center;
  514. position: absolute;
  515. font-size:10px;
  516. line-height:10px;
  517. z-index: 9999999;
  518. color: {color:nav};
  519. letter-spacing: 1px;}
  520.  
  521.  
  522. .popup_block{
  523.  
  524. width:300px;
  525. height: 300px;
  526. overflow-y:scroll;
  527. overflow-x:hidden;;
  528. font-size: 10px;
  529. display:none;
  530. background:#2f1d1f;
  531.  
  532. padding:20px;
  533. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  534. float:left;
  535. position:fixed;
  536. top:50%;left:50%;
  537. z-index: 99999;
  538. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  539. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  540.  
  541. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  542.  
  543. }
  544.  
  545. *html #fade {position: absolute;}
  546. *html .popup_block {position: absolute;}
  547. #fade {
  548. display:none;
  549. position:fixed;
  550. left:0px;
  551. top:0px;
  552. width:100%;
  553. height:100%;
  554. z-index:9999;
  555. background:#000; /* change to #fff for solid white */
  556. opacity:0.5; /* change to opacity:1; */
  557.  
  558. }
  559.  
  560.  
  561.  
  562.  
  563. .tooltip{
  564. display: inline;
  565. position: relative;}
  566.  
  567. #s-m-t-tooltip {max-width:300px;
  568. padding:4px 5px 5px 5px;
  569. margin:10px 0px 0px 20px;
  570. text-transform:none;
  571. z-index:999999999999999999999999999999999999;
  572. background:{color:background};
  573. border:0px solid #d8d8d8;
  574. font-size:5px;
  575. font-family:'Fjalla One', sans-serif;;
  576. letter-spacing:1px;}
  577. }
  578.  
  579. </style>
  580. <body>
  581. <div id="sidebar">
  582.  
  583. <div class="title">{title}</div>
  584. {block:description}<div class="description">{description}{/block:description}<p>{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}<a>{CurrentPage}/{TotalPages}</a>{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}</div>
  585.  
  586. <div id="nav">
  587. <a href="/" title="">●</a>
  588. <a href="#?w=400" rel="box1" class="poplight">●</a>
  589. <a href="#?w=300" rel="box2" class="poplight">●</a>
  590. <a href="#?w=450" rel="box3" class="poplight">●</a>
  591. {block:iflink2}<a href="{text:link 2 url}" title="">●</a>{/block:iflink2}
  592.  
  593.  
  594. <a href="http://octomoosey.tumblr.com/" title="">●</a></div>
  595.  
  596. </div></div>
  597.  
  598. <div id="content">
  599.  
  600. {block:posts}<div class="post">
  601.  
  602. {block:Text}{block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}{Body}{/block:Text}
  603.  
  604. {block:Photo}<center><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-400}"/></a></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  605.  
  606. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  607.  
  608. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  609.  
  610. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100" align="left" style="margin-right:5px">{/block:AlbumArt}
  611. <div class="musicinfo">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  612.  
  613. {block:Quote}<div id="quote">“{Quote}” — <b><i>{Source}</i></b></div> {/block:Quote}
  614.  
  615. {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>{block:Description}{Description}{/block:Description}{/block:Link}
  616.  
  617. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b>{/block:Label}{Line}</li>{/block:Lines}</ul></div>
  618. {/block:Chat}
  619.  
  620. {block:Answer}<div id="askurl">question from - {Asker}:</div>
  621. <div id="question">❝ {Question} ❞</div>{Answer}{/block:Answer}
  622.  
  623. </div>
  624.  
  625. <div class="information">
  626. {block:Date}<a href="{permalink}">{ShortMonth}&nbsp{DayOfMonthWithZero}{DayOfMonthSuffix}&nbsp{Year}</a>{/block:Date}
  627. {block:NoteCount}<div class="notes">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{ReblogRootURL}">source</a>{/block:ContentSource} <a href="{ReblogURL}">reblog</a> <a href="{permalink}">{NoteCountWithLabel}</a></div>{/block:NoteCount}</div>
  628.  
  629.  
  630. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  631.  
  632. {block:PostNotes}<div class="post">{PostNotes}</div>{/block:PostNotes}
  633.  
  634. {/block:posts}</div>
  635.  
  636. </body>
  637.  
  638.  
  639. <div id="box1" class="popup_block">
  640. <iframe frameborder="0" height="280" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/missesalpha.tumblr.com" width="100%"></iframe>
  641.  
  642. </div></div></div></div></div></div></div></div></div></div>
  643.  
  644.  
  645. <div id="box2" class="popup_block">
  646.  
  647.  
  648.  
  649.  
  650.  
  651. </div></div></div></div></div></div></div></div></div></div>
  652.  
  653.  
  654. <div id="box3" class="popup_block">
  655.  
  656.  
  657.  
  658.  
  659.  
  660. </div></div></div></div></div></div></div></div></div></div>
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement