Advertisement
cmonhaz

THEME 02. STARLIGHT BY CMONHAZ

Jan 25th, 2013
843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 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 theme by meliapond @ tumblr, for public use --->
  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="image:sidebar" content=""/>
  14. <meta name="image:header" content=""/>
  15. <meta name="text:Link 1" content=""/>
  16. <meta name="text:Link Url 1" content=""/>
  17. <meta name="text:Link 2" content=""/>
  18. <meta name="text:Link Url 2" content=""/>
  19. <meta name="text:Link 3" content=""/>
  20. <meta name="text:Link Url 3" content=""/>
  21.  
  22. <style type="text/css">
  23.  
  24. body {
  25. background:{color:background};
  26. margin:0px;
  27. color:{color:text};
  28. font-family:Calibri;
  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. img {
  41. border:none;
  42. }
  43.  
  44. blockquote {
  45. padding-left:5px;
  46. border-left:2px solid;
  47. }
  48.  
  49. blockquote blockquote {
  50. padding-left:5px;
  51. border-left:2px solid;
  52. }
  53.  
  54. h1 {
  55. font-size:15px;
  56. }
  57.  
  58. #entries {
  59. padding:5px;
  60. width:500px;
  61. margin-left:500px;
  62. margin-top:40px;
  63. }
  64.  
  65. #post {
  66. width:500px;
  67. padding-bottom:20px;
  68. }
  69.  
  70. #header{
  71. width:750px;
  72. margin: 0 auto;
  73. padding-top: 10px;
  74. }
  75. #sidebar {
  76. width:200px;
  77. position:fixed;
  78. margin-left:265px;
  79. margin-top:35px;
  80. }
  81.  
  82. #title {
  83. font-size:15px;
  84. text-align:center;
  85. font-family: arial black;
  86. margin-bottom:5px;
  87. font-weight: bold;
  88. text-transform: uppercase;
  89. letter-spacing: 2px;
  90. }
  91.  
  92. #sidebarimage {
  93. width 200px;
  94. }
  95.  
  96. #sidebarimage img {
  97. width:200px;
  98. }
  99.  
  100. #description {
  101. padding:5px;
  102. font: 8px;
  103. text-align:center;
  104. }
  105.  
  106. #pagination {
  107. font-size:20px;
  108. text-align:center;
  109. }
  110.  
  111. #info {
  112. text-align:center;
  113. margin-top:10px;
  114. }
  115.  
  116. #asker {
  117. float:left;
  118. margin-right:5px;
  119. }
  120. .links {
  121. font-size:7px;
  122. margin-top:50px;
  123. position:fixed;
  124. width:50px;
  125. margin-left: -50px;
  126. letter-spacing:0px;
  127. text-align:center;
  128. letter-spacing:2px;
  129. line-height:100%;
  130. border-top:0px solid #fafafa;
  131. }
  132.  
  133. .links a{
  134. color:#000;
  135. text-transform:uppercase;
  136. text-align:right;
  137. background-color:#fff;
  138. display:block;
  139. padding:5px 5px 5px;
  140. letter-spacing:1px;
  141. text-decoration:none;
  142. border-bottom:0px solid #fafafa;
  143. -moz-transition-duration:0.3s;
  144. -webkit-transition-duration:0.3s;
  145. -o-transition-duration:0.3s;
  146. }
  147.  
  148. .links a:hover{
  149. color:#666;
  150. padding:5px 5px 5px;
  151. background-color:#eee9e6;
  152. -moz-transition-duration:0.3s;
  153. -webkit-transition-duration:0.3s;
  154. -o-transition-duration:0.3s;
  155. }
  156.  
  157.  
  158.  
  159.  
  160. {CustomCSS}</style></head><body>
  161. <div id="header"><img src="{image:Header}"></div>
  162. <div id="sidebar">
  163.  
  164. <div id="title">{Title}</div>
  165. <div class="links">
  166. <a href="/">home</a>
  167. <a href="/ask">ask</a>
  168. {block:ifLink1}<a href="{text:Link URL 1}">{text:Link 1}</a>{/block:ifLink1}
  169. {block:ifLink2}<a href="{text:Link URL 2}">{text:Link 2}</a>{/block:ifLink2}
  170. {block:ifLink3}<a href="{text:Link URL 3}">{text:Link 3}</a>{/block:ifLink3}
  171. <a href="http://cmonhaz.tumblr.com/">credit</a>
  172. </div>
  173.  
  174. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  175.  
  176. <div id="description">{Description}</div>
  177.  
  178. <div id="pagination">
  179. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  180. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}
  181. </div>
  182.  
  183. </div>
  184.  
  185. <div id="entries">{block:Posts}<div id="post">
  186.  
  187. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  188.  
  189. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  190.  
  191. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  192.  
  193. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  194.  
  195. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  196.  
  197. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  198.  
  199. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  200.  
  201. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  202.  
  203. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  204.  
  205. <div id="info">
  206. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  207. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  208. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  209.  
  210. </div>
  211. {block:PostNotes}{PostNotes}{/block:PostNotes}
  212. {/block:Posts}</div>
  213.  
  214. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement