Advertisement
starlland

STARLLAND.tumblr.com / theme #2 (left sidebar)

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