Advertisement
diorhaz

theme 02

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