Advertisement
Guest User

Untitled

a guest
Sep 13th, 2013
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.39 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.  
  3. <!--
  4.  
  5. THEME BY MYKHALANDSTARS --- PLEASE DO NOT REMOVE CREDIT --- YOU CAN CHANGE IT HOWEVER YOU WISH JUST DO NOT REMOVE THE CREDIT --- THANKS!
  6.  
  7. --- AMELIA THEME 1 ----
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:bg" content=""/>
  31. <meta name="image:update tab" content=""/>
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 Text" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Link 4 Text" content="" />
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. #bite
  46. #bite a{
  47. display:block
  48. }
  49. #bite .death {
  50. margin-top:-40px;filter: alpha(opacity = 0);
  51. opacity:0;-webkit-transition: all 0.5s ease-out;
  52. -moz-transition: all 0.5s ease-out;transition: all 1s ease-out;
  53. }
  54.  
  55. #bite:hover .death {
  56. margin-top:2px;
  57. -webkit-transition: all 1s ease-out;
  58. -moz-transition: all 1s ease-out;
  59. transition: all 1s ease-out;
  60. filter: alpha(opacity = 100);
  61. filter: alpha(opacity = 100);
  62. opacity:100;
  63. }
  64.  
  65. /* --- SCROLLBAR ---*/
  66.  
  67. ::-webkit-scrollbar {
  68. width: 5px;height: 5px;}
  69. ::-webkit-scrollbar-button:start:decrement,
  70. ::-webkit-scrollbar-button:end:increment {
  71. height: 6px;display: block;background-color: {color:white};}
  72. ::-webkit-scrollbar-track-piece {
  73. background-color: {color:scrollbarbg};}
  74. ::-webkit-scrollbar-thumb:vertical {
  75. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  76.  
  77.  
  78. /* --- BODY ---*/
  79.  
  80. body {
  81. background:{color:background};
  82. margin:0px;
  83. color:{color:text};
  84. font-family:Calibri;
  85. font-size:9px;
  86. line-height:100%;
  87. }
  88.  
  89. a {
  90. text-decoration:none;
  91. outline:none;
  92. -moz-outline-style:none;
  93. color:{color:link};
  94. }
  95.  
  96. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  97.  
  98. img {
  99. border:none;
  100. }
  101.  
  102. blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107. blockquote blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. h1 {
  113. font-size:9px;
  114. text-transform:uppercase;
  115. }
  116.  
  117. a:hover {
  118. opacity:10;
  119. color:{color:hover};
  120. -webkit-transition: all 0.7s ease;
  121. -moz-transition: all 0.7s ease;
  122. -o-transition: all 0.7s ease
  123. }
  124.  
  125. #bite
  126. #bite a{
  127. display:block
  128. }
  129. #bite .death {
  130. margin-top:0px;filter: alpha(opacity = 0);
  131. opacity:0;-webkit-transition: all 0.5s ease-out;
  132. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  133. }
  134.  
  135. #bite:hover .death {
  136. margin-top:0px;
  137. -webkit-transition: all 0.8s ease-out;
  138. -moz-transition: all 0.8s ease-out;
  139. transition: all 0.8s ease-out;
  140. filter: alpha(opacity = 100);
  141. filter: alpha(opacity = 100);
  142. opacity:100;
  143. }
  144.  
  145.  
  146. /* --- POST ENTRIES ---*/
  147.  
  148.  
  149. #entries {
  150. padding:10px;
  151. width:500px;
  152. margin-left:450px;
  153. margin-top:40px;
  154. font-size:10px;
  155. }
  156.  
  157. /* --- BODY: POSTS ---*/
  158.  
  159.  
  160. #post {
  161. width:500px;
  162. padding-bottom:20px;
  163. padding:10px;
  164. margin-top:15px;
  165. background-color:{color:Post};
  166. }
  167.  
  168. /* --- SIDEBAR IMAGE ---*/
  169.  
  170.  
  171. #sidebar {
  172. width:125px;
  173. position:fixed;
  174. margin-left:260px;
  175. margin-top:150px;
  176. opacity:.80;
  177. background-color:{color:Sidebar};
  178. }
  179.  
  180. #sidebarimage {
  181. width 125px;
  182. }
  183.  
  184. #sidebarimage img {
  185. width:125px;
  186. border:none;
  187. padding:10px;
  188. margin-left:-16px;
  189.  
  190.  
  191. }
  192.  
  193.  
  194.  
  195. /* --- SIDEBAR LINKS ---*/
  196.  
  197. .links {
  198. width:125px;
  199. height:5px;
  200. padding: 5px;
  201. font-size:8px;
  202. font-family:'calibri';
  203. text-align:center;
  204. margin-top:-2px;
  205. margin-left:-12px;
  206. text-align:center;
  207. text-transform:uppercase;
  208. word-spacing:2px;
  209. position:fixed;
  210. padding-bottom:5px;
  211. }
  212.  
  213. .links a {
  214. font-size: 10px;
  215. }
  216.  
  217. .links a:hover {
  218. color:{color:Hover}
  219. }
  220.  
  221.  
  222. /* --- DESCRIPTION ---*/
  223.  
  224. #description {
  225. position:fixed;
  226. font-family:cambria;
  227. line-height:90%;
  228. font-size:9px;
  229. font-style:italic;
  230. width:100px;
  231. margin-top:20px;
  232. padding:8px;
  233. margin-left:0px;
  234. text-align:center;
  235. color:{color:text};
  236. }
  237.  
  238.  
  239.  
  240. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  241. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  242.  
  243.  
  244.  
  245. /* --- PAGINATION---*/
  246.  
  247.  
  248. #pagination {
  249. width:125px;
  250. font-size:8px;
  251. text-align:center;
  252. margin-left:0px;
  253. margin-top:16px;
  254. position:fixed;
  255. font-family:consolas;
  256. letter-spacing:0px;
  257. }
  258.  
  259.  
  260. /* --- POST INFO ---*/
  261.  
  262.  
  263. #info {
  264. text-align:left;
  265. margin-top:10px;
  266. text-transform:lowercase;
  267. font-size:8px;
  268. font-style:none;
  269. border-top:1px solid {color:Line}
  270. }
  271.  
  272. /* --- POST TAGS---*/
  273.  
  274.  
  275. #tags {
  276. font-family:cambria;
  277. letter-spacing:0px;
  278. text-transform:lowercase;
  279. font-size:10px;
  280. font-style:italic;
  281. margin-top:4px;
  282. text-align:left;
  283. }
  284.  
  285. #tags
  286. a {display:inline;padding:-3px;text-align:left;
  287. -webkit-transition: all 0.6s ease-in-out;
  288. -moz-transition: all 0.6s ease-in-out;
  289. -o-transition: all 0.6s ease-in-out;
  290. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  291.  
  292.  
  293. /* --- QUESTIONS ---*/
  294.  
  295. #asker {
  296. padding:5px;
  297. font-family:cambria;
  298. letter-spacing:1px;
  299. text-align:left;
  300. font-style:italic;
  301. margin-left:10px;
  302. border-left:3px #eee solid;
  303. background-color:{color:background}
  304. }
  305.  
  306. #actualnews {
  307. font-family:calibri;
  308. font-size:10px;
  309. color: #DEDEDE;
  310. width:100px;
  311. height:auto;
  312. padding-top:3px;
  313. border:1px solid #E6E6E6;
  314. margin-left: 40px;
  315. margin-top:30px;
  316. text-align:center;
  317. position:fixed;
  318. }
  319.  
  320. #thekey img{
  321. width:70px;
  322. margin-top: -30px;
  323. margin-left: 55px;
  324. position:fixed;
  325. opacity:.80
  326. }
  327.  
  328. {CustomCSS}
  329.  
  330.  
  331.  
  332. </style>
  333.  
  334.  
  335. </head>
  336.  
  337.  
  338.  
  339. <body>
  340.  
  341. <div id="bite">
  342. <div id="thekey"><img src="{image:update tab}"></div>
  343. <div class="death">
  344. <div id="actualnews">
  345. UPDATES
  346. <p>
  347. TAB
  348. <p>
  349. <a href="/">LINK</a>
  350. </div>
  351. </div></div>
  352.  
  353.  
  354. <div id="bite">
  355. <div id="sidebar">
  356. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  357.  
  358. <div class="links">
  359. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  360. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  361. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  362. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  363. </div>
  364.  
  365.  
  366.  
  367. <div class="death">
  368. <div id="description">
  369.  
  370. <image src="http://25.media.tumblr.com/11ec8f9cb82a3e8ca470aa7aa271c765/tumblr_mt36z6AG391sivje7o1_100.jpg">
  371. <p>
  372. {Description}
  373. <p>
  374. <image src="http://25.media.tumblr.com/35bc30a3bd4acab281126e8e3446d35b/tumblr_mt36v6hle31sivje7o1_100.jpg"></div>
  375.  
  376. </div>
  377. {block:Pagination}<div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}">←</a>&nbsp;&nbsp;{/block:PreviousPage}
  379. {block:JumpPagination length="5"}
  380. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  381. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  382. {/block:JumpPagination}
  383. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385. </div>
  386.  
  387. </div>
  388.  
  389. </div></div>
  390.  
  391.  
  392.  
  393.  
  394.  
  395. <div id="entries">{block:Posts}<div id="post">
  396.  
  397. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  398.  
  399. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400.  
  401. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  402.  
  403. {block:Quote}{Quote}{/block:Quote}
  404.  
  405. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  406.  
  407. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  408.  
  409. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  410. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  411. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  412. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  413. {/block:Audio}
  414.  
  415. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  418.  
  419. <div id="info">
  420. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  421. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  422. {/block:Posts}
  423. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  424. {/block:Posts}</div></div></div>
  425.  
  426.  
  427.  
  428. <!--
  429. THEME MAKER CREDIT
  430. -->
  431.  
  432. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://mykhalandstars.tumblr.com/">BAMBI</a></center></div>
  433.  
  434.  
  435. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement