Advertisement
starlland

STARLLAND.tumblr.com / theme #6

May 10th, 2012
3,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.91 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2.  
  3.  
  4. <html>
  5.  
  6. <!--
  7. hey moon, please forget to fall down
  8. theme by emma
  9. [starlland.tumblr.com]
  10. do not copy!
  11. !-->
  12.  
  13. <head>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:background" content="#F8F8F2" />
  17. <meta name="color:sidebar background" content="#494949" />
  18. <meta name="color:navigation background" content="#f3f1da" />
  19. <meta name="color:icon border" content="#f7f3de" />
  20. <meta name="color:big title" content="#faf9e8" />
  21. <meta name="color:small title" content="#ACD372" />
  22. <meta name="color:small title shadow" content="#638D43" />
  23.  
  24. <meta name="color:text" content="#a39c8b" />
  25. <meta name="color:link" content="#E9D8A1" />
  26. <meta name="color:hover link" content="#b0cba2" />
  27. <meta name="color:nav link" content="#cfb783" />
  28. <meta name="color:nav link hover" content="#d8bf6c" />
  29. <meta name="color:info link" content="#e9dcc1" />
  30. <meta name="color:info link hover" content="#d3d3d3" />
  31. <meta name="color:ask background" content="#f8f2e9" />
  32. <meta name="color:border" content="#F7ECDE" />
  33. <meta name="color:bold" content="#F0E4C6" />
  34. <meta name="color:italic" content="#dbdb94F" />
  35.  
  36. <meta name="font:title" content="georgia" />
  37. <meta name="font:body" content="georgia" />
  38. <meta name="font:info" content="trebuchet ms" />
  39. <meta name="font:question" content="trebuchet ms" />
  40.  
  41. <meta name="text:small title" content="" />
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1 Title" content="" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2 Title" content="" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3 Title" content="" />
  48. <meta name="text:Link4" content="" />
  49. <meta name="text:Link4 Title" content="" />
  50. <meta name="text:Link5" content="" />
  51. <meta name="text:Link5 Title" content="" />
  52.  
  53.  
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <link rel="shortcut icon" href="{Favicon}" />
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  60. <style type="text/css">
  61.  
  62.  
  63.  
  64. body {color:{color:text};
  65. background-color:{color:background};
  66. background-attachment:fixed;
  67. font-family:{font:body};
  68. font-size:10px;
  69. line-height:100%;
  70. text-align:justify}
  71.  
  72. a:link, a:active, a:visited {
  73. color: {color:link};
  74. text-decoration:none;
  75. -webkit-transition: all 0.6s ease;
  76. opacity: 5;
  77. }
  78.  
  79. a:hover {
  80. color:{color:hover link};
  81. -webkit-transition: all 0.6s ease;
  82. opacity: 5;
  83. }
  84.  
  85. b {
  86. font-weight: bold;
  87. color:{color:bold};
  88. }
  89.  
  90. i {
  91. font-style:italic;
  92. color:{color:italic};
  93. }
  94.  
  95.  
  96. #entries {
  97. margin-left:550px;
  98. margin-top:20px;
  99. margin-bottom:20px;
  100. width:500px;
  101. }
  102.  
  103.  
  104.  
  105. #sbar {
  106. width: 380px;
  107. height: auto;
  108. text-align: center;
  109. margin-top: 210px;
  110. position:fixed;
  111. overflow:hidden;
  112. margin-left:-10px;
  113. }
  114.  
  115.  
  116. .simg {
  117. width:380px;
  118. z-index: 9;
  119. background:{color:sidebar background};
  120. border-radius: 0px 50px 50px 0px;
  121. height: 100px;
  122. }
  123.  
  124.  
  125. #nav {
  126. width: 320px;
  127. background:{color:navigation background};
  128. border-radius: 0px 50px 50px 0px;
  129. padding-top:5px;
  130. padding-bottom:5px;
  131. margin-top: -10px;
  132. }
  133.  
  134.  
  135. #nav a {
  136. font-family:{font:info};
  137. color:{color:nav link};
  138. }
  139. #nav a:hover {
  140. font-family:{font:info};
  141. color:{color:nav link hover};
  142. -webkit-transition: all 0.6s ease;
  143. }
  144.  
  145.  
  146.  
  147. #stext {
  148. font-size:9px;
  149. font-color:{color:text};
  150. font-family:georgia;
  151. width:200px;
  152. opacity:0.95;
  153. margin-left:50px;
  154. margin-top:10px;
  155. text-align:right;
  156. }
  157.  
  158.  
  159. #icon {
  160. text-align: right;
  161. display:block;
  162. margin:2px 0px 2px 0px;
  163. padding:2px;
  164. }
  165. #icon img {
  166. float:right;
  167. display: inline;
  168. height: 30px;
  169. margin-left:5px;
  170. border: 5px solid;
  171. border-color:{color:icon border};
  172. }
  173.  
  174.  
  175.  
  176. #title {
  177. width: 200px;
  178. font-size: 30px;
  179. font-family: georgia;
  180. font-style:italic;
  181. font-weight:bold;
  182. letter-spacing:-1px;
  183. position:absolute;
  184. padding-top: 35px;
  185. padding-left:140px;
  186. z-index:50;
  187. -webkit-transition: all 0.6s ease;
  188. opacity:0.7;
  189. }
  190. #title a {color:{color:big title};}
  191.  
  192.  
  193. #title1 {
  194. width: 200px;
  195. font-size: 15px;
  196. font-family: georgia;
  197. font-style:italic;
  198. letter-spacing:-1px;
  199. position:absolute;
  200. padding-top: 53px;
  201. padding-left:140px;
  202. opacity:0.7;
  203. color:{color:small title};
  204. text-shadow: 2px 2px 5px {color:small title shadow};
  205. }
  206.  
  207. #title:hover {
  208. opacity: 0.8;
  209. -webkit-transition: all 0.6s ease;
  210. }
  211.  
  212.  
  213. .next {
  214. font-family:georgia;
  215. font-size:45px;
  216. text-align: center;
  217. padding-bottom: 10px;
  218. position:fixed;
  219. z-index:4;
  220. margin-top: 70px;
  221. margin-left: 305px;
  222. }
  223.  
  224.  
  225.  
  226.  
  227.  
  228. #posts{
  229. overflow:hidden;
  230. background-color: {color:entry};
  231. border-left:0px solid {color:link};
  232. border-right:0px solid {color:link};
  233. padding: 3px;
  234. }
  235.  
  236.  
  237.  
  238.  
  239. h1{
  240. color:{color:title};
  241. font-family:{font:body};
  242. font-size:19px;
  243. line-height:15px;
  244. letter-spacing:0px;
  245. font-style:italic;
  246. text-align:center;
  247. padding-bottom: 3px;
  248. }
  249.  
  250.  
  251.  
  252. #source {
  253. display:block;
  254. margin:2px 0px 2px 0px;
  255. padding:2px;
  256. }
  257.  
  258. #source img {
  259. display: inline;
  260. height: 20px;
  261. margin-right: 5px;
  262. border: 5px solid;
  263. border-color:{color:icon border};
  264. }
  265.  
  266.  
  267. #border {
  268. border-top: 4px solid;
  269. border-color:{color:border};
  270. }
  271.  
  272.  
  273. #info{
  274. font-family:{font:info};
  275. font-size:9px;
  276. text-transform:l;
  277. text-align:center;
  278. padding: 2px;
  279. opacity:0.3;
  280. -webkit-transition: all 0.6s ease;
  281. }
  282.  
  283. #info:hover {
  284. opacity:0.9;
  285. -webkit-transition: all 0.6s ease;
  286. }
  287.  
  288. #info a {
  289. color:{color:info link};
  290. }
  291.  
  292. #info a:hover {
  293. color:{color:info link hover};
  294. }
  295.  
  296.  
  297. #tags a {
  298. padding-top:-2px;
  299. margin-right: 8px;
  300. color:{color:link1};
  301. -webkit-transition: all 0.6s ease;
  302. }
  303.  
  304. #tags a:hover {
  305. border-bottom: 1px dotted;
  306. border-color:{color:link2};
  307. color:{color:link2};
  308. -webkit-transition: all 0.6s ease;
  309. }
  310.  
  311.  
  312.  
  313. #questions {
  314. background-color:{color:ask background};
  315. text-align:center;
  316. padding:10px;
  317. margin-bottom:0px;
  318. font-family:{font:info};
  319. font-size:9px;
  320. }
  321.  
  322. #asker {
  323. display:block;
  324. margin:-10px 5px 5px 5px;
  325. font-family:trebuchet ms;
  326. font-size:9px;
  327. text-transform:uppercase;
  328. letter-spacing: -1px;
  329. }
  330. #asker img {
  331. display: inline;
  332. height: 20px;
  333. margin-left: 30px;
  334. border: 5px solid;
  335. border-color:{color:ask background};
  336. text-align:right;
  337. margin-right: 10px;
  338. }
  339. #asker a {
  340. color:{color:info link}
  341. margin-left: 10px;
  342. }
  343. #asker a:hover {
  344. color:{color:info link hover};
  345. }
  346.  
  347.  
  348.  
  349. blockquote {
  350. border-left:2px {color:body} solid;
  351. padding-left:5px;
  352. margin:0px 2px 0px 10px
  353. }
  354.  
  355.  
  356.  
  357. #quote {
  358. font-family: {font:title};
  359. font-size: 15px;
  360. letter-spacing:-1px;
  361. line-height: 100%;
  362. margin-left: 10px;
  363. padding: 10px;
  364. border-left: 5px solid;
  365. border-color: {color:border};
  366. }
  367.  
  368. #quote:first-letter{
  369. font-weight:bold;
  370. font-size:19px;
  371. }
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379. blockquote {
  380. padding-left:7px;
  381. margin:2px;
  382. border-left:5px solid {color:border};
  383. }
  384.  
  385.  
  386.  
  387. img a{border:none; width:100%}
  388. .audio{display:block;}
  389.  
  390.  
  391.  
  392. .user_1 .label {color:{color:italic}; font-weight:bold}
  393. .user_2 .label {color:{color:bold}; font-weight:bold}
  394. .user_3 .label {color:{color:italic}; font-weight:bold}
  395. .user_4 .label {color:{color:bold}; font-weight:bold}
  396. .user_5 .label {color:{color:italic}; font-weight:bold}
  397. .user_6 .label {color:{color:bold}; font-weight:bold}
  398. .user_7 .label {color:{color:italic}; font-weight:bold}
  399. .user_8 .label {color:{color:bold}; font-weight:bold}
  400. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  401.  
  402.  
  403.  
  404. #notes {font-weight:normal}
  405. #notes li {padding-bottom:0.5em}
  406. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
  407.  
  408.  
  409.  
  410. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  411. </style>
  412. <style type="text/css">{CustomCSS}</style>
  413. </head>
  414.  
  415.  
  416.  
  417. <body>
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427. <div id="sbar">
  428.  
  429.  
  430. <div class="simg">
  431.  
  432. <div id="title"><a href="/">{title}</a></div>
  433. <div id="title1">{text:small title}</div>
  434.  
  435. <div class="next">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  436.  
  437. </div>
  438. <br>
  439.  
  440. <div id="nav">
  441. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> <small>&middot;</small>{/block:ifLink1}
  442. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> <small>&middot;</small>{/block:ifLink2}
  443. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> <small>&middot;</small>{/block:ifLink3}
  444. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> <small>&middot;</small>{/block:ifLink4}
  445. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> <small>&middot;</small>{/block:ifLink5}
  446. <a href="http://starlland.tumblr.com">theme</a>
  447. </div>
  448.  
  449. <div id="stext">{block:Description}<div id="icon"><img src="{PortraitURL-30}"></div>{Description}{/block:Description}</div>
  450.  
  451. </div>
  452.  
  453.  
  454.  
  455.  
  456. </div>
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465. <div id="entries">
  466. {block:Posts}
  467. <div id="posts">
  468.  
  469. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  470. {block:Text}{Body}{/block:Text}
  471.  
  472. {block:Quote}
  473. <div id="quote">{Quote}<br><small>{Source}</small></div>
  474. {/block:Quote}
  475.  
  476. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  477. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  478.  
  479. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  480. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  481.  
  482. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  483.  
  484. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  485.  
  486. {block:Answer}<div id="questions">{Question}</div>
  487. <div id="asker"><img src="{AskerPortraitURL-16}"><a>{Asker}</a></div>
  488. {Answer}{/block:answer}
  489.  
  490. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  491.  
  492.  
  493. <div id="border"></div>
  494. <div id="info">
  495. <div id="source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>{block:ContentSource}<a href="{SourceURL}"><img src="{ReblogRootPortraitURL-24}"></a>{/block:ContentSource}{/block:RebloggedFrom}<br>
  496. {block:Date}posted <a>{TimeAgo}</a> &bull; <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{Year}</a>{/block:Date} &bull; {block:NoteCount}{block:NoteCount}{/block:NoteCount}
  497. {NoteCountWithLabel} <br>
  498. </div>
  499. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  500.  
  501.  
  502.  
  503.  
  504. </div><br>
  505. {/block:Posts}
  506. {block:PostNotes}{PostNotes}{/block:PostNotes}
  507.  
  508. </div>
  509.  
  510. </body>
  511. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement