Advertisement
khalisar

theme 10

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