Advertisement
josieposie

PADME AMIDALA

Feb 6th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 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.  
  4. <!-------
  5. PADME AMIDALA - THEME BY HRHPADME
  6. please don't steal or
  7. remove the credits
  8. xoxo
  9. <!------>
  10.  
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{FavIcon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  18.  
  19.  
  20. <meta name="color:Background" content="#fff" />
  21. <meta name="color:Text" content="#bbb"/>
  22. <meta name="image:Sidebar" content=""/>
  23.  
  24. <meta name="color:Scrollbar" content="#000"/>
  25.  
  26. <meta name="color:Light Accents" content="#eee"/>
  27. <meta name="color:Link" content="#aaa"/>
  28. <meta name="color:Link Hover" content="#7bd7c2"/>
  29.  
  30. <meta name="color:Title" content="#888"/>
  31.  
  32. <meta name="color:Sidebar Link" content="#aaa"/>
  33. <meta name="color:Sidebar Link Border" content="#eee"/>
  34. <meta name="color:Sidebar Link Hover" content="#78c9a1"/>
  35. <meta name="color:Accent" content="#78c9a1"/>
  36.  
  37. <meta name="text:Updates Tab" content="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam sit amet nisl a sapien fringilla gravida et porta lorem. Sed suscipit fermentum nisi ac interdum."/>
  38.  
  39. <meta name="text:Link 1" content="index"/>
  40. <meta name="text:Link 1 url" content="/"/>
  41. <meta name="text:Link 2" content="ask"/>
  42. <meta name="text:Link 2 url" content="/ask"/>
  43. <meta name="text:link 3" content="archive"/>
  44. <meta name="text:Link 3 url" content="/archive"/>
  45. <meta name="text:Link 4" content="link 4"/>
  46. <meta name="text:Link 4 url" content="/"/>
  47. <meta name="text:Link 5" content="link 5"/>
  48. <meta name="text:Link 5 url" content="/"/>
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. /* follow/dashboard buttons */
  54. iframe#tumblr_controls {
  55. right:2px !important;
  56. position: fixed !important;
  57. -webkit-transition: opacity 0.7s linear;
  58. opacity: 0.16;
  59. -webkit-transition: all 0.8s ease-out;
  60. -moz-transition: all 0.8s ease-out;
  61. transition: all 0.8s ease-out;
  62. -webkit-filter: invert(100%);
  63. }
  64. iframe#tumblr_controls:hover {
  65. -webkit-transition: opacity 0.7s linear;
  66. opacity: 0.16;
  67. -webkit-transition: all 0.4s ease-out;
  68. -moz-transition: all 0.4s ease-out;
  69. transition: all 0.4s ease-out;
  70. -webkit-filter: invert(100%);
  71. }
  72.  
  73. /* basic styles */
  74. body {
  75. color: {color:Text};
  76. background-color: {color:Background};
  77. font: 10px arial;
  78. line-height: 13px;
  79. }
  80. a {
  81. text-decoration:none;
  82. color: {color:Link};
  83. }
  84. a:hover {
  85. color:{color:Link Hover};
  86. cursor: copy;
  87.  
  88. }
  89. h1 {
  90. font-size: 12px;
  91. color: {color:Title};
  92. letter-spacing:-2px;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. width: 3px;
  97. height: 5px;
  98. background: {color:Background};
  99. }
  100. ::-webkit-scrollbar-thumb {
  101. background: {color:Scrollbar};
  102. border-radius: 16px;
  103. border-top: 5px solid {color:Background};
  104. }
  105.  
  106. #content {
  107. {block:IndexPage}
  108.  
  109. width: 400px;
  110. {/block:IndexPage}
  111. {block:PermalinkPage}
  112. width: 400px;
  113. {/block:PermalinkPage}
  114. position: relative;
  115. margin-left: 450px;
  116. margin-top: 60px;
  117. }
  118. .entry {
  119. margin-bottom: 60px;
  120. }
  121.  
  122.  
  123.  
  124. #perma {
  125. position: absolute;
  126. right: -75px;
  127. letter-spacing: -1px;
  128. text-transform: lowercase;
  129. font-style:italic;
  130. }
  131.  
  132. #side {
  133. margin-top: 250px;
  134. margin-left: 60px;
  135. position: fixed;
  136. width: 180px;
  137. }
  138. #side a{
  139. border-bottom: 1px solid {color:Sidebar Link Border};
  140. color: {color:Sidebar Link};
  141. }
  142. #side a:hover {
  143. border-bottom: 1px solid transparent;
  144. color: {color:Sidebar Link Hover};
  145. }
  146. .head {
  147. font-size: 25px;
  148. margin-bottom: 10px;
  149. margin-left: 10px;
  150. color: {color:Title};
  151. letter-spacing: -3px;
  152. font-style:italic;
  153. text-align:center;
  154. }
  155. blockquote {
  156. border-left: 1px solid {color:Light Accents};
  157. margin-left: 6px;
  158. padding-left: 10px;
  159. }
  160.  
  161. img.avatar {display:none; }
  162. ol.notes {
  163. margin-top: 20px;
  164. }
  165.  
  166. #links {
  167. margin-top:10px;
  168. text-align:center;
  169. color:{color:sidebar link};
  170. font-size:12px;
  171. font-style:italic;
  172. letter-spacing:-2px;
  173. }
  174.  
  175. #sidebarimg {
  176. position:fixed;
  177. height:150px;
  178. width:150px;
  179. margin-top:-165px;
  180. margin-left:19px;
  181. border-radius:150px;
  182. overflow:hidden;
  183. z-index:-12;
  184. }
  185.  
  186. #updates {
  187. position:fixed;
  188. margin-top:0px;
  189. margin-left:1156px;
  190. background-color:{color:accent};
  191. height:10px;
  192. width:130px;
  193. color:white;
  194. text-align:center;
  195. font-size:15px;
  196. font-style:italic;
  197. letter-spacing:6px;
  198. padding:10px;
  199. padding-bottom:12px;
  200. cursor:copy;
  201. overflow:hidden;
  202. -webkit-transition: all 0.5s ease-in;
  203. -moz-transition: all 0.5s ease-in;
  204. transition: all 0.5s ease-in;
  205. }
  206.  
  207. #updates:hover {
  208. position:fixed;
  209. margin-top:0px;
  210. margin-left:1156px;
  211. background-color:{color:accent};
  212. height:180px;
  213. width:130px;
  214. color:white;
  215. text-align:center;
  216. font-size:15px;
  217. font-style:italic;
  218. letter-spacing:6px;
  219. padding:10px;
  220. }
  221.  
  222. #pagination {
  223. font-size:12px;
  224. text-align:center;
  225. }
  226.  
  227. #credit {
  228. position:fixed;
  229. right:10px;
  230. bottom:10px;}
  231.  
  232. #credit a {
  233. letter-spacing:0px;
  234. text-transform:uppercase;
  235. font-size: 8px;
  236. color:{color:Text};}
  237.  
  238. </style>
  239.  
  240. <!---infinite scroll---><script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  241.  
  242. </head>
  243.  
  244.  
  245. <body>
  246.  
  247. <div id="updates">updates<br><br><br>
  248. <div style="text-align:center"><div style="font-size:11px"><div style="letter-spacing:1px">
  249.  
  250.  
  251. {text:updates tab}
  252.  
  253.  
  254. </div></div></div></div>
  255.  
  256. </div>
  257. <div id="updates:hover"></div>
  258.  
  259. <!--sidebars-->
  260. <div id="side">
  261.  
  262. <div id="sidebarimg"><img src="{image:Sidebar}" /></div>
  263.  
  264. <div class="head">
  265.  
  266.  
  267.  
  268. {Title}</div><center>{Description}</center>
  269.  
  270. <div id="links">
  271.  
  272. <a href="{text:Link 1 url}">{text:Link 1}</a>&nbsp;&nbsp;&nbsp;
  273. <a href="{text:Link 2 url}">{text:Link 2}</a>&nbsp;&nbsp;&nbsp;
  274. <a href="{text:Link 3 url}">{text:Link 3}</a>&nbsp;&nbsp;&nbsp;
  275. <a href="{text:Link 4 url}">{text:Link 4}</a>&nbsp;&nbsp;&nbsp;
  276. <a href="{text:Link 5 url}">{text:Link 5}</a>&nbsp;&nbsp;&nbsp;
  277.  
  278. </div>
  279.  
  280. <div id="pagination">
  281. <br>
  282. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  283. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  284. </div>
  285.  
  286. </div>
  287.  
  288.  
  289. <!----->
  290.  
  291.  
  292. <div id="content">
  293. {block:Posts}
  294.  
  295. <!-- {block:NoRebloggedFrom}
  296. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  297. {/block:NoRebloggedFrom} -->
  298. <div class="entry">
  299. <!--permalink-->
  300. {block:IndexPage}<div id="perma"><a href="{Permalink}">{MonthNumberwithZero}.{DayofMonthwithZero}.{Year}</a><br><a href="{Permalink}">{DayofWeek}</a><br><a href="{ReblogURL}">reblog</a></div>{/block:IndexPage}
  301.  
  302.  
  303. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  304.  
  305. {block:Photoset}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  306.  
  307. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  308.  
  309. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  310.  
  311. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  312.  
  313. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat}
  314.  
  315. {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  316.  
  317. {block:Video}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  318.  
  319. {block:Answer}<b>{Asker}</b> asked: <br><center><i>{Question}</i></center><p>{Answer}{/block:Answer}
  320.  
  321. <!--permalink page-->
  322. {block:PermalinkPage}
  323. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  324. {block:PostNotes}{PostNotes}{/block:PostNotes}
  325. {/block:PermalinkPage}
  326. </div> <!---entry div--->
  327. {/block:Posts}
  328.  
  329. {block:ContentSource}<!-- {SourceURL}
  330. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  331. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  332. {/block:ContentSource}
  333. </div><!---content div--->
  334.  
  335.  
  336. <div id="credit">
  337. <a href="http://hrhpadme.tumblr.com/">©</a>
  338. </div>
  339.  
  340.  
  341. </body>
  342.  
  343. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement