bluerosemarcella

MAK - Equinox Theme

Oct 10th, 2014
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.24 KB | None | 0 0
  1.  
  2. <style> body, a, a:hover { cursor:url(http://media.tumblr.com/tumblr_m94w7v0kjY1rniey4.png), auto }</style>
  3. <!--
  4.  
  5. Theme by MAK
  6. http://sammywinchester.org
  7.  
  8. You may edit as desired, but please do not remove theme credit.
  9. If you have questions, kindly contact me directly.
  10. Otherwise, enjoy!
  11.  
  12. -->
  13.  
  14. <head>
  15. <title>{title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <!-- GOOGLE FONT INSTALLATION -->
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Life+Savers:700|Playball|Petit+Formal+Script' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  30.  
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps' rel='stylesheet' type='text/css'>
  33.  
  34. <!-- END GOOGLE FONT INSTALLATION -->
  35.  
  36.  
  37. <!-- META NAMES -->
  38.  
  39. <meta name="color:background" content="" />
  40. <meta name="color:blog text" content="" />
  41. <meta name="color:link" content="" />
  42. <meta name="color:link hover" content="" />
  43. <meta name="image:sbpic" content="" />
  44. <meta name="color:info" content="" />
  45. <meta name="color:tags" content="" />
  46. <meta name="color:borders" content="" />
  47. <meta name="text:BlogTitle" content="" />
  48. <meta name="text:link i url" content="" />
  49. <meta name="text:link i name" content="" />
  50. <meta name="text:link ii url" content="" />
  51. <meta name="text:link ii name" content="" />
  52. <meta name="text:link iii url" content="" />
  53. <meta name="text:link iii name" content="" />
  54. <meta name="text:link iv url" content="" />
  55. <meta name="text:link iv name" content="" />
  56. <meta name="text:link v url" content="" />
  57. <meta name="text:link v name" content="" />
  58. <meta name="text:link vi url" content="" />
  59. <meta name="text:link vi name" content="" />
  60. <meta name="text:link vii url" content="" />
  61. <meta name="text:link vii name" content="" />
  62. <meta name="text:read more text" content="" /> <!--ALTERNATE PHRASE TO REPLACE "READ MORE"-->
  63.  
  64.  
  65.  
  66.  
  67.  
  68. <!-- END META NAMES -->
  69.  
  70.  
  71.  
  72. <style type="text/css">
  73. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px;}
  74.  
  75. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:10px !important;}
  76.  
  77. ::-webkit-scrollbar {height:9px; width:9px; background-color: {color:Background};}
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. /*--BASIC FONTS, LINK COLORS, ETC--*/
  85.  
  86. body {
  87. background-color: {color:background};
  88. background-image:url({image:Background});
  89. background-attachment: fixed;
  90. background-repeat: repeat;
  91. font-size:12px;
  92. font-family:'arial';
  93. line-height:14px;
  94. text-transform:none;
  95. color:{color:blog text};
  96. opacity:1;
  97. }
  98.  
  99.  
  100. a {
  101. font-family:"arial";
  102. text-decoration:none;
  103. letter-spacing:2px;
  104. color:{color:link};
  105. -webkit-transition: all 0.4s linear;
  106. -moz-transition: all 0.4s linear;
  107. transition: all 0.4s linear;
  108. }
  109.  
  110.  
  111. a:hover{
  112. color: {color:link hover};
  113. }
  114.  
  115.  
  116. /*--END--*/
  117.  
  118. /*--INDENTED TEXT (I.E.: REBLOGGED CAPTIONS--*/
  119.  
  120. blockquote {
  121. border-left:1px solid #090909;
  122. padding:0px;
  123. padding-left:5px;
  124. margin:10px;
  125. }
  126.  
  127. blockquote blockquote {
  128. border-left: 1px solid #090909;
  129. padding:0px;
  130. padding-left:5px;
  131. margin:5px;
  132. }
  133.  
  134. /*--END--*/
  135.  
  136. /*--APPEARANCE OF UNDERLINED TEXT--*/
  137.  
  138. u {
  139. color:#8DB6CD;
  140. }
  141.  
  142. /*--END--*/
  143.  
  144.  
  145. /*--MISC OTHER STUFF YOU NEED--*/
  146.  
  147. h1 {
  148. font-family:"noto sans", sans-serif;
  149. color:#737373;
  150. text-transform:uppercase;
  151. font-size:15px;
  152. opacity:0.8;
  153. letter-spacing:1.8px;
  154. font-weight:normal;
  155. line-height:20px;
  156.  
  157. }
  158.  
  159. h1 a {
  160. font-family:"calibri";
  161. }
  162.  
  163. h1 a:hover {
  164. font-family:"calibri";
  165. }
  166.  
  167. #border {
  168. border-bottom:1px solid #b1b4b4;
  169. }
  170.  
  171.  
  172. #container {
  173. margin:40px auto;
  174. }
  175.  
  176.  
  177.  
  178.  
  179.  
  180. /*--SIDEBAR--*/
  181.  
  182. #sidebar {
  183. width:245px;
  184. height:auto;
  185. position:fixed;
  186. text-align:justify;
  187. margin-left:260px;
  188. margin-top:150px;
  189. padding:5px;
  190. -webkit-transition: all 0.6s ease-in;
  191. -moz-transition: all 0.6s ease-in;
  192. transition: all 0.6s ease-in;
  193. -webkit-transition: all 0.6s ease-out;
  194. -moz-transition: all 0.6s ease-out;
  195. transition: all 0.6s ease-out;
  196. }
  197.  
  198.  
  199.  
  200. .sbimages {
  201.  
  202. text-align:center;
  203. max-width:245px;
  204. max-height:116px;
  205.  
  206. position:fixed;
  207. }
  208.  
  209.  
  210.  
  211.  
  212.  
  213. #sidebar:hover .sbpic img {
  214. opacity:0.5;
  215. -webkit-transition: all 0.9s ease-in;
  216. -moz-transition: all 0.9s ease-in;
  217. transition: all 0.9s ease-in;
  218. -webkit-transition: all 0.9s ease-out;
  219. -moz-transition: all 0.9s ease-out;
  220. transition: all 0.9s ease-out;
  221. }
  222.  
  223.  
  224.  
  225. .sbpic img {
  226. text-align:center;
  227. float:left;
  228.  
  229. opacity:0.8;
  230. max-width:245px;
  231. max-height:120px;
  232.  
  233. -webkit-transition: all 0.9s ease-in;
  234. -moz-transition: all 0.9s ease-in;
  235. transition: all 0.9s ease-in;
  236. -webkit-transition: all 0.9s ease-out;
  237. -moz-transition: all 0.9s ease-out;
  238. transition: all 0.9s ease-out;
  239. }
  240.  
  241.  
  242.  
  243. #sidebar .descriptionbox {
  244. filter: alpha(opacity = 0);
  245. opacity:0;
  246. -webkit-transition: all 0.9s ease-in;
  247. -moz-transition: all 0.9s ease-in;
  248. transition: all 0.9s ease-in;
  249. -webkit-transition: all 0.9s ease-out;
  250. -moz-transition: all 0.9s ease-out;
  251. transition: all 0.9s ease-out;
  252. }
  253.  
  254. #sidebar:hover .descriptionbox {
  255. opacity:1;
  256. filter: alpha(opacity = 100);
  257. filter: alpha(opacity = 100);
  258. -webkit-transition: all 0.9s ease-in;
  259. -moz-transition: all 0.9s ease-in;
  260. transition: all 0.9s ease-in;
  261. -webkit-transition: all 0.9s ease-out;
  262. -moz-transition: all 0.9s ease-out;
  263. transition: all 0.9s ease-out;
  264.  
  265.  
  266. }
  267.  
  268.  
  269. #sidebar .blogtitle {
  270. filter: alpha(opacity = 0);
  271. opacity:0;
  272. -webkit-transition: all 0.9s ease-in;
  273. -moz-transition: all 0.9s ease-in;
  274. transition: all 0.9s ease-in;
  275. -webkit-transition: all 0.9s ease-out;
  276. -moz-transition: all 0.9s ease-out;
  277. transition: all 0.9s ease-out;
  278. }
  279.  
  280. #sidebar:hover .blogtitle {
  281. opacity:1;
  282. filter: alpha(opacity = 100);
  283. filter: alpha(opacity = 100);
  284. -webkit-transition: all 0.9s ease-in;
  285. -moz-transition: all 0.9s ease-in;
  286. transition: all 0.9s ease-in;
  287. -webkit-transition: all 0.9s ease-out;
  288. -moz-transition: all 0.9s ease-out;
  289. transition: all 0.9s ease-out;
  290.  
  291.  
  292. }
  293.  
  294.  
  295. .descriptionbox {
  296. position:fixed;
  297. float:left;
  298. color:{color:Blog Text};
  299. font-family:'arial';
  300. overflow:auto;
  301. opacity:1;
  302. font-size:8px;
  303. padding-left:4px;
  304. padding-right:4px;
  305. font-style:italic;
  306. text-align:justify;
  307. margin-top:170px;
  308. letter-spacing:1px;
  309. width:240px;
  310. height:auto;
  311. -webkit-transition: all 0.6s ease-in;
  312. -moz-transition: all 0.6s ease-in;
  313. transition: all 0.6s ease-in;
  314. -webkit-transition: all 0.6s ease-out;
  315. -moz-transition: all 0.6s ease-out;
  316. transition: all 0.6s ease-out;
  317.  
  318. }
  319.  
  320.  
  321. .descriptionbox a {
  322. color:{color:Link};
  323. font-size:8px;
  324. font-family:"cambria";
  325. opacity:1;
  326. font-style:italic;
  327. letter-spacing:1.2px;
  328.  
  329. }
  330.  
  331. .descriptionbox a:hover {
  332. color:{color:Link Hover};
  333. font-family:"cambria";
  334. font-style:italic;
  335. opacity:1;
  336. }
  337.  
  338.  
  339.  
  340.  
  341. .navchunk {
  342. position:fixed;
  343. margin-top:130px;
  344. text-align:center;
  345. width:245px;
  346. height:auto;
  347. }
  348.  
  349. .navi {
  350. display:inline-block;
  351. width:245px;
  352. opacity:1;
  353. color:#2C5197;
  354. font-family:'times';
  355. font-size:10px;
  356. text-align:center;
  357.  
  358.  
  359. }
  360.  
  361. .navi a {
  362.  
  363. text-align:center;
  364. opacity:1;
  365. display:inline-block;
  366. padding:5px 10px 2px 10px;
  367. color:#5D7B93;
  368. font-family:'times';
  369. font-size:10px;
  370.  
  371. }
  372.  
  373. .navi a:hover {
  374. opacity:1;
  375. display:inline-block;
  376. color:#C6E2FF;
  377. font-family:'times';
  378. font-size:10px;
  379. border-bottom:1px solid #ebebeb;
  380. }
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. .blogtitle {
  389. width:245px;
  390. height:auto;
  391.  
  392. margin-top:-25px;
  393. color:#737373;
  394. text-align:center;
  395. font-family:"playball";
  396. font-size:18px;
  397. letter-spacing:2.5px;
  398. text-transform:lowercase;
  399. font-style:normal;
  400.  
  401. padding-bottom:15px;
  402. padding-top:1px;
  403. -webkit-transition: all 0.6s ease-in;
  404. -moz-transition: all 0.6s ease-in;
  405. transition: all 0.6s ease-in;
  406. -webkit-transition: all 0.6s ease-out;
  407. -moz-transition: all 0.6s ease-out;
  408. transition: all 0.6s ease-out;
  409. }
  410.  
  411.  
  412.  
  413. #sidebar #pagination {
  414. opacity:0;
  415. -webkit-transition: all 0.4s ease-in;
  416. -moz-transition: all 0.4s ease-in;
  417. transition: all 0.4s ease-in;
  418. -webkit-transition: all 0.4s ease-out;
  419. -moz-transition: all 0.4s ease-out;
  420. transition: all 0.4s ease-out;
  421. }
  422.  
  423. #sidebar:hover #pagination {
  424. opacity:1;
  425. -webkit-transition: all 0.4s ease-in;
  426. -moz-transition: all 0.4s ease-in;
  427. transition: all 0.4s ease-in;
  428. -webkit-transition: all 0.4s ease-out;
  429. -moz-transition: all 0.4s ease-out;
  430. transition: all 0.4s ease-out;
  431. }
  432.  
  433. #pagination {
  434. text-align:center;
  435. color:#000;
  436. font-family:"times";
  437. position:fixed;
  438. margin-top:145px;
  439. margin-left:0px;
  440. width:245px;
  441. }
  442.  
  443. /*--SIDEBAR END--*/
  444.  
  445.  
  446. /*--BASIC POSTS/ENTRIES--*/
  447.  
  448. #entries {
  449. width:500px;
  450. margin-left:570px;
  451. margin-top:40px;
  452. margin-bottom:30px;
  453. padding:10px;
  454. letter-spacing:1.5px;
  455. font-family:'arial';
  456. color:{color:Blog Text};
  457. }
  458.  
  459.  
  460. #posts {
  461. color:{color:blog text};
  462. text-align:justify;
  463. font-family:'arial';
  464. font-size:10px;
  465. letter-spacing:1.7px;
  466. width:500px;
  467. padding-top:20px;
  468. padding-bottom:2px;
  469. }
  470.  
  471.  
  472. #info {
  473. font-family:"verdana";
  474. opacity:1;
  475. width:500px;
  476. text-align:center;
  477. margin-top:10px;
  478. margin-bottom:1px;
  479. padding:1px;
  480. text-transform:uppercase;
  481. font-size:7px;
  482. letter-spacing:1px;
  483. font-style:none;
  484. border-top:1px solid #ebebeb;
  485. border-bottom:1px solid #ebebeb;
  486. }
  487.  
  488. #info a {
  489. color:{color:Info};
  490. opacity:1;
  491. font-size:7px;
  492. font-family:"arial";
  493. font-style:normal;
  494. }
  495.  
  496. #info a:hover {
  497. color:{color:Info};
  498. font-style:normal;
  499. font-family:"arial";
  500. text-decoration:underline;
  501. }
  502.  
  503. #tags {
  504. font-family:"calibri";
  505. font-weight:normal;
  506. letter-spacing:1.5px;
  507. line-height:100%;
  508. text-transform:none;
  509. font-size:8px;
  510. font-style:none;
  511. margin-top:1px;
  512. text-align:center;
  513. }
  514.  
  515. #tags a {
  516. color:{color:Tags};
  517. opacity:1;
  518. font-size:8px;
  519. font-weight:normal;
  520. font-family:"calibri";
  521. text-transform:none;
  522. display:inline;
  523. padding:-3px;
  524. text-align:left;
  525. -webkit-transition: all 0.6s ease-in-out;
  526. -moz-transition: all 0.6s ease-in-out;
  527. -o-transition: all 0.6s ease-in-out;
  528. -ms-transition: all 0.6s ease-in-out;
  529. transition: all 0.6s ease-in-out;
  530. }
  531.  
  532. #tags a:hover {
  533. color:{color:Tags};
  534. font-family:"calibri";
  535. font-style:normal;
  536. text-decoration:underline;
  537. }
  538.  
  539.  
  540. #notes {
  541. padding-bottom:1px;
  542. color:#5d7b93;
  543. font-family:'calibri';
  544. letter-spacing:2px;
  545. text-align:left;
  546. font-size:8px;
  547. text-transform:uppercase;
  548. width:450px;
  549. line-height:8px;
  550. }
  551.  
  552. #notes a {
  553. color:#499df5;
  554. padding-left:1px;
  555. padding-right:1px;
  556. font-family:'calibri';
  557. }
  558.  
  559. #notes a:hover {
  560. color:#c6e2ff;
  561. font-family:'calibri';
  562.  
  563. }
  564.  
  565.  
  566. /*--END BASIC POSTS/ENTRIES--*/
  567.  
  568. /*--SPECIFIC POST TYPES--*/
  569.  
  570. #ask {
  571. font-family:"calibri";
  572. font-size:8px;
  573. border:1px solid #b1b4b4;
  574. padding:7px;
  575. }
  576.  
  577. #asker {
  578. float:left;
  579. margin-right:5px;
  580.  
  581. }
  582.  
  583. #asker img {
  584. opacity:0.5;
  585.  
  586. }
  587.  
  588. #askurl {
  589. font-family:"playball";
  590. opacity:0.6;
  591. font-size:20px;
  592. margin-left:7px;
  593. margin-top:7px;
  594. margin-right:5px;
  595. letter-spacing:3px;
  596. text-transform:lowercase;
  597. color:#2C5197;
  598.  
  599. }
  600.  
  601. #askurl a {
  602. text-transform:lowercase;
  603. font-style:normal;
  604. font-family:"playball";
  605. letter-spacing:3px;
  606.  
  607. }
  608.  
  609. #askurl a:hover {
  610. color:#ebebeb;
  611. }
  612.  
  613. #askleft {
  614. display:inline-block;
  615. padding:2px;
  616. }
  617.  
  618. #askright {
  619. display:inline-block;
  620. padding:2px;
  621. margin-top:-5px;
  622. }
  623.  
  624. #askborder {
  625. border-bottom:1px solid #ebebeb;
  626. margin: -5px 0px 0px 40px;
  627. width:404px
  628. }
  629.  
  630. #question {
  631. font-family:"arial";
  632. letter-spacing:1.2px;
  633. font-size:9px;
  634. margin-left:40px;
  635. margin-right:40px;
  636. padding:0px 0px 5px 0px;
  637. text-align:justify;
  638.  
  639. }
  640.  
  641.  
  642.  
  643.  
  644.  
  645. #chat
  646. .chat ul {list-style-type:none;}
  647.  
  648. .chat{
  649. line-height:12px;
  650. list-style:none;
  651.  
  652. padding: 5px;
  653. margin: 3px;
  654.  
  655. }
  656.  
  657. .even {list-style:none;
  658. background-color:#ffffff;
  659. color:#5D7B93;
  660. padding: 4px;
  661. width:450px;
  662. margin-left:2px;}
  663.  
  664. .even ul {list-style-type:none;}
  665. .odd ul {list-style-type:none;}
  666.  
  667. .odd {list-style:none;
  668. background-color:#F0F8FF;
  669.  
  670. color:#5D7B93;
  671. padding: 4px;
  672. width:450px;
  673. margin-left:2px;}
  674.  
  675. .even .label {
  676.  
  677. list-style:none;
  678. font-weight:bold;
  679. text-transform:uppercase;
  680. padding-right:3px;
  681. margin-left:0px;
  682. margin-right:0px;
  683. letter-spacing:1.5;
  684. color:#5D7B93;
  685. }
  686.  
  687. .odd .label {
  688. list-style:none;
  689. font-weight:bold;
  690. text-transform:uppercase;
  691. padding-right:3px;
  692. margin-left:0px;
  693. margin-right:0px;
  694. color:#5D7B93;
  695. letter-spacing:1.5;
  696. }
  697.  
  698. #quotechunk {
  699. display:block;
  700. position:relative;
  701. float:left;
  702. }
  703.  
  704. #quotationmark {
  705. margin-top:10px;
  706. float:left;
  707. font-size:60px;
  708. font:'american typewriter', 'unicode';
  709. color:#e4e4e4;
  710. font-weight:bold;
  711. }
  712.  
  713.  
  714. #quote {
  715. margin-left:40px;
  716. margin-top:-3px;
  717. font-size:15px;
  718. font-family:'helvetica';
  719. letter-spacing:3;
  720. color:#090909;
  721. padding-bottom:10px;
  722. opacity:0.5;
  723. }
  724.  
  725. #quotesource {
  726. font-size:10px;
  727. margin-left:8px;
  728. padding-top:10px;
  729. font:'arial';
  730. font-style:italic;
  731. letter-spacing:2;
  732. color:#000;
  733.  
  734. }
  735.  
  736.  
  737.  
  738. /*--END SPECIFIC POST TYPE--*/
  739.  
  740.  
  741.  
  742. /*--EXTRA NECESSITIES--*/
  743.  
  744. #s-m-t-tooltip {
  745.  
  746. max-width:300px;
  747.  
  748. opacity:1;
  749.  
  750. padding:2px 3px 2px 4px;
  751.  
  752. margin:-35px 0px -10px 30px;
  753.  
  754. background-color:#fff; /* change the background color */
  755.  
  756. border:0.5px solid #5D7B93; /* change the border color */
  757.  
  758. font-family:'cambria'; /* change the font */
  759.  
  760. font-size:9px; /* change the font size */
  761.  
  762. letter-spacing:2px; /* change the letter spacing */
  763.  
  764. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  765.  
  766. color:#5D7B93; /* change the text color */
  767.  
  768. z-index:1000;
  769.  
  770. }
  771.  
  772. .shagsidebar {
  773. color:#090909;
  774. font-family:'calibri';
  775. text-align:center;
  776. line-height:12px;
  777. display:block;
  778. font-size:11px;
  779. letter-spacing:5px;
  780. padding:2px 2px 0px 2px;
  781. text-transform:uppercase;
  782. border-bottom:1px solid #EEE;
  783. width:98%;}
  784.  
  785. pre {
  786. width:auto;
  787. height:auto;
  788. opacity:0.8;
  789. border:0.2px solid #b1b4b4;
  790. background:#F7F7F7;
  791. font-family:'calibri';
  792. font-size:10px;
  793. font-style:italic;
  794. letter-spacing:1.3px;
  795. color:#666666;
  796. padding-top:7px;
  797. padding-bottom:7px;
  798. padding-left:10px;
  799. padding-right:10px;
  800.  
  801.  
  802. white-space: pre-wrap; /* css-3 */
  803. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  804. white-space: -pre-wrap; /* Opera 4-6 */
  805. white-space: -o-pre-wrap; /* Opera 7 */
  806. word-wrap: break-word; /* Internet Explorer 5.5+ */
  807. }
  808.  
  809.  
  810. #readmore a {
  811. font-family: 'calibri';
  812. color:{color:link};
  813. font-size: 9px;
  814. line-height:12px;
  815. letter-spacing: 5px;
  816. text-transform:uppercase;
  817. }
  818.  
  819. #readmore a:hover {
  820. opacity:0.7;
  821. border-bottom:1px solid #ebebeb;
  822. border-top:1px solid #ebebeb;
  823. -webkit-transition: all 0.6s ease-in;
  824. -moz-transition: all 0.6s ease-in;
  825. transition: all 0.6s ease-in;
  826. -webkit-transition: all 0.6s ease-out;
  827. -moz-transition: all 0.6s ease-out;
  828. transition: all 0.6s ease-out;
  829. }
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836. /*--CREDIT - DO NOT REMOVE--*/
  837.  
  838. #credit {
  839. position:fixed;
  840. bottom:8px;
  841. right:8px;
  842. }
  843.  
  844. #credit a {
  845. padding-top:2px;
  846. padding-bottom:2px;
  847. font-family:"calibri";
  848. color:#b1b4b4;
  849. line-height:125%;
  850.  
  851.  
  852. }
  853.  
  854. #credit a:hover {
  855. color:#5D7B93;
  856. border-top:1px solid #b1b4b4;
  857. border-bottom:1px solid #b1b4b4;
  858. }
  859.  
  860.  
  861. /*--END CREDIT--*/
  862.  
  863.  
  864. {CustomCSS}
  865. </style>
  866.  
  867.  
  868. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  869.  
  870. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  871.  
  872. <script>
  873.  
  874. (function($){
  875.  
  876. $(document).ready(function(){
  877.  
  878. $("a[title]").style_my_tooltips({
  879.  
  880. tip_follows_cursor:true,
  881.  
  882. tip_delay_time:90,
  883.  
  884. tip_fade_speed:600,
  885.  
  886. attribute:"title"
  887.  
  888. });
  889.  
  890. });
  891.  
  892. })(jQuery);
  893.  
  894. </script>
  895.  
  896.  
  897. </head>
  898. <body>
  899.  
  900.  
  901.  
  902.  
  903. <div id="container">
  904.  
  905.  
  906. <!-- *ALL THINGS SIDEBAR* -->
  907.  
  908. <div id="sidebar">
  909.  
  910. <div class="blogtitle"> <i>{text:BlogTitle}</i></div>
  911. <div class="sbimages">
  912. <div class="sbpic"><img src="{image:sbpic}">
  913.  
  914. </div></div>
  915.  
  916. <div class="descriptionbox">
  917. {block:Description} {Description} {/block:Description}</div>
  918.  
  919.  
  920. <div class="navchunk">
  921. <div class="shagsidebar"></div> <div class="navi">
  922. <a title="{text:link i name}"href="{text:link i url}">i</a> <a title="{text:link ii name}"href="{text:link ii url}">ii</a> <a title="{text:link iii name}"href="{text:link iii url}">iii</a> <a title="{text:link iv name}"href="{text:link iv url}">iv</a> <a title="{text:link v name}"href="{text:link v url}">v</a> <a title="{text:link vi name}"href="{text:link vi url}">vi</a> <a title="{text:link vii name}"href="{text:link vii url}">vii</a>
  923. </div>
  924. <div class="shagsidebar"></div>
  925.  
  926.  
  927.  
  928. <div id="pagination">{block:Pagination}
  929. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} &nbsp&nbsp&nbsp
  930.  
  931. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  932. {/block:Pagination}</div>
  933. </div>
  934.  
  935.  
  936. </div>
  937.  
  938. <!-- *END ALL THINGS SIDEBAR* -->
  939.  
  940.  
  941.  
  942.  
  943. <!-- *POSTS/ENTRIES AND SPECIFIC TYPES* -->
  944.  
  945. <div id="entries">
  946. {block:Posts}
  947. <div id="posts">
  948.  
  949.  
  950. <!-- TEXT POSTS -->
  951.  
  952. {block:Text}
  953.  
  954. <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  955. <div id="readmore"> {block:More}
  956. <p class="read-more"><a href="{Permalink}#more"> {text:read more text} <font face="copperplate"><font size=2px>→</font></font>
  957. </a></p><a name="read-more">{/block:More} </div>
  958.  
  959. {/block:Text}
  960.  
  961. <!-- END TEXT POSTS -->
  962.  
  963.  
  964. <!-- PHOTO POSTS -->
  965.  
  966. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  967.  
  968. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  969.  
  970. <!-- END PHOTO POSTS -->
  971.  
  972.  
  973. <!-- QUOTE POSTS -->
  974.  
  975. {block:Quote}<div id="quotechunk"><div id="quotationmark">‟</div><div id="quote">{Quote}</div></div><br />{block:Source} <div id="quotesource"> <font color="#090909">►</font>&nbsp {Source}</div>{/block:Source}{/block:Quote}
  976.  
  977. <!-- END QUOTE POSTS -->
  978.  
  979.  
  980. <!-- LINK POSTS -->
  981.  
  982. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  983.  
  984. <!-- END LINK POSTS -->
  985.  
  986. <!-- CHAT POSTS -->
  987.  
  988. {block:Chat}
  989. {block:ifHideTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifHideTags}
  990.  
  991. <div id="chat">
  992.  
  993. {block:Lines}
  994. <li class="{Alt}">
  995. {block:Label}
  996. <span class="label">{Label}</span>
  997. {/block:Label}
  998.  
  999. {Line}
  1000. </li>
  1001. {/block:Lines}
  1002. </ul>
  1003.  
  1004. </div>
  1005. {/block:Chat}
  1006.  
  1007. <!-- END CHAT POSTS -->
  1008.  
  1009.  
  1010. <!-- AUDIO POSTS -->
  1011.  
  1012.  
  1013.  
  1014.  
  1015. {block:Audio}
  1016. {block:AlbumArt}<img src="{AlbumArtURL}" width="85px" height="85px" align="left" />{/block:AlbumArt}&nbsp&nbsp
  1017. {AudioPlayerWhite}
  1018. &nbsp&nbsp {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}
  1019. <br>
  1020. &nbsp&nbsp {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}
  1021. <br>
  1022. &nbsp&nbsp {block:Album}<b>Album:</b> {Album}{/block:Album}
  1023.  
  1024. {/block:Audio}
  1025.  
  1026. <!-- END AUDIO POSTS -->
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032. <!-- VIDEO POSTS -->
  1033.  
  1034. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1035.  
  1036. <!-- END VIDEO POSTS -->
  1037.  
  1038.  
  1039. <!-- PUBLISHED ASK POSTS -->
  1040.  
  1041.  
  1042. {block:Answer}<div id="ask"><div id="askleft"><div id="asker"><img src="{AskerPortraitURL-24}"></div><div id="askright"><div id="askurl">{Asker}</div></div></div><div id="askborder"></div><br><div id="question">{Question}</div></div>{Answer} <div id="readmore"> {block:More}
  1043. <p class="read-more"><a href="{Permalink}#more"> {text:read more text} <font face="copperplate"><font size=2px>→</font></font>
  1044. </a></p><a name="read-more">{/block:More} </div>{/block:Answer}
  1045.  
  1046.  
  1047. <!-- END PUBLISHED ASK POSTS -->
  1048.  
  1049.  
  1050.  
  1051. <!-- POST FOOTER -->
  1052.  
  1053.  
  1054.  
  1055. <div id="info">
  1056. {block:Date}posted <a href="{Permalink}">{MonthNumber}.{DayofMonth}.{ShortYear} - {12Hour}:{Minutes}{AMPM}</a> | {/block:Date} <a href="{Permalink}">
  1057. {NoteCountWithLabel}</a> {block:RebloggedFrom} | <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> {/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}"title="{SourceURLTitle}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<br> {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}<p></div>
  1058.  
  1059. <div id="notes">
  1060. {block:PostNotes} {PostNotes} {/block:PostNotes}
  1061. </div>
  1062.  
  1063.  
  1064. <!-- END POST FOOTER -->
  1065.  
  1066. {/block:Posts}
  1067.  
  1068.  
  1069. </div> </div> </div> </div>
  1070.  
  1071. <!-- * END POSTS/ENTRIES AND SPECIFIC TYPES* -->
  1072.  
  1073.  
  1074.  
  1075.  
  1076. <div id="credit"><a href="http://sammywinchester.org">★ MAK ★</a></div>
  1077.  
  1078.  
  1079. </body>
  1080.  
  1081.  
  1082.  
  1083. </html>
Advertisement
Add Comment
Please, Sign In to add comment