Advertisement
diorhaz

theme 16

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