Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 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">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. {block:IfInfiniteScroll}
  12. <script src="http://static.tumblr.com/tcozonu/z1dlwzfoe/jquery-1.2.6.min.js" type="text/javascript" charset="utf-8"></script>
  13.  
  14. <script type="text/javascript" charset="utf-8">
  15. $(function(){
  16. $("#page-wrap").wrapInner("<table><tr>");
  17. $(".post").wrap("<td>");
  18. });
  19. </script>
  20. {/block:IfInfiniteScroll}
  21.  
  22.  
  23. <meta name="image:Bottom" content=""/>
  24. <meta name="color:Background" content="#fff"/>
  25. <meta name="color:Posts Background" content="#fff"/>
  26. <meta name="color:Bottom Background" content="#fff"/>
  27. <meta name="color:Text" content="#333"/>
  28. <meta name="color:Links" content="#333"/>
  29. <meta name="color:Bottom Links" content="#333"/>
  30. <meta name="text:Space between posts" content="20"/>
  31. <meta name="text:Text" content="12"/>
  32. <meta name="font:Body" content="Times New Roman"/>
  33. <meta name="image:Background" content=""/>
  34. <meta name="if:Enable endless scrolling" content="1">
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. * { margin: 0; padding: 0;}
  40.  
  41. body {padding: 20px; font: 16px arial; color: {color:text}; background-color: {color:background};}
  42.  
  43. a:link {color:{color:Links}; text-decoration:none; font-size:12px; font-weight: lighter;}
  44. a:visited {color:{color:Links}; text-decoration:none;}
  45. a:hover {color:{color:Links}; text-decoration:underline;}
  46. a:active {color:{color:Links}; text-decoration:none;}
  47.  
  48. /* BASIC */
  49. img {
  50. border:none;
  51. }
  52.  
  53. object {
  54. width: 100%;
  55. }
  56.  
  57. embed {
  58. width: 100%;
  59. }
  60.  
  61. {block:PermalinkPage}
  62. ::-webkit-scrollbar { width:8px; }
  63. ::-webkit-scrollbar-button { background-color:{color:text}; }
  64. ::-webkit-scrollbar-track { background-color:{color:background}; }
  65. ::-webkit-scrollbar-track-piece { background-color:{color:background}; }
  66. ::-webkit-scrollbar-thumb { background-color:{color:links}; }
  67. {/block:PermalinkPage}
  68.  
  69.  
  70. /* BASIC */
  71.  
  72.  
  73. /* entries */
  74.  
  75.  
  76. iframe {display:none !important;}
  77.  
  78. .post {
  79. clear:both;
  80. border: 5px inset #c5c5c5;padding-top:50px;padding-left:20px;padding-bottom:50px; border-color: #bc8f8f;
  81. min-width:300px;
  82. height:fit content;
  83. margin-left:150px;
  84. margin-top:100px;
  85. margin-right:{text:Space between posts}px;
  86. line-height: 18 px;
  87. }
  88. .tables {margin-left:20px;margin-top: 20px; width: 300px;border: 2px solid #ccff33;}
  89.  
  90. .post .text, .permanotes, .textperma{
  91. padding:5px;
  92. background:{color:Posts Background};
  93. text-align: center;
  94. }
  95.  
  96. .textperma {
  97. overflow:auto;
  98. }
  99.  
  100. #photo img {
  101. height:500px;
  102. }
  103.  
  104. .permanotes {
  105. overflow:auto;
  106. height:500px;
  107. float:right;
  108. right:20px;
  109. position:absolute;
  110. top:20px;
  111. width:500px;
  112. }
  113.  
  114. /* entries */
  115.  
  116. /* bottom bar */
  117.  
  118. #botbar {
  119. width:100%;
  120. min-height:70px;
  121. bottom:0px;
  122. left:0px;
  123. position:fixed;
  124. background:{color:Bottom Background} url('{image:Bottom}');
  125. }
  126.  
  127. #botbar a {
  128. color:{color:Bottom Links};
  129. }
  130.  
  131. .botcontenido {
  132. top:50%;
  133. padding:20px;
  134. font-family: Times;
  135. font-size: 10px;
  136. font-weight: bolder;
  137. font-variant: normal;
  138. text-transform: none;
  139. color: #000;
  140. letter-spacing: 0.3em;
  141. line-height:15px;
  142. }
  143.  
  144. .bottitle {
  145. font-family: Times;
  146. font-size: 12px;
  147. font-variant: normal;
  148. font-style: italic;
  149. font-weight: bolder;
  150. text-transform: uppercase;
  151. color: #000;
  152. letter-spacing: .05em;
  153. margin-right:50px;
  154. line-height:15px;
  155. }
  156.  
  157. #infostyle {
  158. font: Times;
  159. font-size: 12px;
  160. font-weight: normal;
  161. text-transform: none;
  162. max-width:400px;
  163. padding:0px;
  164. background:#fff;
  165. letter-spacing: .05em;
  166. }
  167.  
  168. /* bottom bar */
  169.  
  170.  
  171. .sub, .permalink {
  172. font-family:"Lucida Grande", Tahoma;
  173. font-size:80%;
  174. }
  175.  
  176. .sub p {
  177. display:none;
  178. }
  179.  
  180. ul.chat {
  181. list-style-type:none;
  182. list-style-position:outside;
  183. }
  184.  
  185. ul {
  186. list-style-type:square;
  187. list-style-position:inside;
  188. }
  189.  
  190. blockquote {
  191. margin-left:20px;
  192. border-left: solid 4px gainsboro;
  193. padding:2px;
  194. }
  195.  
  196. #video iframe {
  197. height:100%;
  198. width:100%;
  199. }
  200.  
  201.  
  202. .permalink {
  203. filter: alpha(opacity=0);
  204. opacity: 0.00;
  205. min-width:40px;
  206. width:40px;
  207. min-height:20px;
  208. padding:10px;
  209. background: {color:background};
  210. z-index:2;
  211. position:absolute;
  212. margin-right:20px;
  213. float:right;
  214. }
  215.  
  216.  
  217.  
  218.  
  219. </style>
  220.  
  221.  
  222.  
  223.  
  224. </head>
  225.  
  226.  
  227.  
  228.  
  229. <body>
  230.  
  231. <div id="botbar">
  232. <div class="botcontenido">
  233.  
  234. <span class="bottitle">{title}</span>
  235. <div id="info"> <!--info-->
  236. <div id="infostyle"> an ongoing collection of name meanings<br>from www.meanings-of-names.com<br><br><a href="http://www.adriennes.site/">Adrienne Herr</a></div>
  237. </div> <!--info-->
  238.  
  239.  
  240.  
  241. {block:IfNotInfiniteScroll}
  242. <div style="float:right;">
  243. {block:Pagination}
  244. {block:PreviousPage}
  245. <a href="{PreviousPage}">{lang:Previous}</a>
  246. {/block:PreviousPage}
  247.  
  248.  
  249.  
  250. {block:NextPage}
  251. <a href="{NextPage}">{lang:Next}</a>
  252. {/block:NextPage}
  253. {/block:Pagination}
  254. </div>
  255. {/block:IfNotInfiniteScroll}
  256.  
  257. </div>
  258. </div>
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. <div id="page-wrap"> <!--page-->
  266.  
  267.  
  268.  
  269. {block:Posts}
  270. <div class="post"> <!--post-->
  271.  
  272.  
  273. {block:IndexPage}
  274. <span class="permalink">
  275. <a href="{permalink}">
  276. {lang:Posted TimeAgo with NoteCount notes}
  277. </a>
  278. </span>
  279. {/block:IndexPage}
  280.  
  281.  
  282. {block:Text}
  283.  
  284. <div class="text">
  285. <span class="sub" style="text-transform:uppercase;"><b>{Title}</b></span>
  286. {Body}
  287. </div>
  288. {/block:Text}
  289.  
  290.  
  291.  
  292. {block:Photo}
  293. <div id="photo">
  294. <center>
  295. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  296. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  297. </center>
  298. </div>
  299. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  300. {/block:Photo}
  301.  
  302. {block:Photoset}
  303. {Photoset-500}
  304. {/block:Photoset}
  305.  
  306. {block:Quote}
  307. <div class="text">
  308. <div style="font-style:oblique; font-size:150%">"{Quote}"</div>
  309. {block:Source}<span class="sub">{Source}</span>{/block:Source}
  310. </div>
  311. {/block:Quote}
  312.  
  313. {block:Link}
  314. <div class="text">
  315. <span class="sub" style="text-transform:uppercase;"><b><a href="{URL}">+{Name}</a></b></span>
  316. {block:Description} by <a href="www.adriennes.site">Adrienne Herr</a><br>Found Poetry from namemeanings.com{/block:Description}
  317. </div>
  318. {/block:Link}
  319.  
  320. {block:Chat}
  321. <div class="text">
  322. {block:Title}
  323. <h3><a href="{Permalink}">{Title}</a></h3>
  324. {/block:Title}
  325.  
  326. <ul class="chat">
  327. {block:Lines}
  328. <li class="{Alt} user_{UserNumber}">
  329. {block:Label}
  330. <span class="sub" style="text-transform:uppercase;">{Label}</span>
  331. {/block:Label}
  332.  
  333. {Line}
  334. </li>
  335. {/block:Lines}
  336. </ul>
  337. </li>
  338. </div>
  339. {/block:Chat}
  340.  
  341.  
  342. {block:Video}
  343. <div id="video">{Video-500}</div>
  344. {/block:Video}
  345.  
  346. {block:Audio}
  347. <div class="text">
  348. {block:AlbumArt}
  349. <img src="{AlbumArtURL}" height="446px">
  350. {/block:AlbumArt}
  351. {AudioPlayerBlack}
  352.  
  353. {block:TrackName}<i>"{TrackName}"</i>{/block:TrackName}
  354. {block:Artist}by {Artist}{/block:Artist}
  355. <span class="sub"style="float:right;">{PlayCountWithLabel}</span>
  356. </div>
  357. {/block:Audio}
  358.  
  359. {block:Answer}
  360. <div class="text">
  361.  
  362. <img src="{AskerPortraitURL-40}">
  363. <span class="sub" style="text-transform:uppercase;"><b>{Asker}:</b></span> <i>{Question}</i><br>
  364.  
  365. {Answer}
  366. </div>
  367. {/block:Answer}
  368.  
  369.  
  370.  
  371.  
  372. {block:PermalinkPage}
  373.  
  374. <div class="textperma">
  375. {block:Caption}{Caption}{/block:Caption}
  376. <div class="sub"><center>
  377. {block:HasTags}
  378. {block:Tags}<a href="{TagURL}"><span style="text-transform:uppercase;">{Tag} &nbsp;</span></a>{/block:Tags}
  379. {/block:HasTags} <br>
  380. {block:RebloggedFrom}
  381. {lang:Originally from ReblogRootName 2}<br>
  382. {lang:Reblogged from ReblogParentName 2}<br>
  383. {/block:RebloggedFrom}
  384. </center></div>
  385. </div>
  386.  
  387.  
  388.  
  389. {block:PostNotes}
  390. <div class="permanotes">
  391. <span class="sub" style="text-transform:uppercase;"><b>{NoteCountWithLabel}</b></span>
  392. {PostNotes}
  393. </div>
  394. {/block:PostNotes}
  395.  
  396. {/block:PermalinkPage}
  397.  
  398.  
  399.  
  400. </div> <!--post-->
  401. {/block:Posts}
  402.  
  403.  
  404.  
  405. </div> <!--page-->
  406.  
  407.  
  408.  
  409. </body>
  410.  
  411. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement