zawful

theme seven

Jan 6th, 2015
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.93 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <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.  
  11. <!--- Theme 07 by ZAWFUL
  12. PLEASE DON'T REMOVE THE CREDIT or i will murder you
  13. thanks for using my theme :) xx --->
  14.  
  15.  
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:text" content="#000000"/>
  18. <meta name="color:description" content="#000000"/>
  19. <meta name="color:link" content="#888888"/>
  20. <meta name="color:hover" content="#ffffff"/>
  21. <meta name="color:tittle" content="#000000"/>
  22. <meta name="color:accent" content="#000000"/>
  23. <meta name="color:scrollbar" content="#ffffff"/>
  24. <meta name="color:scrollbarbg" content="#000000"/>
  25. <meta name="color:bold" content="#000000"/>
  26. <meta name="color:italic" content="#000000"/>
  27. <meta name="color:border" content="#000000"/>
  28. <meta name="color:selection" content="000000"/>
  29.  
  30.  
  31. <meta name="image:sidebar" content="" />
  32. <meta name="text:tittle" content=""/>
  33. <meta name="if:show archive link" content="0">
  34. <meta name="text:link1" content="link1"/>
  35. <meta name="text:link1url" content="link 1 url"/>
  36. <meta name="text:link2" content="link2"/>
  37. <meta name="text:link2url" content="link 2 url"/>
  38. <meta name="text:link3" content="link3"/>
  39. <meta name="text:link3url" content="link 3 url"/>
  40. <meta name="text:link4" content="link4"/>
  41. <meta name="text:link4url" content="link 4 url"/>
  42. <meta name="text:link5" content="link5"/>
  43. <meta name="text:link5url" content="link 5 url"/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. body {
  49. background-color:{color:background};
  50. font-family:arial;
  51. font-weight:normal;
  52. font-size:12px;
  53. word-wrap:break-word;
  54. }
  55.  
  56.  
  57. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; 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. a {
  62. color:{color:link};
  63. text-decoration:none;
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. }
  68.  
  69. a:hover {
  70. color:{color:hover};
  71. text-decoration:none;
  72. -moz-transition-duration:0.5s;
  73. -webkit-transition-duration:0.5s;
  74. -o-transition-duration:0.5s;
  75. }
  76.  
  77. h1 {
  78. font-size:20px;
  79. font-weight:normal;
  80. letter-spacing:0px;
  81. line-height:120%;
  82. }
  83.  
  84. h1 a{
  85. color:{color:text};
  86. }
  87.  
  88. h1 a:hover {
  89. color:{color:link};
  90. }
  91.  
  92. h2 {
  93. text-decoration:none;
  94. font-size:16px;
  95. text-align:center;
  96. line-height:110%;
  97. color:{color:text};
  98. padding:5px;
  99. padding-bottom:2px;
  100. font-weight:normal;
  101. letter-spacing:0px;
  102. }
  103.  
  104. h3 {
  105. font-weight:normal;
  106. font-size:17px;
  107. text-align:center;
  108. font-style:normal;
  109. color:{color:text};
  110. }
  111.  
  112.  
  113. b {
  114. color:{color:bold};
  115. }
  116.  
  117. i {
  118. color:{color:italic};
  119. }
  120.  
  121. em {
  122. color:{color:accent};
  123. }
  124.  
  125. big {
  126. color:{color:text};
  127. font-size:13px;
  128. }
  129.  
  130. small {
  131. color:{color:text};
  132. font-size:9px;
  133. }
  134.  
  135. strong {
  136. color:black;
  137. }
  138.  
  139.  
  140. blockquote {
  141. border-left:2px solid {color:text};
  142. padding-left:5px;
  143. margin:5px;
  144. padding-top:2px;
  145. padding-bottom:2px;
  146. }
  147.  
  148. #theme {
  149. margin:auto;
  150. width:875px;
  151. height:100%;
  152. text-align: center;
  153. background-color:{color:background};
  154. z-index:9990;
  155. position:relative;
  156. }
  157.  
  158. #sidewrap {
  159. width:250px;
  160. height:100%;
  161. display:table;
  162. position:fixed;
  163. width:250px;
  164. }
  165.  
  166. #sidebar {
  167. display:table-cell;
  168. vertical-align:middle;
  169. color: {color:text};
  170. }
  171.  
  172. #sidebar img {
  173. width:250px;
  174. max-height:300px;
  175. }
  176.  
  177.  
  178. #titleandstuff {
  179. padding:20px;
  180. color:{color:tittle};
  181. font-family:georgia;
  182. font-size:18px;
  183. text-transform:uppercase;
  184. font-weight:bold;
  185. margin-top:0px;
  186. }
  187.  
  188. #description {
  189. text-align:justify;
  190. font-family:helvetica;
  191. text-transform:lowercase;
  192. color:{color:description};
  193. margin-top:10px;
  194. font-size:11px;
  195. }
  196.  
  197.  
  198. .links {
  199. width:210px;
  200. position:relative;
  201. line-height:15px;
  202. font-family:helvetica;
  203. font-size:9px;
  204. margin-top:5px;
  205. text-align:center;
  206. text-shadow:none;
  207. font-style:none;
  208. }
  209.  
  210. .links a {
  211. display:inline-block;
  212. margin-left:2px;
  213. padding:0px 5px 0px 5px;
  214. height:15px;
  215. text-align:center;
  216. color:{color:link};
  217. background-color:transparent;
  218. -moz-transition-duration:0.5s;
  219. -webkit-transition-duration:0.5s;
  220. -o-transition-duration:0.5s;
  221. }
  222. .links a:hover {
  223. background-color:transparent;
  224. color:{color:hover};
  225. -moz-transition-duration:0.5s;
  226. -webkit-transition-duration:0.5s;
  227. -o-transition-duration:0.5s;
  228. }
  229.  
  230.  
  231. #pagi {
  232. font-size:16px;
  233. width:500px;
  234. font-weight:normal;
  235. font-style:normal;
  236. text-align:center;
  237. margin-bottom:50px;
  238. color:{color:links};
  239. letter-spacing:0px;
  240. }
  241.  
  242. #pagi a {
  243. display:inline-block;
  244. color:{color:link};
  245. }
  246.  
  247. #pagi a:hover {
  248. color:{color:hover};
  249. }
  250.  
  251.  
  252. #postscontainer {
  253. margin-left:300px;
  254. padding:10px;
  255. width:500px;
  256. position:relative;
  257. text-align:justify;
  258. color:{color:text};
  259. z-index:999;
  260. }
  261.  
  262.  
  263. .posts {
  264. padding:15px 0px 15px 0px;
  265. width:500px;
  266. margin-bottom:70px;
  267. text-align:justify;
  268. font-size:11px;
  269. line-height:100%;
  270. letter-spacing:0px;
  271. color:{color:text};
  272. }
  273.  
  274.  
  275. .caption {
  276. width:500px;
  277. text-align:justify;
  278. line-height:120%;
  279. }
  280.  
  281.  
  282. .postinfo {
  283. width:490px;
  284. margin-top:0px;
  285. padding:0px 0px 5px 10px;
  286. text-align:left;
  287. line-height:100%;
  288. display:inline-block;
  289. background-color:#f5f5f5;
  290. }
  291.  
  292. .postinfo a {
  293. font-style:normal;
  294. }
  295.  
  296. .postinfo a:hover {
  297. color:{color:links hover};
  298. }
  299.  
  300. .dates {
  301. display:inline-block;
  302. font-size:11px;
  303. text-transform:none;
  304. font-weight:normal;
  305. letter-spacing:0px;
  306. }
  307.  
  308. .notesetc {
  309. margin-top:8px;
  310. display:inline-block;
  311. }
  312.  
  313. .tags {
  314. text-transform:none;
  315. font-size:10px;
  316. text-align:center;
  317. margin-top:2px;
  318. }
  319.  
  320. .buttonss {
  321. width:40px;
  322. display:inline-block;
  323. float:right;
  324. padding:5px 5px 0px 0px;
  325. }
  326.  
  327.  
  328. .chat ol {
  329. line-height:170%;
  330. list-style:none;
  331. width:500px;
  332. margin-left:-40px;
  333. }
  334.  
  335. .line.odd {
  336. background:#f6f6f6;
  337. margin-bottom:0px;
  338. padding:4px;
  339. }
  340.  
  341. .line.even {
  342. background:#fafafa;
  343. margin-bottom:0px;
  344. padding:4px;
  345. }
  346.  
  347. .label {
  348. padding-right:2px;
  349. text-transform:normal;
  350. font-weight:bold;
  351. color:{color:link};
  352. }
  353.  
  354. .note {
  355. text-transform:uppercase;
  356. font-style:normal;
  357. letter-spacing:0px;
  358. font-size: 9px;
  359. text-align:left;
  360. line-height:90%;
  361. margin-left:-40px;
  362. }
  363.  
  364. .note li {
  365. list-style-type:none;
  366. padding:10px 25px 10px 25px;
  367. text-align:left;
  368. margin:0px;
  369. -moz-transition-duration:0.5s;
  370. -webkit-transition-duration:0.5s;
  371. -o-transition-duration:0.5s;
  372. }
  373.  
  374.  
  375. .question {
  376. background-color:#f6f6f6;
  377. padding:20px;
  378. }
  379.  
  380. .question img {
  381. border:5px solid #fafafa;
  382. width:40px;
  383. float:left;
  384. display:block;
  385. }
  386.  
  387. .audio {
  388. width:500px;
  389. padding-bottom:10px;
  390. background-color:#f6f6f6;
  391. }
  392.  
  393. .albumart {
  394. float:left;
  395. padding:0px 10px 10px 0px;
  396. }
  397.  
  398. .albumart img {
  399. width:45px;
  400. height:45px;
  401. }
  402.  
  403. .playercontainer {
  404. text-align:left;
  405. padding:10px;
  406. background-color:#ffffff;
  407. width:480px;
  408. }
  409.  
  410. .audioinfo {
  411. padding:10px;
  412. color:{color:text};
  413. }
  414.  
  415.  
  416. ::selection {
  417. background-color:{color:selection};
  418. }
  419.  
  420.  
  421. #cred {
  422. bottom:3px;
  423. position:fixed;
  424. right:10px;
  425. float:right;
  426. font-family:arial;
  427. font-weight:bold;
  428. color:black;
  429. font-size:13px;
  430. letter-spacing:-2px;
  431. text-transform:lowercase;
  432. }
  433.  
  434. #cred a {
  435. color:black;
  436. }
  437.  
  438. #cred a:hover {
  439. color:{color:hover};
  440. }
  441.  
  442. {CustomCSS}
  443.  
  444. </style></head>
  445. <body>
  446.  
  447.  
  448. <div id="theme">
  449. <div id="sidewrap">
  450. <div id="sidebar">
  451. <img src="{image:sidebar}">
  452. <div id="titleandstuff">{text:tittle}</a>
  453. <div id="description">{description}</div>
  454.  
  455. <div class="links">
  456. <a href="/">home</a>
  457. <a href="{text:link1url}">{text:link1}</a>
  458. <a href="{text:link2url}">{text:link2}</a>
  459. <a href="{text:link3url}">{text:link3}</a>
  460. <a href="{text:link4url}">{text:link4}</a>
  461. <a href="{text:link5url}">{text:link5}</a>
  462.  
  463. {block:IfShowArchiveLink}
  464. <a href="/archive">archive</a>
  465. {/block:IfShowArchiveLink}
  466. </div>
  467.  
  468. </div>
  469. </div>
  470.  
  471.  
  472. </div>
  473.  
  474.  
  475.  
  476. <div id="postscontainer">
  477.  
  478. {block:TagPage}<h2 style="width:500px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
  479.  
  480.  
  481. {block:Posts}
  482. <div class="posts">
  483.  
  484. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  485.  
  486. {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
  487.  
  488. {block:Link}<a href="{URL}"><h2 style="padding:18px; background-color:{color:ask and link post background}">{Name} →</h2></a>
  489. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  490.  
  491. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  492.  
  493. {block:Panorama}
  494. {LinkOpenTag}
  495. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
  496. {LinkCloseTag}
  497. {block:Caption}{Caption}{/block:Caption}
  498. {/block:Panorama}
  499.  
  500. {block:Photoset}<center>{Photoset-500}</center>
  501. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  502.  
  503. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol> {block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  504.  
  505. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  506.  
  507. {block:Answer}
  508. <div class="question"><img src="{AskerPortraitURL-40}"><b>{Asker} asked:</b> {Question}</div>
  509. {Answer}
  510. {/block:Answer}
  511.  
  512. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  513. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  514. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  515. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  516. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  517.  
  518. {block:date}
  519. <div class="postinfo">
  520. <div class="dates"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {ShortYear} </a></div><div class="notesetc">{block:NoteCount}<a href="{Permalink}">&nbsp;&nbsp;{NoteCountWithLabel} </a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">&nbsp;source </a>{/block:ContentSource}
  521. </div>
  522. </div>
  523. {/block:date}
  524.  
  525. {block:HasTags}<div class="tags">
  526. {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}</div>
  527. {/block:HasTags}
  528.  
  529. {block:PostNotes}<div class="note">
  530. {PostNotes}</div>{/block:PostNotes}
  531.  
  532. </div>
  533. {/block:posts}
  534.  
  535.  
  536. {block:Pagination}
  537. <div id="pagi">
  538. {block:PreviousPage}<a href="{PreviousPage}">prev&nbsp;</a>
  539. {/block:PreviousPage}
  540. {block:NextPage}<a href="{NextPage}">&nbsp;next</a>
  541. {/block:NextPage}
  542. </div>
  543. {/block:Pagination}
  544.  
  545.  
  546. </div>
  547. </div>
  548.  
  549. </div>
  550. <div id="cred"><a href="http://zawful.tumblr.com/">zawful</a></div>
  551. </body>
  552. </html>
Advertisement
Add Comment
Please, Sign In to add comment