Advertisement
ronnweasley

Codes

Dec 26th, 2014
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 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. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {
  38. background-color: {color:scrollbar};
  39. width:15px;
  40. height:100px;
  41. border: 1px solid {color:scrollbar};
  42. -webkit-border-radius: 0px;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. height:7px;
  47. width:7px;
  48. background-color: #ffffff;
  49. }
  50.  
  51.  
  52. body {
  53. background-color:{color:bg};
  54. font-family:calibri;
  55. font-weight:normal;
  56. font-size:10px;
  57. color:{color:text};
  58. }
  59.  
  60. a {
  61. color:{color:link};
  62. text-decoration:none;
  63. -moz-transition-duration:0.5s;
  64. -webkit-transition-duration:0.5s;
  65. -o-transition-duration:0.5s;
  66. }
  67.  
  68. a:hover {
  69. color:{color:linkhover};
  70. text-decoration:none;
  71. -moz-transition-duration:0.5s;
  72. -webkit-transition-duration:0.5s;
  73. -o-transition-duration:0.5s;
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80. blockquote {
  81. border-left:2px solid {color:text};
  82. padding-left:5px;
  83. margin:5px;
  84. }
  85.  
  86. h1 {
  87. font-size:10px;
  88. text-align:center;
  89. line-height:80%;
  90. letter-spacing:1px;
  91. text-transform:uppercase;
  92. color:{color:text};
  93. }
  94.  
  95. #entries {
  96. padding:10px;
  97. width:460px;
  98. margin-left:430px;
  99. padding-top:10px;
  100. }
  101.  
  102. #post {
  103. width:500px;
  104. padding-top:30px;
  105. font-family:arial;
  106. }
  107.  
  108. #border {
  109. width:1px;
  110. height:800px;
  111. margin-top:-10;
  112. margin-left:700px;
  113. background:{color:border};
  114. position:fixed;
  115. }
  116.  
  117. #background {
  118. background-color:#F5F5F5;
  119. margin-top:-10px;
  120. margin-left:-10px;
  121. width:300px;
  122. height:100%;
  123. position:fixed;
  124. }
  125.  
  126. #sidebar {
  127. width:250px;
  128. position:fixed;
  129. margin-left:140px;
  130. margin-top:230px;
  131.  
  132. }
  133.  
  134. #sidebarimg{
  135. width:120px;
  136. margin-top:-20px;
  137. margin-left:-50px;
  138. }
  139.  
  140. #sidebarimg img {
  141. width:120px;
  142. height:120px;
  143. border:11px solid;
  144. border-color:#EEE5DE;
  145. }
  146.  
  147. #box {
  148. transition:1s;
  149. opacity:1;
  150. margin-left:0px;
  151. margin-top:0px;
  152. width:150px;
  153. height:150px;
  154. position:fixed;
  155. background:transparent;
  156. }
  157.  
  158. #box:hover #description{
  159. transition:1s;
  160. opacity:1;
  161. margin-left:318px;
  162. margin-top:297px;
  163. padding:3px;
  164. }
  165.  
  166. #description {
  167. font-family:latha;
  168. font-weight:none;
  169. margin-left:95px;
  170. margin-top:360px;
  171. width:130px;
  172. text-align:justify;
  173. font-size:10px;
  174. line-height:100%;
  175. position:fixed;
  176. color:black;
  177. opacity:1;
  178.  
  179. }
  180.  
  181. #links {
  182. width:140px;
  183. font-family:latha;
  184. font-style:none;
  185. text-transform:uppercase;
  186. font-size:9px;
  187. margin-top:190px;
  188. margin-left:90px;
  189. text-align:center;
  190. position:fixed;
  191. word-spacing:0px;
  192.  
  193. }
  194.  
  195. #links a {
  196. padding:3;
  197. color:black;
  198. }
  199.  
  200. #links a:hover {
  201. color:gray;
  202. }
  203.  
  204. #pagination {
  205. font-family:tahoma;
  206. font-style:none;
  207. color:{color:pagination};
  208. font-size:10px;
  209. text-align:center;
  210. margin-left:155px;
  211. margin-top:550px;
  212. position:fixed;
  213. word-spacing:4px;
  214.  
  215. }
  216.  
  217. #date {
  218. font-family:arial;
  219. color:gray;
  220. width:65px;
  221. font-size:9px;
  222. text-align:left;
  223. word-spacing:-1px;
  224. padding:5px;
  225. margin-top:10px;
  226. text-transform:lowercase;
  227. }
  228.  
  229. #info {
  230. font-family:arial;
  231. color:gray;
  232. font-size:9px;
  233. text-align:left;
  234. padding:5px;
  235. text-transform:lowercase;
  236. }
  237.  
  238.  
  239. #tags {
  240. font-family:arial;
  241. text-align:left;
  242. color:#E8E8E8;
  243. padding:3px;
  244. margin-top:0px;
  245. font-size:9px;
  246. text-transform:lowercase;
  247.  
  248. }
  249.  
  250. #questions {
  251. background-color: {color:asker bg};
  252. padding:10px;
  253. text-align:left;
  254. }
  255.  
  256. .credit {
  257. position:fixed;
  258. bottom:5px;
  259. right:5px;
  260. font: 15px Consolas;
  261. background: transparent;
  262. color: #000;
  263. text-transform:uppercase;
  264. letter-spacing: 0px;
  265. padding: 5px; }
  266.  
  267. .credit a{
  268. color:#000;
  269. opacity:0.8;}
  270.  
  271. .credit a:hover{
  272. color:#000;
  273. opacity:1.0;}
  274.  
  275. {CustomCSS}</style></head><body>
  276.  
  277. <div id="background"><div id="sidebar">
  278. <div id="sidebarimg"><img src="http://static.tumblr.com/2gysvwa/zafngk06i/emii.png"></div>
  279. </div>
  280.  
  281. <div id="links">
  282. <a href="/" title="">home</a>
  283. <a href="/ask" title="">ask</a>
  284. <a href="" title="">link</a>
  285. <a href="" title="">link</a>
  286. <a href="" title="">link</a>
  287. </div>
  288.  
  289. <div id="description">{description}</div>
  290.  
  291. <div id="pagination">
  292. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">- </a>{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">+</a>{block:NextPage}{/block:Pagination}</div></div>
  293.  
  294.  
  295. <div id="entries">{block:Posts}<div id="post">
  296.  
  297. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  298.  
  299. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  300.  
  301. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  302.  
  303. {block:Quote}<div align=center>{Quote}</div>{block:Source} <div align=right> —{Source}</div></div>{/block:Source}{/block:Quote}
  304.  
  305. <div align=left>{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  306.  
  307. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  308.  
  309. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  310.  
  311. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  312.  
  313.  
  314. {block:Answer}<div id="questions"><link rel="{AskerIcon}">{Asker} said: {Question}</link></div><div id="answer">{Answer}</div>{/block:answer}
  315.  
  316. <div id="info">{block:Date}<a href="{Permalink}">{Month}/{DayOfMonth} {/block:Date} {block:ContentSource}· <a href="{SourceURL}">source</a>{/block:ContentSource} {block:RebloggedFrom} · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} <a href="{Permalink}">· {NoteCount} {/block:NoteCount}</a> {/block:Date}</div>
  317.  
  318. {block:HasTags}<div id="tags"><i>
  319. {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div></i>
  320. {/block:HasTags}
  321. {block:PostNotes}{PostNotes}{/block:PostNotes}
  322. {/block:Posts}</div></div>
  323.  
  324. <div class="credit"><a href="http://harrypottiarthemes.tumblr.com">♡</a>
  325. </div>
  326.  
  327. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement