Advertisement
diorhaz

theme 01

Feb 11th, 2013
2,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!--theme 01 by diorhaz please keep the credit but enjoy the theme -->
  13.  
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#333333"/>
  17. <meta name="color:Link" content="#717581"/>
  18. <meta name="color:Hover" content="#333333"/>
  19.  
  20.  
  21.  
  22.  
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25.  
  26.  
  27.  
  28. <meta name="text:Link1" content="/" />
  29. <meta name="text:Link1 Title" content="" />
  30. <meta name="text:Link2" content="/" />
  31. <meta name="text:Link2 Title" content="" />
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar {height: auto;width: 6px;}
  37. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  38. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  39.  
  40. body {
  41. background:{color:background};
  42. background-image: url('{image:background}') no-repeat fixed center;;
  43. margin:0px;
  44. color:{color:text};
  45. font-family:cambria;
  46. font-size:10px;
  47. line-height:100%;
  48. }
  49.  
  50. a {
  51. text-decoration:none;
  52. outline:none;
  53. -moz-outline-style:none;
  54. color:{color:link};
  55. -webkit-transition: all 0.5s ease;
  56. -moz-transition: all 0.5s ease;
  57. -o-transition: all 0.5s ease
  58. }
  59.  
  60. img {
  61. border:none;
  62. }
  63.  
  64. blockquote blockquote {
  65. padding-left:5px;
  66. border-left:1px solid;
  67. }
  68.  
  69. h1 {
  70. font-size:12px;
  71. font-family:cambria;
  72. text-transform:uppercase;
  73. }
  74.  
  75. a:hover {
  76. opacity:10;
  77. color:{color:hover};
  78. -webkit-transition: all 0.7s ease;
  79. -moz-transition: all 0.7s ease;
  80. -o-transition: all 0.7s ease
  81. }
  82.  
  83. small{
  84. font-size:9px;
  85. line-height:110%
  86. }
  87.  
  88. big {
  89. font-size:12px;
  90. line-height:110%
  91. }
  92.  
  93. b, strong{
  94. color:{color:text}
  95. }
  96. i, em {
  97. color:{color:text}
  98. }
  99. p{
  100. margin-top:5px;
  101. margin-bottom:5px
  102. }
  103. blockquote {
  104. padding:0px;
  105. padding-left:5px;
  106. margin:5px;
  107. border-left:1px solid {color:text}
  108. }
  109.  
  110. blockquote img {
  111. max-width:300px
  112. }
  113.  
  114. ul, li img {
  115. max-with:250px
  116. }
  117.  
  118. #credit {
  119. position:fixed;
  120. right:0px;
  121. bottom:0px;
  122. padding:4px;
  123. text-transform:uppercase;
  124. letter-spacing:2px;
  125. font-size:9px;
  126. margin-bottom:3px;
  127. margin-right:3px;
  128. border:1px solid {color:line};
  129. }
  130.  
  131. .audio
  132. #audio {
  133. margin-bottom:5px;
  134. width:500px;
  135. height:justify;
  136. }
  137.  
  138. .cover {
  139. width:78px;
  140. height:78px;
  141. position:absolute;
  142. }
  143.  
  144. .cover img {
  145. width:73px;
  146. height:73px;
  147. float:left;
  148. }
  149.  
  150. .player {
  151. opacity: 0.05;
  152. position:absolute;
  153. z-index:1;
  154. background:#fff
  155. ;width:80px;
  156. height:80px;
  157. display:block;
  158. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  159. }
  160. .player:hover{
  161. opacity:0.5;
  162. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  163. }
  164.  
  165. .player2 {
  166. width:25px;
  167. height:25px;
  168. margin-top:20px;
  169. margin-left:20px;
  170. overflow:hidden;
  171. padding:3px;
  172. }
  173.  
  174. .track {
  175. text-transform:lowercase;
  176. margin-left:80px;
  177. line-height:15px;
  178. padding-top:0px;
  179. }
  180.  
  181. #entries {
  182. padding:10px;
  183. width:500px;
  184. margin-left:600px;
  185. margin-top:85px;
  186. }
  187.  
  188.  
  189. #post {
  190. width:500px;
  191. padding-bottom:8px;
  192. font-family:cambria;
  193. opacity:1;
  194. }
  195.  
  196. #sidebar {
  197. width:118px;
  198. position:fixed;
  199. margin-left:322px;
  200. margin-top:150px;
  201. opacity:1;
  202. }
  203.  
  204. #sidebarimage img{
  205. width:110px;
  206. padding-left: 15px;
  207. padding-bottom:0px;
  208. border: 1px solid;
  209. padding: 3px;
  210. -webkit-transition: all 0.5s ease;
  211. -moz-transition: all 0.5s ease;
  212. -o-transition: all 0.5s ease
  213. }
  214.  
  215. #links {
  216. font-family:consolas;
  217. font-size:9px;
  218. opacity:1;
  219. text-align:center;
  220. padding-top:55px;
  221. letter-spacing:1px;
  222. text-transform:uppercase;
  223. padding-bottom:0px;
  224. margin-top:-45px;
  225. margin-left:0px;
  226. border-bottom: 1px solid;
  227. }
  228.  
  229. #description {
  230. padding:6px;
  231. font-size:10px;
  232. font-style:none;
  233. opacity: 0.8;
  234. text-align:center;
  235. margin-top:-2px;
  236. margin-left:0px;
  237. }
  238.  
  239. #pagination {
  240. font-size:10px;
  241. text-align:center;
  242. color:{color:link};
  243. font-family:consolas;
  244. letter-spacing:2px;
  245. margin-left:0px;
  246. }
  247.  
  248. #info {
  249. text-align:center;padding:5px;
  250. margin-top:5px;
  251. margin-bottom:10px;
  252. text-transform: lowercase;
  253. font-family:garamond;
  254. font-size:9px;
  255. }
  256.  
  257. #tags {
  258. font-family:garamond;
  259. letter-spacing:1px;
  260. text-transform:none;
  261. font-size:9px;
  262. margin-top:4px;
  263. a {display:inline; background-color:{color:linkb};
  264. padding:-4px;
  265. text-align:left;
  266. -webkit-transition: all 0.6s ease-in-out;
  267. -moz-transition: all 0.6s ease-in-out;
  268. -o-transition: all 0.6s ease-in-out;
  269. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  270.  
  271.  
  272. #asker {
  273. float:left;
  274. margin-right:5px;
  275. }
  276.  
  277. .question{
  278. background-color:#fcfcfc;
  279. text-transform:lowercase;
  280. font-style: italic;
  281. letter-spacing:2px;
  282. padding:8px;
  283. }
  284.  
  285.  
  286.  
  287. {CustomCSS}</style></head><body>
  288.  
  289. <div id="sidebar">
  290. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  291. <div id="links">
  292. <a href="/">home</a>
  293. <a href="/ask">mail</a>
  294. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  295. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  296. </div>
  297.  
  298. <div id="description">{Description}</div>
  299.  
  300. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
  301. </div>
  302.  
  303. <div id="entries">{block:Posts}<div id="post">
  304.  
  305. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  306.  
  307. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  308.  
  309. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  310.  
  311. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  312.  
  313. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  314.  
  315. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  316.  
  317. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  318. <div class="player">
  319. <div class="player2">
  320. {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>
  321. {/block:Audio}
  322.  
  323. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  324.  
  325. {block:Answer}
  326. <div class="question"> <b>{Asker}</b> said: {Question}</div><blockquote>{Answer}</blockquote>{/block:Answer}
  327.  
  328. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} | <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}"> | </a> {/block:RebloggedFrom}
  329. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  330. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  331. {/block:Posts}
  332. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  333. {/block:Posts}</div></div></div>
  334.  
  335. <div id="credit"><a href="http://diorhaz.tumblr.com" target="_blank">©DH</a></div>
  336.  
  337. </body>
  338.  
  339. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement