Advertisement
khalisar

theme 7

Aug 6th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.84 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- theme 3 by quietwillfall
  11. please don't remove credit
  12. thank you-->
  13.  
  14. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  15.  
  16. <style>
  17. div#qTip {
  18. padding: 2px;
  19. display: none;
  20. font-style:none;
  21. text-align: center;
  22. position: absolute;
  23. font-size:11px;
  24. line-height:10px;
  25. font-family:times;
  26. z-index: 1000;
  27. background: white;
  28. z-index: 9999999;
  29. border:1px solid #ccc;
  30. color: #999;
  31. letter-spacing: 1px;
  32. }
  33. </style>
  34.  
  35. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  36. <head>
  37.  
  38. <!-- COLORS -->
  39.  
  40. <meta name="color:background" content="#ffffff"/>
  41. <meta name="color:line" content="#BDBDBD">
  42. <meta name="color:text" content="#b6b5b5"/>
  43. <meta name="color:link" content="#b87889"/>
  44. <meta name="color:linkhover" content="#f0e7e1"/>
  45. <meta name="color:scrollbar" content="ececec"/>
  46. <meta name="color:border" content="ececec"/>
  47.  
  48.  
  49. <!-- FONTS -->
  50.  
  51. <meta name="font:title" content="Cambria" />
  52. <meta name="font:body" content="calibri" />
  53. <meta name="font:pagination" content="calibri" />
  54.  
  55. <!-- IMAGES -->
  56.  
  57. <meta name="image:sidebar" content=""/>
  58.  
  59.  
  60. <!-- LINKS -->
  61.  
  62. <meta name="image:sidebar" content="/">
  63. <meta name="text:homelink title" content="home">
  64. <meta name="text:link1" content="">
  65. <meta name="text:link1 url" content="/">
  66. <meta name="text:link2" content="">
  67. <meta name="text:link2 url" content="/">
  68. <meta name="text:link3" content="">
  69. <meta name="text:link3 url" content="/">
  70. <meta name="text:link4" content="">
  71. <meta name="text:link4 url" content="/">
  72. <meta name="text:link5" content="">
  73. <meta name="text:link5 url" content="/">
  74. <meta name="text:link6" content="">
  75. <meta name="text:link6 url" content="/">
  76.  
  77. <style type="text/css">
  78.  
  79. ::-webkit-scrollbar {background-color:#fff; height:5px; width:9px}
  80. ::-webkit-scrollbar-thumb:vertical {background-color:#999; height:50px;border-radius:10px;border:1px solid #fff;}
  81. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff; height:5px!important}
  82.  
  83. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. /* --- BODY ---*/
  91.  
  92. body {
  93. font-style:none;
  94. background:{color:background};
  95. margin:0px; color:{color:text};
  96. font-family:times;
  97. font-size:11px;
  98. line-height:100%;
  99.  
  100. }
  101.  
  102. blockquote {
  103. border-left:2px solid #ECECEC;
  104. padding-left:2px;
  105. margin:5px;
  106. }
  107.  
  108. a {
  109. color:{color:link}
  110. }
  111.  
  112. a {
  113. text-decoration:none;
  114. -webkit-transition:all 0.5s ease-in-out;
  115. -moz-transition:all 0.5s ease-in-out;
  116. -o-transition:all 0.5s ease-in-out;
  117. -ms-transition:all 0.5s ease-in-out;
  118. transition:all 0.5s ease-in-out;
  119. }
  120.  
  121. a:hover {
  122. color:{color:linkhover}
  123. }
  124.  
  125. img {none;}
  126.  
  127. h1 , h2 {
  128. font-family:calibri;
  129. text-transform:none;
  130. font-size:14px;
  131. line-height:30px;
  132. letter-spacing:0px;
  133. text-align:center;
  134. font-style:none;
  135. }
  136.  
  137. #entries {
  138. padding:10px;
  139. width:500px;
  140. margin-left:500px;
  141. margin-top:50px;
  142.  
  143. }
  144.  
  145. #post {
  146. width:500px;
  147. padding-bottom:100px;
  148. font-style:none;
  149. padding:15px;
  150. margin-bottom:10px;
  151. border-bottom:1px solid{color:Line};
  152.  
  153. }
  154.  
  155.  
  156.  
  157.  
  158. /* --- SIDEBAR ---*/
  159.  
  160.  
  161. #sidebar
  162. {
  163. width:300px;
  164. position:fixed;
  165. margin-left:170px;
  166. margin-top:110px;
  167. }
  168.  
  169. #sidebar {width:100px;}
  170.  
  171. #sidebar img {
  172. width:150px;
  173. height:150px;
  174. margin-bottom:10px;
  175. margin-top: 17px;
  176. padding:3px;
  177. margin-left:90px;
  178. opacity:1;
  179. border-radius: 90px;
  180. -moz-transition-duration:1s;
  181. -webkit-transition-duration:1s;
  182. -o-transition-duration:1s;
  183. border:1px solid {color:border}
  184. }
  185.  
  186.  
  187. #nav {
  188. position:fixed;
  189. overflow:hidden;
  190. margin-top:150px;
  191. margin-left:315px;
  192. }
  193.  
  194. #link1 a , #link2 a, #link3 a
  195.  
  196. #title
  197. {
  198. font-family:cambria;
  199. text-align:center;
  200. margin-top:-129px;
  201. padding-bottom:0px;
  202. text-transform:none;
  203. font-style:normal;
  204. font-size:10px;
  205. }
  206.  
  207. #description {
  208. margin-left: 115px;
  209. margin-top: -0px;
  210. width: 115px;
  211. line-height: 100%;
  212. text-transform:none;
  213. text-align:center;
  214. font-family:times;
  215. line height:2px;
  216. font-size: 10px;
  217. font-style:none;
  218. padding-bottom:8px;
  219. padding-top:0px;
  220. }
  221.  
  222. #links {
  223. position:fixed;
  224. word-spacing:7px;
  225. font-size:9px;
  226. font-family:baskerville;
  227. text-align:center;
  228. margin-top:30px;
  229. margin-left:124px;
  230. text-align:justify;
  231. text-transform:lowercase;
  232. font-style:italic;
  233. letter-spacing:2px;
  234. line-height:20px;
  235. color:#99a3a2;
  236. width:99px;
  237. }
  238. #links a {
  239. padding 8px;
  240. padding-top: 0px;
  241. padding-bottom:2px;
  242. padding-right:5px;
  243. padding-left:7px;
  244. margin-bottom: 0px;
  245. font-size: 13px;
  246. font-style:normal;
  247. text-align:center;
  248. text-transform:lowercase;
  249. width: 50px;
  250. border:1px solid {color:border}
  251. }
  252.  
  253. #links a:hover {
  254. font-style:italic;
  255. color: #111;
  256. -moz-transition-duration:.4s;
  257. -webkit-transition-duration:.4s;
  258. -o-transition-duration:.4s;
  259. }
  260.  
  261. #questions {
  262. background-color:#ffffff;
  263. color: {color:text};
  264. margin-left:0px;
  265. padding:5px;
  266. margin-top:5px;
  267. margin-bottom:5px;
  268. font-family:calibri;
  269. font-size:10px;
  270. font-style:normal;
  271. text-align:center;
  272. }
  273.  
  274. .note {
  275. padding:0px 20px 0px 20px;
  276. background-color:#FFFFFF;
  277. text-transform:lowercase;
  278. letter-spacing:0px;
  279. font-size: 11px;
  280. font-style:normal;
  281. text-align:left;
  282. line-height:120%;
  283. }
  284.  
  285. .note li {
  286. list-style-type:none;
  287. padding:5px 25px 5px 25px;
  288. text-align:left;
  289. margin-right:30px;
  290. margin-top:-50px;
  291. }
  292.  
  293. #info {
  294. font-family:calibri;
  295. text-align:center;
  296. margin-top:10px;
  297. padding-top:10px;
  298. padding:0px;
  299. padding-bottom:1px;
  300. text-transform:none;
  301. font-style:none;
  302. font-size:10px;
  303. line-height:100%;
  304. }
  305.  
  306. #RebloggedFrom {
  307. font-family:calibri;
  308. text-align:center;
  309. margin-top:-5px;
  310. padding-bottom:0px;
  311. text-transform:none;
  312. font-style:none;
  313. font-size:10px;
  314. }
  315.  
  316. #tags {
  317. font-family:times;
  318. text-align:right;
  319. margin-top:-11px;
  320. opacity:0;
  321. padding-bottom:0px;
  322. text-transform:none;
  323. font-style:none;
  324. font-size:10px;
  325. }
  326.  
  327. #post #tags {
  328. opacity:0;
  329. -moz-transition-duration:1s;
  330. -webkit-transition-duration:1s;
  331. -o-transition-duration:1s;
  332. }
  333.  
  334. #post:hover #tags {
  335. opacity:1;
  336. -moz-transition-duration:1s;
  337. -webkit-transition-duration:1s;
  338. -o-transition-duration:1s;
  339.  
  340. }
  341.  
  342.  
  343.  
  344.  
  345.  
  346. #pagination
  347. {
  348. font-size:8px;
  349. margin-top:103px;
  350. margin-left:63px;
  351. font-family:calibri;
  352. text-align:center;
  353. width:99px;
  354. word-spacing:10px;
  355. color: #848484;
  356. text-transform:none;
  357. letter-spacing:1px;
  358. }
  359.  
  360. #stuffcontainer {
  361. float:left;
  362. margin-left:200px;
  363. margin-top:75px;
  364. text-align:justify;
  365. background-color:#FFFFFF;
  366. color:#FFFFFF;
  367. border:1px;
  368. margin-bottom: 35px;
  369. }
  370.  
  371.  
  372. #stuff {
  373. width:500px;
  374. margin-top:20px;
  375. text-align:justify;
  376. font-size:11px;
  377. font-family:times;
  378. line-height:90%;
  379. letter-spacing:0x;
  380. color:#FFFFFF;
  381. }
  382.  
  383.  
  384. #credit {
  385. font-size:9px;
  386. font-family:cambria;
  387. font-style:italic;
  388. letter-spacing:1px;
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394. #credit a {
  395. background-color:#fff;
  396. padding:5px;
  397. border:1px solid #e9e9e9;
  398. position:fixed;
  399. right:15px;
  400. bottom:10px
  401. }
  402.  
  403. #credit a:hover {
  404. color:#fff;
  405. background-color:#A4A4A4;
  406. }
  407.  
  408.  
  409.  
  410.  
  411.  
  412. {CustomCSS}</style></head><body>
  413.  
  414. <div id="sidebar">
  415.  
  416.  
  417.  
  418. <div id="sidebarimage"><a title="{text:homelink title}" href="/"><img src="{image:sidebar}"></a></div>
  419.  
  420. <div id="links">
  421. <a href="{text:link1 url}">{text:link1}</a>
  422. <a href="{text:link2 url}">{text:link2}</a>
  423. <a href="{text:link3 url}">{text:link3}</a>
  424. <a href="{text:link4 url}">{text:link4}</a>
  425. <a href="{text:link5 url}">{text:link5}</a>
  426. <a href="{text:link6 url}">{text:link6}</a>
  427.  
  428.  
  429. </div>
  430.  
  431. <div id="description"><div id="bigletter">
  432. {text:bigletter}</div>{Description}</div>
  433.  
  434.  
  435. <div id="pagination">
  436. {block:Pagination}
  437. <div id="pagination">
  438. {block:PreviousPage}
  439. <a href="{PreviousPage}">past</a>
  440. {/block:PreviousPage}
  441. {block:NextPage}
  442. <a href="{NextPage}">future</a>
  443. {/block:NextPage}
  444. </div>
  445. {/block:Pagination}</div>
  446.  
  447.  
  448.  
  449.  
  450. <div id="scrollbar">{scrollbar}</div>
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. {block:HasPages}{block:Pages}
  459.  
  460. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  461.  
  462. </div></center>
  463.  
  464.  
  465. </div></div>
  466.  
  467. </div>
  468.  
  469. <div id="entries">{block:Posts}<div id="post">
  470.  
  471. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  472.  
  473. {block:blockquote}{/block:blockquote}
  474.  
  475.  
  476.  
  477. {block:Photo}
  478. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  479. {/block:Photo}
  480.  
  481. {block:Photoset}
  482. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  483. {/block:Photoset}
  484.  
  485. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  486.  
  487. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  488.  
  489. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  490.  
  491. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  492.  
  493. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  494.  
  495. {block:Answer}<div id="questions"<a href="{askerURL}"><b>{Asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  496.  
  497. <div id="details">
  498. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <font color=#FF92B5>♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a>
  499. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  500. {/block:Posts}
  501. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  502. {/block:Posts}</div></div></div>
  503.  
  504. <div id="credit" data="credit"> <a href="http://quietwillfall.tumblr.com">QWF</a></div>
  505. </div>
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement