Advertisement
diorhaz

theme 13 - no hover

Apr 25th, 2013
878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- theme 13 without hover -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:text" content="#9A9A9A">
  15. <meta name="color:tags" content="#EDEDED">
  16. <meta name="color:scrollbar" content="#D6D5D5">
  17. <meta name="color:border" content="#B3B3B3">
  18. <meta name="color:descriptionbg" content="#B3B3B3">
  19. <meta name="color:hovertext" content="#B3B3B3">
  20. <meta name="color:description" content="#B3B3B3">
  21.  
  22.  
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:linkA" content="">
  27. <meta name="text:linkA url" content="/">
  28. <meta name="text:linkB" content="">
  29. <meta name="text:linkB url" content="/">
  30. <meta name="text:linkC" content="">
  31. <meta name="text:linkC url" content="/">
  32. <meta name="text:linkD" content="">
  33. <meta name="text:linkD url" content="/">
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43.  
  44.  
  45. a {
  46. color:{color:link};
  47. text-decoration:none;
  48. -moz-transition-duration:0.5s;
  49. -webkit-transition-duration:0.5s;
  50. -o-transition-duration:0.5s;
  51. }
  52.  
  53. a:hover {
  54. color:{color:hover};
  55. text-decoration:none;
  56. -moz-transition-duration:0.5s;
  57. -webkit-transition-duration:0.5s;
  58. -o-transition-duration:0.5s;
  59. }
  60.  
  61.  
  62. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  63. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  64. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  65.  
  66. body {
  67. background-color:{color:bg};
  68. font-family:times;
  69. font-weight:normal;
  70. }
  71.  
  72.  
  73.  
  74.  
  75. h1 {
  76. font-weight:normal;
  77. font-size:10px;
  78. text-align:center;
  79. font-style:normal;
  80. line-height:80%;
  81. letter-spacing:1px;
  82. text-transform:uppercase;
  83. color:{color:text};
  84. }
  85.  
  86. h2 {
  87. font-size:15px;
  88. text-align:center;
  89. line-height:100%;
  90. letter-spacing:-0.5px;
  91. color:{color:text};
  92. font-weight:normal;
  93. padding:5px;
  94. padding-bottom:2px;
  95. }
  96.  
  97.  
  98. blockquote {
  99. border-left:2px solid {color:text};
  100. padding-left:5px;
  101. margin:5px;
  102. }
  103.  
  104. #theme {
  105. background-color:{color:bg};
  106. width:700px;
  107. margin: 0 auto -12px auto;
  108. text-align: center;
  109. }
  110.  
  111. #sidebar {
  112. color:{color:text};
  113. position:fixed;
  114. width:auto;
  115. height:auto;
  116. margin-left: 20px;
  117. margin-top:180px;
  118. text-align:left;
  119. }
  120.  
  121. #sidebar img {
  122. width:82px;
  123. height:83px;
  124. margin-bottom:-2px;
  125. margin-left:63px;
  126. }
  127.  
  128.  
  129.  
  130.  
  131. .links {
  132. position:absolute;
  133. letter-spacing:1px;
  134. position:fixed;
  135. font-family:times;
  136. width:40px;
  137. display:block;
  138. margin-top:-1px;
  139. margin-left:63px;
  140. font-size:8px;
  141. text-transform:auto;
  142. text-align:center;
  143. line-height:170%;
  144. }
  145.  
  146. .links a{
  147. display:block;
  148. background-color:#fff;
  149. border: 1px solid {color:border};
  150. width:80px;
  151. line-height:130%;
  152. margin-top:1px;
  153. color:{color:link};
  154. letter-spacing:1px;
  155. text-decoration:none;
  156. -moz-transition-duration:.2s;
  157. -webkit-transition-duration:.2s;
  158. -o-transition-duration:.2s;
  159. }
  160.  
  161. .links a:hover {
  162. text-align:center;
  163. background-color:{color:hover};
  164. color: {color:hovertext};
  165. font-style: italic;
  166. padding:0px;
  167. width:80px;
  168. -moz-transition-duration:0.2s;
  169. -webkit-transition-duration:0.2s;
  170. -o-transition-duration:0.2s;
  171. }
  172.  
  173. .desc {
  174. position:fixed;
  175. width:55px;
  176. height:138px;
  177. font-family:times new roman;
  178. margin-bottom:15px;
  179. margin-top:-85px;
  180. margin-left:-6.5px;
  181. padding:6px;
  182. padding-top: 4px;
  183. background-color: {color:descriptionbg};
  184. font-style:italic;
  185. text-align:justify;
  186. font-size:9px;
  187. color: {color:description};
  188. letter-spacing:0px;
  189. line-height:120%;
  190. }
  191.  
  192. .desc a {
  193. font-style: italic; }
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. .pagi {
  201. font-size:8px;
  202. text-transform:uppercase;
  203. letter-spacing:3px;
  204. font-style:normal;
  205. font-family: times;
  206. text-align:center;
  207. border: 1px solid {color:border};
  208. width: 80px;
  209. margin-left: 63px;
  210. margin-top: 52px;
  211. }
  212.  
  213. .pagi a {
  214. color:{color:link};
  215. }
  216.  
  217. .pagi a:hover {
  218. color: {color:hovertext};
  219. }
  220.  
  221. #stuffcontainer {
  222. float:left;
  223. margin-left:340px;
  224. width: 400px;
  225. margin-top:20px;
  226. text-align:justify;
  227. background-color:{color:bg};
  228. color:{color:text};
  229. margin-bottom: 35px;
  230. }
  231.  
  232.  
  233. #stuff {
  234. width:400px;
  235. margin-top:40px;
  236. text-align:justify;
  237. font-size:11px;
  238. line-height:90%;
  239. letter-spacing:0px;
  240. color:{color:text};
  241. }
  242.  
  243. .caption {
  244. width:400px;
  245. text-align:justify;
  246. line-height:120%;
  247. }
  248.  
  249. #asker {
  250. float:left;
  251. margin-right:5px;
  252. }
  253.  
  254. .question{
  255. background-color:#fcfcfc;
  256. text-transform:none;
  257. font-style:italic;
  258. letter-spacing:3px;
  259. padding:6px;
  260. }
  261.  
  262. #audio {
  263. margin-bottom:5px;
  264. width:400px;
  265. height:justify;
  266. }
  267.  
  268. .cover {
  269. width:78px;
  270. height:78px;
  271. position:absolute;
  272. }
  273.  
  274. .cover img {
  275. width:73px;
  276. height:73px;
  277. float:left;
  278. }
  279.  
  280. .player {
  281. opacity: 0.05;
  282. position:absolute;
  283. z-index:1;
  284. background:#fff
  285. ;width:90px;
  286. height:90px;
  287. display:block;
  288. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  289. }
  290. .player:hover{
  291. opacity:0.5;
  292. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  293. }
  294.  
  295. .player2 {
  296. width:25px;
  297. height:25px;
  298. margin-top:20px;
  299. margin-left:20px;
  300. overflow:hidden;
  301. padding:3px;
  302. }
  303.  
  304. .track {
  305. text-transform:lowercase;
  306. margin-left:80px;
  307. line-height:15px;
  308. padding-top:0px;
  309. }
  310.  
  311.  
  312. #info {font-family:georgia; letter-spacing: 0px; width: 392px; margin-top:3px; margin-bottom:0px; padding-top:5px; padding:3px; text-transform:lowercase; font-style:none; font-size:8px; line-height:80%; border-top: 1px solid {color:border}; border-right: 3px solid {color:border};text-align: right;}
  313.  
  314.  
  315.  
  316.  
  317.  
  318. #info a {color:{color:link};text-align:right;letter-spacing:0px;}
  319.  
  320. #info a:hover {color:{color:hover};}
  321.  
  322. .note {
  323. text-transform:lowercase;
  324. font-style:normal;
  325. letter-spacing:0px;
  326. font-size: 9px;
  327. text-align:right;
  328. line-height:20%;
  329. margin-left:-40px;
  330. }
  331.  
  332. .note li {
  333. list-style-type:none;
  334. padding:10px 15px 10px 15px;
  335. text-align:right;
  336. margin:0px;
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. .tags {
  343. font-style:normal;
  344. width:394px;
  345. font-family: georgia;
  346. text-transform:lowercase;
  347. font-style:italic;
  348. color:{color:tags};
  349. letter-spacing:2px;
  350. line-height:100%;
  351. font-size:6px;
  352. text-align:right;
  353. padding:2px;
  354. border-right: 3px solid {color:border};
  355. -moz-transition-duration:0.5s;
  356. -webkit-transition-duration:0.5s;
  357. -o-transition-duration:0.5s;
  358. }
  359.  
  360. .tags a {
  361. color:{color:tags};
  362. letter-spacing:1px;
  363. padding:1px;
  364. }
  365.  
  366. .tags a:hover {
  367. color:{color:link};
  368. font-size: 8px;
  369. letter-spacing:1px;
  370. }
  371.  
  372. ul.chat, .chat ol, .chat li {
  373. list-style:none;
  374. margin:0px;
  375. padding:2px;
  376. }
  377.  
  378. .label {
  379. font-style:italic;
  380. font-size: 10px;
  381. font-family: georgia;
  382. font-weight:700;
  383. background-color:{color:infobg};
  384. margin-right:5px;
  385. }
  386.  
  387. #cred {
  388. position:fixed;
  389. font-size:8px;
  390. font-family:calisto mt;
  391. font-weight:normal;
  392. line-height:150%;
  393. letter-spacing:2px;
  394. right:10px;
  395. bottom:10px;
  396. text-transform:none;
  397. text-align:center;
  398. font-style: italic;
  399. border-radius: 500px;
  400. }
  401.  
  402. #credit {
  403. position:fixed;
  404. right:0px;
  405. bottom:0px;
  406. padding:4px;
  407. font-style: italic;
  408. text-transform:none;
  409. letter-spacing:2px;
  410. font-size:9px;
  411. font-family: calisto mt;
  412. margin-bottom:3px;
  413. margin-right:3px;
  414. border:1px solid;
  415. border-color:#bbb;
  416. background: #fff;
  417. border-radius: 500px;
  418.  
  419. }
  420.  
  421. {CustomCSS}
  422.  
  423. </style></head>
  424.  
  425. <body>
  426. <div id="theme">
  427. <div id="sidebar">
  428. <img src="{image:sidebar}">
  429. <div class="links">
  430. {block:IfLinkA}
  431. <a href="{text:linkA url}">{text:linkA}</a>
  432. {/block:IfLinkA}
  433. {block:IfLinkB}
  434. <a href="{text:linkB url}">{text:linkB}</a>
  435. {/block:IfLinkB}
  436. {block:IfLinkC}
  437. <a href="{text:linkC url}">{text:linkC}</a>
  438. {/block:IfLinkC}
  439. {block:IfLinkD}
  440. <a href="{text:linkD url}">{text:linkD}</a>
  441. {/block:IfLinkD}
  442. </div>
  443. <div class="desc">
  444. {Description}
  445. </div>
  446. {block:Pagination}
  447. <div class="pagi">
  448. {block:PreviousPage}
  449. <a href="{PreviousPage}">←</a>
  450. {/block:PreviousPage}
  451. {block:NextPage}
  452. <a href="{NextPage}">→</a>
  453. {/block:NextPage}
  454. </div>
  455. {/block:Pagination}
  456. </div>
  457.  
  458.  
  459.  
  460. <div id="stuffcontainer">
  461.  
  462. {block:Posts}
  463.  
  464. <div id="stuff">
  465.  
  466. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  467.  
  468. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  469.  
  470. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  471. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  472.  
  473. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  474.  
  475. {block:Photoset}<center>{Photoset-400}</center>
  476. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  477.  
  478. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  479.  
  480. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  481.  
  482. {block:Answer}<b><div class="ask">{Asker}</b> whispered: <i>{Question}</div></i><div class="ans">{Answer}</div>{/block:answer}
  483.  
  484. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  485. <div class="player">
  486. <div class="player2">
  487. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  488. {/block:Audio}
  489.  
  490.  
  491.  
  492. <div id="info">
  493. {block:Date} <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:Date} <div style="float:right;">{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} | © <a href="{SourceURL}">{SourceLink}</a>
  494. {/block:ContentSource}</div></div>
  495. {block:HasTags}
  496. <div class="tags">
  497. {block:Tags}<a href="{TagURL}">-{Tag}</a>{/block:Tags}</div>
  498. {/block:HasTags}
  499. <div class="note">
  500. {block:PostNotes}{PostNotes}{/block:PostNotes}
  501. </div>
  502. </div>
  503. {/block:Posts}
  504. </div>
  505. </div>
  506. </div>
  507.  
  508.  
  509.  
  510. <div id="credit"><a href="http://diorhaz.tumblr.com" target="_blank">©dh</a></div>
  511. </div>
  512. </div>
  513. </div>
  514. </body>
  515. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement