Advertisement
l0lerc0aster

Green Lace Theme

Aug 1st, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
  2.  
  3.  
  4. Theme by: Daily Love by Monique - http://dailylovebymonique.tumblr.com/
  5.  
  6.  
  7.  
  8.  
  9. >
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  11. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  12. <script type="text/javascript" src="http://static.tumblr.com/wgdkvue/ZBRll1h5m/scrollup.js"></script>
  13. <title>{title}</title>
  14. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  15. <meta name="description" content="{MetaDescription}" />
  16. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  17.  
  18. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/Lillcjek4/infinitetumblrbycodysherman.js"></script>{/block:IfEndlessScrolling}
  19. <meta name="if:Endless Scrolling" content="0"/>
  20. <meta name="text:Link 1 Name" content=""/>
  21. <meta name="text:Link 1 URL" content=""/>
  22.  
  23. <meta name="text:Link 2 Name" content=""/>
  24. <meta name="text:Link 2 URL" content=""/>
  25.  
  26. <meta name="text:Link 3 Name" content=""/>
  27. <meta name="text:Link 3 URL" content=""/>
  28.  
  29. <meta name="text:Link 4 Name" content=""/>
  30. <meta name="text:Link 4 URL" content=""/>
  31.  
  32. <meta name="text:Link 5 Name" content=""/>
  33. <meta name="text:Link 5 URL" content=""/>
  34.  
  35. <meta name="color:Background" content="#f5f5f5"/>
  36. <meta name="text:background image position" content="none"/>
  37. <meta name="if:background image not repeat" content="0"/>
  38. <meta name="if:background image fixed" content="1"/>
  39.  
  40. <meta name="color:text" content="#424040"/>
  41. <meta name="text:font size" content="11"/>
  42. <meta name="font:body" content="trebuchet MS"/>
  43.  
  44. <meta name="color:link" content="#000000" />
  45. <meta name="color:link hover" content="#B4B4B4" />
  46.  
  47. <meta name="color:title" content="#000000" />
  48. <meta name="color:title hover" content="#000000" />
  49. <meta name="color:posts background" content="#ffffff" />
  50.  
  51. <meta name="color:navigation" content="#ffffff" />
  52. <meta name="color:navigation background" content="#000000" />
  53. <meta name="color:navigation hover" content="#ffffff" />
  54. <meta name="color:navigation background hover" content="#151515" />
  55.  
  56. <meta name="color:pagination" content="#ffffff" />
  57. <meta name="color:pagination background" content="#000000" />
  58. <meta name="color:pagination hover" content="#ffffff" />
  59. <meta name="color:pagination background hover" content="#151515" />
  60.  
  61. <style type="text/css">
  62.  
  63. body {
  64. background-color:{color:Background};
  65. background-image:url(http://i56.tinypic.com/25rfpy9.png);
  66. background-position:{text:background image position};
  67. {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
  68. {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
  69. color:{color:Text};
  70. font-size:{text:font size}px;
  71. font-family:{font:body};
  72.  
  73. }
  74.  
  75. a, a:visited, a:active {
  76. color:{color:Link};
  77. }
  78.  
  79. a:hover {
  80. color:{color:link hover};
  81. }
  82.  
  83. .nav,
  84. a.nav:link,
  85. a.nav:active,
  86. a.nav:visited
  87. {
  88. font-size:13px;
  89. color:{color:navigation};
  90. background-color:#A3FEBA;
  91. }
  92.  
  93. a.nav:hover {
  94. color:{color:navigation hover};
  95. background-color: #E7FFDF;
  96. }
  97.  
  98. #posts{
  99. background-color:#E7FFDF;
  100. }
  101.  
  102. .post_title, a.post_title {
  103. color:{color:title};
  104. }
  105.  
  106. .post_title:hover, a.post_title:hover {
  107. color:{color:title hover};
  108. }
  109.  
  110. .jump_page{
  111. color:{color:pagination}!important;
  112. background-color:{color:pagination background};
  113. }
  114.  
  115. a.jump_page:hover {
  116. color:{color:pagination hover}!important;
  117. background-color:{color:pagination background hover};
  118. }
  119.  
  120. .current_page{
  121. color:{color:pagination hover}!important;
  122. background-color:{color:pagination background hover};
  123. }
  124.  
  125.  
  126.  
  127.  
  128. .left {float:left;}
  129. .right {float:right;}
  130.  
  131. a, a:visited, a:active {
  132. font-weight:bold;
  133. text-decoration:none;
  134. }
  135.  
  136.  
  137. a:hover {
  138. text-decoration:underline;
  139. }
  140.  
  141. .nav,
  142. a.nav:link,
  143. a.nav:active,
  144. a.nav:visited
  145. {
  146. display: block;
  147. padding: 5px; margin-bottom: 5px; margin-top: 50px;
  148. align:center;
  149. line-height: 12px;
  150. text-align: center;
  151. text-decoration: none;
  152. font-size:16px;
  153. letter-spacing:1px;
  154. text-transform:lowercase; font-weight:normal;
  155. font-family: 'arial'
  156. }
  157.  
  158. a.nav:hover{text-decoration:none;}
  159.  
  160. img {
  161. border:0px;
  162. margin: 0px;
  163. max-width: 500px;
  164. background-color:none;
  165.  
  166. }
  167.  
  168. img:hover {
  169. border:0px;
  170. margin: 0px;
  171. max-width: 500px;
  172. background-color:none;
  173.  
  174. }
  175.  
  176. #tumblr_dot_com {
  177. text-align:justify;
  178. height:auto;
  179.  
  180. }
  181.  
  182. #content{
  183. width: 500px;
  184. }
  185.  
  186. #posts{
  187. text-align:justify;
  188. text-transform:normal;
  189. width:500px;
  190. word-wrap:break-word;
  191. margin-bottom:10px;
  192. }
  193.  
  194. .post_title, a.post_title, .title {
  195. text-decoration:none;
  196. font-family: 'arial', arial, serif;
  197. text-transform:lowercase;
  198. font-size:20px;
  199. color:#202020;
  200. font-weight:normal;
  201. display:block;
  202. line-height:25px;
  203. letter-spacing:0px;
  204. margin-bottom:5px;
  205.  
  206. }
  207. .post_title:hover, a.post_title:hover, .title:hover {text-decoration:none;}
  208.  
  209.  
  210. .quote {
  211. font-size:20px;
  212. color: #000000;
  213. font-weight:normal;
  214. display:block;
  215. line-height:auto;
  216. letter-spacing:0px;
  217. text-transform:lowercase;
  218. font-family: 'Arial', arial, serif;
  219. }
  220.  
  221.  
  222. .readmore{
  223. font-size:20px;
  224. line-height:25px;
  225. letter-spacing:-1px;
  226. text-transform:lowercase;
  227. text-decoration:none;}
  228.  
  229. #question{
  230. overflow:show;
  231. LINE-HEIGHT:130%;
  232. MARGIN-top:-3px;
  233. padding:3px;
  234. padding-top:0px;
  235. padding-bottom:0px;
  236. border-bottom:1px dotted #E9DAFF;
  237. }
  238.  
  239. #askr{
  240. display:block;
  241. float:left;
  242. width:25px;
  243. overflow:hidden;
  244. margin-right:3px;
  245. }
  246.  
  247. #_{
  248. padding:10px;
  249. }
  250.  
  251. .details {
  252. display:none;
  253. margin-top:-32px;
  254. }
  255.  
  256. #posts:hover .details {
  257. background-color:#fff;
  258. position:absolute;
  259. padding:8px;
  260. display:block;
  261. font-size:11px;
  262. text-transform:uppercase;
  263. text-align:center;
  264. opacity:0.7;
  265. filter:alpha(opacity=99);
  266. width:484px;
  267. color:#fff!important;
  268.  
  269. }
  270.  
  271. .details a{
  272.  
  273. color:#000!important;
  274. text-decoration:none;
  275.  
  276. }
  277.  
  278. .jump_page{
  279. padding-right:10px;
  280. padding-left:10px;
  281. padding-top:3px;
  282. padding-bottom:3px;
  283. margin-left:3px;
  284. margin-right:3px;
  285. }
  286.  
  287. a.jump_page:hover {
  288. text-decoration:none;
  289. }
  290.  
  291. .current_page{
  292. font-weight:bold;
  293. padding-right:10px;
  294. padding-left:10px;
  295. padding-top:3px;
  296. padding-bottom:3px;
  297. margin-left:3px;
  298. margin-right:3px;
  299. }
  300.  
  301.  
  302. li.dsq-widget-item {
  303. padding-bottom: 1em;
  304. margin-bottom: 1em;
  305.  
  306. }
  307.  
  308. a.dsq-widget-user {
  309. display: block;
  310.  
  311. }
  312.  
  313. p, ul, ol {
  314. margin: 1em 0 1em;
  315.  
  316. }
  317.  
  318. ul, ol, blockquote {
  319. padding-left: 0.50em;
  320. margin-left: 2.5em;
  321.  
  322. }
  323.  
  324. blockquote {
  325. display: block;
  326. background-color:#f5f5f5;
  327. border-left:4px #B4B4B4 solid;
  328. }
  329.  
  330.  
  331. ul {
  332. list-style: square;
  333.  
  334. }
  335.  
  336. ol {
  337. list-style: decimal;
  338.  
  339. }
  340.  
  341. ol.notes {
  342. padding-right:30px;
  343. list-style-type:none;
  344. border-bottom: solid 1px #ccc;
  345. }
  346.  
  347. ol.notes li.note {
  348. border-top: solid 1px #ccc;
  349. padding: 10px;
  350. }
  351.  
  352. ol.notes li.note img.avatar {
  353. vertical-align: -4px;
  354. margin-right: 10px;
  355. width: 16px;
  356. height: 16px;
  357. }
  358.  
  359. ol.notes li.note span.action {
  360. font-weight: bold;
  361. }
  362.  
  363.  
  364. {CustomCSS}
  365.  
  366. </style>
  367. <a title="Themes, Tutorials & More" target="_blank" href="http://dailylovebymonique.tumblr.com/" style="position: fixed; top: 2px; left: 5px;"><img src="http://oi53.tinypic.com/2cp25wg.jpg"></a>
  368.  
  369.  
  370.  
  371. </head><body>
  372.  
  373. <div align="center">
  374. <div id="content">
  375. <div class="tumblr_dot_com">
  376.  
  377. <table width="100%">
  378. <td><a href="/" class="nav">Home</a></td>
  379. <td><a href="/ask" class="nav">Ask</a></td>
  380. <td><a href="http://link.com" class="nav">Link 1</A></td>
  381. <td><a href="http://link.com" class="nav">Link 2</A></td>
  382. <td><a href="http://link.com" class="nav">Link 3</A></td>
  383. <td><a href="http://link.com" class="nav">Link 4</A></td>
  384. <td><a href="http://link.com" class="nav">Link 5</A></td>
  385. </table>
  386.  
  387.  
  388. {block:IfEndlessScrolling}<div class="autopagerize_page_element">{/block:IfEndlessScrolling}
  389. {block:Posts}<div id="posts">
  390.  
  391. {block:Regular}<div id="_">
  392. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  393. {Body}
  394. {block:More}<br><a href="{permalink}" class="readmore" title="click here to read more">» read more</a>{/block:More}
  395. </div>{/block:Regular}
  396.  
  397.  
  398. {block:Photo}
  399. {LinkOpenTag}<img src="{PhotoURL-500}" width="500px" />{LinkCloseTag}
  400.  
  401. {block:PermalinkPage}{block:Caption}<br><div id="_">{caption}</div>{/block:Caption}{/block:PermalinkPage}
  402.  
  403. {/block:Photo}
  404.  
  405.  
  406. {block:Photoset}
  407.  
  408. {PhotoSet-500}
  409. {block:PermalinkPage}{block:Caption}<br><div id="_">{caption}</div>{/block:Caption}{/block:PermalinkPage}
  410. {/block:Photoset}
  411.  
  412.  
  413. {block:Quote}<div id="_"><span class="quote"><b>“</B>{Quote}<b>”</b></span>
  414. {block:Source}<span style="float:right;">– {Source}</span>{/block:Source}<BR></div>{/block:Quote}
  415.  
  416.  
  417. {block:Link}<div id="_"><a href="{URL}" class="post_title" target="_blank">→ {Name}</a>{Description}</div>{/block:Link}
  418.  
  419.  
  420. {block:Conversation}<div id="_">{block:Title}<span class="post_title">{Title}</span>{/block:Title}
  421. {block:Lines}{block:Label}<b><span class="label">{Label}</b></span>{/block:Label}
  422. {Line}<BR>{/block:Lines}</div>{/block:Conversation}
  423.  
  424.  
  425. {block:Audio}
  426. <div id="_">
  427. {block:AlbumArt}<img src="{AlbumArtURL}" width="200px" height="180px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  428. {AudioPlayerBlack}
  429. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  430. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  431. {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">clicky</a><br>{/block:ExternalAudio}
  432. {PlayCountWithLabel}<br>
  433. {block:Caption}{Caption} {/block:Caption}
  434. <br clear="all" /></div>{/block:Audio}
  435.  
  436.  
  437. {block:Video}
  438.  
  439. {Video-500}
  440. {block:PermalinkPage}{block:Caption}<br><div id="_">{caption}</div>{/block:Caption}{/block:PermalinkPage}
  441. {/block:Video}
  442.  
  443.  
  444. {block:Answer}<div id="_"><div id="askr"><img src="{AskerPortraitURL-30}" width="23" align="left" style="margin-right:5px;" /></div><div id="question"><div id="asked">{Asker} said:<BR>{Question}</div></div>{answer}</div>{/block:answer}
  445.  
  446. {block:IndexPage}
  447. <div class="details">
  448. <span class="right"><a href="{ReblogURL}">← reblog this post</a></span>
  449. <span class="left">{block:ContentSource}<a href="{SourceURL}" target="_blank" title="source link">©</a>{/block:ContentSource} <a href="{Permalink}" title="permalink">{TimeAgo}</a></span>
  450. </div>
  451. {/block:IndexPage}
  452.  
  453. {block:PermalinkPage}
  454. <BR><br clear="all" /><div id="_"><span style="text-transform:uppercase;">
  455. {block:ContentSource}<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}© {SourceTitle}{/block:NoSourceLogo}</a> <BR>{/block:ContentSource}
  456. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  457. {block:HasTags}<BR>{block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}{/block:HasTags}</span>
  458. </div>{/block:PermalinkPage}
  459.  
  460.  
  461. {block:PostNotes}<BR><BR>{PostNotes} {/block:PostNotes}
  462.  
  463. </div>{/block:Posts}
  464. {block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  465.  
  466. <br clear="all" /><BR>
  467. {block:Pagination}<center>
  468. {block:PreviousPage}<a href="{PreviousPage}" title="newer posts" class="jump_page">« Previous</a>{/block:PreviousPage}
  469. {block:JumpPagination length="10"}<span class="jump_pagination">
  470. {block:CurrentPage}
  471. <span class="current_page">{PageNumber}</span>
  472. {/block:CurrentPage}
  473. {block:JumpPage}
  474. <a class="jump_page" href="{URL}">{PageNumber}</a>
  475. {/block:JumpPage}
  476. </span>{/block:JumpPagination}
  477. {block:NextPage}<a href="{NextPage}" title="older posts" class="jump_page">Next »</a>{/block:NextPage}
  478. {/block:Pagination}<BR><BR>
  479.  
  480. </div></div></div></center></div>
  481.  
  482.  
  483. </body></html>
  484.  
  485. <marquee> Theme by: <a href="http://dailylovebymonique.tumblr.com/">Daily Love by Monique</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement