starlland

STARLLAND.tumblr.com / theme #2

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