Advertisement
manon15

stcr gift theme

Dec 16th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- BACKGROUND & CODE BY ╰☆╮MANON / BUTSCREWMEFIRST╰☆╮
  5. DO NOT:
  6. -claim as your own.
  7. -steal.
  8. -use on another blog without asking.
  9. -take parts of this theme to use in your own.
  10. I AM ALWAYS WILLING TO HELP, SO YOU NEED ONLY ASK!
  11. for commissions for yourself, just contact me @butscrewmefirst.tumblr.com
  12. -->
  13.  
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  26. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Tillana' rel='stylesheet' type='text/css'>
  29. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  31. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  32. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  33. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  35. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  36. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  37. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  38. <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  39. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  40. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  42. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  43. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  44. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  45. <link href='https://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  46. <link href='https://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  47. <link href='https://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  48. <link href='https://fonts.googleapis.com/css?family=Khand' rel='stylesheet' type='text/css'>
  49. <link href='https://fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'>
  50. <link href='https://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>
  51. <link href='https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise' rel='stylesheet' type='text/css'>
  52. <link href='https://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  53. <link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  54. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  55. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  56. <link href="https://fonts.googleapis.com/css?family=Over+the+Rainbow" rel='stylesheet' type='text/css'>
  57. <link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel='stylesheet' type='text/css'>
  58. <link href="https://fonts.googleapis.com/css?family=Seaweed+Script" rel="stylesheet">
  59. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  60. <link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet">
  61. <link href="https://fonts.googleapis.com/css?family=Tangerine" rel="stylesheet">
  62. <link href="https://fonts.googleapis.com/css?family=Parisienne" rel="stylesheet">
  63. <link href="https://fonts.googleapis.com/css?family=Italianno" rel="stylesheet">
  64. <link href="https://fonts.googleapis.com/css?family=Montez" rel="stylesheet">
  65. <link href="https://fonts.googleapis.com/css?family=Arizonia" rel="stylesheet">
  66. <link href="https://fonts.googleapis.com/css?family=Qwigley" rel="stylesheet">
  67.  
  68.  
  69. <script type="text/javascript"
  70. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  71. <script>
  72. $(document).ready(function() {
  73. //
  74. $('a.poplight[href^=#]').click(function() {
  75. var popID = $(this).attr('rel'); //Get Popup Name
  76. var popURL = $(this).attr('href'); //Get Popup href to define size
  77. var query= popURL.split('?');
  78. var dim= query[1].split('&');
  79. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  80. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  81. var popMargTop = ($('#' + popID).height() + 80) / 2;
  82. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  83. //Apply Margin to Popup
  84. $('#' + popID).css({
  85. 'margin-top' : -popMargTop,
  86. 'margin-left' : -popMargLeft
  87. });
  88. $('body').append('<div id="fade"></div>');
  89. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  90. return false;
  91. });
  92. $('a.close, #fade').live('click', function() {
  93. $('#fade , .popup_block, .question_block').fadeOut(function() {
  94. $('#fade, a.close').remove(); //fade them both out
  95. });
  96. return false;
  97. });
  98. });
  99. </script>
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104. .popup_block{
  105. display:none;
  106. float:left;
  107. background-image: url('http://i.imgur.com/rVRuQ7G.png');
  108. background-color: #fff;
  109. height:500px;
  110. position:fixed;
  111. top:50%; left: 50%;
  112. z-index:9999999999999;
  113. opacity:1;
  114. }
  115.  
  116.  
  117. *html #fade {position: absolute;}
  118. *html .popup_block {position: absolute;}
  119. #fade {
  120. display:none;
  121. position:fixed;
  122. left:0px;
  123. top:0px;
  124. width:100%;
  125. height:100%;
  126. z-index:999999;
  127. background:#000001;
  128. opacity:.5;
  129. }
  130.  
  131.  
  132. #text {
  133. top:50%;
  134. left:50%;
  135. margin-top:50px;
  136. margin-left:450px;
  137. width:270px;
  138. height:200px;
  139. overflow:scroll;
  140. text-align:justify;
  141. font-family:calibri;
  142. font-size:10px;
  143. color:#000;
  144. background:transparent;
  145. }
  146.  
  147. #heading {
  148. top:50%;
  149. left:50%;
  150. margin-top:3px;
  151. text-align:left;
  152. margin-left:20px;
  153. font-family:"prata";
  154. font-size:40px;
  155. color:#fff;
  156. background:transparent;
  157. text-shadow: 0px 0px 14px #fff;
  158. }
  159.  
  160. #poptext2 {
  161. margin-top:15px;
  162. margin-left:89px;
  163. width:290px;
  164. height:445px;
  165. font-family:'calibri';
  166. font-size:12px;
  167. overflow:scroll;
  168. text-align:justify;
  169. }
  170.  
  171. #poptext {
  172. margin-top:14px;
  173. margin-left:69px;
  174. width:295px;
  175. height:448px;
  176. font-family:'calibri';
  177. font-size:12px;
  178. overflow:scroll;
  179. text-align:justify;
  180. }
  181.  
  182. .question_block{
  183. height:300px;
  184. display: none;
  185. float: left;
  186. position: fixed;
  187. top: 50%; left: 50%;
  188. z-index: 999999999999;
  189. }
  190.  
  191.  
  192.  
  193.  
  194.  
  195. para {
  196. font-family: 'Prata', serif;
  197. color:#000;
  198. text-shadow:0 0 2px #fff;
  199. font-size:15px;
  200.  
  201. }
  202.  
  203. /*edit scrollbar*/
  204.  
  205. ::-webkit-scrollbar-thumb {
  206. height:auto;
  207. }
  208.  
  209. ::-webkit-scrollbar {
  210. height:4px;
  211. width:3px;
  212. padding-right:2px;
  213. }
  214. /*edit the body this is what post text looks like, background color, etc.*/
  215.  
  216. body {
  217. background-image:url("http://i.imgur.com/9BFruN1.png");
  218. background-position:left bottom;
  219. background-attachment:fixed;
  220. background-repeat:no-repeat;
  221. margin:0px;
  222. background-color:#c1b6b4;
  223. color:#fff;
  224. font-family:"prata";
  225. font-size:10px;
  226. line-height:120%;
  227. overflow-x:hidden;
  228. overflow-y:hidden;
  229. }
  230.  
  231.  
  232. /*edit links*/
  233.  
  234. a {
  235. text-decoration:none;
  236. outline:#946260;
  237. -moz-outline-style:none;
  238. color:#946260;
  239. -moz-transition-duration:0.8s;
  240. -webkit-transition-duration:0.8s;
  241. -o-transition-duration:0.8s;
  242. text-transform:uppercase;
  243. text-shadow:0px 0px 1px #946260;
  244. }
  245.  
  246. /*edit link hover*/
  247.  
  248. a:hover {
  249. color:#946260;
  250. outline:none;
  251. -moz-outline-style:none;
  252. text-decoration:none;
  253. border-radius: 20px 20px 20px 20px #946260;
  254. -webkit-filter: blur(0px);
  255. }
  256.  
  257. img {
  258. opacity:.8;
  259. -webkit-filter: Grayscale(50%);
  260. -webkit-transition-duration: 0.8s;
  261. -moz-transition-duration:0.8s;
  262. transition-duration:0.8s;
  263. -o-transition-duration:0.8s;
  264. -webkit-filter: blur(0px);
  265. border-radius: 20px 20px 20px 20px #000;
  266. }
  267.  
  268. img:hover {
  269. opacity:1;
  270. -webkit-filter: Grayscale(0%);
  271. -webkit-transition: all 0.8s ease-out;
  272. -moz-transition: all 0.8s ease-out;
  273. transition: all 0.8s ease-out;
  274. -webkit-filter: blur(0px);
  275. border-radius: 20px 20px 20px 20px #000;
  276.  
  277. }
  278.  
  279. blockquote {
  280. padding-left:5px;
  281. border-left:1px solid #fff;
  282. text-shadow:0px 0px 3px #fff;
  283. border-radius:6px;
  284.  
  285. }
  286.  
  287. blockquote blockquote {
  288. padding-left:5px;
  289. border-left:2px solid;
  290. }
  291.  
  292. h1 {
  293. font-size:20px;
  294. text-align:left;
  295. font-family:"prata";
  296. text-align:center;
  297. line-height:115%;
  298. letter-spacing:1px;
  299. color:#a86b68;
  300. text-shadow:0px 0px 3px #000;
  301. text-transform:uppercase;
  302. }
  303.  
  304. h2 {
  305. font-size:20px;
  306. text-align:left;
  307. font-family:"Arizonia", cursive;
  308. text-align:center;
  309. line-height:110%;
  310. letter-spacing:1px;
  311. color:#fff;
  312. text-shadow:0px 0px 3px #000;
  313. }
  314.  
  315. h3 {
  316. font-size:20px;
  317. text-align:left;
  318. font-family:"Montez", cursive;
  319. text-align:center;
  320. line-height:110%;
  321. letter-spacing:1px;
  322. color:#946260;
  323. }
  324.  
  325. h4 {
  326. font-size:16px;
  327. text-align:left;
  328. font-family:"alex brush", cursive;
  329. text-align:center;
  330. line-height:110%;
  331. letter-spacing:1px;
  332. color:#946260;
  333. }
  334.  
  335. h5 { /*this is for home link*/
  336. font-size:40px;
  337. text-align:left;
  338. font-family:"Montez", cursive;
  339. text-align:center;
  340. line-height:110%;
  341. letter-spacing:1px;
  342. color:#fff;
  343. }
  344.  
  345. h6 { /*this is for pagination*/
  346. font-size:8px;
  347. font-family:"prata";
  348. text-align:center;
  349. line-height:110%;
  350. letter-spacing:1px;
  351. width:250px;
  352. color:#fff;
  353. }
  354.  
  355. pre {
  356. font-family:"prata";
  357. font-size:11px;
  358. color:#fff;
  359. text-decoration:underline;
  360. text-shadow:0px 0px 5px #000;
  361. letter-spacing:1px;
  362. text-align:center;
  363. text-transform:lowercase;
  364. padding:5px;
  365. background-position:top center;
  366. }
  367.  
  368.  
  369.  
  370. #title {
  371. color:#fff;
  372. font-family:arial;
  373. font-size:16px;
  374. text-transform:lowercase;
  375. border-bottom:1px solid #fff;
  376. font-weight:bold;
  377. letter-spacing:0px;
  378. padding:4px;
  379. margin-top:-20px;
  380. margin-left:-14px;
  381. position:fixed;
  382. text-align:left;
  383. }
  384.  
  385.  
  386. #navi {
  387. float:left;
  388. width:115px;
  389. padding:3px;
  390. }
  391.  
  392. #muses {
  393. width:125px;
  394. float:left;
  395. overflow:auto;
  396. margin:1px 2px;
  397. }
  398.  
  399. .muses text {
  400. height:50px;
  401. overflow:scroll;
  402. }
  403.  
  404.  
  405. /*sidebar links*/
  406.  
  407. .links {
  408. position: fixed;
  409. font-style:none;
  410. bottom:598px;
  411. margin-left:800px;
  412. font-size:30px;
  413. line-height: 850%;
  414. text-align: left;
  415. width:300px;
  416. margin-right: auto;
  417. -ms-transform: rotate(0deg); /* IE 9 */
  418. -webkit-transform: rotate(0deg); /* Safari */
  419. transform: rotate(0deg)
  420.  
  421. }
  422.  
  423. .links a {
  424. -webkit-filter:blur(0px);
  425. letter-spacing: 1px;
  426. padding:3px;
  427. text-shadow: 1px 0px 1px #000;
  428.  
  429. }
  430.  
  431. .links a:hover {
  432. color:#000;
  433. opacity:1;
  434. -webkit-transition: all 0.8s ease-out;
  435. -moz-transition: all 0.8s ease-out;
  436. transition: all 0.8s ease-out;
  437. -webkit-filter:blur(3px);
  438. }
  439.  
  440. .alinks {
  441. position: fixed;
  442. font-style:none;
  443. bottom:520px;
  444. margin-left:900px;
  445. font-size:25px;
  446. word-spacing:2px;
  447. line-height: 850%;
  448. text-align: left;
  449. width:20px;
  450. margin-right: auto;
  451. -ms-transform: rotate(30deg); /* IE 9 */
  452. -webkit-transform: rotate(30deg); /* Safari */
  453. transform: rotate(30deg)
  454.  
  455.  
  456. }
  457.  
  458. .alinks a {
  459. -webkit-filter:blur(0px);
  460. letter-spacing: 1px;
  461. padding:3px;
  462. text-shadow: 1px 0px 1px #000;
  463.  
  464. }
  465.  
  466. .alinks a:hover {
  467. color:#000;
  468. opacity:1;
  469. -webkit-transition: all 0.8s ease-out;
  470. -moz-transition: all 0.8s ease-out;
  471. transition: all 0.8s ease-out;
  472. -webkit-filter:blur(3px);
  473. }
  474.  
  475. .blinks {
  476. position: fixed;
  477. font-style:none;
  478. bottom:425px;
  479. margin-left:860px;
  480. font-size:26px;
  481. word-spacing:2px;
  482. line-height: 850%;
  483. text-align: left;
  484. width:20px;
  485. margin-right: auto;
  486. -ms-transform: rotate(-10deg); /* IE 9 */
  487. -webkit-transform: rotate(-10deg); /* Safari */
  488. transform: rotate(-10deg)
  489.  
  490. }
  491.  
  492. .blinks a {
  493. -webkit-filter:blur(0px);
  494. letter-spacing: 1px;
  495. padding:3px;
  496. text-shadow: 1px 0px 1px #000;
  497. }
  498.  
  499. .blinks a:hover {
  500. color:#000;
  501. opacity:1;
  502. -webkit-transition: all 0.8s ease-out;
  503. -moz-transition: all 0.8s ease-out;
  504. transition: all 0.8s ease-out;
  505. -webkit-filter:blur(3px);
  506. }
  507.  
  508. .clinks {
  509. position: fixed;
  510. font-style:none;
  511. bottom:425px;
  512. margin-left:940px;
  513. font-size:21px;
  514. word-spacing:2px;
  515. line-height: 850%;
  516. text-align: left;
  517. width:20px;
  518. margin-right: auto;
  519. -ms-transform: rotate(0deg); /* IE 9 */
  520. -webkit-transform: rotate(0deg); /* Safari */
  521. transform: rotate(0deg)
  522. }
  523.  
  524. .clinks a {
  525. -webkit-filter:blur(0px);
  526. letter-spacing: 1px;
  527. padding:3px;
  528. text-shadow: 1px 0px 1px #000;
  529. }
  530.  
  531. .clinks a:hover {
  532. color:#000;
  533. opacity:1;
  534. -webkit-transition: all 0.8s ease-out;
  535. -moz-transition: all 0.8s ease-out;
  536. transition: all 0.8s ease-out;
  537. -webkit-filter:blur(3px);
  538. }
  539.  
  540. .dlinks {
  541. position: fixed;
  542. font-style:none;
  543. bottom:480px;
  544. margin-left:980px;
  545. font-size:28px;
  546. word-spacing:2px;
  547. line-height: 850%;
  548. text-align: left;
  549. width:20px;
  550. margin-right: auto;
  551. -ms-transform: rotate(-20deg); /* IE 9 */
  552. -webkit-transform: rotate(-20deg); /* Safari */
  553. transform: rotate(-20deg)
  554. }
  555.  
  556. .dlinks a {
  557. -webkit-filter:blur(0px);
  558. letter-spacing: 1px;
  559. padding:3px;
  560. text-shadow: 1px 0px 1px #000;
  561. }
  562.  
  563. .dlinks a:hover {
  564. color:#000;
  565. opacity:1;
  566. -webkit-transition: all 0.8s ease-out;
  567. -moz-transition: all 0.8s ease-out;
  568. transition: all 0.8s ease-out;
  569. -webkit-filter:blur(3px);
  570. }
  571.  
  572. .elinks {
  573. position: fixed;
  574. font-style:none;
  575. bottom:440px;
  576. margin-left:1035px;
  577. font-size:25px;
  578. word-spacing:2px;
  579. line-height: 850%;
  580. text-align: left;
  581. width:20px;
  582. margin-right: auto;
  583. -ms-transform: rotate(50deg); /* IE 9 */
  584. -webkit-transform: rotate(50deg); /* Safari */
  585. transform: rotate(50deg)
  586. }
  587.  
  588. .elinks a {
  589. -webkit-filter:blur(0px);
  590. letter-spacing: 1px;
  591. padding:3px;
  592. text-shadow: 1px 0px 1px #000;
  593. }
  594.  
  595. .elinks a:hover {
  596. color:#000;
  597. opacity:1;
  598. -webkit-transition: all 0.8s ease-out;
  599. -moz-transition: all 0.8s ease-out;
  600. transition: all 0.8s ease-out;
  601. -webkit-filter:blur(3px);
  602. }
  603.  
  604.  
  605.  
  606. /* this is the box that comes up when you hover over something with a title*/
  607.  
  608. #s-m-t-tooltip {
  609. margin-left:15px;
  610. margin-top:-21px;
  611. letter-spacing:0px;
  612. font-family:"helvetica";
  613. text-transform:auto;
  614. font-size:10px;
  615. text-transform:none;
  616. color:#000;
  617. background-color:#c1b6b4;
  618. border:1px solid #000;
  619. border-radius:6px;
  620. text-shadow:0px 0px 3px #000;
  621. padding: 3px;
  622. z-index:99999999999999999999999;
  623. -webkit-transition:all 1.5s;
  624. -moz-transition:all 1.5s;
  625. -ms-transition:all 1.5s;
  626. -o-transition:all 1.5s;
  627. transition:all 1.5s;
  628. }
  629.  
  630. .buttons {
  631. display:inline-block;
  632. width:100px;
  633. border:1px solid #fff;
  634. border-radius:2px;
  635. margin:5px;
  636. padding:5px;
  637. text-align:center;
  638. text-decoration:underline;
  639. }
  640.  
  641. .buttons:hover {
  642. background:url('http://i.imgur.com/U7yvEyx.png');
  643. text-decoration: underline;
  644. }
  645.  
  646. /*next page and previous page*/
  647.  
  648. #pagination {
  649. bottom:603px;
  650. font-size:10px;
  651. margin-left:330px;
  652. color:#fff;
  653. position: absolute;
  654. font-family:"prata";
  655. text-align: left;
  656. letter-spacing:2px;
  657. padding-left:87px;
  658. width:300px;
  659. word-spacing:2px;
  660. text-transform:lowercase;
  661. -ms-transform: rotate(0deg); /* IE 9 */
  662. -webkit-transform: rotate(0deg); /* Safari */
  663. transform: rotate(0deg)
  664.  
  665.  
  666. }
  667.  
  668. #pagination a {
  669. padding:0 3px;
  670. opacity:2;
  671. -webkit-filter: Grayscale(0%);
  672. -webkit-transition: all 0.8s ease-out;
  673. -moz-transition: all 0.8s ease-out;
  674. transition: all 0.8s ease-out;
  675. -webkit-filter: blur(0px)
  676.  
  677. }
  678.  
  679. #pagination a:hover {
  680. color:#18191b;
  681. opacity:1;
  682. -webkit-transition: all 0.8s ease-out;
  683. -moz-transition: all 0.8s ease-out;
  684. transition: all 0.8s ease-out;
  685. -webkit-filter:blur(.8px);
  686. }
  687.  
  688. #container {
  689. position: fixed;
  690. width:405px;
  691. height:498px;
  692. bottom:99px;
  693. margin-left:422px;
  694. overflow: auto;
  695. text-align:justify;
  696. /*-webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));*/
  697. }
  698.  
  699. #post {
  700. width:400px;
  701. margin-top:5px;
  702. font-size:10px;
  703. line-height:110%;
  704. padding-top:10px;
  705. margin-bottom:20px;
  706. margin-left:auto;
  707. margin-right:auto;
  708. }
  709.  
  710. #post blockquote {
  711. padding-left:10px;
  712. margin-left:10px;
  713. border-left:#fff 1px solid;
  714. text-shadow:0px 0px 3px #fff;
  715. }
  716.  
  717.  
  718. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  719.  
  720. b, strong, bold {
  721. color:#694e4e;
  722. text-shadow:0px 0px 2px #694e4e;
  723. font-size:12px;
  724. letter-spacing:2px;
  725. font-family:"arial";
  726. line-height:115%;
  727. font-weight: bold;
  728. text-transform:none;
  729. }
  730.  
  731. i, em, italic {
  732. color: #86524b;
  733. text-shadow:none;
  734. font-size:20px;
  735. line-height:115%;
  736. font-family:"Italianno", cursive;
  737. text-transform:lowercase;
  738. letter-spacing:2px;
  739.  
  740. }
  741.  
  742. /*time posted, note count, via and source*/
  743.  
  744. #info {
  745. width:360px;
  746. font-size:16px;
  747. padding:4px 0px 1px 0px;
  748. margin:0px 0px 40px 0px;
  749. letter-spacing:4px;
  750. font-size:22px;
  751. color:#fff;
  752. }
  753.  
  754. #info a {
  755. color:#fff;
  756. text-shadow:1px 2px 4px #000;
  757. }
  758.  
  759. #info a:hover {
  760. color:#27100a;
  761. text-shadow:0px 0px 1px #000;
  762. }
  763.  
  764.  
  765. /*tags*/
  766.  
  767. .tags {
  768. width:350px;
  769. margin:-20px 0px 0px 30px;
  770. line-height:115%;
  771. padding:5px;
  772. font-size:10px;
  773. word-break:keep-all;
  774. text-align:center;
  775. font-family:calibri;
  776. background:#fff;
  777. border:dotted 1px #000;
  778. border-radius:3px 3px 8px 8px;
  779. background:url('http://i.imgur.com/U7yvEyx.png');
  780. opacity:.7;
  781. }
  782.  
  783. .tags a {
  784. color:#fff;
  785. text-shadow:0px 0px 5px #000;;
  786. }
  787.  
  788. .tags a:hover {
  789. color:#fff;
  790. text-shadow:0px 0px 1px #fff;
  791. }
  792.  
  793. .postnote {
  794. width:375px;
  795. margin-top:40px;
  796. font-family:arial;
  797. text-transform:lowercase;
  798. font-style:normal;
  799. letter-spacing:0px;
  800. font-size:10px;
  801. text-align:left;
  802. }
  803.  
  804. .verses img {
  805. float:center;
  806. -webkit-filter: grayscale(0%);
  807. width:260px;
  808. height:100px;
  809. }
  810.  
  811. .pic img {
  812. float: center;
  813. padding: 0px;
  814. margin-right: 10px;
  815. width: 100px;
  816. height: 100px;
  817. }
  818.  
  819. /*here go asks*/
  820.  
  821. #ask {
  822. width:380px;
  823. margin-left:10px;
  824. font-size:32px;
  825. text-align:center;
  826. font-family:"montez", cursive;
  827. font-style:none;
  828. text-transform:lowercase;
  829. color:#fff;
  830. }
  831.  
  832. #ask a {
  833. color:#fff;
  834. text-transform:lowercase;
  835. text-shadow:0px 2px 5px #000;
  836.  
  837. }
  838.  
  839. #ask a:hover {
  840. color:#fff;
  841. letter-spacing:2px;
  842. text-shadow:0px 2px 7px #fff;
  843. }
  844.  
  845. #q {
  846. width:379px;
  847. margin-left:-1px;
  848. padding:10px;
  849. text-align:center;
  850. font-family:calibri;
  851. font-size:12px;
  852. color:#fff;
  853. text-shadow:0px 0px 5px #000;
  854. border-radius:0px 0px 0px 2px;
  855. border:1px solid #000;
  856. background:url('http://i.imgur.com/U7yvEyx.png');
  857. }
  858.  
  859. #ans {
  860. text-align:justify;
  861. padding:5px;
  862. }
  863.  
  864.  
  865.  
  866.  
  867. /*audio player container*/
  868.  
  869. .playerbuttonbg {
  870. position: absolute;
  871. left: 10px;
  872. top: 10px;
  873. width: 18px;
  874. height: 18px;
  875. background-color:#c1b6b4;
  876. padding: 10px;
  877. -webkit-border-radius: 40px;
  878. -moz-border-radius: 40px;
  879. border-radius: 40px;
  880. opacity: .4;
  881. filter: alpha(opacity=40);
  882. -moz-opacity: 0.4;
  883. -khtml-opacity: 0.4;
  884. transition: opacity .7s ease-in-out;
  885. -moz-transition: opacity .7s ease-in-out;
  886. -webkit-transition: opacity .7s ease-in-out;
  887. }
  888.  
  889. .playerbuttonbg:hover {
  890. opacity: 1;
  891. filter: alpha(opacity=100);
  892. -moz-opacity: 1;
  893. -khtml-opacity: 1;
  894. }
  895.  
  896. .newplayerbutton {
  897. position: relative;
  898. width: 19px;height: 19px;
  899. overflow: hidden;
  900. }
  901.  
  902. .playerbuttonhug {
  903. position: absolute;
  904. top: -18px;left: -7px;
  905. }
  906.  
  907. .tumblr_audio_player {
  908. border:none;
  909. height: 50px;
  910. width: 240px;
  911. margin-left:3px;
  912. margin-top:3px;
  913. }
  914.  
  915. .audioimgwrapper {
  916. position: absolute;
  917. left: 0px;
  918. top: 0px;
  919. overflow: hidden;
  920. width: 60px;
  921. height: 60px;
  922. }
  923.  
  924. .audioimgwrapper img {
  925. width: 100%;
  926. height: auto;
  927. }
  928. .trackdetails {
  929. width: auto;
  930. display:inline-block;
  931. margin-left: 90px;
  932. min-height: 85px;
  933. }
  934.  
  935. .audiowrapper {
  936. position: relative
  937. ;display:inline-block;
  938. }
  939.  
  940. #updates {
  941. position:fixed;
  942. width:150px;
  943. height:250px;
  944. bottom:98px;
  945. margin-left:862px;
  946. font-size:9px;
  947. padding:5px;
  948. overflow:scroll;
  949. text-align:center;
  950. }
  951.  
  952. /*credit. only change this if you actually make the code your own*/
  953.  
  954. #credit {
  955. position:fixed;
  956. font-size:18px;
  957. color:#66471d;
  958. font-weight:none;
  959. line-height:50%;
  960. letter-spacing:2px;
  961. font-family:'prata';
  962. right:20px;
  963. bottom:15px;
  964. text-transform:UPPERCASE;
  965. text-align:left;
  966. -webkit-transition: all 0.5s ease-in-out;
  967. -moz-transition: all 0.5s ease-in-out;
  968. -o-transition: all 0.5s ease-in-out;
  969. }
  970.  
  971. #credit a {
  972. letter-spacing: 0px;
  973. padding:3px;
  974. color:#634041;
  975. }
  976.  
  977. #credit a:hover {
  978. background:#c1b6b4;
  979. color:#fff;
  980. }
  981.  
  982.  
  983.  
  984.  
  985. {CustomCSS}
  986.  
  987. }
  988.  
  989. </style></head><body>
  990. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  991. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  992. <script>
  993. (function($){
  994. $(document).ready(function(){
  995. $("a[title]").style_my_tooltips({
  996. tip_follows_cursor:true,
  997. tip_delay_time:7,
  998. tip_fade_speed:7,
  999. attribute:"title"
  1000. });
  1001. });
  1002. })(jQuery);
  1003. </script>
  1004.  
  1005.  
  1006. <!-- YOUR UPDATES TAB -->
  1007. <div id="updates">
  1008. <h3>ANNETTE "STAR"</h3>
  1009. <b>semi-selective & private</b><br>
  1010. <b>fandomless oc.</b>
  1011. <pre>penned by beej</pre>
  1012. <b>mun & muse: 18+</b>
  1013. <br>
  1014.  
  1015.  
  1016.  
  1017.  
  1018. <br>
  1019. </div>
  1020. <!-- END UPDATES TAB -->
  1021.  
  1022.  
  1023. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1024. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1025. <script>
  1026.  
  1027. (function($){
  1028.  
  1029. $(document).ready(function(){
  1030.  
  1031. $("a[title]").style_my_tooltips({
  1032.  
  1033. tip_follows_cursor:true,
  1034.  
  1035. tip_delay_time:50,
  1036.  
  1037. tip_fade_speed:600,
  1038.  
  1039. attribute:"title"
  1040.  
  1041. });
  1042.  
  1043. });
  1044.  
  1045. })(jQuery);
  1046.  
  1047. </script>
  1048.  
  1049.  
  1050.  
  1051.  
  1052. <div class="links">
  1053. <h5><a href="/" title="REFRESH.">Annette<a></h5></div>
  1054.  
  1055. <div class="alinks">
  1056. <a href="#?w=500" title="FANMAIL." rel="box1" class="poplight">ii.</a>️</div>
  1057.  
  1058. <div class="blinks">
  1059. <a href="#?w=800" title="GUIDELINES." rel="box2" class="poplight">iii.</a></div>
  1060.  
  1061. <div class="clinks">
  1062. <a href="#?w=800" title="VERSES." rel="box3" class="poplight">iv.</a></div>
  1063.  
  1064. <div class="dlinks">
  1065. <a href="#?w=800" title="NAVIGATION." rel="box4" class="poplight">v.</a></div>
  1066.  
  1067. <div class="elinks">
  1068. <a href="#?w=800" title="BIOGRAPHY." rel="box6" class="poplight">vi.</a></div>
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081. </div>
  1082.  
  1083. <div id="description">{Description}</div>
  1084.  
  1085.  
  1086. <div id="pagination">
  1087. {block:Pagination}
  1088. {block:PreviousPage}
  1089. <a href="{PreviousPage}">back</a>
  1090. {/block:PreviousPage}
  1091.  
  1092.  
  1093. {block:NextPage}
  1094. <a href="{NextPage}">/ forth</a>
  1095. {/block:NextPage}
  1096. {/block:Pagination}
  1097. </div>
  1098.  
  1099.  
  1100.  
  1101. </div>
  1102.  
  1103.  
  1104. <div id="container">
  1105. <div id="content">
  1106.  
  1107. {block:Posts}<div id="post">
  1108.  
  1109. {block:Text}
  1110. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  1111. {Body}
  1112. {/block:Text}
  1113.  
  1114. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1115.  
  1116. <center>{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
  1117.  
  1118. {block:Quote}
  1119. <h2>{Quote}</h2>
  1120. <h1>—{Source}</h1>
  1121. {/block:Quote}
  1122.  
  1123. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1124.  
  1125. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1126.  
  1127. {block:AudioPlayer}
  1128. <div class="audiowrapper">
  1129. {block:AlbumArt}
  1130. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1131. {/block:AlbumArt}
  1132.  
  1133. <div class="playerbuttonbg">
  1134. <div class="newplayerbutton">
  1135. <div class="playerbuttonhug">
  1136. {AudioPlayerWhite}
  1137. </div></div></div>
  1138.  
  1139. <div class="trackdetails">
  1140. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  1141. {block:Artist}{Artist}{/block:Artist}<br/>
  1142. {PlayCountWithLabel}
  1143. </div></div>
  1144. {block:Caption}{Caption}{/block:Caption}
  1145. {/block:AudioPlayer}
  1146.  
  1147. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1148.  
  1149. {block:Answer}
  1150.  
  1151. <div id="ask">{Asker}</div>
  1152. <div id="q">{Question}</div>
  1153. <br/>{Answer}{/block:Answer}
  1154.  
  1155. {block:Date}
  1156. <div id="info">
  1157. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size: 20px; margin-left:45px; margin-top:3px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">♫</a>
  1158. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:20px; margin-top:5px;font-size:20px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">★</a>
  1159. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:7px; margin-top:23px;font-size:19px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">△</a>
  1160. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1161. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1162. </div>
  1163. {/block:Date}
  1164.  
  1165.  
  1166. {block:HasTags}
  1167. <div class="tags">
  1168. {block:Tags} <a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a> {/block:Tags}</div>
  1169. {/block:HasTags}
  1170.  
  1171.  
  1172. <div class="postnote">
  1173. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1174. </div>
  1175. </div>
  1176. {/block:Posts}
  1177. </div>
  1178. </div>
  1179. </div>
  1180. </div></div>
  1181.  
  1182.  
  1183.  
  1184.  
  1185. </div></div></div></div>
  1186. </div>
  1187.  
  1188. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="theme by manon"><big>Ⓜ</big></a></div>
  1189.  
  1190. </body>
  1191.  
  1192. <div id="box1" class="question_block">
  1193. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1194. </div>
  1195. </div></div></div></div></div></div></div></div></div></div>
  1196.  
  1197. <div id="box3" class="popup_block">
  1198. <div id="heading">VERSES</div>
  1199. <div id="poptext">
  1200. <!-- to make another verse, copy from here... -->
  1201. <center><img src="http://i.imgur.com/i2df7HZ.gif" class="verses"></center>
  1202. <b><center><a href="/tagged/;;we-are-the-children-of-a-bad-revolution;;" style="text-align:center;">we are the children of a bad revolution</a></center></b>
  1203. <br>
  1204. Annette's main verse. She lives in Hollywood and sings at bars and lounges.
  1205. <br>
  1206. <HR WIDTH="90%">
  1207.  
  1208. <!-- to here, and then paste! -->
  1209.  
  1210. <!-- to make another verse, copy from here... -->
  1211. <center><img src="http://i.imgur.com/ADwIzaz.gif" class="verses"></center>
  1212. <b><center><a href="/tagged/;;remember-how-we-used-to-party-up-all-night;;" style="text-align:center;">a freshman generation of degenerate beauty queens</a></center></b>
  1213. <br>
  1214. Annette's teen verse. She still lives in an apartment with her mother and does the odd show here and there. She's very heavy into drugs, drinking and promiscuous sex.<br>
  1215. <HR WIDTH="90%">
  1216.  
  1217. <!-- to here, and then paste! -->
  1218.  
  1219.  
  1220.  
  1221. </center>
  1222. </div>
  1223. </div>
  1224. </div>
  1225. </div></div></div></div></div></div></div></div></div></div>
  1226.  
  1227.  
  1228.  
  1229. <div id="box2" class="popup_block">
  1230. <div id="heading">GUIDELINES</div>
  1231. <div id="poptext">
  1232. -<b>Don't</b> be an asshole. Seriously, this one's easy to follow.<br>
  1233. -<b>No godmodding</b> will be tolerated. Annette is my oc and i'll play her how I want.<br>
  1234. -I am <i>not</i> Lana Del Rey or affiliated with her, nor do I claim to be.<br>
  1235. -My blog says selective, but seriously, <b>don't be afraid to shoot me a message</b>.<br>
  1236. -I <i>will</i> rp in Tumblr IM, but <b>I would rather</b> you message me first and ask. Random ic messages will most likely be ignored.<br>
  1237. -The mun and muse both are 21+.<br>
  1238. -<b>This blog will contain nsfw material and triggers</b>, which I will do my best to keep tagged appropriately. If you see something triggering on my blog, <i>don't hesitate to ask me to tag it</i>.<br>
  1239. -I ask that anyone I rp nsfw-themed threads with <b>be at least 18</b>.<br>
  1240. -<b>I reserve the right to refuse</b> to play with anyone regardless the reason.<br>
  1241. -If I haven't replied to our thread, chances are I lost it. <b>Don't hesitate to message me</b> and remind me because nine times out of ten, I forget, but please don’t nag. If I say I'll get to it, then I'll get to it.<br>
  1242. -Likewise, I might reply to someone multiple times while I'm still working on your reply, and that's just because I might have a stronger muse for that thread, not because I'm ignoring you or I'm mad at you or anything like that. Annette is a little shit, she does what she wants. I'm just the poor bastard who has to write it all down.<br>
  1243. -<b>Hate will NOT be tolerated</b>.<br>
  1244. -I am <i>very open</i> to playing with oc's or characters of most fandoms.<br>
  1245. -Don't be offended if I don't follow you back, it's just because I like to keep my dash clean and tidy.<br>
  1246. -This list is subject to change at any point, so you might want to check back randomly. If I do change something, though, I will probably throw a psa up.
  1247.  
  1248. </div>
  1249. </div>
  1250.  
  1251. </div></div></div></div></div></div></div></div></div></div>
  1252.  
  1253. <div id="box4" class="popup_block">
  1254. <div id="heading">NAVIGATION</div>
  1255. <div id="poptext2">
  1256. <!-- copy from here...-->
  1257. <div id="navi">
  1258. <a href="/tagged/star" class="buttons">vanity</a><br>
  1259. <a href="/tagged/records" class="buttons">records</a><br>
  1260. <a href="/tagged/closet" class="buttons">stitches & seams</a><br>
  1261.  
  1262. </div>
  1263. <!--to here if you need another column of links!-->
  1264.  
  1265. <div id="navi">
  1266. <a href="/relationships" class="buttons">relationships</a><br>
  1267. <a href="/tagged/desires" class="buttons">desires</a><br>
  1268. <a href="/tagged/wishlist" class="buttons">wishes</a><br>
  1269.  
  1270. </div>
  1271.  
  1272.  
  1273. </div>
  1274. </div>
  1275.  
  1276. </div></div></div></div></div></div></div></div></div></div>
  1277.  
  1278.  
  1279. <div id="box6" class="popup_block">
  1280. <div id="heading">BIOGRAPHY</div>
  1281. <div id="poptext">
  1282. <center><img src="http://i.imgur.com/iIJUBDc.gif" class="verses"></center><br>
  1283. Annette was named after two of her mother’s favorite music artists, Annette Hanshaw and John Lennon. She never knew her father, and grew up in Hollywood. Her mother had dreams of granduer, which she instilled in her daughter, enrolling her in talent searches as soon as she was old enough. Annette grew up on stages in dive bars and lounges, gained a few fans. After her mother died, she started going by her stage-name, Star, and tried to put out an album. It fell through, but the girl has never stopped trying. She’s got a love for the limelight that outweighs her love for life.
  1284.  
  1285.  
  1286. </div>
  1287. </div>
  1288. </div>
  1289.  
  1290. </div></div></div></div></div></div></div></div></div></div>
  1291.  
  1292.  
  1293.  
  1294.  
  1295. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement