Advertisement
Guest User

harryashell basecode one

a guest
Sep 22nd, 2014
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 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. <!---- base code by harryashell (please credit me if you make a theme using this base code!! its not that hard!! even just here!!) --->
  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="image:sidebar" content=""/>
  15. <meta name="text:Link 1 Title" content="01 text">
  16. <meta name="text:Link 1 URL" content="01">
  17. <meta name="text:Link 2 Title" content="02 text">
  18. <meta name="text:Link 2 URL" content="02">
  19. <meta name="text:Link 3 Title" content="03 text">
  20. <meta name="text:Link 3 URL" content="03">
  21.  
  22. <style type="text/css">
  23.  
  24. body {
  25. background:{color:background};
  26. margin:0px;
  27. color:{color:text};
  28. font-family:arial;
  29. font-size:10px;
  30. line-height:100%;
  31. }
  32.  
  33. a {
  34. text-decoration:none;
  35. outline:none;
  36. -moz-outline-style:none;
  37. color:{color:link};
  38. }
  39.  
  40. a:hover{
  41. color:{color:hover};
  42. }
  43.  
  44. img {
  45. border:none;
  46. }
  47.  
  48. blockquote {
  49. padding-left:5px;
  50. border-left:2px solid;
  51. }
  52.  
  53. blockquote blockquote {
  54. padding-left:5px;
  55. border-left:2px solid;
  56. }
  57.  
  58. h1 {
  59. font-size:15px;
  60. }
  61.  
  62. #entries {
  63. padding:10px;
  64. width:500px;
  65. margin-left:500px;
  66. margin-top:40px;
  67. }
  68.  
  69. #post {
  70. width:500px;
  71. margin-bottom:50px;
  72. }
  73.  
  74. #sidebar {
  75. position:fixed;
  76. margin-left:200px;
  77. margin-top:200px;
  78. }
  79.  
  80. #title {
  81. font-size:15px;
  82. text-align:center;
  83. margin-bottom:5px;
  84. }
  85.  
  86. #sidebarimage {
  87. width 250px;
  88. }
  89.  
  90. #sidebarimage img {
  91. width:200px;
  92. }
  93.  
  94. #links{
  95. margin-top:5px;
  96. text-align:center;
  97. }
  98.  
  99. #links a{
  100. padding:5px;
  101. }
  102.  
  103. #links a:hover{
  104. color:{color:hover};
  105. }
  106.  
  107. #description {
  108. text-align:center;
  109. margin-top:5px;
  110. width:200px;
  111. }
  112.  
  113. #pagination {
  114. font-size:10px;
  115. text-align:center;
  116. }
  117.  
  118. #info {
  119. text-align:center;
  120. margin-top:10px;
  121. }
  122.  
  123. #asker {
  124. float:left;
  125. margin-right:5px;
  126. }
  127.  
  128. {CustomCSS}</style></head><body>
  129.  
  130. <div id="sidebar">
  131.  
  132. <div id="title">title here yo</div>
  133.  
  134. <div id="sidebarimage"><img src="http://38.media.tumblr.com/eec877ab096b566ecaca991263322dd8/tumblr_na9telykxB1sqh7g7o2_250.gif"></div>
  135.  
  136. <div id="links">
  137. <a href="/">home</a>
  138. <a href="/ask">ask</a>
  139. <a href="{text:Link 1 URL}">uno</a>
  140. <a href="{text:Link 2 URL}">dos</a>
  141. <a href="{Text:Link 3 URL}">tres</a></div>
  142.  
  143. <div id="description">hey this is a base code by harryashell that u can use wherever you want i would really appreciate credit (mainly bc i wanna see what u can do w this!!!) !!</div>
  144.  
  145. <div id="pagination">
  146. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} —
  147. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  148. </div>
  149.  
  150. </div>
  151.  
  152. <div id="entries">{block:Posts}<div id="post">
  153.  
  154. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  155.  
  156. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  157.  
  158. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  159.  
  160. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  161.  
  162. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  163.  
  164. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  165.  
  166. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  167.  
  168. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  169.  
  170. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  171.  
  172. <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}
  173. <br>
  174. {block:HasTags}{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  175.  
  176. </div>
  177. {block:PostNotes}{PostNotes}{/block:PostNotes}
  178. {/block:Posts}</div>
  179.  
  180. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement