fantasy1x1

Theme 003

Sep 29th, 2013
2,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!--theme number three by fantasy1x1 (or kyla) please follow the rules. don't steal or redistribute. don't claim as your own. please keep the credit in tact. thank you ♥-->
  11.  
  12. <!--DEFAULT VARIABLES>
  13.    
  14.                    <!--COLOURS-->
  15.     <meta name="color:text" content="#000000"/>
  16.     <meta name="color:links" content="#000000"/>
  17.     <meta name="color:hover" content="#b4b4b4"/>
  18.     <meta name="color:scrollbar" content="#000000"/>
  19.     <meta name="color:scrollbar bg" content="#ffffff"/>
  20.     <meta name="color:background" content="#ffffff"/>
  21.     <meta name="color:title" content="#000000"/>
  22.     <meta name="color:border" content="#e4e4e4"/>
  23.     <meta name="color:blockquote bg" content="#e4e4e4"/>
  24.     <meta name="color:blockquote border" content="#e4e4e4"/>
  25.     <meta name="color:source" content="#f7f7f7"/>
  26.     <meta name="color:quote" content="#01b980"/>
  27.     <meta name="color:info" content="#f7f7f7"/>
  28.     <meta name="color:tags" content="#01b980"/>
  29.     <meta name="color:tag hover" content="#000000"/>
  30.     <meta name="color:info text" content="#01b980"/>
  31.     <meta name="color:bold" content="#01b980"/>
  32.     <meta name="color:italic" content="#01ca8c"/>
  33.    
  34.                     <!--IMAGES-->
  35.     <meta name="image:sidebar" content=""/>
  36.    
  37.                     <!--LINKS-->
  38.     <meta name="text:Link1" content="/"/>
  39.     <meta name="text:Link1 Title" content=""/>
  40.     <meta name="text:Link2" content="/"/>
  41.     <meta name="text:Link2 Title" content=""/>
  42.     <meta name="text:Link3" content="/"/>
  43.     <meta name="text:Link3 Title" content=""/>
  44.     <meta name="text:Link4" content="/"/>
  45.     <meta name="text:Link4 Title" content=""/>
  46.     <meta name="text:Link5" content="/"/>
  47.     <meta name="text:Link5 Title" content=""/>
  48.     <meta name="text:Link6" content="/"/>
  49.     <meta name="text:Link6 Title" content=""/>
  50.     <meta name="text:Link7" content="/"/>
  51.     <meta name="text:Link7 Title" content=""/>
  52.     <meta name="text:Link8" content="/"/>
  53.     <meta name="text:Link8 Title" content=""/>
  54.     <meta name="text:Link9" content="/"/>
  55.     <meta name="text:Link9 Title" content=""/>
  56.     <meta name="text:Link10" content="/"/>
  57.     <meta name="text:Link10 Title" content=""/>
  58.    
  59.    
  60.     <style type="text/css">
  61.     ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff; height:12px; background-color:{color:scrollbar};}
  62.     ::-webkit-scrollbar-thumb:horizontal {background-color:{scrollbar bg};}
  63.     ::-webkit-scrollbar {background-color:{color:scrollbar}; height:7px;width:12px; border:5px solid #fff;}
  64.     ::-webkit-scrollbar-button:start:decrement,
  65.     ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar}; display:block; height:8px; border-right:2px solid #fff; border-left:2px solid #fff;}
  66.    
  67.     body {background:{color:background}; margin:0px; color:{color:text}; font-family:times; font-size:9px; line-height:100%; background-image:url('{image:Background}');}
  68.    
  69.     a {text-decoration:underline; color:{color:links}; outline:none; -webkit-transition:all 1.1s ease-out; -moz-transition:all 1.1s ease-out; transition:all 1.1s ease-out;}
  70.    
  71.     a:hover {text-decoration:line-through; color:{color:hover}; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
  72.    
  73.     img {border:none;}
  74.    
  75.     blockquote {width:auto; border:1px solid {color:blockquote border}; background-color:{color:blockquote bg}; padding:3px; padding-left:4px;}
  76.    
  77.     blockquote blockquote {border:none; padding-left:4px;}
  78.    
  79.     h1 {font-size:20px; font-family:bebas; color:{color:title};}
  80.    
  81.     b, strong {color:{color:bold};}
  82.    
  83.     i, em {color:{color:italic};}
  84.    
  85.     #entries {padding:10px; width:500px; margin-left:500px; margin-top:60px;}
  86.     .quote {width:auto; font-style:italic; font-size:11px; background-color:{color:quote}; padding:20px;  color:white;}
  87.     .quotesource {width:auto; font-size:12px; background-color:{color:source}; color:black; padding:15px;}
  88.     .quotesource a:hover {color:black;}
  89.    
  90.     .chat {font-size:11px; line-height:110%;}
  91.    
  92.     .asker {width:auto; font-style:italic; font-size:18px; background-color:{color:quote}; padding:30px; color:white;}
  93.     .asker a {padding:0px; margin-left:-10px;}
  94.     .asker a:hover {text-decoration:underline; color:white;}
  95.     .answer {width:auto; font-size:12px; background-color:{color:source}; color:black; padding:15px;}
  96.     .answer a:hover {color:black;}
  97.    
  98.     #post {width:500px; margin-top:30px; background-color:{color:background};}
  99.    
  100.     #info {padding:10px; margin-top:10px; margin-bottom:30px; width:auto; color:{color:info text}; background-color:{color:info};}
  101.     #info a {color:{color:info text};}
  102.     #info a:hover {color:black;}
  103.    
  104.     #tags {padding:5px; width:auto; margin-left:0px; margin-top:-30px; margin-bottom:15px; background-color:#2B2B2B;}
  105.     #tags a {text-decoration:none; color:white;}
  106.     #tags a:hover {text-decoration:line-through; color:{color:tag hover};}
  107.    
  108.     #sidebar {position:fixed; width:450px; height:110%; background-image:url('{image:sidebar}'); margin-top:-60px;}
  109.    
  110.     #title {position:fixed; text-decoration:none; font-style:italic; font-family:helvetica; text-transform:uppercase; font-size:25px; margin-top:100px; margin-left:85px;}
  111.     #title a {text-shadow:2px 0 #000000; color:white; text-decoration:none; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
  112.     #title a:hover {text-decoration:line-through; text-shadow:2px 0 #ffffff; color:black; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
  113.    
  114.     #description {position:fixed; margin-top:120px; margin-left:30px; width:250px; line-height:110%; font-size:10px; background-color:white; padding:20px; border-right:40px solid {color:2B2B2B}; border-left:40px solid {color:2B2B2B};}
  115.     #description:first-letter {width:20px; height:20px; padding:6px; margin-bottom:0px; margin-right:3px; float:left; background-color:#bbbbbb; color:#fff; font-family:times; font-size:23px; font-style:none; line-height:20px; text-transform:uppercase; text-align:center; border:6px solid {color:border};}
  116.    
  117.     #links {position:fixed; font-family:arial; text-transform:uppercase; width:100px; margin-left:50px; margin-top:21px; text-align:center;}
  118.     #links a {text-decoration:none; display:inline-block; margin-top:5px; color:white; background-color:black; padding:4px; width:150px; text-align:center; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; transition:all 1s ease-out;}
  119.     #links a:hover {text-decoration:underline; color:{color:quote}; background-color:white; text-align:center; letter-spacing:2px; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out;}
  120.    
  121. {CustomCSS}</style></head><body>
  122.  
  123. <div id="sidebar">
  124. <div id="title"><b><a href="/">{Title}</a></b></div>
  125. <div id="description">{Description}
  126. <div id="links">
  127. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  128. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  129. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  130. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  131. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  132. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  133. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  134. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  135. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  136. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}
  137. {block:Pagination}
  138. <div id="pagination">
  139. {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
  140. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  141. </div>
  142. {/block:Pagination}
  143.  
  144. </div></div></div></div>
  145.  
  146. <div id="entries">{block:Posts}<div id="post">
  147.  
  148. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  149.  
  150. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  151.  
  152. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  153.  
  154. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source} <div class="quotesource"><big>~</big>{Source}</div>{/block:Source}{/block:Quote}
  155.  
  156. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  157.  
  158. <div class="chat">{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</div>
  159.  
  160. {block:Audio}<left>{block:AlbumArt}<span class="albumart"><img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" /></span>{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  161. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  162. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  163. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  164. {/block:Audio}
  165.  
  166. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  167.  
  168. {block:Answer}<div class="asker"><b>{Asker} asked:</b> <small>{Question}</small></div><center><div class="answer">{Answer}</div>{/block:Answer}
  169.  
  170. <div id="info">
  171. {block:Date} {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"
  172. title="{ReblogParentTitle}">VIA</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{SOURCE}</a>{/block:RebloggedFrom}</div>
  173. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  174. {/block:Posts}
  175. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  176. {/block:Posts}</div></div></div>
  177.  
  178. </body>
  179. </html>
Advertisement
Add Comment
Please, Sign In to add comment