Advertisement
miu-

miutheme1

May 20th, 2013
2,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 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.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13.  
  14.  
  15. <meta name="color:background" content="#fff" />
  16. <meta name="color:Texts" content="#444" />
  17.  
  18. <meta name="color:hover" content="#aaa" />
  19. <meta name="color:link" content="#999" />
  20. <meta name="color:link hover" content="#999" />
  21. <meta name="text:Link 1 Title" content="" />
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 2 Title" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 3 Title" content="" />
  26. <meta name="text:Link 3" content="" />
  27.  
  28.  
  29. <style type="text/css">
  30.  
  31. body{
  32. font-size:10px;
  33. color:{color:Texts};
  34. font-family:arial;
  35. font-size:10px;
  36. background-color:{background-color};
  37. }
  38.  
  39. blockquote
  40. {border-left:2px solid;
  41. padding-left:5px;}
  42.  
  43. a
  44. {text-decoration:none;
  45. color:{color:Link};
  46. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  47. opacity:1;}
  48.  
  49. a:hover
  50. {text-decoration:none;
  51. color:{color:Link hover};
  52. opacity:1;}
  53.  
  54. #mew{
  55. width:508px;
  56. margin-left:400px;
  57. background-color:{background-color};
  58. position:absolute;
  59. padding:5px;
  60. }
  61.  
  62. #post{
  63. padding:2px;
  64. background-color:{background-color};
  65. width:500px;
  66. float:left;
  67. margin:2px;
  68. }
  69.  
  70. #sidebar {padding:3px 0px 3px 0px;
  71. background:{color:background};
  72. position:fixed;
  73. width:403px;
  74. font-size: 9px;
  75. top:80px;
  76. z-index:1;
  77. background:transparent;
  78. margin-left:100px;
  79. font-family: baskerville; }
  80.  
  81.  
  82.  
  83.  
  84. {CustomCSS]</style>
  85.  
  86. </head>
  87. <body>
  88. <div id="sidebar"> <a href="/">home</a> / {block:AskEnabled}<a class="links" href="/ask">message</a> {/block:AskEnabled}{block:SubmissionsEnabled}<a class="links" href="/submit">Submit</a> {/block:SubmissionsEnabled}{block:IfShowRSS}<a class="links" href="{RSS}">RSS</a> {/block:IfShowRSS}{block:HasPages}{block:Pages}<a class="links" href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages} / your links c: <br>
  89. {description}</div>
  90.  
  91. <div id="mew">
  92.  
  93. {block:Posts}
  94.  
  95. <div id="post">
  96.  
  97. {block:Title}{Title}{/block:Title}
  98.  
  99. {block:Text}{Body}{/block:Text}
  100.  
  101. {block:Photo}
  102. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  103. {/block:Photo}
  104.  
  105. {block:Photoset}
  106. {Photoset-500}
  107. {/block:Photoset}
  108.  
  109.  
  110. {block:Quote}
  111. {Quote}
  112. <div align="right">
  113. {block:Source}-{Source}{/block:Source}
  114. </div>
  115. {/block:Quote}
  116.  
  117.  
  118. {block:Video}
  119. {Video-500}<br>
  120. {PlayCountWithLabel}
  121. {/block:Video}
  122.  
  123.  
  124. {block:Link}
  125. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  126. {block:Description}{Description}{/block:Description}
  127. {/block:Link}
  128.  
  129. {block:Chat}
  130. {block:Lines}
  131. {block:Label}
  132. <br>{Label}
  133. {/block:Label}
  134. &nbsp;{Line}
  135. {/block:Lines}
  136. {/block:Chat}
  137.  
  138. {block:Audio}
  139. {AudioPlayerGrey}
  140. <br><div align="right">{block:Artist}
  141. Artist: {Artist}</div>
  142. {/block:Artist}<br>
  143. {block:Caption}{Caption}{/block:Caption}
  144. {/block:Audio}
  145.  
  146.  
  147. {block:Answer}
  148. <b>{Asker} </b>asked <i>{Question}</i><Br>
  149. {Answer}
  150. {/block:Answer}
  151.  
  152. {block:PermalinkPage}
  153. {block:Caption}
  154. {Caption}
  155. {/block:Caption}
  156. <br>
  157. {block:NoteCount}
  158. {NoteCount} notes
  159. {/block:NoteCount}
  160. <Br>
  161. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  162. {/block:PermalinkPage}
  163. </div>
  164.  
  165. {/block:Posts}
  166.  
  167. </div>
  168.  
  169. </body>
  170. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement