Don't like ads? PRO users don't see any ads ;-)

Theme 18: Kids

By: whattheweasley on Jun 18th, 2012  |  syntax: None  |  size: 14.09 KB  |  hits: 2,780  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.                    <!--             DO NOT REMOVE THE FOLLOWING
  6.                         ► Theme 18: Kids by Rachael: pevensied @ tumblr.com  ◄
  7.                       • if you're using my theme, please keep credit in tact.
  8.                       • this theme isn't a base theme, do not redistribute.  
  9.                       • edit to your heart's consent, but this will always be MY theme
  10.                      -->
  11.  
  12. <body>
  13. <head>
  14.  
  15.  
  16.  
  17.             <!-- DEFAULT VARIABLES -->
  18.    <meta name="color:background" content="#FFFFFF" />
  19.    <meta name="color:entry" content="#fff" />
  20.  
  21.    <meta name="color:title" content="#695D51" />
  22.    <meta name="color:text" content="#C0AEA0" />
  23.    <meta name="color:link" content="#D9B693" />
  24.    <meta name="color:link hover" content="#ffcc77" />
  25.  
  26.    <meta name="color:nav link" content="#a2866a" />
  27.    <meta name="color:nav link hover" content="#b39d87" />
  28.    <meta name="color:selection" content="#dd9955" />
  29.  
  30.    <meta name="font:title" content="georgia" />
  31.    <meta name="font:body" content="helvetica" />
  32.    <meta name="font:sidebar" content="helvetica" />
  33.  
  34.    <meta name="image:sidebar" content=""/>
  35.    <meta name="image:background" content="" />
  36.    <meta name="if:show icon" content="1" />
  37.    <meta name="if:show description" content="0" />
  38.    <meta name="if:show tags" content="0" />
  39.    <meta name="if:fading images" content="1" />
  40.    <meta name="text:link one" content="/"/>
  41.    <meta name="text:link one name" content="link 1"/>
  42.    <meta name="text:link two" content="/"/>
  43.    <meta name="text:link two name" content="link 2"/>
  44.    <meta name="text:link three" content="/"/>
  45.    <meta name="text:link three name" content="link 3"/>
  46.    <meta name="text:link four" content="/"/>
  47.    <meta name="text:link four name" content="link 4"/>
  48.    <meta name="text:link five" content="/"/>
  49.    <meta name="text:link five name" content="link 5"/>
  50.  
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53. <title>{Title}</title>
  54.  
  55. {block:Description}
  56. <meta name="description" content="{MetaDescription}" />
  57. {/block:Description}
  58.  
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61.  
  62. <style type="text/css">
  63.  
  64. /* ---------- scroll bar --------- */
  65. ::-webkit-scrollbar-thumb:vertical {background-color:{color:nav link}; height:30px;}
  66. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:nav link}; height:10px!important;}
  67. ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:5px;}
  68.  
  69. /* ---------- color selection --------- */
  70.  
  71. ::-moz-selection {color:#F0F0EB;background: {color:selection};}
  72.  
  73. ::selection {color: #F0F0EB ;background: {color:selection};}
  74.  
  75. /* ---------- follow/dash fade --------- */
  76. iframe#tumblr_controls {
  77.    top:0px !important;
  78.   right:3px !important;
  79.    position: fixed !important;
  80.   -webkit-transition: opacity 0.7s linear;
  81.      opacity: 0.4;
  82. -webkit-transition: all 0.8s ease-out;
  83. -moz-transition: all 0.8s ease-out;
  84. transition: all 0.8s ease-out;}
  85.  
  86. iframe#tumblr_controls:hover{
  87. -webkit-transition: opacity 0.7s linear;
  88. opacity: 1;
  89. -webkit-transition: all 0.4s ease-out;
  90. -moz-transition: all 0.4s ease-out;
  91. transition: all 0.4s ease-out;}
  92.  
  93.  
  94. body {
  95. color:{color:text};
  96. background-color:{color:background};
  97. background-image: url('{image:Background}');
  98. background-position: center;
  99. background-attachment:fixed;
  100. background-repeat: repeat;
  101. font-family:{font:body};
  102. font-size:9px;
  103. line-height:110%;
  104. text-align:justify}
  105.  
  106. a:link, a:active, a:visited{
  107. color: {color:link};
  108. text-decoration:none;
  109. -webkit-transition: all 0.7s
  110. ease-out;-moz-transition: all 0.7s ease-out;
  111. transition: all 0.7s ease-out;
  112. }
  113.  
  114. a:hover{
  115. color:{color:link hover};
  116. background-color: transparent;
  117. }
  118.  
  119. #entries{
  120. margin-left:540px;
  121. width:510px}
  122.  
  123. {block:iffadingimages}
  124. #entries img {
  125. opacity: .8;
  126. -webkit-transition: all 0.5s ease-out;
  127. -moz-transition: all 0.5s ease-out;
  128. transition: all 0.5s ease-out;
  129. }
  130.  
  131. #entries img:hover {
  132. opacity: 1;
  133. }
  134.  
  135. .trans {
  136. opacity: .8;
  137. -webkit-transition: all 0.5s ease-out;
  138. -moz-transition: all 0.5s ease-out;
  139. transition: all 0.5s ease-out;
  140. }
  141.  
  142. .trans:hover {
  143. opacity: 1;
  144. }
  145.  
  146. {/block:iffadingimages}
  147. #posts{
  148. overflow:hidden;
  149. background-color: {color:entry};
  150. padding:5px;
  151. margin-top:20px;
  152. margin-bottom:16px;
  153. }
  154. #posts:hover #info {
  155. opacity:1.0;
  156. margin-left:510px;
  157. margin-top:0px;
  158. }
  159.  
  160.  
  161. .description {
  162. color:{color:sidebar text};
  163. font-family:{font:sidebar};
  164. position:fixed;
  165. margin-left:200px;
  166. margin-top:20px;
  167. width:210px;
  168. font-size:9px;
  169. padding-bottom:10px;
  170. }
  171.  
  172. {block:ifnotshowdescription}
  173. .description:hover .desc {
  174.     margin-top:-180px;
  175.     opacity:1;
  176.     -webkit-transition: all 1s ease-in-out;
  177.     -moz-transition: all 1s ease-in-out;
  178.     transition: all 1s ease-in-out;
  179. }{/block:ifnotshowdescription}
  180.  
  181. .desc{
  182. background-color:#fff;
  183. width:100px;
  184. position: fixed;
  185. float:left;
  186. margin-top:{block:ifnotshowdescription}-0px{/block:ifnotshowdescription}{block:ifshowdescription}-180px{/block:ifshowdescription};
  187. margin-left:50px;
  188. padding:10px;
  189. {block:ifnotshowdescription}opacity:0;{/block:ifnotshowdescription}
  190. {block:ifshowdescription}opacity:.8;{/block:ifshowdescription}
  191. z-index:9999;
  192. -webkit-transition: all 0.8s ease-in-out;
  193. -moz-transition: all 0.8s ease-in-out;
  194. transition: all 0.8s ease-in-out;
  195. }
  196.  
  197. .description:hover .hovert {
  198.     opacity:0;
  199.     margin-top:-20px;
  200.     -webkit-transition: all 0.9s ease-out;
  201. -moz-transition: all 0.9s ease-out;
  202. transition: all 0.9s ease-out;
  203. }
  204. .hovert {
  205. position:absolute;
  206. font-family:calibri, helvetica, sans-serif;
  207. font-size:10px;
  208. color:{color:background};
  209. z-index:9999;
  210. opacity:0.5;
  211. margin-top:-1px;
  212. margin-left:10px;
  213. -webkit-transition: all 0.9s ease-out;
  214. -moz-transition: all 0.9s ease-out;
  215. transition: all 0.9s ease-out;
  216. }
  217.  
  218.  
  219.  
  220.  
  221. #icon img {
  222. position:fixed;
  223. max-width: 100px;
  224. margin-left:0px;
  225. margin-top:-60px;
  226. z-index:9999;
  227. text-align:center;
  228. border:3px solid {color:nav link};
  229. -webkit-transition: all 0.7s ease-out;
  230. -moz-transition: all 0.7s ease-out;
  231. transition: all 0.7s ease-out;
  232. }
  233.  
  234.  
  235.  
  236. #sidebarimg img {
  237. width: 200px;
  238. margin-left:10px;
  239. height: auto;
  240. text-align:center;;
  241. }
  242.  
  243. #sidebarimg:hover .desc {
  244. opacity:0.80
  245. }
  246.  
  247. #sidebar {
  248. width:210px;
  249. position:fixed;
  250. overflow:hidden;
  251. background-color: trans;
  252. border-left:0px solid;
  253. border-right:0px solid;
  254. padding:5px;
  255. -webkit-transition: all 0.7s ease-out;
  256. -moz-transition: all 0.7s ease-out;
  257. transition: all 0.7s ease-out;
  258. }
  259.  
  260. h1{
  261. color:{color:title};
  262. font-family:{font:title};
  263. font-size:12px;
  264. line-height:17px;
  265. letter-spacing:1px;
  266. font-weight:normal;
  267. text-transform:lowercase;
  268. margin:0px;
  269. padding:0px;
  270. text-align:center
  271. }
  272.  
  273. h2{
  274. color:{color:title};
  275. font-family:{font:title};
  276. font-size:16px;
  277. line-height:14px;
  278. letter-spacing:-1px;
  279. font-weight:normal;
  280. text-transform:case;
  281. margin:0px;
  282. padding:0px;
  283. margin-bottom:1px;
  284. text-align:center
  285. }
  286.  
  287.  
  288. #source {text-align: right}
  289.  
  290.  
  291. #tags {
  292. display:block;
  293. position:absolute;
  294. {block:ifshowtags}
  295. width:500px;
  296. {/block:ifshowtags}
  297. padding-top:3px;
  298. margin-top:6px;
  299. font-style:italic;
  300. font-family:{font:body};
  301. padding-bottom: 2px;
  302. background-color:#transparent;
  303. font-size:10px;
  304. text-transform:case;
  305. text-align:{block:ifshowtags}center{/block:ifshowtags}{block:ifnotshowtags}left{/block:ifnotshowtags};
  306. -webkit-transition: all 0.7s ease-out;
  307. -moz-transition: all 0.7s ease-out;
  308. transition: all 0.7s ease-out;
  309. {block:ifnotshowtags}opacity:0.8;{/block:ifnotshowtags}
  310. }
  311.  
  312.  
  313. #info {
  314. width:100px;
  315. position: absolute;  
  316. margin-left:490px;
  317. margin-top:0px;
  318. font-style:italic;
  319. background-color: transparent;
  320. color:{color:text};
  321. text-align:left;
  322. text-transform: uppercase lowercase;
  323. padding: 3px;  
  324. font-family: {font:body};
  325. font-size:10px;
  326. opacity:0.0;
  327. -webkit-transition: all 0.7s ease-out;
  328. -moz-transition: all 0.7s ease-out;
  329. transition: all 0.7s ease-out;
  330. }
  331. #info a:hover  {
  332. color:{color:link hover};
  333. }
  334.  
  335.  
  336. .reblogicons img {
  337. border: 2px solid {color:text};
  338. }
  339.  
  340. #effie {
  341. position:fixed;
  342. margin-top:{block:ifshowicon}80px{/block:ifshowicon}
  343.            {block:ifnotshowicon}40px;{/block:ifnotshowicon};
  344. width: 100px;
  345. margin-left: 238px;
  346. opacity:1;
  347. -webkit-transition: all 0.7s ease-out;
  348. -moz-transition: all 0.7s ease-out;
  349. transition: all 0.7s ease-out;
  350. }
  351. #effie a {
  352. width:51px;
  353. display:block;
  354. margin-left:0px;
  355. margin-bottom: 2px;
  356. line-height:20px;
  357. background-color:{color:Nav Link};
  358. color: {color:text};
  359. font:10px georgia;
  360. text-transform: lowercase;
  361. text-align:center;
  362. padding:3px;
  363. text-decoration:none;
  364. -webkit-transition: all 0.7s ease-out;
  365. -moz-transition: all 0.7s ease-out;
  366. transition: all 0.7s ease-out;
  367. }
  368. #effie a:hover {
  369. color:{color:nav link};
  370. background-color:{color:Nav Link Hover};
  371. }
  372.  
  373.  
  374. #pagination {
  375. position:fixed;
  376. margin-top:20px;
  377. margin-left:95px;
  378. }
  379. #pagination a {
  380. color: {color:link};
  381. font-family:georgia;
  382. text-align:center;
  383. font-size:45px;
  384. font-weight:lighter;
  385. }
  386.  
  387. #credit {
  388. position:fixed;
  389. width:100px;
  390. right:0px;
  391. bottom:3px;
  392. line-height:5px;
  393. letter-spacing:0px;
  394. font:10px georgia;
  395. color: {color:text};
  396. text-transform:lowercase;
  397. font-style:italic;
  398. }
  399.  
  400. blockquote {
  401. border-left:1px {color:text} dotted;
  402. padding-left:5px;
  403. margin:0px 2px 0px 10px
  404. }
  405. blockquote img, blockquote a img { max-width: 490px}
  406.  
  407. b, strong{
  408. color:{color:title}
  409. }
  410. i, em {
  411. color:{color:link hover};
  412. }
  413. p{
  414. margin-top:3px; margin-bottom:3px
  415. }
  416.  
  417. img a{border:none; width:100%}
  418. .audio{background-color: transparent; display:block;}
  419.  
  420. .user_1 .label {color:{color:link}; font-weight:bold}
  421. .user_2 .label {color:{color:text}; font-weight:bold}
  422. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  423.  
  424. .response {
  425. padding: 3px; display: block;
  426. background-color:{color:entry};
  427. border-top:1px dashed {color:text};
  428. }
  429. .asked {
  430. display: block;
  431. margin-left: 35px;
  432. margin-top : 0px;  
  433. line-height: 5px;
  434. font-style: none;
  435. color: {color:link};
  436. height: 16px;
  437. text-align: left;
  438. text-shadow: 1px 1px 1px # 59493rd;
  439. line-height: 18px ;
  440. text-transform: lowercase;}
  441. .asked a {
  442. color: {color:link};
  443. }
  444. .askerimg  {
  445. background: #fff;4px; float: left; margin-right: 4px; margin-top:-2px; margin-left:-2px;
  446. border:3px solid {color:text};
  447. }
  448.  
  449. random text{
  450. background-color:transparent!important;
  451. }
  452.  
  453. </style>
  454. <style type="text/css">{CustomCSS}</style>
  455. </head>
  456.  
  457. <body>
  458.  
  459. <div class="description">
  460.  
  461. <br><br>
  462. <div id="sidebar">
  463. {block:ifnotshowdescription}<div class="hovert">HOVER</div>{/block:ifnotshowdescription}
  464. <div id="effie">
  465. {block:ifshowicon}
  466. <div id="icon">
  467. <img src="{PortraitURL-64}" width="51px" >
  468. </div>
  469. {/block:ifshowicon}
  470. <a href="/">home</a>
  471. <a href="/ask">ask</a>
  472. {block:IfLinkOne}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOne}
  473. {block:IfLinkTwo}<a href="{text:link Two}">{text:link two name}</a>{/block:IfLinkTwo}
  474. {block:IfLinkThree}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThree}
  475. {block:IfLinkFour}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFour}
  476. {block:IfLinkFive}<a href="{text:link five}">{text:link five name}</a>{/block:IfLinkFive}
  477. </div>
  478.  
  479.  
  480. <div id="sidebarimg"><center><img src="{image:sidebar}"/>
  481.  
  482. <div class="desc">{description}</div>
  483. </div>
  484.  
  485. {block:Pagination}
  486. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  487. {block:NextPage}<a href="{NextPage}">&raquo;</a></div>{/block:NextPage}
  488. {/block:Pagination}
  489.  
  490. </div>
  491. </div>
  492. </div>
  493.  
  494. <!-- Please do not remove my credit.-->
  495. <div id="credit"><a target="blank"href="http://pevensied.tumblr.com"><font color="{color:text}">theme by pevensied</a></font></div>
  496. <!-- If you must, you MUST give ME credit in FAQ, About Me, or anywhere visible.-->
  497.  
  498. <div id="entries">
  499.  
  500. {block:Posts}
  501. <div id="posts">
  502.  
  503. {block:date}
  504. <div id="info">
  505.  
  506. <a href="{permalink}">{TimeAgo}</a><br>
  507. <a href="{permalink">{NoteCount}</a> notes
  508.  
  509. {block:RebloggedFrom}<div class="reblogicons"><a href="reblogged from {ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
  510. {block:ContentSource}<a href="{SourceURL}" title="{ReblogRootName} posted originally"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}</div>{/block:RebloggedFrom}
  511. {/block:ContentSource}
  512. {block:ifnotshowtags}
  513. <br>
  514. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}
  515. </div>
  516. {/block:ifnotshowtags}
  517.  
  518. </div>
  519. {/block:date}
  520.  
  521. {block:Title}<h1>{title}&nbsp;</h1>{/block:Title}
  522. {block:Text}{Body}{/block:Text}
  523.  
  524. {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
  525. {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
  526.  
  527. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  528. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  529.  
  530. {block:Photo}<div class="trans">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  531. {block:Photoset}<center><div class="trans">{Photoset-500}</div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  532.  
  533. {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}
  534. {/block:Chat}
  535.  
  536. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  537.  
  538. {block:Answer}
  539. <div id="question">
  540. <img src="{AskerPortraitURL-30}" width="30px" class="askerimg"> {Asker} asked:
  541. {Question}</div>
  542. <div class="response">{Answer}</div>
  543. {/block:Answer}
  544.  
  545. {block:Audio}<center><span class="audio">{AudioPlayerWhite}</span>{block:Caption}{Caption}{/block:Caption}</center>{/block:Audio}<br>
  546.  
  547. {block:ifshowtags}
  548. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  549. {/block:ifshowtags}
  550.  
  551. <div class="info"></div>
  552. </div>
  553. {/block:Posts}
  554. {block:PostNotes}{PostNotes}{/block:PostNotes}
  555.  
  556. </div>
  557.  
  558. </body>
  559. </html>