Advertisement
ronnweasley

Codes

Sep 21st, 2014
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 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="#cecece">
  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. #sidebar {
  110. width:250px;
  111. margin-left:-20;
  112. margin-top:0;
  113. position:fixed;
  114.  
  115. }
  116.  
  117. #image {
  118. height:800px;
  119. position:fixed;
  120. margin-left:-10px;
  121. margin-top:-20px;
  122. }
  123.  
  124. #image:hover {
  125. opacity:0.4;
  126. }
  127.  
  128. #sidebar:hover #description {
  129. transition:0.3s;
  130. margin-top:310px;
  131. margin-left:80px;
  132. padding:3;
  133. opacity:1;
  134. width:130px;
  135. height:30px;
  136.  
  137. }
  138.  
  139. #sidebar:hover #links {
  140. transition:0.3s;
  141. margin-top:285px;
  142. margin-left:80px;
  143. padding:3;
  144. opacity:1;
  145. width:130px;
  146. height:30px;
  147.  
  148. }
  149.  
  150. #description {
  151. opacity:0;
  152. font-family:elephant;
  153. margin-left:80px;
  154. margin-top:310px;
  155. width:130px;
  156. text-align:center;
  157. font-size:12px;
  158. line-height:100%;
  159. color:{color:description};
  160. position:fixed;
  161. background-color:#000;
  162.  
  163. }
  164.  
  165. #links {
  166. opacity:0;
  167. width:120px;
  168. font-family:elephant;
  169. text-transform:uppercase;
  170. font-size:8px;
  171. margin-top:285px;
  172. margin-left:80px;
  173. text-align:center;
  174. letter-spacing:1px;
  175. word-spacing:4px;
  176. position:fixed;
  177. background-color:#000;
  178.  
  179. }
  180.  
  181. #links a {
  182. color:#f4f4f4;
  183. }
  184.  
  185. #pagination {
  186. font-family:cambria;
  187. color:{color:pagination};
  188. font-size:10px;
  189. text-align:center;
  190. margin-left:310px;
  191. margin-top:400px;
  192. position:fixed;
  193.  
  194. }
  195.  
  196. #info {
  197. font-family:arial;
  198. color:{color:info};
  199. font-size:8px;
  200. padding:5px;
  201. margin-top:10px;
  202. text-transform:uppercase;
  203. }
  204.  
  205.  
  206. #tags {
  207. font-family:arial;
  208. color:{color:info};
  209. padding:10px;
  210. margin-top:-10px;
  211. font-size:9px;
  212. text-transform:lowercase;
  213.  
  214. }
  215.  
  216. #questions {
  217. background-color: {color:asker bg};
  218. padding:10px;
  219. text-align:left;
  220. }
  221.  
  222. .credit {
  223. position:fixed;
  224. bottom:5px;
  225. right:5px;
  226. font: 15px Consolas;
  227. background: transparent;
  228. color: #000;
  229. text-transform:uppercase;
  230. letter-spacing: 0px;
  231. padding: 5px; }
  232.  
  233. .credit a{
  234. color:#000;
  235. opacity:0.8;}
  236.  
  237. .credit a:hover{
  238. color:#000;
  239. opacity:1.0;}
  240.  
  241. {CustomCSS}</style></head><body>
  242.  
  243. <div id="sidebar">
  244. <div id="image"><a href=""><img src=""></a></div>
  245.  
  246. <div id="links"><i>
  247. <a href="" title="">1.</a>
  248. <a href="" title="">2.</a>
  249. <a href="" title="">3.</a>
  250. <a href="" title="">4.</a>
  251. <a href="" title="">5.</a>
  252. <a href="" title="">6.</a></div>
  253.  
  254. <div id="description">{description}</i></div>
  255. </div>
  256.  
  257. <div id="pagination">
  258. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← </a><br>{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">→</a>{block:NextPage}{/block:Pagination}</div></div>
  259.  
  260. <div id="entries">{block:Posts}<div id="post">
  261.  
  262. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  263.  
  264. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  265.  
  266. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  267.  
  268. {block:Quote}<div align=center>{Quote}</div>{block:Source} <div align=right> —{Source}</div></div>{/block:Source}{/block:Quote}
  269.  
  270. <div align=left>{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  271.  
  272. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  273.  
  274. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  275.  
  276. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  277.  
  278.  
  279. {block:Answer}<div id="questions">{Asker} asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  280.  
  281. {block:Date}<div id="info">{block:ContentSource}<a href="{SourceURL}">source ∙</a>{/block:ContentSource}
  282. {block:NoteCount} <a href="{Permalink}"> {NoteCountWithLabel} {/block:NoteCount} ∙ <a href="{Permalink}">{Month} {DayOfMonthWithZero}</div></a></div>{/block:Date}
  283. {block:HasTags}<div id="tags">search: <i>
  284. {block:Tags} /<a href="{TagURL}">{Tag}</a>{/block:Tags}</div></i>
  285. {/block:HasTags}
  286. {block:PostNotes}{PostNotes}{/block:PostNotes}
  287. {/block:Posts}</div>
  288.  
  289. <div class="credit"><a href="http://shelleyheennig.tumblr.com">♡</a>
  290. </div>
  291.  
  292. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement