Advertisement
lokiphile

Lokiphile tumblr theme 2

Aug 24th, 2012
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 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}
  7.  
  8. <!---- theme by noelle @ lokiphile.tumblr.com, base theme by jessica @baskervillles.tumblr.com
  9.  
  10. Please don’t remove or alter the credit
  11. Edit away! but please don’t use it as a base code
  12. Don't use snippets from this please
  13. I think that’s everything, enjoy! if you have any questions, just ask me and I’ll try to help you! :D
  14.  
  15.  
  16. Enjoy! :D
  17.  
  18. --->
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:text" content="#838282"/>
  23. <meta name="color:link" content="#b8b8b8"/>
  24. <meta name="color:link hover" content="#b8b8b8"/>
  25. <meta name="color:title" content="#b8b8b8"/>
  26. <meta name="color:button" content="#b8b8b8"/>
  27. <meta name="color:button hover" content="#b8b8b8"/>
  28. <meta name="color:sborder" content="#b8b8b8"/>
  29. <meta name="color:border" content="#b8b8b8"/>
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:Background" content="" />
  32.  
  33. <meta name="text:Custom Link One" content="" />
  34. <meta name="text:Custom Link One Title" content="" />
  35. <meta name="text:Custom Link Two" content="" />
  36. <meta name="text:Custom Link Two Title" content="" />
  37. <meta name="text:Custom Link Three" content="" />
  38. <meta name="text:Custom Link Three Title" content="" />
  39. <meta name="text:Custom Link Four" content="" />
  40. <meta name="text:Custom Link Four Title" content="" />
  41. <meta name="text:Custom Link Five" content="" />
  42. <meta name="text:Custom Link Five Title" content="" />
  43.  
  44. <meta name="color:scroll" content= />
  45.  
  46. <meta name="color:scrollbg" content= />
  47.  
  48. <meta name="if:Webkit Scrollbar" content="1" />
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  54.  
  55. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  56.  
  57. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  58.  
  59.  
  60.  
  61. div.button{
  62.  
  63. -webkit-transition: opacity 0.5s linear;
  64.  
  65. opacity: 1;
  66.  
  67. }
  68.  
  69. div.button:hover{
  70.  
  71. -webkit-transition: opacity 0.5s linear;
  72.  
  73. opacity: 1;
  74.  
  75. }
  76.  
  77. body {
  78. background:{color:background};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:calibri;
  82. font-size:11px;
  83. line-height:100%;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:{color:link};
  91. }
  92.  
  93.  
  94. a{
  95. text-decoration:none;
  96. color:{color:link};
  97. -webkit-transition: all 0.3s ease-out;
  98. -moz-transition: all 0.3s ease-out;
  99. transition: all 0.3s ease-out;
  100. }
  101.  
  102. a:hover {
  103. color:{color:link hover};
  104. -webkit-transition: all 0.3s ease-out;
  105. -moz-transition: all 0.3s ease-out;
  106. transition: all 0.3s ease-out;
  107. }
  108.  
  109. img {
  110. border:none;
  111. }
  112.  
  113. blockquote {
  114. padding-left:5px;
  115. border-left:2px solid;
  116. }
  117.  
  118. blockquote blockquote {
  119. padding-left:5px;
  120. border-left:2px solid;
  121. }
  122.  
  123. h1 {
  124. font-size:15px;
  125. }
  126.  
  127.  
  128.  
  129. #entries {
  130. padding:10px;
  131. width:500px;
  132. margin-left:580px;
  133. margin-top:40px;
  134.  
  135. }
  136.  
  137. #title {
  138. position:relative;
  139. margin-top:55px;
  140. font-size:20px;
  141. font-family: 'Miniver', cursive;
  142. text-align:center;
  143. margin-bottom:5px;
  144. color:{color:title};
  145. z-index:4px;
  146.  
  147. }
  148. #post {
  149. width:500px;
  150. padding-bottom:10px;
  151. padding-left:10px;
  152. padding-right:10px;
  153. padding-top:10px;
  154.  
  155.  
  156. }
  157.  
  158.  
  159. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  160. .bubble p {margin:1px 0px;}
  161. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  162.  
  163. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  164.  
  165. #sidebar {
  166. width:250px;
  167. position:fixed;
  168. margin-left:250px;
  169. margin-top:50px;
  170. text-align:center;
  171. font-size:11px;
  172. line-height:110%
  173. }
  174.  
  175.  
  176. #navigation{
  177. padding:3px;
  178. position:absolute;
  179. margin-top:-185px;
  180. width:300px;
  181. background-color:transparent;
  182. border:1px none #000000;
  183. margin-left:22px;
  184. }
  185.  
  186.  
  187. div.button a{
  188. text-align: center;
  189. margin:2px;
  190. padding:3px 0px;
  191. color: {color:text};
  192. background-color:{color:button};
  193. margin-top:2px;
  194. position:relative;
  195. width: 150px;
  196. display: inline-block;
  197. }
  198. div.button a:hover{
  199. padding:8px 0;
  200. color:{color:text};
  201. background-color: {color:button hover};
  202. }
  203.  
  204. #biter
  205.  
  206. #bite a {display:block}
  207.  
  208. #bite .death {margin-left:0px;filter: alpha(opacity = 0.1);opacity:0;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  209.  
  210. #bite:hover .death {margin-left:-250px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 70);filter: alpha(opacity = 70);opacity:70;}
  211.  
  212.  
  213.  
  214. #navbar2 ul {
  215. margin-top: -30px;
  216. position:relative;
  217. padding: 5px;
  218. list-style-type: none;
  219. text-align: center;
  220. background-color: #ffffff;filter:alpha(opacity=0);opacity:.65;
  221. word-spacing:10px;
  222. font-weight:bold;
  223. z-index:3;
  224. }
  225.  
  226. #navbar2 ul li {
  227. display: inline;
  228. }
  229.  
  230. #navbar2 ul li a {
  231. text-decoration: none;
  232. padding: .2em 1.5em;
  233. color:#686464;
  234. background-color:#fdfdfa;
  235. }
  236.  
  237. #navbar2 ul li a:hover {
  238. color:#ffffff;
  239. background-color:#686464;
  240.  
  241. }
  242.  
  243. #credit {
  244. position:fixed;
  245. width:80px;
  246. right:0px;
  247. bottom:3px;
  248. line-height:5px;
  249. letter-spacing:0px;
  250. font:10px trebuchet ms;
  251. color: {color:text};
  252. text-transform:uppercase;
  253. }
  254.  
  255. #sidebarimage {
  256. width 250px;
  257. margin-top:3px;
  258.  
  259. }
  260.  
  261. #sidebarimage img {
  262. width:250px;
  263. border:10px none;
  264. color:{color:sborder};
  265. }
  266.  
  267.  
  268. #description {
  269. padding:0px;
  270. text-align:center;
  271. position:fixed;
  272. margin-top:2px;
  273. width:250px;
  274. height:250px;
  275. margin-top:-253px;
  276. margin-left:0px;
  277. background:#fdfdfa;
  278.  
  279. }
  280.  
  281. #description a:hover{
  282. padding:0px;
  283. text-align:center;
  284. position:fixede;
  285. margin-top:2px;
  286. width:250px;
  287. height:300px;
  288. margin-top:-320px;
  289. margin-left:2px;
  290. background:#fdfdfa;
  291.  
  292.  
  293. }
  294.  
  295. #description{
  296.  
  297. -webkit-transition: opacity 0.5s linear;
  298.  
  299. opacity: 0.0;
  300.  
  301. }
  302.  
  303. #description:hover{
  304.  
  305. -webkit-transition: opacity 0.5s linear;
  306.  
  307. opacity: 0.8;
  308.  
  309. }
  310.  
  311.  
  312. #pagination {
  313. font-size:20px;
  314. text-align:center;
  315. margin-top:15px;
  316. margin-left:121px;
  317. position:fixed;
  318. }
  319.  
  320. #info {
  321.  
  322. text-align:right;
  323. margin-top:10px;
  324. background:{color: border}
  325. }
  326.  
  327.  
  328.  
  329. #asker {
  330. float:left;
  331. margin-right:5px;
  332.  
  333. }
  334.  
  335.  
  336. {block:ifWebkitScrollbar}
  337.  
  338. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg};}
  339.  
  340. ::-webkit-scrollbar-corner {background:{color:scroll};}
  341.  
  342. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  343.  
  344. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  345.  
  346. {/block:ifWebkitScrollbar}
  347.  
  348. {CustomCSS}</style></head><body>
  349.  
  350.  
  351.  
  352. <div id="sidebar">
  353.  
  354. <div id="title">{Title}</div>
  355.  
  356.  
  357. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  358.  
  359. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  360.  
  361.  
  362. <div id="bite"><div align="center"> <div id="description">{Description}</div></div>
  363.  
  364. <div class="death">
  365. <div id="navigation"><div class="button">
  366. {block:IfCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}{block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}{block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a>{/block:ifCustomLinkFiveTitle}
  367. </div></div>
  368. </div>
  369. </div>
  370.  
  371.  
  372. <div id="navbar2">
  373. <ul>
  374. <li><a href="/">home</a></li>
  375. <li><a href="/ask">message</a></li>
  376. <li><a href="/archive">archive</a></li>
  377. </ul>
  378. </div>
  379.  
  380. <div id="pagination">
  381.  
  382. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><b>-</b></a>{/block:PreviousPage}
  383. {block:NextPage}<a href="{NextPage}"><b>+</b></a>{/block:NextPage}{/block:Pagination}
  384. </div>
  385.  
  386. </div>
  387.  
  388. <div id="credit"><a target="blank"href="http://lokiphile.tumblr.com"><font color="{color:text}">© lokiphile</a></font></div>
  389.  
  390. <div id="entries">{block:Posts}<div id="post">
  391.  
  392. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  393.  
  394. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  395.  
  396. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  397.  
  398. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  399.  
  400. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  401.  
  402. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  403.  
  404. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  405.  
  406. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407.  
  408. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  409.  
  410. <div id="info">
  411. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  412. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  413. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details">Reblog</a><br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  414.  
  415. </div>
  416. {block:PostNotes}{PostNotes}{/block:PostNotes}
  417. {/block:Posts}</div>
  418.  
  419. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement