Advertisement
rasperries

header (give me love)

May 7th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. <!---
  2. THEME FIVE BY IRENIDAE.
  3. DO NOT STEAL.
  4. DO NOT REDISTRIBUTE OR CLAIM AS YOUR OWN.
  5. DO NOT REMOVE THE CREDIT OR MOVE TO ANOTHER PAGE.
  6.  
  7. THANK YOU,
  8. ALLY.
  9. --->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><script type="text/javascript">
  15. <!--
  16.  
  17. // Disable Right Click Script
  18.  
  19. function IE(e)
  20. {
  21. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  22. {
  23. return false;
  24. }
  25. }
  26. function NS(e)
  27. {
  28. if (document.layers || (document.getElementById && !document.all))
  29. {
  30. if (e.which == "2" || e.which == "3")
  31. {
  32. return false;
  33. }
  34. }
  35. }
  36. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  37.  
  38. //-->
  39. </script>
  40.  
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46. <meta name="color:background" content="#fff"/>
  47. <meta name="color:post bg" content="#fff"/>
  48. <meta name="color:text" content="#92928f"/>
  49. <meta name="color:link" content="#dbd8ca"/>
  50. <meta name="color:link hover" content="#918f81"/>
  51. <meta name="color:desc" content="#f8f8f8">
  52. <meta name="color:border" content="#fff"/>
  53. <meta name="color:nav bg" content="#f7f6ee"/>
  54. <meta name="color:scrollbar" content="#dfded7"/>
  55.  
  56. <meta name="image:header" content=""/>
  57.  
  58. <meta name="text:link i" content="" />
  59. <meta name="text:link i title" content="" />
  60. <meta name="text:link ii" content="" />
  61. <meta name="text:link ii title" content="" />
  62. <meta name="text:link iii" content="" />
  63. <meta name="text:link iii title" content="" />
  64.  
  65. <style type="text/css">
  66.  
  67. /* SCROLLBAR */
  68. ::-webkit-scrollbar {width: 5px; height:auto; background-color:{color:background};}
  69. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};}
  70.  
  71. /* CONTROLS */
  72. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  73.  
  74. /* MAIN */
  75.  
  76. body {cursor: url(http://i.imgur.com/ZOrzC.png), auto;color: {color:text}; background-color: {color:background}; background-image: url('{image:background}'); {block:ifFixedBackground}background-attachment: fixed; {/block:ifFixedBackground} {block:ifNoRepeatBackground}background-repeat:no-repeat; {/block:ifNoRepeatBackground} background-position:{text:Background Position}; font-family: calibri; font-size:{text:Body Font Size}; text-align: justify;
  77. background: {color:background};
  78. background-image: url({image:background})
  79. margin:0px;
  80. color:{color:text};
  81. font-family: times;
  82. font-size: 10px;
  83. line-height:100%;
  84. font-style: none;
  85. letter-spacing: 0.5px;
  86. }
  87.  
  88.  
  89. a:link, a:visited, a:active {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto; color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color: {color:link};
  90. color: {color:link};
  91. text-decoration: none;
  92. font-weight: normal;
  93. -webkit-transition: all 0.2s ease-out;
  94. -o-transition: all 0.2s ease-out;
  95. -webkit-transition: all 0.2s ease-out;
  96. -moz-transition: all 0.2s ease-out;
  97. }
  98.  
  99. a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;color:{color:link hover}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; color:{color:link hover}; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
  100. color: {color:link hover};
  101. -webkit-transition: all 0.2s ease-out;
  102. -o-transition: all 0.2s ease-out;
  103. -webkit-transition: all 0.2s ease-out;
  104. -moz-transition: all 0.2s ease-out;
  105. }
  106.  
  107. #entries {
  108. position:relative;
  109. width: 500px;
  110. text-align:justify;
  111. margin-top: 50px;
  112. margin-left: auto;
  113. margin-right: auto;
  114. margin-bottom: 0px;
  115. padding:10px;
  116. }
  117.  
  118. #post {
  119. margin-bottom:25px;
  120. width: 500px;
  121. padding-bottom: 5px;
  122. background-color: {color:post bg};
  123. border-bottom: 1px solid {color:border};
  124. }
  125.  
  126. bold, strong, b {
  127. color: {color:link hover};
  128. }
  129.  
  130. small {
  131. font-size: 10px;
  132. }
  133.  
  134. /* HEADER */
  135. #header {
  136. margin: 20px auto;
  137. width: 500px;
  138. height: 170px;
  139. background: url({image:header}) no-repeat;
  140. border-bottom: solid 1px {color:border};
  141. padding-bottom: 5px;
  142. }
  143.  
  144. #header:hover .description {
  145. opacity: 1;
  146. -webkit-transition: all 0.2s ease-out;
  147. -o-transition: all 0.2s ease-out;
  148. -webkit-transition: all 0.2s ease-out;
  149. -moz-transition: all 0.2s ease-out;
  150. }
  151.  
  152. .description {
  153. opacity: 0;
  154. margin: 50px auto auto 90px;
  155. width: 310px;
  156. padding: 10px;
  157. height: 52px;
  158. position: absolute;
  159. color: {color:link hover};
  160. background-color: {color:desc};
  161. -webkit-transition: all 0.2s ease-out;
  162. -o-transition: all 0.2s ease-out;
  163. -webkit-transition: all 0.2s ease-out;
  164. -moz-transition: all 0.2s ease-out;
  165. }
  166.  
  167. .icon {
  168. width: 30px;
  169. height: 30px;
  170. border: 10px solid #eee;
  171. }
  172.  
  173. .nav {
  174. margin: -15px auto;
  175. padding: 5px 10px 10px;
  176. width: 500px;
  177. text-align: center;
  178. background-color: {color:background};
  179. }
  180.  
  181. .nav a {
  182. font-family:times;
  183. text-align: center;
  184. text-transform: uppercase;
  185. font-size: 7px;
  186. padding: 6px 20px;
  187. color: {color:link hover};
  188. -webkit-transition: all 0.2s ease-out;
  189. -o-transition: all 0.2s ease-out;
  190. -webkit-transition: all 0.2s ease-out;
  191. -moz-transition: all 0.2s ease-out;
  192. }
  193.  
  194. .nav a:hover {
  195. background-color: {color:nav bg};
  196. color: {color:link hover};
  197. -webkit-transition: all 0.2s ease-out;
  198. -o-transition: all 0.2s ease-out;
  199. -webkit-transition: all 0.2s ease-out;
  200. -moz-transition: all 0.2s ease-out;
  201. }
  202.  
  203. /* POSTS */
  204. .info {
  205. opacity: 0;
  206. text-transform: uppercase;
  207. font-size: 7px;
  208. color: {color:text};
  209. letter-spacing: 1.5px;
  210. line-height: 100%;
  211. margin-left: 15px;
  212. margin-bottom: 5px;
  213. -webkit-transition: all 0.2s ease-out;
  214. -o-transition: all 0.2s ease-out;
  215. -webkit-transition: all 0.2s ease-out;
  216. -moz-transition: all 0.2s ease-out;
  217.  
  218. }
  219.  
  220. #post:hover .info {
  221. margin-top: 0px;
  222. margin-left: 0px;
  223. opacity: 1;
  224. margin-bottom: 5px;
  225. -webkit-transition: all 0.2s ease-out;
  226. -o-transition: all 0.2s ease-out;
  227. -webkit-transition: all 0.2s ease-out;
  228. -moz-transition: all 0.2s ease-out;
  229.  
  230. }
  231.  
  232. .tags {
  233. text-transform: uppercase;
  234. font-size: 6px;
  235. width: 500px;
  236. color: {color:text} !important;
  237. letter-spacing: 1.5px;
  238. line-height: 100%;
  239. margin-left: 0px;
  240. padding: 2px 0px 20px 0px;
  241. margin-top: -23px;
  242. margin-bottom: 120px;
  243. }
  244.  
  245. .tags a:hover {
  246. background-color: {color:hover bg};
  247. }
  248.  
  249. .asker {
  250. font-size: 13px;
  251. text-transform: lowercase;
  252. }
  253.  
  254. blockquote{
  255. margin-left:0px;
  256. border-left:1px solid #f2f2f2;
  257. padding-left:10px;
  258. width:95%;
  259. }
  260.  
  261. #pagination {
  262. padding:10px 0px 10px;
  263. text-align:center;
  264. letter-spacing:5px;
  265. color:{color:link hover};
  266. text-align:center;
  267. font-size:9px;
  268. background-color: {color:desc};
  269. margin-bottom: 15px;
  270. width: 120px;
  271. padding: 5px;
  272. margin-left: 630px;
  273. margin-right: auto;
  274. text-transform:none;
  275. font-style: none;
  276. text-transform: uppercase;
  277. }
  278.  
  279. .pagination a.arrow{
  280. font-size:8px;
  281. color: {color:link hover};
  282. }
  283.  
  284. .pagination span.current{
  285. font-size:10px;
  286. margin:0px 6px 0px;
  287. padding:1px 3px 1px;
  288. color:{color:link hover};
  289. }
  290.  
  291. #ask {
  292. padding: 10px 8px 8px 10px;
  293. text-transform: lowercase;
  294. font-size: 10px;
  295. text-align: center;
  296. background-color: {color:border};
  297. }
  298.  
  299. #ask a {
  300. text-transform: lowercase;
  301. font-size: 12px;
  302. font-family: times;
  303. font-style: italic;
  304. }
  305.  
  306. #answer {
  307. padding-left: 10px;
  308. }
  309.  
  310. .baslik {
  311. font-size: 12px;
  312. text-transform: lowercase;
  313. font-style: italic;
  314. letter-spacing: 1px;
  315. padding-left: 15px;
  316. padding-bottom: 5px;
  317. font-family: times new roman;
  318. }
  319.  
  320. .postquote{
  321. display:block;
  322. height:auto;
  323. padding-left:0px;
  324. width:95%;
  325. font-size:10px;
  326. letter-spacing:0px;
  327.  
  328.  
  329. margin:0px auto 20px;
  330. line-height:15px;
  331. text-align:justify;
  332.  
  333. }
  334.  
  335. .quotesource{
  336. text-align:right;
  337. margin-top:-8px;
  338. }
  339.  
  340. .quotesource span{
  341. background-color:white;
  342. padding-left:10px;
  343. }
  344.  
  345. .quoteborder{
  346. border-bottom:3px double #f2f2f2;
  347. }
  348.  
  349. .musicplayer{
  350. width:27px;
  351. height:27px;
  352. overflow:hidden;
  353. z-index:2;
  354. display:block;
  355. background-color:black;
  356. margin:38px 0px 0px 180px;
  357. position:absolute;
  358. opacity:1;
  359. -webkit-transition: all 0.7s ease-in-out;
  360. -moz-transition: all 0.7s ease-in-out;
  361. -o-transition: all 0.7s ease-in-out;
  362. }
  363.  
  364. .audio{
  365. position:absolute;
  366. width:398px;
  367. height:100px;
  368. background-color:black;
  369. margin-left:102px;
  370. }
  371.  
  372. .covers{
  373. width:100px;
  374. height:100px;
  375. }
  376.  
  377. .audioimg{
  378. width:100px;
  379. height:100px;
  380. position:absolute;
  381. }
  382.  
  383. .audioimg img{
  384. float:left;
  385. opacity:1;
  386. width:100px;
  387. }
  388.  
  389. .audioinfo{
  390. display:none;
  391. font-size:11px;
  392. text-transform:uppercase;
  393. margin-bottom:1px;
  394. margin-left:201px;
  395. height:65px;
  396. display:block;
  397. width:299px;
  398. text-align:center;
  399. background-color:white;
  400. padding-top:35px;
  401. letter-spacing:1px;
  402. }
  403.  
  404.  
  405. /* CREDIT */
  406. #credit {
  407. position:fixed; bottom:2px; right:2px; font-size:0px; font-style:bold; letter-spacing:1.5px; color: #ffffff;
  408. }
  409.  
  410. #credit:hover {
  411. font-size: 0px;
  412. }
  413.  
  414. #credit a:hover {
  415. color: {color:text};
  416. }
  417. {CustomCSS}
  418.  
  419. </style></head>
  420.  
  421. <body>
  422. <div id="header"><div class="description">{Description}</div></div>
  423. <div class="nav"><a href="/">home</a>
  424. <a href="/ask">mssg</a>
  425. <a href="{text:Link i}">{text:Link i Title}</a>
  426. <a href="{text:Link ii}">{text:Link ii Title}</a>
  427. <a href="{text:Link iii}">{text:Link iii Title}</a>
  428. </div>
  429.  
  430. <div id="entries">{block:Posts}<div id="post">
  431. {block:ContentSource}
  432. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  433. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  434. {/block:SourceLogo}
  435. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  436. {/block:ContentSource}
  437.  
  438. {block:IndexPage}<div class="info"><a href="{Permalink}">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}{/block:Date}{block:NoteCount} [{NoteCount}]{/block:NoteCount}</a></div>{/block:IndexPage}
  439.  
  440. {block:PermalinkPage}<div class="info"><a href="{Permalink}">{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}{/block:Date}{block:NoteCount} [{NoteCount}]{/block:NoteCount}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  441. {block:ContentSource} (<a href="{SourceURL}">Β©</a>){/block:ContentSource}</div>{/block:PermalinkPage}
  442.  
  443. {block:Text}<div class="baslik">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  444.  
  445. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  446.  
  447. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  448.  
  449. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video} {/block:Video}
  450.  
  451. {block:Quote}
  452. <div class="postquote">{Quote}</div>
  453. {block:Source}<div class="quoteborder"> </div>
  454. <div class="quotesource"><span>{Source}</span></div>{/block:Source}
  455. {/block:Quote}
  456.  
  457. {block:Link}<div class="baslik"><a href="{URL}" {Target}>go: {Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  458.  
  459. {block:Chat}{block:Title}<div class="baslik">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  460.  
  461. {block:Audio}
  462. <div class="audio"><div class="musicplayer">{AudioPlayerBlack}</div></div>
  463. <div class="covers"><div class="audioimg"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  464. {Caption}
  465. {/block:Audio}
  466.  
  467. {block:Answer}<div id="ask">{Asker}: {Question}</div><br><div id"answer">{Answer}</div>{/block:Answer}</div>
  468.  
  469. <div class="tags">{block:HasTags}filed under: {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags} {/block:HasTags}</div>
  470.  
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}
  472. {/block:Posts}
  473. </div>
  474.  
  475. <div id="pagination">{block:Pagination}{block:PreviousPage}<a class="arrow" href="{PreviousPage}">←</a>{/block:PreviousPage}
  476. {block:JumpPagination length="5"}
  477. {block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}
  478. {block:JumpPage}<a class="page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  479. {block:NextPage}<a class="arrow" href="{NextPage}">β†’</a>{/block:NextPage}{/block:Pagination}</div>
  480.  
  481. <div id="credit"><a href="http://irenidae.tumblr.com/"><b></b></a></center></div>
  482.  
  483. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement