Advertisement
ronnweasley

Codes

Oct 25th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. <head><title>{Title}</title>
  2. <link rel="shortcut icon" href="{Favicon}">
  3. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  4. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  5.  
  6.  
  7. <meta name="color:bg" content="#ffffff"/>
  8. <meta name="color:text" content="#838282"/>
  9. <meta name="color:link" content="#b8b8b8"/>
  10. <meta name="color:side links" content="">
  11. <meta name="color:linkhover" content="">
  12. <meta name="color:description" content="#cecece">
  13. <meta name="color:sidebar bg" content="#EEE9E9">
  14. <meta name="color:sidebar border" content="#FFDAB9">
  15. <meta name="color:bold" content="">
  16. <meta name="color:scrollbar" content="#f5f5f5">
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="image:sbar" content="">
  19. <meta name="color:background" content="">
  20. <meta name="color:pagination" content="">
  21. <meta name="color:border" content="#f4f4f4">
  22. <meta name="color:title" content="">
  23. <meta name="color:info" content="">
  24.  
  25.  
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="" />
  32. <meta name="text:Link4" content="" />
  33. <meta name="text:Link4 Title" content="" />
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {
  39. background-color: {color:scrollbar};
  40. width:15px;
  41. height:100px;
  42. border: 1px solid {color:scrollbar};
  43. -webkit-border-radius: 0px;
  44. }
  45.  
  46. ::-webkit-scrollbar {
  47. height:7px;
  48. width:7px;
  49. background-color: #ffffff;
  50. }
  51.  
  52.  
  53. body {
  54. background-color:{color:bg};
  55. font-family:calibri;
  56. font-weight:normal;
  57. font-size:10px;
  58. color:{color:text};
  59. }
  60.  
  61. a {
  62. color:{color:link};
  63. text-decoration:none;
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. }
  68.  
  69. a:hover {
  70. color:{color:linkhover};
  71. text-decoration:none;
  72. -moz-transition-duration:0.5s;
  73. -webkit-transition-duration:0.5s;
  74. -o-transition-duration:0.5s;
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. border-left:2px solid {color:text};
  83. padding-left:5px;
  84. margin:5px;
  85. }
  86.  
  87. h1 {
  88. font-size:10px;
  89. text-align:center;
  90. line-height:80%;
  91. letter-spacing:1px;
  92. text-transform:uppercase;
  93. color:{color:text};
  94. }
  95.  
  96. #entries {
  97. padding:10px;
  98. width:460px;
  99. margin-left:460px;
  100. padding-top:10px;
  101. }
  102.  
  103. #post {
  104. width:500px;
  105. padding-top:30px;
  106. font-family:arial;
  107. }
  108.  
  109. #border {
  110. width:1px;
  111. height:800px;
  112. margin-top:-10;
  113. margin-left:300px;
  114. background:{color:border};
  115. position:fixed;
  116. }
  117.  
  118. #sidebar {
  119. width:240px;
  120. position:fixed;
  121. margin-left:140px;
  122. margin-top:230px;
  123.  
  124. }
  125.  
  126. #sidebarimg{
  127. width:222px;
  128. }
  129.  
  130. #sidebarimg img {
  131. width:222px
  132. }
  133.  
  134. #sidebarimg img:hover{
  135. background-color:#c9c9c9;
  136. opacity:0.4;
  137. }
  138.  
  139. #description {
  140. font-family:arial;
  141. font-weight:none;
  142. margin-left:160px;
  143. margin-top:435px;
  144. width:180px;
  145. text-align:justify;
  146. font-size:9px;
  147. line-height:100%;
  148. padding:3px;
  149. position:fixed;
  150. color:black;
  151. }
  152.  
  153. #links {
  154. width:220px;
  155. font-family:calibri;
  156. font-style:none;
  157. text-transform:lowercase;
  158. font-size:11px;
  159. margin-top:410px;
  160. margin-left:140px;
  161. text-align:center;
  162. letter-spacing:;
  163. word-spacing:;
  164. position:fixed;
  165. }
  166.  
  167. #links a {
  168. padding:3;
  169. color:black;
  170. }
  171.  
  172. #links a:hover {
  173. color:gray;
  174. }
  175.  
  176. #pagination {
  177. font-family:calibri;
  178. font-style:none;
  179. color:{color:pagination};
  180. font-size:9px;
  181. text-align:center;
  182. margin-left:250px;
  183. margin-top:530px;
  184. position:fixed;
  185.  
  186. }
  187.  
  188. #info {
  189. font-family:arial;
  190. color:{color:info};
  191. height:15px;
  192. font-size:10px;
  193. text-align:right;
  194. padding:5px;
  195. margin-top:10px;
  196. text-transform:lowercase;
  197. }
  198.  
  199.  
  200. #tags {
  201. font-family:arial;
  202. text-align:right;
  203. color:{color:info};
  204. padding:10px;
  205. margin-top:-10px;
  206. font-size:10px;
  207. text-transform:lowercase;
  208.  
  209. }
  210.  
  211. #questions {
  212. background-color: {color:asker bg};
  213. padding:10px;
  214. text-align:left;
  215. }
  216.  
  217. .credit {
  218. position:fixed;
  219. bottom:5px;
  220. right:5px;
  221. font: 15px Consolas;
  222. background: transparent;
  223. color: #000;
  224. text-transform:uppercase;
  225. letter-spacing: 0px;
  226. padding: 5px; }
  227.  
  228. .credit a{
  229. color:#000;
  230. opacity:0.8;}
  231.  
  232. .credit a:hover{
  233. color:#000;
  234. opacity:1.0;}
  235.  
  236. {CustomCSS}</style></head><body>
  237.  
  238. <div id="sidebar">
  239. <div id="sidebarimg"><img src=""></div></div>
  240.  
  241. <div id="links">
  242. <a href="/" title="">fresh</a>
  243. ✩ <a href="/ask" title="">inbox</a>
  244. ✩ <a href="/" title="">link</a>
  245. ✩ <a href="/" title="">link</a>
  246. ✩ <a href="/" title="">link</a>
  247. </div>
  248.  
  249. <div id="description"><blockquote>{description}</blockquote></div>
  250.  
  251. <div id="pagination">
  252. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev - </a>{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{block:NextPage}{/block:Pagination}</div>
  253.  
  254.  
  255. <div id="entries">{block:Posts}<div id="post">
  256.  
  257. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  258.  
  259. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  260.  
  261. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  262.  
  263. {block:Quote}<div align=center>{Quote}</div>{block:Source} <div align=right> —{Source}</div></div>{/block:Source}{/block:Quote}
  264.  
  265. <div align=left>{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  266.  
  267. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  268.  
  269. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  270.  
  271. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  272.  
  273.  
  274. {block:Answer}<div id="questions"><link rel="{AskerIcon}">{Asker} said: {Question}</link></div><div id="answer">{Answer}</div>{/block:answer}
  275.  
  276. {block:Date}<div id="info"><a href="{Permalink}">{Month} {DayOfMonthWithZero} / {block:NoteCount} <a href="{Permalink}"> {NoteCount} {/block:NoteCount}</a> / {block:ContentSource}<a href="{SourceURL}">source </a>{/block:ContentSource}</div></div>{/block:Date}
  277. {block:HasTags}<div id="tags">file under: <i>
  278. {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div></i>
  279. {/block:HasTags}
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}
  281. {/block:Posts}</div>
  282.  
  283. <div class="credit"><a href="http://victarionn.tumblr.com">♡</a>
  284. </div>
  285.  
  286. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement