wallflwers

Babytarzayn Custom Theme

Dec 28th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.33 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6.  
  7. <meta name="color:Box" content="#f8f8f8"/>
  8. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="color:Border" content="#e8e8e8"/>
  10. <meta name="color:HyperLink" content="#b1486c"/>
  11. <meta name="color:HyperLink Hover" content="#d6bfc7"/>
  12. <meta name="color:Scrollbar" content="#b1486c"/>
  13. <meta name="color:Links Text" content="#d59db0"/>
  14. <meta name="color:Link Text Hover" content="#292727"/>
  15. <meta name="color:Text" content="#9c8f93"/>
  16. <meta name="color:Background" content="#9c8f93"/>
  17.  
  18. <meta name="image:Sidebar" content""/>
  19. <meta name="image:background" content ""/>
  20.  
  21. <meta name="text:Link 3 URL" content="/"/>
  22. <meta name="text:Link 3 name" content=""/>
  23. <meta name="text:Link 4 URL" content="/"/>
  24. <meta name="text:Link 4 name" content=""/>
  25.  
  26.  
  27.  
  28. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  29.  
  30. <script src="jquery.js"></script>
  31. <script>
  32. $(document).ready(function(){
  33. $("#flip").click(function(){
  34. $("#panel").slideToggle("fast");
  35. });
  36. });
  37. </script>
  38.  
  39.  
  40.  
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <title>
  44. {block:PostSummary}
  45. {PostSummary} - {/block:PostSummary}{Title}</title>
  46. </style>
  47.  
  48. <style type="text/css">
  49.  
  50. #bite
  51. #bite a{
  52. display:block
  53. }
  54. #bite .death {;filter: alpha(opacity = 0);
  55. opacity:0;-webkit-transition: all 0.5s ease-out;
  56. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  57. }
  58.  
  59. #bite:hover .death {
  60. -webkit-transition: all 0.5s ease-out;
  61. -moz-transition: all 0.5s ease-out;
  62. transition: all 0.5s ease-out;
  63. filter: alpha(opacity = 100);
  64. filter: alpha(opacity = 100);
  65. opacity:100;
  66. }
  67.  
  68. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  69.  
  70.  
  71. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  72.  
  73. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  74. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  75.  
  76. {block:iftinycursor}
  77. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  78. {/block:iftinycursor}
  79.  
  80. body{
  81. background-color: {color:Background};
  82. background-image: url({image:Background});
  83. background-attachment: fixed;
  84. background-repeat: repeat;
  85. background-position: center;
  86. font-family:calibri;
  87. font-size:11px;
  88. line-height:12px;
  89. color:{color:Text};
  90. }
  91.  
  92. a:link, a:active, a:visited{
  93. color: {color:HyperLink};
  94. text-decoration:none;
  95. -webkit-transition: all 0.4s linear;
  96. -moz-transition: all 0.4s linear;
  97. transition: all 0.4s linear;
  98. }
  99.  
  100. a:hover{
  101. color: {color:HyperLink Hover};
  102. {block:iftinycursor}
  103. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  104. {/block:iftinycursor}
  105. }
  106.  
  107. #container {
  108. margin:auto;
  109. width:500px;
  110. }
  111.  
  112. #content {
  113. width:500px;
  114. padding:20px;
  115. margin-left:auto;
  116. margin-right:auto;
  117. margin-top:-10px;
  118. }
  119.  
  120. #entry {
  121. width:500px;
  122. margin-top:20px;
  123. margin-left:110px;
  124. padding:3px;
  125.  
  126. }
  127.  
  128. #permalink{
  129. position:relative;
  130. margin-top:9px;
  131. padding-top:3px;
  132. font-size:8px;
  133. line-height:10px;
  134. font-family:cambria;
  135. letter-spacing:1px;
  136. text-transform:uppercase;
  137. }
  138.  
  139. #info{
  140. position:absolute;
  141. margin-top:-11px;
  142. font-size:8px;
  143. line-height:10px;
  144. font-family:cambria;
  145. letter-spacing:1px;
  146. right:0;
  147. text-transform:uppercase;
  148. }
  149.  
  150. #answer {
  151. padding-top:50px;
  152. }
  153.  
  154. #ask {
  155. float:left;
  156. margin-right:5px;
  157. padding:5px;
  158. background:{color:Ask Background};
  159. width:492px;
  160. }
  161.  
  162. #asker {
  163. float:left;
  164. }
  165.  
  166. .askername{
  167. text-transform:uppercase;
  168. font-size:10px;
  169. font-weight:bold;
  170. letter-spacing:1px;
  171. padding-top:3px;
  172. margin-top:3px;
  173. text-align:right;
  174. border-top:1px solid {color:Border};
  175. }
  176.  
  177. #side {
  178. position:fixed;
  179. text-align:center;
  180. width:142px;
  181. margin-top:210px;
  182. margin-left:-100px;
  183. }
  184.  
  185. #sidepic {
  186. text-align:center;
  187. width:120px;
  188. z-index:999;
  189. padding:10px;
  190. position:fixed;
  191. background:white;
  192. border:1px solid {color:Border};
  193. padding-bottom:8px;
  194. }
  195.  
  196. #sidepic{
  197. -webkit-transition: opacity 0.5s linear;
  198. opacity: 0.9;
  199. }
  200.  
  201. #sidepic:hover{
  202. -webkit-transition: opacity 0.5s linear;
  203. opacity: 1;
  204. }
  205.  
  206.  
  207. #sidepic{
  208. -moz-transition: opacity 0.5s linear;
  209. opacity: 0.9;
  210. }
  211.  
  212. #sidepic:hover{
  213. -moz-transition: opacity 0.5s linear;
  214. opacity: 1;
  215. }
  216.  
  217. #description {
  218. margin-top:150px;
  219. font-style:italic;
  220. text-align:center;
  221. font-family:calibri;
  222. font-size:9px;
  223. font-style:bold;
  224. width:143px;
  225. letter-spacing:1px;
  226. position:fixed;
  227. z-index:-1;
  228. letter-spacing:1px;
  229. line-height:100%;}
  230.  
  231. #navigate a{
  232. text-transform:lowercase;
  233. font-family:calibri;
  234. font-size:8px;
  235. font-style:italic;
  236. letter-spacing:1px;
  237. padding:2px;
  238. text-align:center;
  239. width:30px;
  240. margin-top:4px;
  241. display:block;
  242. margin-left:100%;
  243. color:{color:Links Text};
  244. transition: all 0.5s ease-out;
  245. -o-transition-transition: all 0.5s ease-out;
  246. -webkit-transition: all 0.5s ease-out;
  247. -moz-transition: all 0.5s ease-out;
  248. }
  249.  
  250. #navigate a:hover{
  251. background:{color:Link Hover};
  252. color:{color:Link Text Hover};
  253. transition: all 0.5s ease-out;
  254. -o-transition-transition: all 0.5s ease-out;
  255. -webkit-transition: all 0.5s ease-out;
  256. -moz-transition: all 0.5s ease-out;
  257. }
  258.  
  259. .pgs {
  260. text-align:right;
  261. font-family:cambria;
  262. font-size:10px;
  263. text-transform:uppercase;
  264. margin-left:10px;
  265. border-top:1px solid {color:Border};
  266. }
  267.  
  268. .posttitle{
  269. font-family:cambria;
  270. font-size: 17px;
  271. line-height: 20px;
  272. }
  273.  
  274. blockquote{
  275. padding:0px 0px 2px 5px;
  276. margin:0px 0px 2px 1px;
  277. border-left: 3px solid {color:HyperLink Hover};}
  278. blockquote p, ul{margin:0px; padding:0px;
  279. }
  280.  
  281. .chat .line{
  282. padding: 2px;
  283. }
  284.  
  285. .chat .line .odd{
  286. color: {color:Link};
  287. }
  288.  
  289. .label {font-weight:bold; color:{color:text}}
  290.  
  291. a img{border: 0px;}
  292.  
  293. .p { padding-top: 5px; }
  294. .ol, ul { margin-left: 10px; padding: 5px; }
  295. .ul { list-style-type: square; }
  296.  
  297. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  298.  
  299. .playbox {position: absolute; z-index: 1000;}
  300.  
  301. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  302.  
  303. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  304. -webkit-transition: all 0.6s linear;
  305. -moz-transition: all 0.6s linear;
  306. transition: all 0.6s linear;}
  307.  
  308. .playbox:hover {opacity:.8;}
  309.  
  310. .title{
  311. width:
  312. position:absolute;
  313. line-height:23px;
  314. padding:4px;
  315. z-index: 1000;
  316. text-transform:uppercase;
  317. }
  318.  
  319. .video embed, .post div.video object {width:250px; height:187px}
  320.  
  321. .notes img{width:10px; position:left; top:3px;}
  322.  
  323.  
  324. {CustomCSS}
  325. </style>
  326.  
  327. <link rel="shortcut icon" href="{Favicon}">
  328. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  329.  
  330. </head>
  331. <body>
  332. <div id="container">
  333. <div id="content">
  334. <div id="side">
  335. <div id="sidepic"><img src="{image:Sidebar}" style="width:120px;"/></div>
  336. <div id="description">{Description}<br>{block:Pagination}{/block:Pagination}
  337. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">←</a>{/block:PreviousPage}
  338. {block:NextPage}<a style="{color:text}"href="{NextPage}">→</a>{/block:NextPage}
  339. <div style="margin-top:-110%;margin-left:30%;">
  340. <div id="navigate">
  341. <a style="border-bottom:1px solid {color:border}"href="/">home</a>
  342. <a style="border-bottom:1px solid {color:border}"href="/ask">ask</a>
  343. <a style="border-bottom:1px solid {color:border}"href="{text:Link 3 URL}">{text:Link 3 name}</a>
  344. <a href="{text:Link 4 URL}">{text:Link 4 name}</a></div>
  345. </div>
  346. </div>
  347. </div>
  348.  
  349.  
  350. {block:Posts}
  351. <div style="border: 1px solid {color:border};padding:10px;" id="entry">
  352.  
  353. {block:Text}
  354. {block:Title}
  355. <div class="posttitle">{Title}</div>
  356. {/block:Title}
  357. {Body}
  358. {/block:Text}
  359.  
  360. {block:Link}
  361. <div class="posttitle">
  362. <a href="{URL}">{Name}</a>
  363. </div>
  364. {block:Description}{Description}{/block:Description}
  365. {/block:Link}
  366.  
  367. {block:Photo}
  368. <center>
  369. {LinkOpenTag}
  370. <div id="pic">
  371. <a href="{permalink}">
  372. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  373. </div>
  374. {LinkCloseTag}
  375. </center>
  376. {block:Caption}{Caption}{/block:Caption}
  377. {block:ContentSource}
  378. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  379. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  380. {/block:SourceLogo}
  381. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  382. {/block:ContentSource}
  383. {block:ReblogParentURL}
  384. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  385. {/block:ReblogParentURL}
  386. {/block:Photo}
  387.  
  388. {block:Photoset}
  389. <center>
  390. <div class="photo">
  391. {Photoset-500}
  392. </div>
  393. </center>
  394. {block:Caption}{Caption}{/block:Caption}
  395. {/block:Photoset}
  396.  
  397. {block:Quote}
  398. <div class="posttitle">"{Quote}"</div>
  399. {block:Source}
  400. <i> - {Source}</i>
  401. {/block:Source}
  402. {/block:Quote}
  403.  
  404. {block:Chat}
  405. {block:Title}
  406. <div class="posttitle">
  407. {Title}
  408. </div>
  409. {/block:Title}
  410. <div class="chat">
  411. {block:Lines}
  412. <div class="chat">
  413. <div class="line {Alt}">
  414. <div class="{Alt} user_{UserNumber}">
  415. {block:Label}
  416. <b>{Label} </b>
  417. {/block:Label}
  418. {Line}
  419. </div>
  420. </div>
  421. </div>
  422. {/block:Lines}
  423. </div>
  424. {/block:Chat}
  425.  
  426. {block:Audio}
  427. <div class="playbox">
  428. <div class="playbutton">
  429. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  430. </div></div>
  431. {block:AlbumArt}
  432. <img src="{AlbumArtURL}" class="cover">
  433. {/block:AlbumArt}
  434.  
  435. <div class="title">
  436. {block:TrackName}
  437. <b>Title</b>:{TrackName}
  438. {/block:TrackName}
  439. </div>
  440.  
  441. <div class="title">
  442. {block:Artist}
  443. <b>Artist:</b>{Artist}
  444. {/block:Artist}
  445. </div>
  446.  
  447. <div class="title">
  448. {PlayCountWithLabel}
  449. </div>
  450.  
  451. <br>
  452. {block:Caption}{Caption}{/block:Caption}
  453. {/block:Audio}
  454.  
  455. {block:Video}
  456. <center>
  457. <div class="photo">
  458. {Video-500}
  459. </div>
  460. </center>
  461. {block:Caption}{Caption}{/block:Caption}
  462. {/block:Video}
  463.  
  464. {block:IndexPage}
  465. <div id="permalink">posted
  466. <a href="{Permalink}"> {TimeAgo}</a>
  467. with
  468. <a href="{Permalink}">{NoteCountWithLabel}</a>
  469. <div id="info">
  470. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via:{ReblogParentName}</a> / (<a href="{ReblogRootURL}" target="_blank">©</a>) {/block:RebloggedFrom}
  471. </div>
  472. <br>
  473. {block:HasTags}
  474. TAGGED AS:
  475. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  476. {/block:Tags}
  477. {/block:HasTags}
  478. </div>
  479. {/block:IndexPage}
  480.  
  481. {block:PermalinkPage}
  482. <center>
  483. <div id="permalink">
  484. {block:Date}
  485. {TimeAgo} on
  486. {ShortMonth} {DayofMonth},{Year}
  487. {/block:Date}
  488. {block:NoteCount} · {NoteCountWithLabel}
  489. {/block:NoteCount}
  490. {block:HasTags} · Tags:
  491. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  492. {/block:Tags}
  493. {/block:HasTags}
  494. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  495. </div>
  496. </center>
  497. {/block:PermalinkPage}
  498.  
  499. {block:PostNotes}
  500. {PostNotes}
  501. {/block:PostNotes}
  502. </div>
  503. {/block:Posts}
  504. </div>
  505.  
  506. <div style="font-size: 10px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://joshdevin.tumblr.com">©joshdevin</a></div>
  507.  
  508. </body>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment