wallflwers

Theme 15 by Joshdevin

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