Advertisement
karennn13

theme 6

Dec 5th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- THEME 6 BY SUPERNTURL --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Hover" content="#838282"/>
  14. <meta name="text:Link 1 Title" content="01 text">
  15. <meta name="text:Link 1 URL" content="01">
  16. <meta name="text:Link 2 Title" content="02 text">
  17. <meta name="text:Link 2 URL" content="02">
  18. <meta name="text:Link 3 Title" content="03 text">
  19. <meta name="text:Link 3 URL" content="03">
  20.  
  21. <style type="text/css">
  22.  
  23. body {
  24. background:{color:background};
  25. margin:0px;
  26. color:{color:text};
  27. font-family:arial;
  28. font-size:10px;
  29. line-height:100%;
  30. }
  31.  
  32. a {
  33. text-decoration:none;
  34. outline:none;
  35. -moz-outline-style:none;
  36. color:{color:link};
  37. }
  38.  
  39. a:hover{
  40. color:{color:hover};
  41. }
  42.  
  43. img {
  44. border:none;
  45. }
  46.  
  47. blockquote {
  48. padding-left:5px;
  49. border-left:2px solid;
  50. }
  51.  
  52. blockquote blockquote {
  53. padding-left:5px;
  54. border-left:2px solid;
  55. }
  56.  
  57. h1 {
  58. font-size:15px;
  59. }
  60.  
  61. #entries {
  62. padding:10px;
  63. width:500px;
  64. margin-left:500px;
  65. margin-top:40px;
  66. }
  67.  
  68. #post {
  69. width:500px;
  70. margin-bottom:50px;
  71. }
  72.  
  73. #sidebar {
  74. position:fixed;
  75. margin-left:200px;
  76. margin-top:200px;
  77. }
  78.  
  79. #title {
  80. font-size:15px;
  81. text-align:center;
  82. margin-bottom:5px;
  83. font-weight:bold;
  84. }
  85.  
  86.  
  87. #links{
  88. margin-top:20px;
  89. text-align:center;
  90. }
  91.  
  92. #links a{
  93. padding:5px;
  94. text-decoration:underline;
  95. }
  96.  
  97. #links a:hover{
  98. color:{color:hover};
  99. text-decoration:line-through;
  100. }
  101.  
  102. #description {
  103. text-align:center;
  104. margin-top:5px;
  105. width:200px;
  106. line-height:15px;
  107. }
  108.  
  109. #pagination {
  110. font-size:10px;
  111. text-align:center;
  112. }
  113.  
  114. #info {
  115. text-align:center;
  116. margin-top:10px;
  117. border-top:1px dotted;
  118. }
  119.  
  120. #asker {
  121. float:left;
  122. margin-right:5px;
  123. }
  124. #import {
  125. position:fixed;
  126. font-size:8px;
  127. font-weight:normal;
  128. line-height:150%;
  129. letter-spacing:2px;
  130. right:10px;
  131. bottom:10px;
  132. text-transform:uppercase;
  133. text-align:center;
  134. }
  135.  
  136.  
  137.  
  138. {CustomCSS}</style></head><body>
  139.  
  140. <div id="sidebar">
  141.  
  142. <div id="title">{Title}</div>
  143.  
  144. <div id="links">
  145. <a href="/">home</a>✌
  146. <a href="/ask">ask</a>✌
  147. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>✌
  148. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  149. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a></div>
  150.  
  151. <div id="description">{Description}</div>
  152. <form name="jump">
  153.  
  154. <select name="menu"onchange='location=this.options[this.selectedIndex].value;' style='width:100px;margin-left:50px;margin-top:10px;margin-bottom:15px;'>
  155. <option value="whatever">navigation</option>
  156. <option value="url">blogroll</option>
  157. <option value="url">themes</option>
  158. <option value="url">friends</option>
  159. <option value="url">hella rad</option>
  160. <option value="url">frick</option>
  161. </select>
  162. </form>
  163. <div id="pagination">
  164. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} —
  165. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  166. </div>
  167.  
  168. </div>
  169.  
  170. <div id="entries">{block:Posts}<div id="post">
  171.  
  172. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  173.  
  174. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  175.  
  176. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  177.  
  178. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  179.  
  180. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  181.  
  182. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  183.  
  184. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  185.  
  186. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  187.  
  188. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  189.  
  190. <div id="info"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> ; {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> src <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  191. <br>
  192. {block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  193.  
  194. </div>
  195. {block:PostNotes}{PostNotes}{/block:PostNotes}
  196. {/block:Posts}</div>
  197.  
  198. <div id="import"><a href="http://karen.co.vu/">©</a></div>
  199.  
  200. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement