Advertisement
harreyeh

base code 01

Dec 30th, 2013
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. <!-- BASE CODE BY HARDZIAM -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13.  
  14. <meta name="font:title" content="Trebuchet MS" />
  15. <meta name="font:body" content="Trebuchet MS" />
  16. <meta name="font:description" content="Trebuchet MS" />
  17. <meta name="color:background" content="#fff" />
  18. <meta name="color:text" content="#6783a2" />
  19. <meta name="color:link" content="#8d8c8d" />
  20. <meta name="color:linkhovercolor" content="#c48e8e" />
  21. <meta name="image:sidebar img" content="" />
  22. <meta name="image:background" content="" />
  23. <meta name="text:Link1" content="/" />
  24. <meta name="text:Link1 Title" content="link" />
  25. <meta name="text:Link2" content="/" />
  26. <meta name="text:Link2 Title" content="link" />
  27. <meta name="text:Link3" content="/" />
  28. <meta name="text:Link3 Title" content="link" />
  29. <meta name="text:Link4" content="/" />
  30. <meta name="text:Link4 Title" content="link" />
  31. <meta name="text:Link5" content="/" />
  32. <meta name="text:Link5 Title" content="link" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. body {
  38. background: {color:background};
  39. background-image: url('{image:background}');
  40. margin-left: 100px;
  41. padding: 0;
  42. position:absolute;
  43. font-family: georgia;
  44. }
  45.  
  46. a {
  47. text-decoration:none;
  48. outline:none;
  49. -moz-outline-style:none;
  50. color:{color:link};
  51. -webkit-transition: all 0.5s ease-in-out;
  52. -moz-transition: all 0.5s ease-in-out;
  53. -o-transition: all 0.5s ease-in-out;
  54. }
  55.  
  56. a:hover {
  57. color:{color:linkhovercolor};
  58. -webkit-transition: all 0.5s ease-in-out;
  59. -moz-transition: all 0.5s ease-in-out;
  60. -o-transition: all 0.5s ease-in-out;
  61. }
  62.  
  63.  
  64.  
  65.  
  66. #title {
  67. font-family:{font:title};
  68. color:{color:text};
  69. font-size:18px;
  70. font-style:bold;
  71. text-align:center;
  72. text-decoration:none;
  73. }
  74.  
  75.  
  76. #sidebar {
  77. position:fixed;
  78. margin-top:60px;
  79. margin-left:50px;
  80. width:250px;
  81. padding:5px;
  82. }
  83.  
  84.  
  85. #sidebarpic img {
  86. margin-top:10px;
  87. margin-bottom:20px;
  88. max-width:250px;
  89. height:auto;
  90. text-align:center;
  91. }
  92.  
  93. #description {
  94. margin-top:2px;
  95. width: 250px;
  96. font-size:11px;
  97. text-align:justify;
  98. font-family:{font:description};
  99. }
  100.  
  101. #entry {
  102. font-size:10px;
  103. margin-left: 390px;
  104. margin-top:40px;
  105. float: right;
  106. text-align: justify;
  107. }
  108.  
  109. #post {
  110. font-size:10px;
  111. padding: 5px;
  112. width: 500px;
  113. color:{color:text};
  114. text-align: justify;
  115. }
  116.  
  117. #credit {
  118. position:fixed;
  119. right:0px;
  120. bottom:0px;
  121. padding:4px;
  122. text-transform:none;
  123. font-family: georgia;
  124. font-weight:none;
  125. letter-spacing:1px;
  126. margin-bottom:3px;
  127. font-size:9px;
  128. margin-right:3px;
  129. border:1px solid;
  130. opacity:0.7;
  131. border-color:#bbb;
  132. background: #fff;
  133. -moz-transition-duration:1s;
  134. -webkit-transition-duration:1s;
  135. -o-transition-duration:1s;
  136. }
  137.  
  138. #credit:hover {
  139. opacity:1;
  140. -moz-transition-duration:1s;
  141. -webkit-transition-duration:1s;
  142. -o-transition-duration:1s;
  143. }
  144.  
  145. {CustomCSS}
  146. </style>
  147. </head>
  148.  
  149. <body>
  150.  
  151. <div id="sidebar">
  152. <center>
  153. <div id="title">{Title}</div></center>
  154. <div id="sidebarpic"><a href="/"><img src="{image:sidebar img}"/></a></div>
  155. <div id="description">{block:Description}{Description}{/block:Description}</div>
  156. <center>
  157. {block:PreviousPage}<a href="{PreviousPage}"><font-size="12">«</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">»</font></a>{/block:NextPage}
  158. </center></div>
  159.  
  160.  
  161. <div id="entry">
  162. {block:Posts}
  163. <div id="post">
  164.  
  165. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  166.  
  167. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  168.  
  169. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  170. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  171.  
  172. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  173. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  174.  
  175. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  176. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  177.  
  178. {block:Answer}
  179. <div class="question">
  180. <b>{Asker}</b> asked:<br>
  181. {Question}</div>{Answer}
  182. {/block:Answer}
  183.  
  184.  
  185.  
  186. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  187.  
  188. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} • <a href="{Permalink}">{NoteCount}</a> notes{/block:NoteCount}{block:RebloggedFrom} (<a href="{ReblogParentURL}">{ReblogParentName}</a>
  189. {block:ContentSource} source <a href="{SourceURL}">{SourceLink}</a>){block:ContentSource}{/block:RebloggedFrom}<br>
  190. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  191. {/block:Posts}
  192.  
  193. {block:PostNotes}{PostNotes}{/block:PostNotes}
  194.  
  195. </div>
  196. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  197. </body>
  198.  
  199. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement