wallflwers

Theme 05 by Joshdevin (Big Posts)

Dec 17th, 2012
1,350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.  
  18. <!--Images-->
  19. <meta name="image:Background" content""/>
  20. <meta name="image:Sidebar" content""/>
  21.  
  22. <!--Options-->
  23. <meta name="if:Infinite Scrolling" content=""/>
  24.  
  25. <!--Links-->
  26. <meta name="text:Link 1 URL" content="/"/>
  27. <meta name="text:Link 1 name" content=""/>
  28. <meta name="text:Link 2 URL" content="/"/>
  29. <meta name="text:Link 2 name" content=""/>
  30. <meta name="text:Link 3 URL" content="/"/>
  31. <meta name="text:Link 3 name" content=""/>
  32. <meta name="text:Link 4 URL" content="/"/>
  33. <meta name="text:Link 4 name" content=""/>
  34. <meta name="text:Link 5 URL" content="/"/>
  35. <meta name="text:Link 5 name" content=""/>
  36. <meta name="text:Link 6 URL" content="/"/>
  37. <meta name="text:Link 6 name" content=""/>
  38.  
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  41.  
  42. <script src="jquery.js"></script>
  43. <script>
  44. $(document).ready(function(){
  45. $("#flip").click(function(){
  46. $("#panel").slideToggle("fast");
  47. });
  48. });
  49. </script>
  50.  
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <title>
  54. {block:PostSummary}
  55. {PostSummary} - {/block:PostSummary}{Title}</title>
  56. </style>
  57.  
  58.  
  59.  
  60. <style type="text/css">
  61. img{
  62. -webkit-transition: opacity 0.5s linear;
  63. opacity: 0.8;
  64. }
  65.  
  66. img:hover{
  67. -webkit-transition: opacity 0.5s linear;
  68. opacity: 1;
  69. }
  70.  
  71.  
  72. img{
  73. -moz-transition: opacity 0.5s linear;
  74. opacity: 0.8;
  75. }
  76.  
  77. img:hover{
  78. -moz-transition: opacity 0.5s linear;
  79. opacity: 1;
  80. }
  81.  
  82. #bite
  83. #bite a{
  84. display:block
  85. }
  86. #bite .death {
  87. margin-top:-40px;filter: alpha(opacity = 0);
  88. opacity:0;-webkit-transition: all 0.5s ease-out;
  89. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  90. }
  91.  
  92. #bite:hover .death {
  93. margin-top:2px;
  94. -webkit-transition: all 0.8s ease-out;
  95. -moz-transition: all 0.8s ease-out;
  96. transition: all 0.8s ease-out;
  97. filter: alpha(opacity = 100);
  98. filter: alpha(opacity = 100);
  99. opacity:100;
  100. }
  101.  
  102.  
  103.  
  104. 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;}
  105.  
  106.  
  107. 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;}
  108.  
  109. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  110. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  111.  
  112. {block:iftinycursor}
  113. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  114. {/block:iftinycursor}
  115.  
  116. body{
  117. background-color: {color:Background};
  118. background-image: url({image:Background});
  119. background-attachment: fixed;
  120. background-repeat: repeat;
  121. background-position: center;
  122. font-family:calibri;
  123. font-size:11px;
  124. line-height:12px;
  125. color:{color:Text};
  126. }
  127.  
  128. a:link, a:active, a:visited{
  129. color: {color:HyperLink};
  130. text-decoration:none;
  131. -webkit-transition: all 0.4s linear;
  132. -moz-transition: all 0.4s linear;
  133. transition: all 0.4s linear;
  134. }
  135.  
  136. a:hover{
  137. color: {color:HyperLink Hover};
  138. {block:iftinycursor}
  139. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  140. {/block:iftinycursor}
  141. }
  142.  
  143. #container {
  144. margin:auto;
  145. width:500px;
  146. }
  147.  
  148. #content {
  149. width:500px;
  150. padding:20px;
  151. margin:auto;
  152. margin-top:-10px;
  153. }
  154.  
  155. #entry {
  156. width:500px;
  157. margin-top:20px;
  158. margin-left:110px;
  159. padding:3px;
  160.  
  161. }
  162.  
  163.  
  164. #side {
  165. position:fixed;
  166. text-align:center;
  167. width:150px;
  168. margin-top:270px;
  169. margin-left:-100px;
  170. }
  171.  
  172.  
  173.  
  174.  
  175. #navigate a{
  176. text-transform:uppercase;
  177. font-family:courier;
  178. font-size:8px;
  179. letter-spacing:.01px;
  180. margin-top:1px;
  181. width:30px;
  182. margin-left:110px;
  183. text-align:center;
  184. display:block;
  185. background:{color:Sidelinks};
  186. color:{color:Links Text}; transition: all 0.5s ease-out;
  187. -o-transition-transition: all 0.5s ease-out;
  188. -webkit-transition: all 0.5s ease-out;
  189. -moz-transition: all 0.5s ease-out; }
  190.  
  191. #navigate a:hover{
  192. background:{color:Link Hover};
  193. color:{color:Link Text Hover};
  194. transition: all 0.5s ease-out;
  195. -o-transition-transition: all 0.5s ease-out;
  196. -webkit-transition: all 0.5s ease-out;
  197. -moz-transition: all 0.5s ease-out;
  198. }
  199.  
  200.  
  201. #description {
  202. margin-top:118px;
  203. margin-left:-2px;
  204. text-align:center;
  205. font-family:cambria;
  206. font-style:italic;
  207. font-size:9px;
  208. width:110px;
  209. position:fixed;
  210. z-index:-1;
  211. letter-spacing:1px;
  212. line-height:100%;}
  213.  
  214.  
  215. .video embed, .post div.video object {width:250px; height:187px}
  216.  
  217. #tags{
  218. padding-top:6px;
  219. font-size:9px;
  220. position:relative;
  221. font-family:courier;
  222. }
  223.  
  224. #via{
  225. position:absolute;
  226. right:0;
  227. font-size:9px;
  228. font-family:courier;
  229. }
  230.  
  231. .head{
  232. font-family:calibri;
  233. font-style:italic;
  234. font-size: 15px;
  235. }
  236.  
  237.  
  238. {CustomCSS}
  239. </style>
  240.  
  241. <link rel="shortcut icon" href="{Favicon}">
  242. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  243.  
  244. </head>
  245. <body>
  246. <div id="container">
  247. <div id="content">
  248. <div id="side">
  249. <div id="bite">
  250. <div id="sidepic">
  251. <a href="/"><img src="{image:Sidebar}" width="100" style="posiion:fixed;z-index:999; padding:5px; background:white; border:1px solid {color:Border};margin-top:2px;margin-left:2px;"></a>
  252. </div>
  253.  
  254. <div style="padding:2px;margin-top:-113px;width:100px;margin-left:22px;text-align:cent;">
  255. <div id="description">{Description}<br>{block:Pagination}{/block:Pagination}
  256. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  257. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}</div>
  258.  
  259. <div class="desc">
  260. <div class="death">
  261. <div id="navigate">
  262. <a style="border: 1px solid {color:Border}; padding:1px;" href="{text:Link 1 URL}">{text:Link 1 name}</a>
  263. <a style="border: 1px solid {color:border}; padding:1px;"href="{text:Link 2 URL}">{text:Link 2 name}</a>
  264. <a style="border: 1px solid {color:border}; padding:1px;"href="{text:Link 3 URL}">{text:Link 3 name}</a>
  265. <a style="border: 1px solid {color:border}; padding:1px;"href="{text:Link 4 URL}">{text:Link 4 name}</a>
  266. <a style="border: 1px solid {color:border}; padding:1px;"href="{text:Link 5 URL}">{text:Link 5 name}</a>
  267. <a style="border: 1px solid {color:border}; padding:1px;"href="{text:Link 6 URL}">{text:Link 6 name}</a>
  268. </div>
  269. </div>
  270. </div>
  271.  
  272.  
  273. </div>
  274. {block:ifNotInfiniteScrolling}
  275. {block:PreviousPage}
  276. {/block:PreviousPage}
  277. {block:NextPage}
  278. {/block:NextPage}
  279. </div>
  280. {/block:ifNotInfiniteScrolling}
  281. </div>
  282.  
  283. {block:Posts}
  284. <div style="border: 1px solid {color:border};padding:10px;" id="entry">
  285.  
  286. {block:Text}
  287. {block:Title}
  288. <div class="head">{Title}</div>
  289. {/block:Title}
  290. {Body}
  291. {/block:Text}
  292.  
  293. {block:Link}
  294. <div class="head">
  295. <a href="{URL}">{Name}</a>
  296. </div>
  297. {block:Description}{Description}{/block:Description}
  298. {/block:Link}
  299.  
  300. {block:Photo}
  301. <center>
  302. {LinkOpenTag}
  303. <div id="pic">
  304. <a href="{tags}">
  305. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  306. </div>
  307. {LinkCloseTag}
  308. </center>
  309. {block:Caption}{Caption}{/block:Caption}
  310. {block:ContentSource}
  311. {/block:ContentSource}
  312. {block:ReblogParentURL}
  313. {/block:ReblogParentURL}
  314. {/block:Photo}
  315.  
  316. {block:Photoset}
  317. <center>
  318. <div class="photo">
  319. {Photoset-500}
  320. </div>
  321. </center>
  322. {block:Caption}{Caption}{/block:Caption}
  323. {/block:Photoset}
  324.  
  325. {block:Quote}
  326. <div class="head">"{Quote}"</div>
  327. {block:Source}
  328. <i> ~ {Source}</i>
  329. {/block:Source}
  330. {/block:Quote}
  331.  
  332. {block:Chat}
  333. {block:Title}
  334. <div class="head">
  335. {Title}
  336. </div>
  337. {/block:Title}
  338. {block:Lines}
  339. <div class="line {Alt}">
  340. <div class="{Alt} user_{UserNumber}">
  341. {block:Label}
  342. <b>{Label} </b>
  343. {/block:Label}
  344. {Line}
  345. </div>
  346. </div>
  347. {/block:Lines}
  348. {/block:Chat}
  349.  
  350. {block:Audio}
  351. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  352.  
  353. {block:TrackName}
  354. {TrackName}
  355. {/block:TrackName}
  356.  
  357. {block:Artist}
  358. {Artist}
  359. {/block:Artist}
  360.  
  361.  
  362. <br>
  363. {block:Caption}{Caption}{/block:Caption}
  364. {/block:Audio}
  365.  
  366. {block:Video}
  367. <center>
  368. <div class="photo">
  369. {Video-500}
  370. </div>
  371. </center>
  372. {block:Caption}{Caption}{/block:Caption}
  373. {/block:Video}
  374.  
  375. {block:IndexPage}
  376. <div id="tags">posted
  377. <a href="{Permalink}"> {TimeAgo}</a>
  378. with
  379. <a href="{Permalink}">{NoteCountWithLabel}</a>
  380. <div id="via">
  381. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ~ (<a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  382. </div>
  383. <br>
  384. {block:HasTags}
  385. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  386. {/block:Tags}
  387. {/block:HasTags}
  388. </div>
  389. {/block:IndexPage}
  390.  
  391. {block:PermalinkPage}
  392. <center>
  393. <div id="tags">
  394. {block:Date}
  395. {TimeAgo} on
  396. {ShortMonth} {DayofMonth},{Year}
  397. {/block:Date}
  398. {block:NoteCount} {NoteCountWithLabel}
  399. {/block:NoteCount}<br>
  400. {block:HasTags}
  401. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  402. {/block:Tags}
  403. {/block:HasTags}
  404. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  405. </div>
  406. </center>
  407. {/block:PermalinkPage}
  408.  
  409. {block:PostNotes}
  410. {PostNotes}
  411. {/block:PostNotes}
  412. </div>
  413. {/block:Posts}
  414. </div>
  415. <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>
  416.  
  417. </body>
  418. </html>
Advertisement
Add Comment
Please, Sign In to add comment