fantasy1x1

Custom Fantasy 4 (Public)

Apr 7th, 2014
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.57 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3. <!-- custom theme by fantasieswriter (kyla/kc) for kristensteewarts (farrah). you don't have permission to use this code unless you're farrah!! -->
  4.  
  5.  
  6.     <meta name="color:ask" content="#f4f4f4">
  7.     <meta name="color:background" content="#ffffff">
  8.     <meta name="color:description" content="#f4f4f4">
  9.     <meta name="color:posts background" content="#ffffff">
  10.     <meta name="color:link background" content="#c2c2c2">
  11.     <meta name="color:links" content="#c2c2c2">
  12.     <meta name="color:links hover" content="#e2e2e2">
  13.     <meta name="color:sidebar background" content="#ffffff">
  14.     <meta name="color:text" content="#8b8b8b">
  15.    
  16.     <meta name="text:LinkTitle" content="Links">
  17.     <meta name="text:Link1" content="" />
  18.     <meta name="text:Link1 Title" content="link 1" />
  19.     <meta name="text:Link2" content="" />
  20.     <meta name="text:Link2 Title" content="link 2" />
  21.     <meta name="text:Link3" content="" />
  22.     <meta name="text:Link3 Title" content="link 3" />
  23.     <meta name="text:Link4" content="" />
  24.     <meta name="text:Link4 Title" content="link 4" />
  25.     <meta name="text:Link5" content="" />
  26.     <meta name="text:Link5 Title" content="link 5" />
  27.     <meta name="text:Link6" content="" />
  28.     <meta name="text:Link6 Title" content="link 6" />
  29.     <meta name="text:Link7" content="" />
  30.     <meta name="text:Link7 Title" content="link 7" />
  31.     <meta name="text:Link8" content="" />
  32.     <meta name="text:Link8 Title" content="link 8" />
  33.     <meta name="text:Link9" content="" />
  34.     <meta name="text:Link9 Title" content="link 9" />
  35.     <meta name="text:Link10" content="" />
  36.     <meta name="text:Link10 Title" content="link 10" />
  37.  
  38.     <meta name="image:background" content="">
  39.     <meta name="image:sidebar" content="">
  40.  
  41.  
  42.  
  43. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}{block:TagPage} | {Tag}{/block:TagPage}</title>
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. body {
  52. background-color:{color:background};
  53. font-family:Arial;
  54. font-weight:normal;
  55. margin:0px;
  56. top:0;
  57. left:0;
  58. background-image:url('{image:background}');
  59. background-attachment:fixed;
  60. }
  61.  
  62.  ::-webkit-scrollbar-thumb {
  63.     height:auto;
  64.     background-color: {color:text};
  65.     border:2px solid {color:background};
  66.     }
  67.     ::-webkit-scrollbar {
  68.     height:9px;
  69.     width:9px;
  70.     background-color: {color:background};
  71.     }
  72.  
  73.     a {
  74.     color:{color:links};
  75.     text-decoration:none;
  76.     -moz-transition-duration:0.5s;
  77.     -webkit-transition-duration:0.5s;
  78.     -o-transition-duration:0.5s;
  79.     }
  80.  
  81.     a:hover {
  82.     color:{color:links hover};
  83.     text-decoration:none;
  84.     -moz-transition-duration:0.5s;
  85.     -webkit-transition-duration:0.5s;
  86.     -o-transition-duration:0.5s;
  87.     }
  88.  
  89. h1 {
  90.     font-size:40px;
  91.     font-weight:bold;
  92.     letter-spacing:-2.3px;
  93.     text-align:center;
  94.     line-height:120%;
  95.     font-family:arial;
  96.     text-transform:lowercase;
  97.     color:{color:link background};
  98.     padding:10px;
  99. }
  100.  
  101. h1 a {
  102.     color:{color:link background};
  103. }
  104.  
  105. h1 a:hover {
  106.     color:{color:sidebar background};
  107. }
  108.  
  109. h2 {
  110.     text-decoration:none;
  111.     font-size:16px;
  112.     text-align:center;
  113.     line-height:110%;
  114.     color:{color:description};
  115.     background-color:{color:sidebar background};
  116.     padding:21px;
  117.     border-top-right-radius:25px;
  118.     border-bottom-left-radius:25px;
  119.     font-weight:normal;
  120.     letter-spacing:0px;
  121. }
  122.  
  123. h3 {
  124.     font-weight:normal;
  125.     font-size:12px;
  126.     text-align:right;
  127.     padding:4px;
  128.     font-style:normal;
  129.     color:{color:text};
  130. }
  131.  
  132. b, strong {
  133.     color:{color:link background};
  134. }
  135.  
  136. i, em {
  137.     color:{color:sidebar background};
  138. }
  139.  
  140. blockquote {
  141.     border-left:3px double {color:text};
  142.     padding:5px;
  143.     padding-left:8px;
  144.     margin:5px;
  145.     max-width:90%;
  146. }
  147.  
  148. blockquote img {
  149.     max-width:90%;
  150. }
  151.  
  152. #container {
  153.     width:875px;
  154.     margin-left:0px;
  155.     height:100%;
  156.     text-align: center;
  157.     background-color:{color:background};
  158.     z-index:9990;
  159.     position:relative;
  160. }
  161.  
  162. #sidebar {
  163.     height:100%;
  164.     margin-left:300px;
  165.     position:fixed;
  166.     color:{color:text};
  167.     border-right:223px solid {color:sidebar background};
  168. }
  169.  
  170. #sidebar img {
  171.     width:310px;
  172.     height:100%;
  173.     position:fixed;
  174.     margin-left:-310px;
  175. }
  176.  
  177. #title {
  178.     position:fixed;
  179.     padding:20px;
  180.     margin-top:150px;
  181.     margin-left:5px;
  182.     font-size:20px;
  183.     text-align:center;
  184.     font-family:arial;
  185.     font-weight:bold;
  186.     letter-spacing:-1.8px;
  187.     text-transform:lowercase;
  188.     width:160px;
  189.     color:{color:description};
  190. }
  191.  
  192. #description {
  193.     position:fixed;
  194.     text-align:justify;
  195.     font-size:11px;
  196.     text-transform:none;
  197.     font-family:helvetica;
  198.     font-weight:normal;
  199.     letter-spacing:0px;
  200.     width:186px;
  201.     margin-top:5px;
  202.     margin-left:-7px;
  203.     color:{color:description};
  204. }
  205.  
  206. #linkstitle {
  207.     margin-top:0px;
  208.     margin-left:805px;
  209.     position:fixed;
  210.     text-transform:uppercase;
  211.     color:white;
  212.     font-family:times;
  213.     width:99px;
  214.     padding:8px;
  215.     text-align:center;
  216.     font-weight:bold;
  217.     border-bottom:1px solid white;
  218.     font-style:normal;
  219.     font-size:16px;
  220.     background-color:{color:link background};
  221.     height:100%;
  222.     padding-top:200px;
  223. }
  224.  
  225. .links {
  226.     font-family:helvetica;
  227.     text-transform:lowercase;
  228.     font-style:normal;
  229.     font-weight:normal;
  230.     width:91px;
  231.     position:fixed;
  232.     font-size:10px;
  233.     margin-top:5px;
  234.     margin-left:-1px;
  235.     text-align:center;
  236.     text-shadow:none;
  237.     font-style:none;
  238. }
  239.    
  240. .links a {
  241.     display:inline-block;
  242.     padding:6px;
  243.     padding-bottom:3px;
  244.     padding-top:1px;
  245.     margin-top:3px;
  246.     width:90px;
  247.     text-align:center;
  248.     background-color:{color:link background};
  249.     color:white;
  250.     -moz-transition-duration:0.5s;
  251.     -webkit-transition-duration:0.5s;
  252.     -o-transition-duration:0.5s;
  253. }
  254.  
  255. .links a:hover {
  256.     background-color:white;
  257.     color:{color:link background};
  258.     -moz-transition-duration:0.5s;
  259.     -webkit-transition-duration:0.5s;
  260.     -o-transition-duration:0.5s;
  261. }
  262.  
  263. #pagi {
  264.     font-size:11px;
  265.     font-weight:normal;
  266.     font-style:normal;
  267.     text-align:center;
  268.     margin-bottom:50px;
  269.     color:{color:link background};
  270.     letter-spacing:0px;
  271. }
  272.    
  273. #pagi a {
  274.     display:inline-block;
  275.     color:{color:link background};
  276.     }
  277.    
  278. #pagi a:hover {
  279.     color:{color:links hover};  
  280.     }
  281.    
  282. #postscontainer {
  283.     margin-left:565px;
  284.     padding:20px;
  285.     width:500px;
  286.     position:relative;
  287.     text-align:justify;
  288.     background-color:{color:posts background};
  289.     color:{color:text};
  290.     z-index:999;
  291.     }
  292.  
  293. .posts {
  294.     background-color:{color:posts background};
  295.     padding:10px;
  296.     width:500px;
  297.     margin-bottom:70px;
  298.     text-align:justify;
  299.     font-size:11px;
  300.     line-height:100%;
  301.     margin-left:-30px;
  302.     letter-spacing:0px;
  303.     color:{color:text};
  304. }
  305.  
  306. .caption {  
  307.     width:500px;
  308.     text-align:justify;
  309.     line-height:120%;
  310. }
  311.  
  312. .postinfo {
  313.     width:490px;
  314.     margin-top:0px;
  315.     padding:10px;
  316.     text-align:left;
  317.     line-height:100%;
  318.     display:inline-block;
  319.     background-color:#f5f5f5;
  320.     border-radius:20px;
  321. }
  322.  
  323. .postinfo a {
  324.     font-style:normal;
  325. }
  326.    
  327. .postinfo a:hover {
  328.     color:{color:links hover};
  329. }
  330.  
  331. .dates {
  332.     display:inline-block;
  333.     font-size:11px;
  334.     text-transform:none;
  335.     font-weight:normal;
  336.     letter-spacing:0px;
  337. }
  338.  
  339. .notesetc {
  340.     margin-top:8px;
  341.     display:inline-block;
  342.     }
  343.  
  344. .tags {
  345.     text-transform:none;
  346.     font-size:11px;
  347.     text-align:left;
  348.     margin-top:6px;
  349.     margin-left:15px;
  350.     }
  351.  
  352. .buttons {
  353.     width:40px;
  354.     display:inline-block;
  355.     float:right;
  356.     padding:2px;
  357.     }
  358.  
  359. .like {
  360.     opacity:1;
  361.     display:inline-block;
  362.     }
  363.    
  364. .reblog {
  365.     padding-left:4px;
  366.     padding-right:5px;
  367.     opacity:1;
  368.     display:inline-block;
  369.     }
  370.  
  371. .chat ol {
  372.     line-height:170%;
  373.     list-style:none;
  374.     width:500px;
  375.     margin-left:-40px;
  376. }
  377.  
  378. .line.odd {
  379.     background:#f6f6f6;
  380.     margin-bottom:0px;
  381.     border-radius:15px;
  382.     padding:6px;
  383. }
  384.  
  385. .line.even {
  386.     background:#fafafa;
  387.     margin-bottom:0px;
  388.     border-radius:15px;
  389.     padding:6px;
  390. }
  391.  
  392. .label {
  393.     padding-right:2px;
  394.     text-transform:normal;
  395.     font-weight:bold;
  396.     color:{color:link};
  397. }
  398.  
  399. .note {
  400.     text-transform:uppercase;
  401.     font-style:normal;
  402.     letter-spacing:0px;
  403.     font-size: 9px;
  404.     text-align:left;
  405.     line-height:90%;
  406.     margin-left:-40px;
  407. }
  408.  
  409. .note li {
  410.     list-style-type:none;
  411.     padding:10px 25px 10px 25px;
  412.     text-align:left;
  413.     margin:0px;
  414.     -moz-transition-duration:0.5s;
  415.     -webkit-transition-duration:0.5s;
  416.     -o-transition-duration:0.5s;
  417. }
  418.  
  419. .question {
  420.     background-color:{color:ask};
  421.     padding:20px;
  422. }
  423.  
  424. .question img {
  425.     border:5px solid {color:ask};
  426.     width:40px;
  427.     float:left;
  428.     margin-left:-18px;
  429.     margin-top:-19px;
  430.     display:block;
  431. }
  432.    
  433.     {CustomCSS}
  434.  
  435. </style></head><body>
  436.  
  437. <div id="container">
  438.  
  439. <div id="sidewrap">
  440. <div id="sidebar">
  441. <img src="{image:sidebar}">
  442. <div id="title">{Title}
  443. <div id="description">{Description}
  444. {block:Pagination}
  445. <div id="pagi">
  446. {block:PreviousPage}<a href="{PreviousPage}">prev&nbsp;</a>
  447. {/block:PreviousPage}
  448. {block:NextPage}<a href="{NextPage}">&nbsp;next</a>
  449. {/block:NextPage}
  450. </div>
  451. {/block:Pagination}
  452. </div>
  453. </div>
  454.  
  455.  
  456. <div id="linkstitle">{text:LinkTitle}
  457. <div class="links">
  458. <a href="/">home</a>
  459. <a href="/ask">ask</a>
  460. <a href="/submit">submit</a>
  461. <a href="/archive">archive</a>
  462. <a href="{text:Link1}">{text:Link1 Title}</a>
  463. <a href="{text:Link2}">{text:Link2 Title}</a>
  464. <a href="{text:Link3}">{text:Link3 Title}</a>
  465. <a href="{text:Link4}">{text:Link4 Title}</a>
  466. <a href="{text:Link5}">{text:Link5 Title}</a>
  467. <a href="{text:Link6}">{text:Link6 Title}</a>
  468. <a href="{text:Link7}">{text:Link7 Title}</a>
  469. <a href="{text:Link8}">{text:Link8 Title}</a>
  470. <a href="{text:Link9}">{text:Link9 Title}</a>
  471. <a href="{text:Link10}">{text:Link10 Title}</a>
  472. </div>
  473. </div>
  474. </div>
  475.  
  476.  
  477. </div>
  478.  
  479.  
  480.  
  481. <div id="postscontainer">
  482.  
  483. {block:TagPage}<h2>posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
  484.  
  485.  
  486. {block:Posts}
  487. <div class="posts">
  488.  
  489. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  490.  
  491. {block:Quote}<h2><b></b>{Quote}<b></b></h2><h3>— {Source}</h3>{/block:Quote}
  492.  
  493. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  494. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  495.  
  496. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  497.  
  498. {block:Panorama}
  499. {LinkOpenTag}
  500. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  501. {LinkCloseTag}
  502. {block:Caption}{Caption}{/block:Caption}
  503. {/block:Panorama}
  504.  
  505. {block:Photoset}<center>{Photoset-500}</center>
  506. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  507.  
  508. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol> {block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  509.  
  510. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  511.  
  512. {block:Answer}
  513. <div class="question"><img src="{AskerPortraitURL-40}"><b>{Asker} asked:</b> {Question}</div>
  514. <div style="padding:10px;">{Answer}</div>
  515. {/block:Answer}
  516.  
  517. {block:Audio}
  518. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  519. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  520.  
  521.  
  522. {block:PostNotes}<div class="note">
  523. {PostNotes}</div>{/block:PostNotes}
  524.  
  525.  
  526.  
  527. {block:Date}
  528. <div class="postinfo"><div class="buttons"><div class="reblog">{ReblogButton size="14"}</div><div class="like">{LikeButton size="14"}</div></div>
  529. <div class="dates"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {ShortYear} </a></div><div class="notesetc">{block:NoteCount}<a href="{Permalink}">&nbsp;&nbsp;{NoteCountWithLabel} </a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> | &nbsp;source </a>{/block:ContentSource}
  530. </div>
  531. </div>
  532. {/block:Date}
  533.  
  534.  
  535. {block:HasTags}<div class="tags">
  536. {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>
  537. {/block:HasTags}
  538.  
  539. </div>
  540. {/block:Posts}
  541.  
  542.  
  543. </div>
  544. </div>
  545.  
  546. </div>
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment