Advertisement
Guest User

castieleton theme

a guest
Jun 2nd, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.49 KB | None | 0 0
  1. <!----© THEME BY slutjensen.tumblr.com for public use-----DON'T REMOVE CREDIT--->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- base theme by enterprizer @ tumblr, for public use --->
  11.  
  12.  
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15.  
  16. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  17.  
  18.  
  19.  
  20.  
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:7,
  30. tip_fade_speed:7,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40.  
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43. <script>
  44. $(document).ready(function() {
  45. //
  46. $('a.poplight[href^=#]').click(function() {
  47. var popID = $(this).attr('rel'); //Get Popup Name
  48. var popURL = $(this).attr('href'); //Get Popup href to define size
  49. var query= popURL.split('?');
  50. var dim= query[1].split('&');
  51. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  52. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  53. var popMargTop = ($('#' + popID).height() + 80) / 2;
  54. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  55. //Apply Margin to Popup
  56. $('#' + popID).css({
  57. 'margin-top' : -popMargTop,
  58. 'margin-left' : -popMargLeft
  59. });
  60. $('body').append('<div id="fade"></div>');
  61. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  62. return false;
  63. });
  64. $('a.close, #fade').live('click', function() {
  65. $('#fade , .popup_block').fadeOut(function() {
  66. $('#fade, a.close').remove(); //fade them both out
  67. });
  68. return false;
  69. });
  70. });
  71. </script>
  72.  
  73.  
  74.  
  75. <meta name="color:Background" content="#000000"/>
  76. <meta name="color:Text" content="#996451"/>
  77. <meta name="color:Link" content="#c78269"/>
  78. <meta name="color:mainLink" content="#666"/>
  79. <meta name="color:borders" content="#666"/>
  80. <meta name="color:flags" content="#666"/>
  81. <meta name="color:flagtext" content="#fff"/>
  82. <meta name="color:tags" content="#666"/>
  83. <meta name="color:question" content="#666"/>
  84. <meta name="color:scrollbar" content="#666"/>
  85. <meta name="color:highlight" content="#666"/>
  86. <meta name="color:info" content="#111"/>
  87.  
  88. <meta name="image:background" content=""/>
  89. <meta name="image:info background" content=""/>
  90.  
  91. <meta name="text:musicplayer" content="music player code (billy works best)" />
  92. <meta name="text:Link 1" content="" />
  93. <meta name="text:Link 1 Text" content="" />
  94. <meta name="text:Link 2" content="" />
  95. <meta name="text:Link 2 Text" content="" />
  96. <meta name="text:Link 3" content="" />
  97. <meta name="text:Link 3 Text" content="" />
  98. <meta name="text:Link 4" content="" />
  99. <meta name="text:Link 4 Text" content="" />
  100. <meta name="text:Link 5" content="" />
  101. <meta name="text:Link 5 Text" content="" />
  102.  
  103. <meta name="if:Popup links" content="0" />
  104.  
  105.  
  106. <link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
  107.  
  108. <link href='http://fonts.googleapis.com/css?family=Allura|Cinzel' rel='stylesheet' type='text/css'>
  109. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  110.  
  111. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  112.  
  113. <link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
  114.  
  115. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  116. <style>
  117. div#qTip {
  118.  
  119. padding:3px;
  120. margin:1px 0px 0px 1px;
  121. display:none;
  122. text-align:center;
  123. text-decoration:none;
  124. position:absolute;
  125. font-size:8px;
  126. font-weight:bold;
  127. line-height:10px;
  128. font-family:calibri;
  129. z-index:10000;
  130. background-color:#c4c4c4;
  131. color:#ffffff;
  132. text-transform:uppercase;
  133. letter-spacing:1px;
  134.  
  135.  
  136. }
  137. </style>
  138. <style type="text/css">
  139.  
  140.  
  141. 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:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  142.  
  143.  
  144.  
  145. ::selection {
  146. background: {color:highlight};
  147. color:{color:text};
  148. opacity:1;
  149. }
  150. ::-moz-selection {
  151. background: {color:highlight};
  152. color:{color:text};
  153. opacity:1;
  154. }
  155.  
  156. ::-webkit-scrollbar {
  157.  
  158. width: 1px;
  159. height: 0px; background: transparent;
  160.  
  161. }
  162. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ;
  163. opacity:.5;
  164. border-radius:3px;
  165.  
  166. }
  167.  
  168. #s-m-t-tooltip {
  169. margin-left:5px;
  170. margin-top:-23px;
  171. letter-spacing:1px;
  172. font-family:'Oswald', sans-serif;
  173. text-transform:lowercase;
  174. font-size:10px;
  175. letter-spacing:1px;
  176. background-image: url('{image:Info Background}');
  177. color:{color:text};
  178. border:1px solid {color:borders};
  179. padding: 3px;
  180. z-index:99999999999999999999999;
  181. -webkit-transition:all 1.5s;
  182. -moz-transition:all 1.5s;
  183. -ms-transition:all 1.5s;
  184. -o-transition:all 1.5s;
  185. transition:all 1.5s;
  186. }
  187.  
  188.  
  189.  
  190.  
  191.  
  192. body {
  193. background:{color:background};
  194. margin:0px;
  195. color:{color:text};
  196. font-family:Franklin Gothic Medium;
  197. font-size:13px;
  198. line-height:100%;
  199. background-attachment:fixed;
  200. background-image: url('{image:Background}');
  201. background-repeat:no-repeat;
  202. }
  203.  
  204. a {
  205. text-shadow: 0 0 0.2em #111, 0 0 0.2em #111;
  206. text-decoration:none;
  207. outline:none;
  208. -moz-outline-style:none;
  209. color:{color:link};
  210. -moz-transition-duration:0.5s;
  211. -webkit-transition-duration:0.5s;
  212. -o-transition-duration:0.5s;
  213. }
  214.  
  215. a:hover{
  216. text-shadow:none;
  217. }
  218.  
  219.  
  220. img {
  221. -webkit-filter: grayscale(70%);
  222. z-index: -9999999999999999999999999px;
  223. -webkit-transition: all 0.4s ease-in-out;
  224. -moz-transition: all 0.4s ease-in-out;
  225. -o-transition: all 0.4s ease-in-out;
  226. -ms-transition: all 0.4s ease-in-out;
  227. transition: all 0.4s ease-in-out;
  228. border:none;
  229. opacity:.4;
  230. max-width:400px;
  231. }
  232.  
  233. img:hover{
  234. -webkit-filter: grayscale(0%);
  235. z-index: -9999999999999999999999999px;
  236. -webkit-transition: all 0.4s ease-in-out;
  237. -moz-transition: all 0.4s ease-in-out;
  238. -o-transition: all 0.4s ease-in-out;
  239. -ms-transition: all 0.4s ease-in-out;
  240. transition: all 0.4s ease-in-out;
  241. opacity:1;
  242. }
  243.  
  244. #photoset {
  245. -webkit-filter: grayscale(40%);
  246. z-index: -9999999999999999999999999px;
  247. -webkit-transition: all 0.9s ease-in-out;
  248. -moz-transition: all 0.9s ease-in-out;
  249. -o-transition: all 0.9s ease-in-out;
  250. -ms-transition: all 0.9s ease-in-out;
  251. transition: all 0.9s ease-in-out;
  252. border:none;
  253. opacity:.4;
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s
  257. }
  258.  
  259. #photoset:hover{
  260. -webkit-filter: grayscale(0%);
  261. z-index: -9999999999999999999999999px;
  262. -webkit-transition: all 0.9s ease-in-out;
  263. -moz-transition: all 0.9s ease-in-out;
  264. -o-transition: all 0.9s ease-in-out;
  265. -ms-transition: all 0.9s ease-in-out;
  266. transition: all 0.9s ease-in-out;
  267. opacity:1;
  268. -moz-transition-duration:0.5s;
  269. -webkit-transition-duration:0.5s;
  270. -o-transition-duration:0.5s
  271. }
  272.  
  273. blockquote {
  274. padding-left:15px;
  275. border-left:3px solid;
  276. border-radius:10px;
  277. }
  278.  
  279. blockquote blockquote {
  280. padding-left:15px;
  281. border-left:3px solid;
  282. border-radius:10px;
  283. }
  284.  
  285. h1 {
  286. font-size:24px;
  287. font-family: 'Allura', cursive;
  288. letter-spacing:1px;
  289. text-shadow: 0 0 0.2em #000;, 0 0 0.2em #000;
  290. text-align:center;
  291. text-transform:lowercase;
  292. font-weight:lighter;
  293. }
  294.  
  295. h2 {
  296. font-size:18px;
  297. font-family: 'Allura', cursive;
  298. letter-spacing:1px;
  299. text-shadow: 0 0 0.2em #000;, 0 0 0.2em #000;
  300. text-transform:lowercase;
  301. font-weight:lighter;
  302.  
  303. }
  304.  
  305. strong, b{
  306. text-shadow: 0 0 0.2em #111;, 0 0 0.2em #111;
  307.  
  308. }
  309.  
  310. hr{
  311. width:70px;
  312. }
  313.  
  314. em, i{
  315. text-shadow: 0 0 0.2em #111;, 0 0 0.2em #111;
  316.  
  317. }
  318.  
  319. #entries {
  320. padding-left:20px;
  321. width:405px;
  322. margin-left:570px;
  323. margin-top:33px;
  324. position:fixed;
  325.  
  326. overflow:scroll;
  327.  
  328. overflow-x:hidden;
  329.  
  330. height:600px;
  331. }
  332.  
  333. #fadedpost{
  334. opacity:.5;
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;
  338. }
  339.  
  340. #fadedpost:hover{
  341. opacity:1;
  342. -moz-transition-duration:0.5s;
  343. -webkit-transition-duration:0.5s;
  344. -o-transition-duration:0.5s;
  345. }
  346.  
  347. #post {
  348. width:400px;
  349. padding-bottom:20px;
  350. }
  351.  
  352. #post img{
  353. max-width:400px;
  354. }
  355.  
  356.  
  357.  
  358. #description {
  359. position:fixed;
  360. color:#c4c4c4;
  361. font-size:10px;
  362. height:90px;
  363. overflow:scroll;
  364. font-style:italic;
  365. width:100px;
  366. text-align:left;
  367. margin-left:45px;
  368. margin-top:55px;
  369. border:1px solid #eee;
  370. background:#fff;
  371. padding-top:7px;
  372. padding-bottom:7px;
  373. padding-left:7px;
  374. padding-right:5px;
  375. opacity:1;
  376. -webkit-transition: all 0.5s ease-in-out;
  377. -moz-transition: all 0.5s ease-in-out;
  378. transition: all 0.5s ease-in-out;
  379. }
  380.  
  381.  
  382.  
  383.  
  384.  
  385. #links {
  386. opacity:1;
  387. padding-top:10px;
  388. padding-bottom:14px;
  389. width:50px;
  390. height:45px;
  391. font-family:times;
  392. text-align:center;
  393. margin-top:5px;
  394. margin-left:987px;
  395. text-align:center;
  396. text-transform:uppercase;
  397. position:fixed;
  398. word-spacing:2px;
  399.  
  400. -webkit-transition: all 0.5s ease-in-out;
  401. -moz-transition: all 0.5s ease-in-out;
  402. transition: all 0.5s ease-in-out;
  403. }
  404.  
  405. #links a {
  406. text-shadow:none;
  407. color:{color:mainlink};
  408. line-height:33px;
  409. padding:10px;
  410. font-size: 25px;
  411. -webkit-transition: all 0.5s ease-in-out;
  412. -moz-transition: all 0.5s ease-in-out;
  413. transition: all 0.5s ease-in-out;
  414. }
  415.  
  416. #links a:hover{
  417. color:transparent;
  418. text-shadow: 0 0 0.2em {color:mainlink};, 0 0 0.2em {color:mainlink};
  419.  
  420.  
  421. }
  422.  
  423.  
  424. .hello{
  425. margin-top:-450px;
  426. margin-left:-80px;
  427. width:120px;
  428. font-size:9px;
  429. text-align:justify;
  430. }
  431.  
  432.  
  433. #pagination {
  434. word-spacing:2px;
  435. position:fixed;
  436. font-family:times;
  437. font-style:italic;
  438. width:150px;
  439. margin-top:635px;
  440. margin-left:429px;
  441. font-size:13px;
  442. color:#989898;
  443. text-align:center;
  444. -webkit-transition: all 0.5s ease-in-out;
  445. -moz-transition: all 0.5s ease-in-out;
  446. transition: all 0.5s ease-in-out;
  447. }
  448.  
  449. #pagination a:hover{
  450. color:{color:link};
  451. -webkit-transition: all 0.5s ease-in-out;
  452. -moz-transition: all 0.5s ease-in-out;
  453. transition: all 0.5s ease-in-out;
  454. }
  455.  
  456. #line{
  457. border-top:1px solid {color:borders};
  458. margin-top:0px;
  459. }
  460.  
  461. #info {
  462. text-align:center;
  463. margin-top:5px;
  464. text-transform:uppercase;
  465. font-size:10px;
  466. font-style:none;
  467. padding-top:1px;
  468.  
  469. }
  470.  
  471. #info a{
  472. color:{color:borders};
  473. text-shadow:none;
  474. font-family: 'Oswald', sans-serif;
  475. }
  476.  
  477. #info a:hover{
  478. color:transparent;
  479. text-shadow: 0 0 0.2em {color:info};, 0 0 0.2em {color:info};
  480. }
  481.  
  482. #inform{
  483. margin-top:-9px;
  484. padding-right:3px;
  485.  
  486. }
  487.  
  488. #inform a{
  489. font-size:16px;
  490. color:{color:info};
  491. text-shadow: none;
  492. }
  493.  
  494. #taggers{
  495. background-image: url('{image:Info Background}');
  496. color:{color:tags};
  497. padding:10px;
  498. border:1px solid {color:borders};
  499. border-bottom:none;
  500. }
  501.  
  502. #taggers a{
  503. color:{color:tags};
  504. font-weight:normal;
  505. font-size:11px;
  506.  
  507. }
  508.  
  509. #taggers a:hover{
  510. color:transparent;
  511. text-shadow: 0 0 0.2em {color:tags}, 0 0 0.2em {color:tags};
  512.  
  513. }
  514.  
  515. #tags {
  516. margin-top:8px;
  517. text-align:right;
  518. text-transform:lowercase;
  519. font-size:8px;
  520. font-style:normal;
  521. letter-spacing:0px;
  522. font-family:cambria;
  523. opacity: 0;
  524. -webkit-transition: all 0.6s ease-in-out;
  525. -moz-transition: all 0.6s ease-in-out;
  526. -o-transition: all 0.6s ease-in-out;
  527. -ms-transition: all 0.6s ease-in-out;
  528. transition: all 0.6s ease-in-out;
  529. }
  530.  
  531.  
  532. #tags a {
  533. padding:3px;
  534. background-color:#eee;
  535. display:inline;
  536. text-align:left;
  537. -webkit-transition: all 0.5s ease-in-out;
  538. -moz-transition: all 0.5s ease-in-out;
  539. transition: all 0.5s ease-in-out;
  540. }
  541.  
  542. #post:hover #tags {
  543. opacity:1;
  544. -webkit-transition: all 0.5s ease-in-out;
  545. -moz-transition: all 0.5s ease-in-out;
  546. transition: all 0.5s ease-in-out;
  547. }
  548.  
  549.  
  550. #askerpic {
  551. float:left;
  552. margin-right:5px;
  553. margin-top:10px;
  554. }
  555.  
  556. #askerpic img{
  557. border-radius:100%;
  558. }
  559.  
  560. #asker {
  561. font-family:'Allura', cursive;
  562. font-size:29px;
  563. margin-right:15px;
  564. margin-top:7px;
  565. text-align:center;
  566. color:{color:question};
  567. }
  568.  
  569. #asker a{
  570. text-shadow:none;
  571. letter-spacing:1px;
  572. color:{color:question};
  573. }
  574.  
  575. #asker a:hover{
  576. color:transparent;
  577. text-shadow: 0 0 0.2em {color:question}, 0 0 0.2em {color:question};
  578. }
  579.  
  580. #triangle{
  581. width: 0;
  582. height: 0;
  583. border-style: solid;
  584. border-width: 0 15px 15px 0;
  585. border-color: transparent {color:text}; transparent transparent;
  586.  
  587. margin-left:35px;
  588. margin-top:15px;
  589. }
  590.  
  591. #question{
  592. background-color:{color:question};
  593. color:{color:text};
  594. font-size:13px;
  595. font-family:'Oswald', sans-serif;
  596. padding:15px;
  597. margin-top:-12px;
  598. border-radius:15px;
  599.  
  600. }
  601.  
  602. #credit {
  603. font-size:8px;
  604. font-family:cambria;
  605. font-style:italic;
  606. letter-spacing:1px;
  607. -moz-transition-duration:0.5s;
  608. -webkit-transition-duration:0.5s;
  609. -o-transition-duration:0.5s;
  610. }
  611.  
  612. #credit a {
  613. color:#fff;
  614. background:#666;
  615. padding:5px;
  616. position:fixed;
  617. right:10px;
  618. bottom:10px
  619. }
  620. #credit a:hover {
  621.  
  622. color:#666;
  623. -moz-transition-duration:0.5s;
  624. -webkit-transition-duration:0.5s;
  625. -o-transition-duration:0.5s;
  626.  
  627. }
  628.  
  629.  
  630. /************** FLAGS UPDATES TAB **************/
  631. /* tutorial by deanlirium|tumblr (clarence.tk) */
  632.  
  633. #flags {
  634. position:fixed;
  635. top:-10px;
  636. left:250px; /* distance from the left of the page - adjust as you wish! */
  637. text-align:center;
  638. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  639. color:{color:flagtext}; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  640. font-size:10px; /* adjust font size */
  641. z-index:2147483607;
  642. /*letter-spacing:0px;
  643. font-family:calibri;*/
  644.  
  645. }
  646.  
  647.  
  648. /* okay real talk - this updates tab is currently to the top left of your page - if you want to move it to right, just change every 'left' into 'right' and 'right' into 'left'! and I mean every. single. one. Such as the left:100px; above will become right:100px; there are also a bunch of 'margin-left's here below, so change them to margin-right. look for left and right stuff and switch.
  649. On the contrary, if you want to move it to the bottom of the page, switch every 'top' with 'bottom' and vice versa. That's really it! c: */
  650.  
  651. #flag1 {
  652. border:solid 6px {color:flags}; /* flag color */
  653. border-bottom:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  654. padding-top:20px;
  655. width:0px;
  656. height:120px; /* increase or decrease to change the lenght of the CLOSED flag */
  657. position:absolute;
  658. -moz-transition:all 0.7s ease-out;
  659. -webkit-transition:all 0.7s ease-out;
  660. -o-transition:all 0.7s ease-out;}
  661.  
  662. #flag1:hover {
  663. height:220px;} /* lenght of the OPEN flag */
  664.  
  665. #upd1 {
  666. position:absolute;
  667. width:110px;
  668. height:200px; /* adjust to fit the text if you write a lot! */
  669. padding:10px;
  670. padding-top:110px; /* adjust this if you've changed the length of the closed flag */
  671. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  672. margin-left:8px; /* keep this number equal to the 'border' value for the flag */
  673. opacity:0;
  674. overflow:hidden;
  675. -moz-transition:all 0.7s ease-out;
  676. -webkit-transition:all 0.7s ease-out;
  677. -o-transition:all 0.7s ease-out;}
  678.  
  679. #flag1:hover #upd1{
  680. top:0px;
  681. opacity:1;}
  682.  
  683. /* following is the coding for the other flags - same as above! */
  684.  
  685. #flag2 {
  686. border:solid 6px {color:flags};
  687. margin-left:20px;
  688. position:absolute;
  689. border-bottom:solid 6px transparent;
  690. padding-top:20px;
  691. width:0px;
  692. height:90px;
  693. -moz-transition:all 0.7s ease-out;
  694. -webkit-transition:all 0.7s ease-out;
  695. -o-transition:all 0.7s ease-out;}
  696.  
  697. #flag2:hover {
  698. height:180px;}
  699.  
  700. #upd2 {
  701. position:absolute;
  702. width:110px;
  703. padding:10px;
  704. padding-top:80px;
  705. height:200px; /* adjust to fit the text if you write a lot! */
  706. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  707. overflow:hidden;
  708. margin-left:6px;
  709. opacity:0;
  710. -moz-transition:all 0.7s ease-out;
  711. -webkit-transition:all 0.7s ease-out;
  712. -o-transition:all 0.7s ease-out;}
  713.  
  714. #flag2:hover #upd2{
  715. top:0px;
  716. opacity:1;}
  717.  
  718. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-left value for the #flag(number) adding 20px each new flag! copy from here: */
  719.  
  720. #flag3 {
  721. border:solid 6px {color:flags};
  722. position:absolute;
  723. margin-left:40px;
  724. border-bottom:solid 6px transparent;
  725. padding-top:20px;
  726. height:60px;
  727. width:0px;
  728. -moz-transition:all 0.7s ease-out;
  729. -webkit-transition:all 0.7s ease-out;
  730. -o-transition:all 0.7s ease-out;}
  731.  
  732. #flag3:hover {
  733. height:180px;}
  734.  
  735. #upd3 {
  736. position:absolute;
  737. width:110px;
  738. padding:10px;
  739. padding-top:80px;
  740. height:200px; /* adjust to fit the text if you write a lot! */
  741. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  742. overflow:hidden;
  743. margin-left:6px;
  744. opacity:0;
  745. -moz-transition:all 0.7s ease-out;
  746. -webkit-transition:all 0.7s ease-out;
  747. -o-transition:all 0.7s ease-out;}
  748.  
  749. #flag3:hover #upd3{
  750. top:0px;
  751. opacity:1;}
  752.  
  753. /* to here */
  754.  
  755.  
  756.  
  757. .popup_block{
  758. display:none;
  759. background:{color:background};
  760. padding:20px;
  761. border:1px solid {color:text}; /* if you want a solid white pop-up, delete this */
  762. float:left;
  763. position:fixed;
  764. top:50%;left:50%;
  765. z-index: 99999;
  766. font-size:11px;
  767. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  768. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  769. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  770. }
  771.  
  772. .popup_block h1{
  773.  
  774. font-size:24px;
  775. font-family: 'Allura', cursive;
  776. letter-spacing:1px;
  777. text-shadow: 0 0 0.2em #111;, 0 0 0.2em #111;
  778. text-align:center;
  779. text-transform:lowercase;
  780.  
  781. }
  782.  
  783. .popup_block h2{
  784.  
  785. font-size:24px;
  786. font-family: 'Allura', cursive;
  787. letter-spacing:1px;
  788. text-shadow: 0 0 0.2em #111;, 0 0 0.2em #111;
  789. text-align:center;
  790. text-transform:lowercase;
  791.  
  792. }
  793.  
  794. *html #fade {position: absolute;}
  795. *html .popup_block {position: absolute;}
  796. #fade {
  797. display:none;
  798. position:fixed;
  799. left:0px;
  800. top:0px;
  801. width:100%;
  802. height:100%;
  803. z-index:9999;
  804. background:#000; /* change to #fff for solid white */
  805. opacity:0.5; /* change to opacity:1; */
  806. }
  807.  
  808. #navitags {
  809. text-align:center;
  810. width:450px;
  811. margin-left:-30px;
  812. }
  813.  
  814. #navitags a{
  815. color:{color:text};
  816. text-shadow:none;
  817. margin-left:15px;
  818. text-align:center;
  819. display:inline-table;
  820. padding:10px;
  821. font-size:11px;
  822. width:130px;
  823. border-bottom:1px solid {color:text};
  824. -webkit-transition: all 0.4s ease-in-out;
  825. -moz-transition: all 0.4s ease-in-out;
  826. -o-transition: all 0.4s ease-in-out;
  827. -ms-transition: all 0.4s ease-in-out;
  828. transition: all 0.4s ease-in-out;
  829.  
  830. }
  831.  
  832. #navitags a:hover{
  833. letter-spacing:1.5px;
  834. -webkit-transition: all 0.4s ease-in-out;
  835. -moz-transition: all 0.4s ease-in-out;
  836. -o-transition: all 0.4s ease-in-out;
  837. -ms-transition: all 0.4s ease-in-out;
  838. transition: all 0.4s ease-in-out;
  839. }
  840.  
  841. #bubble-music {
  842. position:fixed;
  843. left:380px;
  844. top:630px;
  845. width:30px;
  846. height:30px;
  847. border-radius:100%;
  848. -moz-border-radius:100%;
  849. overflow:hidden;
  850. -webkit-transition: all 0.5s ease-out;
  851. -moz-transition: all 0.5s ease-out;
  852. transition: all 0.5s ease-out
  853.  
  854. }
  855.  
  856. #bubble-music:hover {
  857. border-radius:9px;
  858. -moz-border-radius:9px;
  859. width:140px;
  860. height:30px;
  861. }
  862.  
  863. .music_embed {
  864. margin:-23px 0 0 70px;
  865. z-index:1;
  866. font-family:consolas;
  867. font-size:8px;
  868. -webkit-transition: all 0.5s ease-out;
  869. -moz-transition: all 0.5s ease-out;
  870. transition: all 0.5s ease-out
  871. }
  872.  
  873. #bubble-music:hover .music_embed {
  874. margin:-23px 0 0 34px;
  875. opacity:1;
  876. }
  877.  
  878.  
  879. {CustomCSS}</style></head><body>
  880.  
  881. <div id="bubble-music">
  882. <img style="margin:7px;" src="https://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
  883. <div class="music_embed">
  884. {text:musicplayer}
  885. </div>
  886. </div>
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893. <div id="box1" class="popup_block">
  894. <h1>{text:asktitle} &mdash;</h1>
  895. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  896. </div>
  897.  
  898. </div></div></div></div></div></div></div></div></div></div>
  899.  
  900.  
  901.  
  902. <div id="box2" class="popup_block">
  903.  
  904. !!!!!!!!!!!!! TEXT HERE FOR BOX 2 !!!!!!!!!!!
  905.  
  906. </div></div></div></div></div></div></div></div></div></div>
  907.  
  908.  
  909. <div id="box3" class="popup_block">
  910.  
  911. !!!!!!!!!!!!! TEXT HERE FOR BOX 3 !!!!!!!!!!!
  912.  
  913. </div></div></div></div></div></div></div></div></div></div>
  914.  
  915.  
  916.  
  917.  
  918. <div id="box4" class="popup_block">
  919. <big><h1>navigation</h1></big>
  920. <div id="navitags">
  921.  
  922. <a href="/tagged/tag">tag.</a>
  923.  
  924. <a href="/tagged/tag">tag.</a>
  925.  
  926. <a href="/tagged/tag">tag.</a>
  927.  
  928. <a href="/tagged/tag">tag.</a>
  929.  
  930. <a href="/tagged/tag">tag.</a>
  931.  
  932. <a href="/tagged/tag">tag.</a>
  933.  
  934. <a href="/tagged/tag">tag.</a>
  935.  
  936. <a href="/tagged/tag">tag.</a>
  937.  
  938. <a href="/tagged/tag">tag.</a>
  939.  
  940. <a href="/tagged/tag">tag.</a>
  941.  
  942. </div>
  943.  
  944. </div></div></div></div></div></div></div></div></div></div>
  945.  
  946.  
  947.  
  948.  
  949. <div id="flags">
  950.  
  951.  
  952.  
  953. <div id="flag1"><div id="upd1">
  954. &nbsp;<p>
  955.  
  956. text for flag 1
  957.  
  958.  
  959. </div></div>
  960.  
  961. <div id="flag2"><div id="upd2">
  962. &nbsp;<p>
  963.  
  964. text for flag 2
  965.  
  966. </div></div>
  967.  
  968. <!---- if you want more flags, copy from here ---->
  969.  
  970.  
  971.  
  972.  
  973.  
  974. <div id="flag3"><div id="upd3">
  975. &nbsp;<p>
  976.  
  977. text for flag 3
  978.  
  979. <p>theme heavily edited by <a href="http://fromtragedy.tumblr.com" target="blank">fromtragedy</a>
  980.  
  981. </div></div>
  982.  
  983. <!---- to here and change the numbers according to your css! ---->
  984.  
  985. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  986.  
  987. </div>
  988.  
  989.  
  990. <div id="links">
  991. <a href="{text:Link 1}" title="{text:Link 1 Text}">●</a>
  992. {block:IfPopupLinks}
  993. <a href="#?w=300" rel="box1" class="poplight"title="{text:Link 2 Text}">●</a>
  994. <a href="#?w=400" rel="box2" class="poplight"title="{text:Link 3 Text}">●</a>
  995. <a href="#?w=300" rel="box3" class="poplight"title="{text:Link 4 Text}">●</a>
  996. <a href="#?w=400" rel="box4" class="poplight"title="{text:Link 5 Text}">●</a>
  997. {/block:IfPopupLinks}
  998.  
  999. {block:IfNotPopupLinks}
  1000. <a href="{text:Link 2}" title="{text:Link 2 Text}">●</a>
  1001. <a href="{text:Link 3}" title="{text:Link 3 Text}">●</a>
  1002. <a href="{text:Link 4}" title="{text:Link 4 Text}">●</a>
  1003. <a href="{text:Link 5}" title="{text:Link 5 Text}">●</a>
  1004. {/block:IfNotPopupLinks}
  1005.  
  1006. <div class="hello"></div>
  1007. </div>
  1008.  
  1009.  
  1010.  
  1011. <div id="pagination">
  1012. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a> / {/block:PreviousPage}
  1013. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  1014. </div>
  1015.  
  1016.  
  1017. </div>
  1018.  
  1019. <div id="entries">{block:Posts}<div id="post">
  1020.  
  1021. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1022.  
  1023. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1024.  
  1025. {block:Photoset}<div id="photoset"><center>{Photoset-400}</center></div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1026.  
  1027. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  1028.  
  1029. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1030.  
  1031. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  1032.  
  1033. {block:Audio}
  1034. {block:TrackName}
  1035. {TrackName}
  1036. {/block:TrackName} -
  1037. {block:Artist}
  1038. {Artist}
  1039. {/block:Artist}<br>
  1040. {AudioPlayerBlack}
  1041. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1042.  
  1043. {block:Video}<div id="photoset"><center>{Video-400}</center></div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1044.  
  1045. {block:Answer}<div style="padding-top:10px;">
  1046.  
  1047. <!--<div id="askerpic"><img src="{AskerPortraitURL-30}"></div>--><div id="asker">{Asker} ;;</div><br><!--<div id="triangle"></div>--><div id="question">{Question}</div><br>{Answer}
  1048.  
  1049. </div>{/block:Answer}
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055. <div id="info">
  1056. {block:HasTags}<div id="taggers">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  1057.  
  1058. <div id="line"></div>
  1059.  
  1060. <div id="inform">
  1061. <span style="font-size:12px; float:right;">
  1062. {block:Date}
  1063. <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}">●</a>
  1064. <a href="{Permalink}" title="{TimeAgo}">●</a>
  1065. {/block:Date}
  1066.  
  1067. <a href="{Permalink}" title="{NoteCountWithLabel}">●</a>
  1068.  
  1069. {block:RebloggedFrom}
  1070. <a href="{ReblogParentURL}" title="via: {ReblogParentName}">●</a>
  1071. {/block:RebloggedFrom}
  1072.  
  1073. <a href="{ReblogURL}" target="_blank" title="reblog">●</a>
  1074. </span></div>
  1075.  
  1076. <br></div>
  1077.  
  1078.  
  1079.  
  1080. </div>
  1081. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1082. {/block:Posts}</div>
  1083.  
  1084. <div id="credit"><a href="http://slutjensen.tumblr.com">dear cas</div>
  1085.  
  1086. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement