wallflwers

Theme 06 No TITLE

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