Advertisement
starlland

THEME #11

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