Advertisement
khalisar

theme 10

Aug 12th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.30 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 7 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:absolute;
  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. font-size:10px;
  228. text-transform:normal;
  229. color:#424242;
  230. margin-top:0px;
  231. margin-left:30px;
  232. width:110px;
  233. letter-spacing:0px;
  234. font-style:normal;
  235. text-align:center;
  236. }
  237.  
  238. #pagination a {
  239. color: {color:link};
  240. }
  241.  
  242.  
  243. .sidebartitle {
  244. width:200px;
  245. text-align:center;
  246. position:fixed;
  247. text-transform:none;
  248. font-family:times;
  249. line-height:120%;
  250. margin-left:75px;
  251. font-size:20px;
  252. margin-top:-95px;
  253. color:#A4A4A4;
  254. }
  255.  
  256. #description {
  257. margin-left: 120px;
  258. margin-top: -70px;
  259. width: 100px;
  260. word-spacing:2px;
  261. line-height: 120%;
  262. background-color:#ffffff;
  263. text-transform:none;
  264. text-align:justify;
  265. font-family:amaze;
  266. font-size: 10px;
  267. font-style:none;
  268. padding:8px;
  269. padding-bottom:0px;
  270. padding-top:8px;
  271. border-top:1px solid #DBDBDB;
  272. }
  273.  
  274.  
  275.  
  276. #questions {
  277. background-color:#ffffff;
  278. color: {color:text};
  279. margin-left:0px;
  280. padding:5px;
  281. margin-top:5px;
  282. margin-bottom:5px;
  283. font-family:calibri;
  284. font-size:10px;
  285. font-style:normal;
  286. text-align:center;
  287. }
  288.  
  289. .note {
  290. padding:0px 20px 0px 20px;
  291. background-color:#FFFFFF;
  292. text-transform:lowercase;
  293. letter-spacing:0px;
  294. font-size: 11px;
  295. font-style:normal;
  296. text-align:left;
  297. line-height:120%;
  298. }
  299.  
  300. .note li {
  301. list-style-type:none;
  302. padding:5px 25px 5px 25px;
  303. text-align:left;
  304. margin-right:30px;
  305. margin-top:-50px;
  306. }
  307.  
  308. #info {
  309. font-family:calibri;
  310. text-align:left;
  311. margin-top:10px;
  312. padding-top:10px;
  313. padding:0px;
  314. padding-bottom:1px;
  315. text-transform:none;
  316. font-style:none;
  317. font-size:10px;
  318. line-height:100%;
  319. }
  320.  
  321. #RebloggedFrom {
  322. font-family:calibri;
  323. text-align:left;
  324. margin-top:-5px;
  325. padding-bottom:0px;
  326. text-transform:none;
  327. font-style:none;
  328. font-size:10px;
  329. }
  330.  
  331. #tags {
  332. font-family:calibri;
  333. text-align:center;
  334. margin-top:0px;
  335. padding-bottom:0px;
  336. text-transform:none;
  337. font-style:none;
  338. font-size:10px;
  339. }
  340.  
  341. #tags {
  342. font-family:calibri;
  343. text-align:right;
  344. margin-top:-11px;
  345. opacity:0;
  346. padding-bottom:0px;
  347. text-transform:none;
  348. font-style:none;
  349. font-size:10px;
  350. }
  351.  
  352. #post #tags {
  353. opacity:0;
  354. -moz-transition-duration:1s;
  355. -webkit-transition-duration:1s;
  356. -o-transition-duration:1s;
  357. }
  358.  
  359. #post:hover #tags {
  360. opacity:1;
  361. -moz-transition-duration:1s;
  362. -webkit-transition-duration:1s;
  363. -o-transition-duration:1s;
  364.  
  365. }
  366.  
  367.  
  368.  
  369.  
  370.  
  371. #credit {
  372. font-size:9px;
  373. font-family:cambria;
  374. font-style:italic;
  375. letter-spacing:1px;
  376. -moz-transition-duration:0.5s;
  377. -webkit-transition-duration:0.5s;
  378. -o-transition-duration:0.5s;
  379. }
  380.  
  381. #credit a {
  382. background-color:#fff;
  383. padding:5px;
  384. border:1px solid #e9e9e9;
  385. position:fixed;
  386. right:15px;
  387. bottom:10px
  388. }
  389.  
  390. #credit a:hover {
  391. color:#fff;
  392. background-color:#A4A4A4;
  393. }
  394.  
  395.  
  396.  
  397.  
  398.  
  399. {CustomCSS}
  400.  
  401.  
  402.  
  403. </style>
  404.  
  405. <div id="sidebar">
  406.  
  407. <div id="sidebarimage"><a title="{text:homelink title}" href="/"><img src="{image:sidebar}"></a></div>
  408.  
  409. <div class="sidebartitle">{text:sidebartitle}</a></div>
  410.  
  411. <div id="description">{Description}</div>
  412. </div>
  413.  
  414. <div id="links">
  415.  
  416. <a href="{text:link 1 url}">{text:link 1}</a>
  417. <a href="{text:link 2 url}">{text:link 2}</a>
  418. <a href="{text:link 3 url}">{text:link 3}</a>
  419. <a href="{text:link 4 url}">{text:link 4}</a>
  420. <a href="{text:link 5 url}">{text:link 5}</a>
  421.  
  422. </div>
  423.  
  424. <div id="pagination">
  425. {block:Pagination}
  426. <div id="pagination">
  427. {block:PreviousPage}
  428. <a href="{PreviousPage}">←</a>
  429. {/block:PreviousPage}
  430. {block:NextPage}
  431. <a href="{NextPage}">→</a>
  432. {/block:NextPage}
  433. </div>
  434. {/block:Pagination}</div>
  435.  
  436. <div id="scrollbar">{scrollbar}</div>
  437.  
  438.  
  439.  
  440.  
  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