elphabas

AYRIS THEME

Sep 21st, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. <head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <meta name="color:Background" content="#ffffff"/>
  8. <meta name="color:sidebar" content="#ffffff"/>
  9. <meta name="color:Text" content="#000000"/>
  10. <meta name="color:Link" content="#38a597"/>
  11.  
  12. <meta name="image:sidebar" content=""/>
  13. <meta name="image:banner" content="">
  14.  
  15. <meta name="text:Link1" content="" />
  16. <meta name="text:Link1 Title" content="" />
  17. <meta name="text:Link2" content="" />
  18. <meta name="text:Link2 Title" content="" />
  19. <meta name="text:Link3" content="" />
  20. <meta name="text:Link3 Title" content="" />
  21. <meta name="text:Link4" content="" />
  22. <meta name="text:Link4 Title" content="" />
  23. <meta name="text:Link5" content="" />
  24. <meta name="text:Link5 Title" content="" />
  25.  
  26.  
  27.  
  28. <style type="text/css">
  29.  
  30. body {
  31. background:{color:background};
  32. margin 0px;
  33. color:{color:text};
  34. font-family:helvetica;
  35. font-size:13px;
  36. line-height:150%;
  37. }
  38.  
  39. a {
  40. text-decoration:none;
  41. outline:none;
  42. -moz-outline-style:none;
  43. color:{color:link};
  44. }
  45.  
  46. img {
  47. border:none;
  48. }
  49.  
  50. blockquote {
  51. padding-left:5px;
  52. border-left:2px solid;
  53. }
  54.  
  55. blockquote blockquote {
  56. padding-left:5px;
  57. border-left:2px solid;
  58. }
  59.  
  60. h1 {
  61. font-size:21px;
  62. }
  63.  
  64. h2 {
  65. font-size:16px;
  66. text-align:center;
  67. }
  68.  
  69. #entries {
  70. padding:10px;
  71. width:500px;
  72. margin-left:530px;
  73. margin-top:0px;
  74. }
  75.  
  76. #post {
  77. margin-top:320px;
  78. margin-bottom: -0px;
  79. width:500px;
  80. padding-bottom:25px;
  81. }
  82.  
  83. #banner {
  84. width:100%;
  85. position:absolute;
  86. margin-left:0px;
  87. margin-top:0px;}
  88.  
  89. #bannerimage img {display: inline; height: 300px; min-width:100%; text-align:center;}
  90.  
  91. #sidebar {
  92. background-color:{color:sidebar};
  93. width:300px;
  94. position:fixed;
  95. margin-left:100px;
  96. margin-top:130px;
  97. }
  98.  
  99. #title {
  100. font-family:helvetica;
  101. font-size:37px;
  102. text-align:center;
  103. margin-bottom:20px;
  104. }
  105.  
  106. #sidebarimage {
  107. width 240x;
  108. }
  109.  
  110. #sidebarimage img {display: inline; height: auto; width:250px; text-align:center;}
  111.  
  112. #description {
  113. padding:5px;
  114. text-align:center;
  115. }
  116.  
  117.  
  118. #pagination {
  119. font-size:18px;
  120. text-align:center;
  121. }
  122.  
  123. #info {
  124. text-align:center;
  125. margin-top:10px;
  126. }
  127.  
  128. #asker {
  129. float:left;
  130. margin-right:5px;
  131.  
  132. }
  133.  
  134.  
  135. {CustomCSS}</style></head><body>
  136. <div id="banner">
  137.  
  138. <div id="bannerimage"><img src="{image:banner}"></div>
  139.  
  140. </div>
  141.  
  142. <div id="sidebar"><br>
  143.  
  144. <div id="title"><a href="/">{Title}</a></div>
  145.  
  146. <div id="sidebarimage"><center><img src="{image:sidebar}"></center></div>
  147.  
  148. <div id="sidebarlinks" align="center"><br>
  149. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  150. {block:ifLink2} • <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  151. {block:ifLink3} • <a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  152. {block:ifLink4} • <a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  153. {block:ifLink5} • <a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  154. {block:ifLink6} • <a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div>
  155.  
  156. <div id="description">{Description}</div><br>
  157.  
  158. <div id="pagination">
  159. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage}/{TotalPages}
  160. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  161. </div>
  162.  
  163. </div>
  164.  
  165. <div id="entries">{block:Posts}<div id="post">
  166.  
  167. {block:Text}<h1>{block:Title}<center>{Title}</center>{/block:Title}</h1>{Body}{/block:Text}
  168.  
  169. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  170.  
  171. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  172.  
  173. {block:Quote}<big><strong>"</big></strong>{Quote}<big><strong>"</big></strong>{block:Source} —{Source}{/block:Source}{/block:Quote}
  174.  
  175. {block:Link}<h1><a href="{URL}" {Target}><center>{Name}</center></a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  176.  
  177. {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}
  178.  
  179. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  180.  
  181. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  182.  
  183. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  184.  
  185. <div id="info"><a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a> | <a href="{ReblogRootURL}"title="originally">©</a>{/block:RebloggedFrom}<br>
  186. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  187. {/block:Posts}
  188.  
  189. {block:PostNotes}{PostNotes}{/block:PostNotes}
  190. </div>
  191.  
  192. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment