Advertisement
everlark

Theme 005 (not updated yet)

Dec 19th, 2011
20,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.14 KB | None | 0 0
  1. <!--
  2. Theme 005 by Christine (everlark @ tumblr)
  3.  
  4. RULES:
  5. - DO NOT STEAL
  6. - DO NOT REDISTRIBUTE
  7. - DO NOT REMOVE CREDIT
  8. - DO NOT USE AS A BASE CODE
  9.  
  10. You can make whatever changes you like, but leave all credit intact. Thank you.
  11. Don't hesitate to ask if you ever have any questions!
  12. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18. <meta name="color:background" content="#EBE5BC" />
  19. <meta name="color:sidebar" content="#faf6d6" />
  20. <meta name="color:info" content="#faf6d6" />
  21. <meta name="color:navigation links" content="#faf6d6" />
  22. <meta name="color:navborder" content="#becc78" />
  23. <meta name="color:border" content="#becc78" />
  24. <meta name="color:pagborder" content="#becc78" />
  25. <meta name="color:circle" content="#E7E2BB" />
  26.  
  27. <meta name="color:text" content="#939687" />
  28. <meta name="color:link" content="#A0A77C" />
  29. <meta name="color:link hover" content= "#8E9667"/>
  30. <meta name="color:link hover background" content="#faf6d6" />
  31. <meta name="color:title" content="#A0A77C" />
  32.  
  33. <meta name="font:title" content= "georgia" />
  34. <meta name="font:body" content= "georgia" />
  35.  
  36. <meta name="image:sidebar" content="" />
  37. <meta name="image:background" content="" />
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1URL" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2URL" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3URL" content="" />
  45.  
  46. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  47. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51. <style type="text/css">
  52.  
  53. body {
  54. color: {color:text};
  55. background-color: {color:background};
  56. background-image: url('{image:background}');
  57. background-attachment: fixed;
  58. background-repeat: no-repeat;
  59. font-family: {font:body};
  60. font-size:9px;
  61. text-align: justify;
  62. line-height:100%;
  63. }
  64.  
  65. a:link, a:active, a:visited{
  66. color: {color:link};
  67. text-decoration:none;
  68. -webkit-transition: all 0.6s ease-in-out;
  69. -moz-transition: all 0.6s ease-in-out;
  70. -o-transition: all 0.6s ease-in-out;
  71. -ms-transition: all 0.6s ease-in-out;
  72. transition: all 0.6s ease-in-out;
  73. }
  74.  
  75. a:hover{
  76. color:{color:link hover};
  77. background-color:{color:link hover background};
  78. -webkit-transition: all 0.6s ease-in-out;
  79. -moz-transition: all 0.6s ease-in-out;
  80. -o-transition: all 0.6s ease-in-out;
  81. -ms-transition: all 0.6s ease-in-out;
  82. transition: all 0.6s ease-in-out;
  83. }
  84.  
  85. #entries {
  86. width:500px;
  87. margin-top:60px;
  88. margin-left:300px;
  89. text-align: justify;
  90. }
  91.  
  92. #posts {
  93. width: 500px;
  94. text-align: justify;
  95. margin-top:10px;
  96. margin-bottom:10px;
  97. }
  98.  
  99. #posts:hover #info {
  100. opacity:1;
  101. border-left:7px solid {color:info};
  102. display:block;
  103. }
  104.  
  105. #line {
  106. background-color:{color:info};
  107. padding:3px;
  108. margin-bottom:5px;
  109. border-bottom:1px solid {color:border};
  110. }
  111.  
  112. #info {
  113. width:250px;
  114. margin-left:520px;
  115. margin-top:0px;
  116. font-family:arial;
  117. font-size:11px;
  118. text-transform:uppercase;
  119. font-weight:bold;
  120. text-align:left;
  121. opacity:0;
  122. padding:5px;
  123. -webkit-transition-duration: 0.6s;
  124. -moz-transition-duration: 0.6s;
  125. position:absolute;
  126. border-left:1px solid {color:border};
  127. }
  128.  
  129. #info a{
  130. color:{color:link};
  131. }
  132.  
  133. #info a:hover {
  134. background-color:{color:link hover background};
  135. color:{color:link hover};
  136. }
  137.  
  138. #tags{
  139. font-family:{font:title};
  140. font-size:9px;
  141. font-weight:normal;
  142. text-transform:lowercase;
  143. }
  144.  
  145. #tags a{
  146. font-size:9px;
  147. }
  148.  
  149. #navigation {
  150. background-color:{color:background};
  151. height:70px;
  152. display:inline-block;
  153. margin-top:-10px;
  154. margin-left:285px;
  155. position:fixed;
  156. }
  157.  
  158. #navigation a {
  159. width:104px;
  160. height:30px;
  161. display:inline-block;
  162. background-color:{color:navigation links};
  163. font-family: {font:title};
  164. font-size: 12px;
  165. text-align: center;
  166. color: {color:link};
  167. text-transform:uppercase;
  168. padding-top:20px;
  169. border-bottom:3px solid {color:navborder};
  170. }
  171.  
  172. #navigation a:hover {
  173. color:{color:link};
  174. background-color:{color:navigation links};
  175. border-bottom:6px solid {color:navborder};
  176. padding-bottom:10px;
  177. }
  178.  
  179. #sidebarimg img {
  180. background-color:{color:sidebar};
  181. position:fixed;
  182. max-width:250px;
  183. bottom:0px;
  184. -webkit-transition: all 0.6s ease-in-out;
  185. -moz-transition: all 0.6s ease-in-out;
  186. -o-transition: all 0.6s ease-in-out;
  187. -ms-transition: all 0.6s ease-in-out;
  188. transition: all 0.6s ease-in-out;
  189. }
  190.  
  191. #title {
  192. width:220px;
  193. margin-left:15px;
  194. margin-top:180px;
  195. font-family:{font:title};
  196. font-size:18px;
  197. font-style:italic;
  198. letter-spacing:-1px;
  199. text-align:center;
  200. color:{color:title};
  201. border-bottom:2px dotted {color:border};
  202. -webkit-transition: all 0.6s ease-in-out;
  203. -moz-transition: all 0.6s ease-in-out;
  204. -o-transition: all 0.6s ease-in-out;
  205. -ms-transition: all 0.6s ease-in-out;
  206. transition: all 0.6s ease-in-out;
  207. position:relative;
  208. z-index:5;
  209. }
  210.  
  211. #sidebar {
  212. background-color:{color:sidebar};
  213. position:fixed;
  214. margin-left:-10px;
  215. margin-top:-10px;
  216. height:1000px;
  217. width:250px;
  218. -webkit-transition: all 0.6s ease-in-out;
  219. -moz-transition: all 0.6s ease-in-out;
  220. -o-transition: all 0.6s ease-in-out;
  221. -ms-transition: all 0.6s ease-in-out;
  222. transition: all 0.6s ease-in-out;
  223. }
  224.  
  225. #sidebar:hover #circle{
  226. opacity:1;
  227. -webkit-transition: all 0.6s ease-in-out;
  228. -moz-transition: all 0.6s ease-in-out;
  229. -o-transition: all 0.6s ease-in-out;
  230. -ms-transition: all 0.6s ease-in-out;
  231. transition: all 0.6s ease-in-out;
  232. }
  233.  
  234. #sidebar:hover #title{
  235. opacity:1;
  236. -webkit-transition: all 0.6s ease-in-out;
  237. -moz-transition: all 0.6s ease-in-out;
  238. -o-transition: all 0.6s ease-in-out;
  239. -ms-transition: all 0.6s ease-in-out;
  240. transition: all 0.6s ease-in-out;
  241. }
  242.  
  243. #circle {
  244. width:200px;
  245. height:200px;
  246. -moz-border-radius:400px;
  247. border-radius:400px;
  248. text-align:center;
  249. opacity:0.1;
  250. position:fixed;
  251. color:{color:title};
  252. background-color:{color:circle};
  253. margin-top:-80px;
  254. margin-left:15px;
  255. padding:10px;
  256. -webkit-transition: all 0.6s ease-in-out;
  257. -moz-transition: all 0.6s ease-in-out;
  258. -o-transition: all 0.6s ease-in-out;
  259. -ms-transition: all 0.6s ease-in-out;
  260. transition: all 0.6s ease-in-out;
  261. z-index:2;
  262. }
  263.  
  264. .desc {
  265. margin-top:80px;
  266. }
  267.  
  268. #footer{
  269. bottom:0;
  270. margin-left:0px;
  271. width:500px;
  272. height:30px;
  273. background-color:{color:info};
  274. border-top:2px solid {color:pagborder};
  275. border-bottom:2px solid {color:pagborder};
  276. }
  277.  
  278. h1{
  279. color:{color:title};
  280. font-family:{font:title};
  281. font-size:13px;
  282. line-height:15px;
  283. letter-spacing:0px;
  284. font-weight:normal;
  285. margin:0px;
  286. padding:0px;
  287. text-align:left;
  288. }
  289.  
  290. h2{
  291. color:{color:title};
  292. font-family:{font:title};
  293. font-size:13px;
  294. line-height:15px;
  295. letter-spacing:0px;
  296. font-weight:normal;
  297. margin:0px;
  298. padding:0px;
  299. text-align:left;
  300. }
  301.  
  302. .pagination {
  303. font-family:{font:body};
  304. font-size:20px;
  305. text-align:center;
  306. letter-spacing:1px;
  307. padding-top:10px;
  308. }
  309.  
  310. .pagination a {
  311. font-family:{font:title};
  312. font-size:20px;
  313. color:{color:link};
  314. }
  315.  
  316. .pagination a:hover{
  317. background-color:{color:link hover background};
  318. color:{color:link hover};
  319. }
  320.  
  321. #asker {
  322. font-size:18px;
  323. text-transform:uppercase;
  324. letter-spacing:-1px;
  325. }
  326.  
  327. .question {
  328. font-family:{font:title};
  329. font-size:11px;
  330. letter-spacing:1px;
  331. text-align:left;
  332. margin:0px 2px 0px 10px;
  333. border-left:4px solid {color:info};
  334. margin-top:5px;
  335. padding:5px;
  336. }
  337.  
  338. #answer {
  339. margin-top:10px;
  340. padding:5px;
  341. padding-left:3px;
  342. margin:0px 2px 0px 20px;
  343. }
  344.  
  345. blockquote {
  346. padding-left:3px;
  347. margin:0px 2px 0px 10px;
  348. border-left:4px solid {color:info};
  349. }
  350.  
  351. blockquote img, blockquote a img {
  352. max-width: 490px;
  353. }
  354.  
  355. b, strong{
  356. color:{color:title};
  357. }
  358.  
  359. i, em {
  360. color:{color:title};
  361. }
  362.  
  363. p{
  364. margin-top:3px;
  365. margin-bottom:3px;
  366. }
  367.  
  368. img a{
  369. border:none;
  370. }
  371.  
  372. .audio{
  373. background-color:black;
  374. display:block;
  375. }
  376.  
  377. .user_1 .label {
  378. color:{color:text};
  379. font-weight:bold;
  380. }
  381.  
  382. .user_2 .label {
  383. color:{color:text};
  384. font-weight:bold;
  385. }
  386.  
  387. ul.chat, .chat ol, .chat li {
  388. list-style:none;
  389. margin:0px;
  390. padding:0px;
  391. }
  392.  
  393. </style>
  394. <style type="text/css">{CustomCSS}</style>
  395. </head>
  396.  
  397. <body>
  398.  
  399. <div id="sidebar">
  400. <BR><BR><div id="title"><a href="/">{Title}</a><br><br></div>
  401. <div id="circle">
  402. <div class="desc">{block:Description}{block:IfShowIcon}<img style="float: left; padding: 5px 5px 5px 0px;" src="{PortraitURL-48}" width="48" height="48" />{block:IfShowIcon}{Description}{/block:Description}</div></div>
  403. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  404. </div>
  405.  
  406. <div id="navigation">
  407. <a href="/ask">ask</a>
  408. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  409. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  410. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  411. <a href="http://everlark.tumblr.com">theme</a>
  412. </div>
  413.  
  414. </div>
  415.  
  416.  
  417. <br>
  418.  
  419. <div id="entries">
  420. {block:Posts}
  421.  
  422. <div id="posts">
  423.  
  424. <div id="info">
  425. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}<br>
  426. {block:NoteCount}<a href="{Permalink}">&hearts; {NoteCountwithLabel}</a>{/block:NoteCount}<br>
  427. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  428. {block:ContentSource}<br>© <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  429. <div id="tags"><br>{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div></div>
  430.  
  431. {block:Quote}
  432. <h2>"{Quote}"&nbsp; - {Source}</h2>
  433. {/block:Quote}
  434.  
  435. {block:Title}
  436. <h1>{Title}&nbsp;</h1>
  437. {/block:Title}
  438.  
  439. {block:Text}
  440. {Body}{/block:Text}
  441.  
  442. {block:Link}
  443. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  444. {block:Description}<P>{Description}</p>{/block:Description}
  445. {/block:Link}
  446.  
  447. {block:Photo}
  448. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  449. {/block:Photo}
  450.  
  451. {block:Photoset}
  452. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  453. {/block:Photoset}
  454.  
  455. {block:Chat}
  456. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  457. {/block:Chat}
  458.  
  459. {block:Video}
  460. {Video-500}{block:Caption}{Caption}{/block:Caption}
  461. {/block:Video}
  462.  
  463. {block:Answer}
  464. <div id="asker"><img src="{AskerPortraitURL-16}"> {Asker}:</div>
  465. <div class="question">{Question}</div>
  466. <div id="answer">{Answer}</div>
  467. {/block:Answer}
  468.  
  469. {block:Audio}
  470. <span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}
  471. {/block:Audio}
  472.  
  473. </div>
  474.  
  475. <div id="line"></div>
  476.  
  477. {/block:Posts}
  478.  
  479. {block:PostNotes}{PostNotes}{/block:PostNotes}
  480. <BR><BR>
  481.  
  482. {block:Pagination}
  483. <div id="footer">
  484. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:JumpPagination length="5"} {block:CurrentPage} <span class="current_page">{PageNumber}</span> {/block:CurrentPage} {block:JumpPage} <a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage} {/block:JumpPagination} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div></div>{/block:Pagination}
  485.  
  486. </body>
  487.  
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement