Advertisement
starlland

STARLLAND.tumblr.com / theme #4

Apr 22nd, 2012
6,647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 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. i don't love you, i'm just passing the time
  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="#f8e7d5" />
  17.  
  18. <meta name="color:text" content="#949494" />
  19. <meta name="color:link" content="#ddba95" />
  20. <meta name="color:hover link" content="#d1c06d" />
  21. <meta name="color:link1" content="#e6ceae" />
  22. <meta name="color:link2" content="#dab38a" />
  23. <meta name="color:link3" content="#bd9876" />
  24. <meta name="color:link4" content="#b6915a" />
  25. <meta name="color:link5" content="#ac895d" />
  26. <meta name="color:link6" content="#a37653" />
  27. <meta name="color:link7" content="#926a35" />
  28. <meta name="color:info link" content="#af8b3c" />
  29. <meta name="color:info link hover" content="#a09494" />
  30. <meta name="color:ask background" content="#fff3e4" />
  31. <meta name="color:stext background" content="#faeedf" />
  32. <meta name="color:sbar border" content="#fff3e4" />
  33. <meta name="color:tags border" content="#ebcaa3" />
  34. <meta name="color:bold" content="#b9a7a7" />
  35. <meta name="color:italic" content="#ddc7bd" />
  36.  
  37. <meta name="image:sidebar" content=""/>
  38.  
  39. <meta name="font:title" content="georgia" />
  40. <meta name="font:body" content="georgia" />
  41. <meta name="font:info" content="georgia" />
  42. <meta name="font:question" content="trebuchet ms" />
  43.  
  44. <meta name="text:Link1" content="" />
  45. <meta name="text:Link1 Title" content="" />
  46. <meta name="text:Link2" content="" />
  47. <meta name="text:Link2 Title" content="" />
  48. <meta name="text:Link3" content="" />
  49. <meta name="text:Link3 Title" content="" />
  50. <meta name="text:Link4" content="" />
  51. <meta name="text:Link4 Title" content="" />
  52.  
  53.  
  54.  
  55.  
  56.  
  57. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  58. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  59. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  60. <link rel="shortcut icon" href="{Favicon}" />
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  62. <style type="text/css">
  63.  
  64.  
  65.  
  66. body {color:{color:text};
  67. background-color:{color:background};
  68. background-attachment:fixed;
  69. font-family:{font:body};
  70. font-size:10px;
  71. line-height:100%;
  72. text-align:justify}
  73.  
  74. a:link, a:active, a:visited {
  75. color: {color:link};
  76. text-decoration:none;
  77. -webkit-transition: all 0.6s ease;
  78. opacity: 5;
  79. }
  80.  
  81. a:hover {
  82. color:{color:hover link};
  83. -webkit-transition: all 0.6s ease;
  84. opacity: 5;
  85. }
  86.  
  87. b {
  88. font-weight: bold;
  89. color:{color:bold};
  90. }
  91.  
  92. i {
  93. font-style:italic;
  94. color:{color:italic};
  95. }
  96.  
  97.  
  98. #entries {
  99. margin-left:550px;
  100. margin-top:20px;
  101. margin-bottom:20px;
  102. width:500px;
  103. }
  104.  
  105.  
  106.  
  107. #sbar {
  108. width: 250px;
  109. height: auto;
  110. margin-left: 100px;
  111. text-align: center;
  112. margin-top: 80px;
  113. position:fixed;
  114. }
  115.  
  116.  
  117. .simg {
  118. width:250px;
  119. border: 15px solid;
  120. border-color:{color:sbar border};
  121. -webkit-transition: all 0.6s ease;
  122. overflow: hidden;
  123. position:absolute;
  124. }
  125.  
  126. .simg img {
  127. display: block;
  128. width:250px;
  129. }
  130.  
  131. .simg:hover {
  132. opacity:0.8;
  133. -webkit-transition: all 0.6s ease;
  134. }
  135.  
  136. .simg:hover #stext {
  137. margin-top:50px;
  138. height:auto;
  139. margin-left:10px;
  140. }
  141.  
  142.  
  143. #stext {
  144. position:absolute;
  145. margin-top:50px;
  146. width:224px;
  147. height:auto;
  148. -webkit-transition: all 0.6s ease;
  149. margin-left: -250px;
  150. display:block;
  151. overflow:hidden;
  152. float:left;
  153. background:{color:stext background};
  154. border-radius: 10px 10px 10px 10px;
  155. padding:3px;
  156. opacity:0.9;
  157. }
  158.  
  159.  
  160.  
  161.  
  162.  
  163. #title {
  164. width: 270px;
  165. font-size: 25px;
  166. font-family: {font:title};
  167. margin-bottom: 5px;
  168. letter-spacing:-1px;
  169. padding-bottom: 5px;
  170. font-style:italic;
  171. font-weight:bold;
  172. border-bottom: 3px solid;
  173. border-color:{color:italic};
  174. }
  175.  
  176.  
  177. #nav {
  178. position:fixed;
  179. display:block;
  180. width:100px;
  181. padding-top:15px;
  182. padding-right: 100px;
  183. padding-left: 100px;
  184. }
  185.  
  186. #link1 {
  187. float: left;
  188. display:inline;
  189. background:{color:link1};
  190. width:6px;
  191. height:30px;
  192. margin-right:3px;
  193. -webkit-transition: all 0.6s ease;
  194. border-radius: 0px 0px 5px 5px;
  195. }
  196.  
  197. #link1:hover{
  198. height:60px;
  199. -webkit-transition: all 0.6s ease;
  200. border-radius: 0px 0px 5px 5px;
  201. }
  202.  
  203.  
  204.  
  205.  
  206. #link2 {
  207. float: left;
  208. display:inline;
  209. background:{color:link2};
  210. width:6px;
  211. height:40px;
  212. margin-right:3px;
  213. -webkit-transition: all 0.6s ease;
  214. border-radius: 0px 0px 5px 5px;
  215. }
  216.  
  217. #link2:hover{
  218. height:70px;
  219. -webkit-transition: all 0.6s ease;
  220. border-radius: 0px 0px 5px 5px;
  221. }
  222.  
  223.  
  224.  
  225. #link3 {
  226. float: left;
  227. display:inline;
  228. background:{color:link3};
  229. width:6px;
  230. height:50px;
  231. margin-right:3px;
  232. -webkit-transition: all 0.6s ease;
  233. border-radius: 0px 0px 5px 5px;
  234. }
  235.  
  236. #link3:hover{
  237. height:80px;
  238. -webkit-transition: all 0.6s ease;
  239. border-radius: 0px 0px 5px 5px;
  240. }
  241.  
  242.  
  243. #link4 {
  244. float: left; 
  245. display:inline;
  246. background:{color:link4};
  247. width:6px;
  248. height:60px;
  249. margin-right:3px;
  250. -webkit-transition: all 0.6s ease;
  251. border-radius: 0px 0px 5px 5px;
  252. }
  253.  
  254.  
  255.  
  256.  
  257. #link4:hover{
  258. height:90px;
  259. -webkit-transition: all 0.6s ease;
  260. border-radius: 0px 0px 5px 5px;
  261. }
  262.  
  263.  
  264. #link5 {
  265. float: left;
  266. display:inline;
  267. background:{color:link5};
  268. width:6px;
  269. height:50px;
  270. margin-right:3px;
  271. -webkit-transition: all 0.6s ease;
  272. border-radius: 0px 0px 5px 5px;
  273. }
  274.  
  275. #link5:hover{
  276. height:80px;
  277. -webkit-transition: all 0.6s ease;
  278. border-radius: 0px 0px 5px 5px;
  279. }
  280.  
  281.  
  282. #link6 {
  283. float: left;
  284. display:inline;
  285. background:{color:link6};
  286. width:6px;
  287. height:40px;
  288. margin-right:3px;
  289. -webkit-transition: all 0.6s ease;
  290. border-radius: 0px 0px 5px 5px;
  291. }
  292.  
  293. #link6:hover{
  294. height:70px;
  295. -webkit-transition: all 0.6s ease;
  296. border-radius: 0px 0px 5px 5px;
  297. }
  298.  
  299.  
  300. #link7 {
  301. float: left;
  302. display:inline;
  303. background:{color:link7};
  304. width:6px;
  305. height:30px;
  306. margin-right:3px;
  307. -webkit-transition: all 0.6s ease;
  308. border-radius: 0px 0px 5px 5px;
  309. }
  310.  
  311. #link7:hover{
  312. height:60px;
  313. -webkit-transition: all 0.6s ease;
  314. border-radius: 0px 0px 5px 5px;
  315. }
  316.  
  317.  
  318.  
  319. .next {
  320. font-family:georgia;
  321. font-size:65px;
  322. text-align: center;
  323. padding-bottom: 10px;
  324. position:fixed;
  325. z-index:4;
  326. margin-top: 100px;
  327. margin-left: 295px;
  328. }
  329.  
  330.  
  331. .prev {
  332. font-family:georgia;
  333. font-size:65px;
  334. text-align: center;
  335. padding-bottom: 10px;
  336. position:fixed;
  337. z-index:4;
  338. margin-top:100px;
  339. margin-left: -35px;
  340. }
  341.  
  342.  
  343.  
  344.  
  345. #posts{
  346. overflow:hidden;
  347. background-color: {color:entry};
  348. border-left:0px solid {color:link};
  349. border-right:0px solid {color:link};
  350. padding: 3px;
  351. }
  352.  
  353.  
  354.  
  355. #source {
  356. display:block;
  357. margin:2px 0px 2px 0px;
  358. padding:2px;
  359. }
  360.  
  361. #source img {
  362. display: inline;
  363. height: 20px;
  364. margin-right: 5px;
  365. border: 5px solid;
  366. border-color:{color:sbar border};
  367. }
  368.  
  369.  
  370.  
  371. h1{
  372. color:{color:title};
  373. font-family:{font:body};
  374. font-size:19px;
  375. line-height:15px;
  376. letter-spacing:0px;
  377. font-style:italic;
  378. text-align:center;
  379. padding-bottom: 3px;
  380. }
  381.  
  382.  
  383.  
  384.  
  385. #border {
  386. border-top: 4px solid;
  387. border-color:{color:tags border};
  388. }
  389.  
  390.  
  391. #info{
  392. font-family:{font:info};
  393. font-size:9px;
  394. text-transform:l;
  395. text-align:center;
  396. padding: 2px;
  397. opacity:0.3;
  398. -webkit-transition: all 0.6s ease;
  399. }
  400.  
  401. #info:hover {
  402. opacity:0.9;
  403. -webkit-transition: all 0.6s ease;
  404. }
  405.  
  406. #info a {
  407. color:{color:info link};
  408. }
  409.  
  410. #info a:hover {
  411. color:{color:info link hover};
  412. }
  413.  
  414.  
  415. #tags a {
  416. padding-top:-2px;
  417. margin-right: 8px;
  418. color:{color:link1};
  419. -webkit-transition: all 0.6s ease;
  420. }
  421.  
  422. #tags a:hover {
  423. border-bottom: 1px dotted;
  424. border-color:{color:link2};
  425. color:{color:link2};
  426. -webkit-transition: all 0.6s ease;
  427. }
  428.  
  429.  
  430.  
  431. #questions {
  432. background-color:{color:ask background};
  433. text-align:center;
  434. padding:10px;
  435. margin-bottom:0px;
  436. font-family:{font:info};
  437. font-size:9px;
  438. }
  439.  
  440. #asker {
  441. display:block;
  442. margin:-10px 5px 5px 5px;
  443. font-family:{font:body};
  444. font-size:9px;
  445. text-transform:uppercase;
  446. letter-spacing: -1px;
  447. }
  448. #asker img {
  449. display: inline;
  450. height: 20px;
  451. margin-left: 30px;
  452. border: 5px solid;
  453. border-color:{color:ask background};
  454. text-align:right;
  455. margin-right: 10px;
  456. }
  457. #asker a {
  458. color:{color:info link}
  459. margin-left: 10px;
  460. }
  461. #asker a:hover {
  462. color:{color:info link hover};
  463. }
  464.  
  465.  
  466. blockquote {
  467. border-left:2px {color:body} solid;
  468. padding-left:5px;
  469. margin:0px 2px 0px 10px
  470. }
  471.  
  472.  
  473.  
  474. #quote {
  475. font-family: {font:title};
  476. font-size: 15px;
  477. letter-spacing:-1px;
  478. line-height: 100%;
  479. margin-left: 10px;
  480. padding: 10px;
  481. border-left: 5px solid;
  482. border-color: {color:border};
  483. }
  484.  
  485. #quote:first-letter{
  486. font-weight:bold;
  487. font-size:19px;
  488. }
  489.  
  490.  
  491.  
  492.  
  493. blockquote {
  494. padding-left:7px;
  495. margin:2px;
  496. border-left:5px solid {color:border};
  497. }
  498.  
  499.  
  500.  
  501. img a{border:none; width:100%}
  502. .audio{display:block;}
  503.  
  504.  
  505.  
  506. .user_1 .label {color:{color:italic}; font-weight:bold}
  507. .user_2 .label {color:{color:bold}; font-weight:bold}
  508. .user_3 .label {color:{color:italic}; font-weight:bold}
  509. .user_4 .label {color:{color:bold}; font-weight:bold}
  510. .user_5 .label {color:{color:italic}; font-weight:bold}
  511. .user_6 .label {color:{color:bold}; font-weight:bold}
  512. .user_7 .label {color:{color:italic}; font-weight:bold}
  513. .user_8 .label {color:{color:bold}; font-weight:bold}
  514. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  515.  
  516.  
  517.  
  518. #notes {font-weight:normal}
  519. #notes li {padding-bottom:0.5em}
  520. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
  521.  
  522.  
  523.  
  524. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important; z-index:-1}
  525. </style>
  526. <style type="text/css">{CustomCSS}</style>
  527. </head>
  528.  
  529.  
  530.  
  531. <body>
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541. <div id="sbar">
  542.  
  543. <div class="prev">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  544. <div class="next">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  545.  
  546. <div id="title"><a href="/">{title}</a></div>
  547. <br>
  548. <div class="simg">
  549. <div id="stext">{block:Description}{Description}{/block:Description}</div>
  550. <img src="{image:sidebar}"> <div id="nav">
  551. <a href="/" title="home" id="link1"></a>
  552. <a href="/ask" title="message" id="link2"></a>
  553. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}" id="link3"></a>{/block:ifLink1}
  554. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}" id="link4"></a>{/block:ifLink2}
  555. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}" id="link5"></a>{/block:ifLink3}
  556. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}" id="link6"></a>{/block:ifLink4}
  557. <a href="http://starlland.tumblr.com" title="theme" id="link7"></a>
  558. </div></div><br>
  559.  
  560.  
  561.  
  562. </div>
  563.  
  564.  
  565.  
  566. </div>
  567.  
  568.  
  569.  
  570.  
  571.  
  572. <div id="entries">
  573. {block:Posts}
  574. <div id="posts">
  575.  
  576. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  577. {block:Text}{Body}{/block:Text}
  578.  
  579. {block:Quote}
  580. <div id="quote">{Quote}<br><small>{Source}</small></div>
  581. {/block:Quote}
  582.  
  583. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  584. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  585.  
  586. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  587. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  588.  
  589. {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}
  590.  
  591. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  592.  
  593. {block:Answer}<div id="questions">{Question}</div>
  594. <div id="asker"><img src="{AskerPortraitURL-16}"><a>{Asker}</a></div>
  595. {Answer}{/block:answer}
  596.  
  597. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  598.  
  599.  
  600.  
  601. <div id="border"></div>
  602. <div id="info">
  603. <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>
  604. {block:Date}posted <a>{TimeAgo}</a> &bull; <a href="{Permalink}">{DayOfMonth}/{MonthNumber}/{Year}</a>{/block:Date} &bull; {block:NoteCount}{block:NoteCount}{/block:NoteCount}
  605. {NoteCountWithLabel} <br>
  606. </div>
  607. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  608.  
  609.  
  610.  
  611.  
  612. </div><br>
  613. {/block:Posts}
  614. {block:PostNotes}{PostNotes}{/block:PostNotes}
  615.  
  616. </div>
  617.  
  618. </body>
  619. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement