Advertisement
onzayn

Theme 4

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