Advertisement
manon15

stcr theme code

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