Advertisement
starlland

STARLLAND.tumblr.com / theme #3

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