wallflwers

Theme 11 by Joshdevin

Dec 25th, 2012
2,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 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.  
  17. <meta name="image:Sidebar" content""/>
  18.  
  19. <meta name="text:Link 1 URL" content="/"/>
  20. <meta name="text:Link 2 URL" content="/"/>
  21. <meta name="text:Link 3 URL" content="/"/>
  22. <meta name="text:Link 4 URL" content="/"/>
  23. <meta name="text:Link 5 URL" content=""/>
  24.  
  25.  
  26.  
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  28.  
  29. <script src="jquery.js"></script>
  30. <script>
  31. $(document).ready(function(){
  32. $("#flip").click(function(){
  33. $("#panel").slideToggle("fast");
  34. });
  35. });
  36. </script>
  37.  
  38.  
  39. {block:Description}
  40. <meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <title>
  42. {block:PostSummary}
  43. {PostSummary} - {/block:PostSummary}{Title}</title>
  44. </style>
  45.  
  46. <style type="text/css">
  47.  
  48. #bite
  49. #bite a{
  50. display:block
  51. }
  52. #bite .death {
  53. margin-left:-160px;filter: alpha(opacity = 0);
  54. opacity:0;-webkit-transition: all 0.8s ease-out;
  55. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  56. }
  57.  
  58. #bite:hover .death {
  59. margin-left:0px;
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s 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.  
  129.  
  130. #side {
  131. position:fixed;
  132. text-align:center;
  133. width:145px;
  134. margin-top:220px;
  135. margin-left:-100px;
  136. }
  137.  
  138. #sidepic {
  139. text-align:center;
  140. position:fixed;
  141. z-index:-1;
  142. width:140px;
  143. border:1px solid {color:border};
  144. padding:2px 2px 0px 2px;
  145. }
  146.  
  147.  
  148. #description {
  149. text-align:center;
  150. font-family:calibri;
  151. font-size:9px;
  152. margin-top:-8.2%;
  153. max-width:140px;
  154. min-width:140px;
  155. padding-bottom:2px;
  156. position:fixed;
  157. z-index:9999;
  158. border-bottom:1px solid {color:border};
  159. background:{color:background};
  160. }
  161.  
  162. #title {
  163. text-align:center;
  164. font-family:calibri;
  165. font-style:italic;
  166. font-size:10px;
  167. margin-top:-10%;
  168. max-width:140px;
  169. min-width:140px;
  170. max-height:15px;
  171. position:fixed;
  172. border-top:1px solid {color:border};
  173. z-index:9999;
  174. background:{color:background};
  175. letter-spacing:1px;
  176. }
  177.  
  178.  
  179. #navigate a{
  180. text-transform:uppercase;
  181. font-family:calibri;
  182. font-size:9px;
  183. padding:2px;
  184. text-align:center;
  185. display:inline-block;
  186. color:{color:Links Text};
  187. transition: all 0.5s ease-out;
  188. -o-transition-transition: all 0.5s ease-out;
  189. -webkit-transition: all 0.5s ease-out;
  190. -moz-transition: all 0.5s ease-out;
  191. }
  192.  
  193.  
  194. #navigate a:hover{
  195. background:{color:Link Hover};
  196. color:{color:Link Text Hover};
  197. transition: all 0.5s ease-out;
  198. -o-transition-transition: all 0.5s ease-out;
  199. -webkit-transition: all 0.5s ease-out;
  200. -moz-transition: all 0.5s ease-out;
  201. }
  202.  
  203. .video embed, .post div.video object {width:250px; height:187px}
  204.  
  205. #tags{
  206. padding-top:6px;
  207. font-size:9px;
  208. position:relative;
  209. font-family:courier;
  210. }
  211.  
  212. #via{
  213. position:absolute;
  214. right:0;
  215. font-size:9px;
  216. font-family:courier;
  217. }
  218.  
  219. .head{
  220. font-family:calibri;
  221. font-style:italic;
  222. font-size: 15px;
  223. }
  224.  
  225.  
  226.  
  227. {CustomCSS}
  228. </style>
  229.  
  230. <link rel="shortcut icon" href="{Favicon}">
  231. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  232.  
  233. </head>
  234. <body>
  235. <div id="container">
  236. <div id="content">
  237. <div id="side">
  238. <div id="navigate">
  239. <a href="{text:Link 1 URL}">01.</a>
  240. <a href="{text:Link 2 URL}">02.</a>
  241. <a href="{text:Link 3 URL}">03.</a>
  242. <a href="{text:Link 4 URL}">04.</a>
  243. <a href="{text:Link 5 URL}">05.</a>
  244. {block:Pagination}{/block:Pagination}
  245. {block:PreviousPage}<a style="font-family:calibri;"href="{PreviousPage}">⇦ </a>{/block:PreviousPage}
  246. {block:NextPage}<a style="font-family:calibri;"href="{NextPage}"> ⇨</a>{/block:NextPage}
  247. <div id="bite">
  248. <div id="sidepic"><img src="{image:Sidebar}" style="width:140px;"/>
  249. <div id="title">{title}</div>
  250. <div class="death">
  251. <div id="description">{Description}<br></div>
  252. </div></div>
  253. </div>
  254. </div>
  255. </div>
  256.  
  257. {block:Posts}
  258. <div style="border: 1px solid {color:border};padding:10px;" id="entry">
  259.  
  260. {block:Text}
  261. {block:Title}
  262. <div class="head">{Title}</div>
  263. {/block:Title}
  264. {Body}
  265. {/block:Text}
  266.  
  267. {block:Link}
  268. <div class="head">
  269. <a href="{URL}">{Name}</a>
  270. </div>
  271. {block:Description}{Description}{/block:Description}
  272. {/block:Link}
  273.  
  274. {block:Photo}
  275. <center>
  276. {LinkOpenTag}
  277. <div id="pic">
  278. <a href="{tags}">
  279. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  280. </div>
  281. {LinkCloseTag}
  282. </center>
  283. {block:Caption}{Caption}{/block:Caption}
  284. {block:ContentSource}
  285. {/block:ContentSource}
  286. {block:ReblogParentURL}
  287. {/block:ReblogParentURL}
  288. {/block:Photo}
  289.  
  290. {block:Photoset}
  291. <center>
  292. <div class="photo">
  293. {Photoset-500}
  294. </div>
  295. </center>
  296. {block:Caption}{Caption}{/block:Caption}
  297. {/block:Photoset}
  298.  
  299. {block:Quote}
  300. <div class="head">"{Quote}"</div>
  301. {block:Source}
  302. <i> ~ {Source}</i>
  303. {/block:Source}
  304. {/block:Quote}
  305.  
  306. {block:Chat}
  307. {block:Title}
  308. <div class="head">
  309. {Title}
  310. </div>
  311. {/block:Title}
  312. {block:Lines}
  313. <div class="line {Alt}">
  314. <div class="{Alt} user_{UserNumber}">
  315. {block:Label}
  316. <b>{Label} </b>
  317. {/block:Label}
  318. {Line}
  319. </div>
  320. </div>
  321. {/block:Lines}
  322. {/block:Chat}
  323.  
  324. {block:Audio}
  325. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  326.  
  327. {block:TrackName}
  328. {TrackName}
  329. {/block:TrackName}
  330.  
  331. {block:Artist}
  332. {Artist}
  333. {/block:Artist}
  334.  
  335.  
  336. <br>
  337. {block:Caption}{Caption}{/block:Caption}
  338. {/block:Audio}
  339.  
  340. {block:Video}
  341. <center>
  342. <div class="photo">
  343. {Video-500}
  344. </div>
  345. </center>
  346. {block:Caption}{Caption}{/block:Caption}
  347. {/block:Video}
  348.  
  349. {block:IndexPage}
  350. <div id="tags">posted
  351. <a href="{Permalink}"> {TimeAgo}</a>
  352. with
  353. <a href="{Permalink}">{NoteCountWithLabel}</a>
  354. <div id="via">
  355. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ~ (<a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  356. </div>
  357. <br>
  358. {block:HasTags}
  359. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  360. {/block:Tags}
  361. {/block:HasTags}
  362. </div>
  363. {/block:IndexPage}
  364.  
  365. {block:PermalinkPage}
  366. <center>
  367. <div id="tags">
  368. {block:Date}
  369. {TimeAgo} on
  370. {ShortMonth} {DayofMonth},{Year}
  371. {/block:Date}
  372. {block:NoteCount} {NoteCountWithLabel}
  373. {/block:NoteCount}<br>
  374. {block:HasTags}
  375. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  376. {/block:Tags}
  377. {/block:HasTags}
  378. <br>{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> ( <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  379. </div>
  380. </center>
  381. {/block:PermalinkPage}
  382.  
  383. {block:PostNotes}
  384. {PostNotes}
  385. {/block:PostNotes}
  386. </div>
  387. {/block:Posts}
  388. </div>
  389. <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>
  390.  
  391. </body>
  392. </html>
Advertisement
Add Comment
Please, Sign In to add comment