Advertisement
wallflwers

Theme 15 by Joshdevin (No desc hover)

Jan 6th, 2013
997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 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. #permalink{
  154. position:relative;
  155. margin-top:9px;
  156. padding-top:3px;
  157. font-size:8px;
  158. line-height:10px;
  159. font-family:cambria;
  160. letter-spacing:1px;
  161. text-transform:uppercase;
  162. }
  163.  
  164. #info{
  165. position:absolute;
  166. margin-top:-11px;
  167. font-size:8px;
  168. line-height:10px;
  169. font-family:cambria;
  170. letter-spacing:1px;
  171. right:0;
  172. text-transform:uppercase;
  173. }
  174.  
  175. #answer {
  176. padding-top:50px;
  177. }
  178.  
  179. #ask {
  180. float:left;
  181. margin-right:5px;
  182. padding:5px;
  183. background:{color:Ask Background};
  184. width:492px;
  185. }
  186.  
  187. #asker {
  188. float:left;
  189. }
  190.  
  191. .askername{
  192. text-transform:uppercase;
  193. font-size:10px;
  194. font-weight:bold;
  195. letter-spacing:1px;
  196. padding-top:3px;
  197. margin-top:3px;
  198. text-align:right;
  199. border-top:1px solid {color:Border};
  200. }
  201.  
  202. #side {
  203. position:fixed;
  204. text-align:center;
  205. width:150px;
  206. margin-top:270px;
  207. margin-left:-100px;
  208. }
  209.  
  210.  
  211. #navigate a{
  212. text-transform:lowercase;
  213. font-family:arial;
  214. font-size:8px;
  215. letter-spacing:1px;
  216. margin-top:3px;
  217. margin-left:0px;
  218. text-align:center;
  219. z-index:1;
  220. display:inline-block;
  221. background:{color:Sidelinks};
  222. color:{color:Links Text};
  223. transition: all 0.5s ease-out;
  224. -o-transition-transition: all 0.5s ease-out;
  225. -webkit-transition: all 0.5s ease-out;
  226. -moz-transition: all 0.5s ease-out;
  227. }
  228.  
  229.  
  230. #navigate a:hover{t
  231. letter-spacing:2px;
  232. background:{color:Link Hover};
  233. color:{color:Link Text Hover};
  234. transition: all 0.5s ease-out;
  235. -o-transition-transition: all 0.5s ease-out;
  236. -webkit-transition: all 0.5s ease-out;
  237. -moz-transition: all 0.5s ease-out;
  238. }
  239.  
  240. .pgs {
  241. text-align:right;
  242. font-family:cambria;
  243. font-size:10px;
  244. text-transform:uppercase;
  245. margin-left:10px;
  246. border-top:1px solid {color:Border};
  247. }
  248.  
  249. .posttitle{
  250. font-family:cambria;
  251. font-size: 17px;
  252. line-height: 20px;
  253. }
  254.  
  255. blockquote{
  256. padding:0px 0px 2px 5px;
  257. margin:0px 0px 2px 1px;
  258. border-left: 3px solid {color:HyperLink Hover};}
  259. blockquote p, ul{margin:0px; padding:0px;
  260. }
  261.  
  262. .chat .line{
  263. padding: 2px;
  264. }
  265.  
  266. .chat .line .odd{
  267. color: {color:Link};
  268. }
  269.  
  270. .label {font-weight:bold; color:{color:text}}
  271.  
  272. a img{border: 0px;}
  273.  
  274. .p { padding-top: 5px; }
  275. .ol, ul { margin-left: 10px; padding: 5px; }
  276. .ul { list-style-type: square; }
  277.  
  278. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  279.  
  280. .playbox {position: absolute; z-index: 1000;}
  281.  
  282. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  283.  
  284. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  285. -webkit-transition: all 0.6s linear;
  286. -moz-transition: all 0.6s linear;
  287. transition: all 0.6s linear;}
  288.  
  289. .playbox:hover {opacity:.8;}
  290.  
  291. .title{
  292. width:
  293. position:absolute;
  294. line-height:23px;
  295. margin-left:90px;
  296. padding:4px;
  297. z-index: 1000;
  298. text-transform:uppercase;
  299. }
  300.  
  301. .video embed, .post div.video object {width:250px; height:187px}
  302.  
  303. .notes img{width:10px; position:left; top:3px;}
  304.  
  305.  
  306. {CustomCSS}
  307. </style>
  308.  
  309. <link rel="shortcut icon" href="{Favicon}">
  310. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  311.  
  312. </head>
  313. <body>
  314. <div id="container">
  315. <div id="content">
  316. <div id="side">
  317. <div class="desc">
  318. <div id="navigate">
  319. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  320. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  321. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  322. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  323. </div>
  324. </div>
  325. <div id="sidepic">
  326. <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>
  327. </div>
  328. <div style="margin-top:5px;width:115px;margin-left:19px;font-size:8px;letter-spacing:2px;font-family:times;">
  329. {block:Pagination}{/block:Pagination}
  330. {Description}
  331. {block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}
  332. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  333. {block:PreviousPage}
  334. {/block:PreviousPage}
  335. {block:NextPage}
  336. {/block:NextPage}
  337. </div>
  338. </div>
  339.  
  340. {block:Posts}
  341. <div style="border: 1px solid {color:border};padding:10px;" id="entry">
  342.  
  343. {block:Text}
  344. {block:Title}
  345. <div class="posttitle">{Title}</div>
  346. {/block:Title}
  347. {Body}
  348. {/block:Text}
  349.  
  350. {block:Link}
  351. <div class="posttitle">
  352. <a href="{URL}">{Name}</a>
  353. </div>
  354. {block:Description}{Description}{/block:Description}
  355. {/block:Link}
  356.  
  357. {block:Photo}
  358. <center>
  359. {LinkOpenTag}
  360. <div id="pic">
  361. <a href="{permalink}">
  362. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  363. </div>
  364. {LinkCloseTag}
  365. </center>
  366. {block:Caption}{Caption}{/block:Caption}
  367. {block:ContentSource}
  368. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  369. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  370. {/block:SourceLogo}
  371. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  372. {/block:ContentSource}
  373. {block:ReblogParentURL}
  374. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  375. {/block:ReblogParentURL}
  376. {/block:Photo}
  377.  
  378. {block:Photoset}
  379. <center>
  380. <div class="photo">
  381. {Photoset-500}
  382. </div>
  383. </center>
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:Photoset}
  386.  
  387. {block:Quote}
  388. <div class="posttitle">"{Quote}"</div>
  389. {block:Source}
  390. <i> - {Source}</i>
  391. {/block:Source}
  392. {/block:Quote}
  393.  
  394. {block:Chat}
  395. {block:Title}
  396. <div class="posttitle">
  397. {Title}
  398. </div>
  399. {/block:Title}
  400. <div class="chat">
  401. {block:Lines}
  402. <div class="chat">
  403. <div class="line {Alt}">
  404. <div class="{Alt} user_{UserNumber}">
  405. {block:Label}
  406. <b>{Label} </b>
  407. {/block:Label}
  408. {Line}
  409. </div>
  410. </div>
  411. </div>
  412. {/block:Lines}
  413. </div>
  414. {/block:Chat}
  415.  
  416. {block:Audio}
  417. <div class="playbox">
  418. <div class="playbutton">
  419. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  420. </div></div>
  421. {block:AlbumArt}
  422. <img src="{AlbumArtURL}" class="cover">
  423. {/block:AlbumArt}
  424.  
  425. <div class="title">
  426. {block:TrackName}
  427. <b>Title</b>:{TrackName}
  428. {/block:TrackName}
  429. </div>
  430.  
  431. <div class="title">
  432. {block:Artist}
  433. <b>Artist:</b>{Artist}
  434. {/block:Artist}
  435. </div>
  436.  
  437. <div class="title">
  438. {PlayCountWithLabel}
  439. </div>
  440.  
  441. <br>
  442. {block:Caption}{Caption}{/block:Caption}
  443. {/block:Audio}
  444.  
  445. {block:Video}
  446. <center>
  447. <div class="photo">
  448. {Video-500}
  449. </div>
  450. </center>
  451. {block:Caption}{Caption}{/block:Caption}
  452. {/block:Video}
  453.  
  454. {block:IndexPage}
  455. <div id="permalink">posted
  456. <a href="{Permalink}"> {TimeAgo}</a>
  457. with
  458. <a href="{Permalink}">{NoteCountWithLabel}</a>
  459. <div id="info">
  460. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via:{ReblogParentName}</a> / (<a href="{ReblogRootURL}" target="_blank">©:{ReblogRootName}</a>) {/block:RebloggedFrom}
  461. </div>
  462. <br>
  463. {block:HasTags}
  464. TAGGED AS:
  465. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  466. {/block:Tags}
  467. {/block:HasTags}
  468. </div>
  469. {/block:IndexPage}
  470.  
  471. {block:PermalinkPage}
  472. <center>
  473. <div id="permalink">
  474. {block:Date}
  475. {TimeAgo} on
  476. {ShortMonth} {DayofMonth},{Year}
  477. {/block:Date}
  478. {block:NoteCount} · {NoteCountWithLabel}
  479. {/block:NoteCount}
  480. {block:HasTags} · Tags:
  481. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  482. {/block:Tags}
  483. {/block:HasTags}
  484. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  485. </div>
  486. </center>
  487. {/block:PermalinkPage}
  488.  
  489. {block:PostNotes}
  490. {PostNotes}
  491. {/block:PostNotes}
  492. </div>
  493. {/block:Posts}
  494. </div>
  495.  
  496. <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>
  497.  
  498.  
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement