Advertisement
lonodon

THEME 03; KAWAII BY LONODON

Sep 18th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 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} <style>html, body, a { cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important; }
  7. </style>
  8.  
  9.  
  10.  
  11. <!--
  12. ╱╭╮╭╮╱╱╱╱╱╱╱╱╱╱╱╭╮╱╱╱╱╱╱╭╮╱╱╱╱╱╱╱╱╱╱╱╭╮
  13. ╭╯╰┫┃╱╱╱╱╱╱╱╱╱╱╱┃┃╱╱╱╱╱╱┃┃╱╱╱╱╱╱╱╱╱╱╱┃┃
  14. ╰╮╭┫╰━┳━━┳╮╭┳━━╮┃╰━┳╮╱╭╮┃┃╭━━┳━╮╭━━┳━╯┣━━┳━╮
  15. ╱┃┃┃╭╮┃┃━┫╰╯┃┃━┫┃╭╮┃┃╱┃┃┃┃┃╭╮┃╭╮┫╭╮┃╭╮┃╭╮┃╭╮╮
  16. ╱┃╰┫┃┃┃┃━┫┃┃┃┃━┫┃╰╯┃╰━╯┃┃╰┫╰╯┃┃┃┃╰╯┃╰╯┃╰╯┃┃┃┃
  17. ╱╰━┻╯╰┻━━┻┻┻┻━━╯╰━━┻━╮╭╯╰━┻━━┻╯╰┻━━┻━━┻━━┻╯╰╯
  18. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  19. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  20. -->
  21.  
  22. <!-- THEME 03; KAWAII BY LONODON, DO NOT STEAL OR REMOVE CREDIT. I SWEAR I WILL HUNT YOU DOWN.-->
  23.  
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:text" content="#b6b5b5"/>
  26. <meta name="color:link" content="#b87889"/>
  27. <meta name="color:linkhover" content="#f0e7e1"/>
  28. <meta name="color:scrollbar" content="ececec"/>
  29. <meta name="font:title" content="Cambria" />
  30. <meta name="font:body" content="calibri" />
  31. <meta name="font:pagination" content="calibri" />
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="text:link 1" content="link 1"/>
  34. <meta name="text:link 1 url" content="/" />
  35. <meta name="text:title1" content=""/>
  36. <meta name="text:link 2" content="link 2"/>
  37. <meta name="text:link 2 url" content="/" />
  38. <meta name="text:title2" content=""/>
  39. <meta name="text:link 3" content="link 3"/>
  40. <meta name="text:link 3 url" content="/" />
  41. <meta name="text:title3" content=""/>
  42. <meta name="text:yourname" content="|YOUR NAME HERE|"/>
  43.  
  44.  
  45.  
  46. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  47. <style>
  48. #qTip {
  49. padding: 0px;
  50. display: none;
  51. text-align: center;
  52. position: absolute;
  53. font-size:8px;
  54. line-height:10px;
  55. font-family:century gothic;
  56. z-index: 1000;
  57. border: 1px solid {color:link};
  58. background-color:#fff;
  59. color: {color:link};
  60. text-transform:uppercase;
  61. letter-spacing: 1px;
  62. }
  63. </style>
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68.  
  69.  
  70. ::selection {background: #fff; color:{color:selection};}
  71. ::-moz-selection {background: #fff; color:{color:selection};}
  72. ::-webkit-selection {background: #fff; color:{color:selection};}
  73.  
  74. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  75. height:100px;}
  76.  
  77. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  78.  
  79.  
  80. body {
  81. font-style:none;
  82. background:{color:background};
  83. margin:0px; color:{color:text};
  84. font-family:calibri;
  85. font-size:11px;
  86. line-height:100%;
  87.  
  88. }
  89.  
  90. blockquote {
  91. border-left:2px solid #ECECEC;
  92. padding-left:2px;
  93. margin:5px;
  94. }
  95.  
  96. a {
  97. color:{color:link}
  98. }
  99.  
  100. a {
  101. text-decoration:none;
  102. -webkit-transition:all 0.5s ease-in-out;
  103. -moz-transition:all 0.5s ease-in-out;
  104. -o-transition:all 0.5s ease-in-out;
  105. -ms-transition:all 0.5s ease-in-out;
  106. transition:all 0.5s ease-in-out;
  107. }
  108.  
  109. a:hover {
  110. color:{color:linkhover}
  111. }
  112.  
  113. img {none;}
  114.  
  115. h1 , h2 {
  116. font-family:calibri;
  117. text-transform:none;
  118. font-size:14px;
  119. line-height:30px;
  120. letter-spacing:0px;
  121. text-align:center;
  122. font-style:none;
  123. }
  124.  
  125. #entries {
  126. padding:10px;
  127. width:480px;
  128. margin-left:500px;
  129. margin-top:50px;
  130.  
  131. }
  132.  
  133. #post {
  134. width:500px;
  135. padding-bottom:100px;
  136. font-style:none;
  137. padding:15px;
  138. margin-bottom:10px;
  139. }
  140.  
  141. #nav {
  142. position:fixed;
  143. overflow:hidden;
  144. margin-top:150px;
  145. margin-left:315px;
  146. }
  147.  
  148. #link1 a , #link2 a, #link3 a
  149.  
  150. #title
  151. {
  152. font-family:century gothic;
  153. text-align:center;
  154. margin-top:-129px;
  155. padding-bottom:0px;
  156. text-transform:none;
  157. font-style:normal;
  158. font-size:10px;
  159. }
  160.  
  161. #description {
  162. margin-left: 135px;
  163. margin-top: 200px;
  164. position: fixed;
  165. width: 100px;
  166. height: 105px;
  167. line-height: 90%;
  168. background-color:#ffffff;
  169. text-transform:none;
  170. text-align:center;
  171. font-family:century gothic;
  172. font-size: 9px;
  173. font-style:none;
  174. padding-bottom:5px;
  175. padding-top:0px;
  176. overflow-y:scroll;
  177. overflow-x:auto;
  178. border: 1px solid {color:text};
  179. }
  180.  
  181. #links {
  182. position: fixed;
  183. font-family:calibri;
  184. padding-top: 0px;
  185. padding-bottom: 5px;
  186. margin-top: 202.5px;
  187. margin-left: 240px;
  188. padding-left: 0px;
  189. padding-right: 0px;
  190. letter-spacing: 1px;
  191. height: 10px;
  192. width: 150px; }
  193.  
  194. #questions {
  195. background-color:#ffffff;
  196. color: {color:text};
  197. margin-left:0px;
  198. padding:5px;
  199. margin-top:5px;
  200. margin-bottom:5px;
  201. font-family:calibri;
  202. font-size:10px;
  203. font-style:normal;
  204. font-family: century gothic;
  205. text-align:center;
  206. }
  207.  
  208. .note {
  209. padding:0px 20px 0px 20px;
  210. background-color:#FFFFFF;
  211. text-transform:lowercase;
  212. letter-spacing:0px;
  213. font-size: 11px;
  214. font-style:normal;
  215. text-align:left;
  216. line-height:120%;
  217. }
  218.  
  219. .note li {
  220. list-style-type:none;
  221. padding:5px 25px 5px 25px;
  222. text-align:left;
  223. margin-right:30px;
  224. margin-top:-50px;
  225. }
  226.  
  227. #info {
  228. font-family:century gothic;
  229. text-align:center;
  230. margin-top:10px;
  231. padding-top:10px;
  232. padding:0px;
  233. padding-bottom:1px;
  234. text-transform:none;
  235. font-style:none;
  236. font-size:10px;
  237. line-height:100%;
  238. }
  239.  
  240. #RebloggedFrom {
  241. font-family:century gothic;
  242. text-align:center;
  243. margin-top:-5px;
  244. padding-bottom:0px;
  245. text-transform:none;
  246. font-style:none;
  247. font-size:10px;
  248. }
  249.  
  250. #tags {
  251. font-family:century gothic;
  252. text-align:center;
  253. margin-top:0px;
  254. padding-bottom:0px;
  255. text-transform:none;
  256. font-style:none;
  257. font-size:10px;
  258. }
  259.  
  260. #pagination
  261. {
  262. font-size:10px;
  263. margin-top:160px;
  264. margin-left:112.5px;
  265. position:fixed;
  266. font-family:calibri;
  267. font-style:normal;
  268. text-align:center;
  269. width:50px
  270. text-transform:uppercase;
  271. letter-spacing:1px;
  272. }
  273.  
  274. {CustomCSS}</style></head><body>
  275.  
  276.  
  277. <div id="description">{Description}</div>
  278.  
  279.  
  280.  
  281. <div id="links"> <a href="/" title= home><img src="http://media.tumblr.com/tumblr_me96x3rQqL1qdlkyg.gif" /> </a>
  282. <a href="/ask" title= ask><img src="http://media.tumblr.com/tumblr_me96whP1Xs1qdlkyg.gif" /> </a>
  283. <a href="{text:link 1 url}" title= {text:title1}><img src="http://media.tumblr.com/tumblr_m9ral7F4iH1qdlkyg.gif" /> </a>
  284. <a href="{text:link 2 url}" title= {text:title2}><img src="http://media.tumblr.com/tumblr_m9ralgqmho1qdlkyg.gif" /> </a>
  285. <a href="{text:link 3 url}" title= {text:title3}><img src="http://media.tumblr.com/tumblr_m9ranuVdBe1qdlkyg.gif" /> </a></div>
  286.  
  287.  
  288.  
  289. <div id="scrollbar">{scrollbar}</div>
  290.  
  291.  
  292.  
  293. <div id="pagination">
  294. {block:Pagination}
  295. <div id="pagination">
  296. {block:PreviousPage}
  297. <a href="{PreviousPage}">←</a>
  298. {/block:PreviousPage}
  299. {block:NextPage}
  300. <a href="{NextPage}">→</a>
  301. {/block:NextPage}
  302. </div>
  303. {/block:Pagination}</div>
  304.  
  305.  
  306.  
  307. {block:HasPages}{block:Pages}
  308.  
  309. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  310.  
  311. </div></center>
  312.  
  313.  
  314. </div>
  315.  
  316. <div id="entries" style= "font-family: century gothic;">{block:Posts}<div id="post">
  317.  
  318. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  319.  
  320. {block:blockquote}{/block:blockquote}
  321.  
  322.  
  323.  
  324. {block:Photo}
  325. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  326. {/block:Photo}
  327.  
  328. {block:Photoset}
  329. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  330. {/block:Photoset}
  331.  
  332. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  333.  
  334. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  335.  
  336. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>notes</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  337.  
  338. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  339.  
  340. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  341.  
  342. {block:Answer}<div id="questions"style= "margin-left: 25px;"><img src="{AskerPortraitURL-30}" style="border:1px solid {color:link}; padding:4px;background:#fff;"/><div class="asker" ><font color="#b6b5b5"><sub>{Asker} asked:</font><div id="question">{Question}<sub></sub></div></div></div><div class="answer"style="margin-left: 25px; padding:2px;background:#fff; text-align: center; font-family:century gothic; border: 1px solid {color:link};">{Answer} </div>{/block:answer}
  343.  
  344.  
  345. <div id="info"><img src="http://i1225.photobucket.com/albums/ee381/enix-directory/Pixels/heart09.gif"</a> {block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date} </a><img src="http://i1225.photobucket.com/albums/ee381/enix-directory/Pixels/heart09.gif"</a>
  346. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} <img src="http://i1225.photobucket.com/albums/ee381/enix-directory/Pixels/heart09.gif"</a> <a href="{ReblogParentURL}">{ReblogParentName}{/block:RebloggedFrom}</a><img src="http://i1225.photobucket.com/albums/ee381/enix-directory/Pixels/heart09.gif"</a> {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}{/block:ContentSource}</a></div>
  347.  
  348. <div id="tags">
  349. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  350.  
  351. </div>
  352. {block:PostNotes}{PostNotes}{/block:PostNotes}
  353. {/block:Posts}</div>
  354.  
  355. <div style="position:fixed;bottom:5px; right:5px; text-transform:uppercase; font-size:8px; letter-spacing:2px; border: 1px solid {color:link}; padding: 3px;"><a href="http://lonodon.tumblr.com">lonodon</a></div>
  356. </div>
  357. </div>
  358. </body>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement