Advertisement
khalisar

theme 1

Aug 2nd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 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. <!-- theme 1 by quietwillfall
  4. please do not remove
  5. thank you-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}"/>
  15. {/block:Description}
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18.  
  19. <meta name="color:bg" content="#ffffff">
  20. <meta name="color:link" content="#bbb8b8">
  21. <meta name="color:text" content="#9a9a9a">
  22. <meta name="color:tags" content="#b9b7b7">
  23. <meta name="color:ask" content="#fcfcfc">
  24. <meta name="color:hover" content="#eeeeee">
  25. <meta name="color:border" content="#e7e7e7">
  26. <meta name="color:scrollbar" content="#d6d5d5">
  27. <meta name="color:link hover" content="#d6d5d5">
  28. <meta name="color:pagination" content="#d6d5d5">
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <meta name="text:link 1" content="">
  33. <meta name="text:link 1 url" content="/">
  34. <meta name="text:link 2" content="">
  35. <meta name="text:link 2 url" content="/">
  36. <meta name="text:link 3" content="">
  37. <meta name="text:link 3 url" content="/">
  38. <meta name="text:link 4" content="">
  39. <meta name="text:link 4 url" content="/">
  40.  
  41.  
  42.  
  43.  
  44. <meta name="if:Cursor" content="1">
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. /*--scrollbar--*/
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  54. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  55. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  56. }
  57. /*--body--*/
  58.  
  59.  
  60. body {
  61. font-style:none;
  62. background-color:{color:bg};
  63. font-family:calibri;
  64. color:{color:text};
  65. font-size:9px;
  66. }
  67.  
  68.  
  69. a {
  70. color:{color:link};
  71. text-decoration:none;
  72. -webkit-transition: all 0.5s ease-out;
  73. -moz-transition: all 0.5s ease-out;
  74. transition: all 0.5s ease-out;
  75. }
  76.  
  77. a:hover {
  78. color:{color:hover};
  79. text-decoration:none;
  80. -webkit-transition: all 0.8s ease-out;
  81. -moz-transition: all 0.8s ease-out;
  82. transition: all 0.8s ease-out;
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89. blockquote {
  90. padding-left:5px;
  91. border-left:2px solid {color:border};
  92. }
  93.  
  94. h1 {
  95. font-size:10px;
  96. }
  97.  
  98. /*--Cursor code--*/
  99.  
  100. {block:ifCursor}
  101.  
  102. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  103.  
  104. {/block:ifCursor}
  105.  
  106.  
  107.  
  108. /*--sidebar--*/
  109.  
  110. #sidebar {
  111. color:{color:text};
  112. position:fixed;
  113. width:160px;
  114. text-align:left;
  115. }
  116. #sidebarimage {
  117. width:160px;
  118. }
  119.  
  120. #sidebarimage img {
  121. position:fixed;
  122. width:190px;
  123. height:600px;
  124. margin-top:0px;
  125. margin-left:175px;
  126. padding:3px;
  127. }
  128.  
  129. /*--links--*/
  130.  
  131. #sidebar:hover #links {
  132. opacity:.9;
  133. margin-top:-179px;
  134. -moz-transition-duration:1.5s;
  135. -webkit-transition-duration:1.5s;
  136. -o-transition-duration:1.5s;
  137. }
  138.  
  139. #links {
  140. position:absolute;
  141. letter-spacing:1px;
  142. position:fixed;
  143. font-family:times;
  144. width:200px;
  145. opacity:0;
  146. margin-top:100px;
  147. margin-left:172px;
  148. background-color:#fff;
  149. font-size:11px;
  150. text-transform:uppercase;
  151. text-align:center;
  152. line-height:170%;
  153. -moz-transition-duration:1s;
  154. -webkit-transition-duration:1s;
  155. -o-transition-duration:1s;
  156. }
  157.  
  158. #links a{
  159. width:152px;
  160. line-height:130%;
  161. margin-left:4px;
  162. color:{color:link};
  163. letter-spacing:0px;
  164. text-decoration:none;
  165. }
  166.  
  167. #links a:hover {
  168. text-align:center;
  169. text-decoration:{color:link hover};
  170. text-transform:uppercase;
  171. color: {color:link hover};
  172. padding:0px;
  173. -moz-transition-duration:1s;
  174. -webkit-transition-duration:1s;
  175. -o-transition-duration:1s;
  176. }
  177.  
  178.  
  179. /*--posts--*/
  180.  
  181. #posts {
  182. width:500px;
  183. margin-bottom:10px;
  184. padding:1px;
  185. font-size:11px;
  186. color:{color:text};
  187. line-height:90%;
  188. text-align:justify;
  189. }
  190. /*--description--*/
  191.  
  192. #description {
  193. width:147px;
  194. padding:9px;
  195. opacity: .9;
  196. border: 1px solid {color:border};
  197. background-color: #ffffff;
  198. font-family:'calibri';
  199. font-size:9px;
  200. text-align:center;
  201. margin-left:190px;
  202. margin-top:285px;
  203. color:{color:text};
  204.  
  205.  
  206. }
  207. #pagination {
  208. font-size:10px;
  209. text-transform:uppercase;
  210. margin-top:0px;
  211. margin-left:32px;
  212. width:120px;
  213. letter-spacing:1px;
  214. font-style:normal;
  215. text-align:center;
  216. }
  217.  
  218.  
  219.  
  220. #pagination a {
  221. color: {color:pagination};
  222. }
  223.  
  224.  
  225. #postscontainer {
  226. margin-bottom:20px;
  227. padding:1px;
  228. margin-left:450px;
  229. margin-top:55px;
  230. }
  231.  
  232.  
  233. #info {
  234. margin-bottom:10px;
  235. font-size:8px;
  236. margin-top:10px;
  237. text-align:left;
  238. padding:5px;
  239. color:{color:link};
  240. border-top:1px solid {color:border};
  241. }
  242.  
  243.  
  244. #reblog {
  245. text-transform:uppercase;
  246. font-family:trebuchet ms;
  247. margin-left:-5px;
  248. margin-top:-5px;
  249. text-align:center;
  250. color:white;
  251. background-color:#cfcece;
  252. width:35px;
  253. padding:3px;
  254. }
  255.  
  256. #reblog a {
  257. color:white;
  258. }
  259.  
  260. #notes {
  261. margin-left:40px;
  262. margin-top:-12px;
  263. }
  264.  
  265. #rightinfo {
  266. text-transform:uppercase;
  267. font-family:trebuchet ms;
  268. margin-left:370px;
  269. text-align:justify;
  270. float:right;
  271. background-color:#cfcece;
  272. padding:3px;
  273. margin-top:-12px;
  274. color:white;
  275. }
  276.  
  277. #rightinfo a {
  278. color:white;
  279. }
  280.  
  281. /*--tags--*/
  282.  
  283. #tags {
  284. width:490px;
  285. margin-left:-4px;
  286. margin-top:7px;
  287. font-size:8px;
  288. color:{color:tags}:
  289. }
  290.  
  291. #tags a {
  292. color:{color:tags};
  293. }
  294.  
  295. #tags a:hover {
  296. color:{color:hover}
  297. }
  298.  
  299. /*--asks--*/
  300.  
  301. #askbg {
  302. padding:12px;
  303. background-color:{color:ask};
  304. }
  305.  
  306. #ask {
  307. margin-top:-10px;
  308. font-family:calibri;
  309. text-align:left;
  310. }
  311.  
  312. #ask img {
  313. margin-top:30px;
  314. width:50px;
  315. }
  316.  
  317. #credit {
  318. font-size:9px;
  319. font-family:cambria;
  320. font-style:normal;
  321. letter-spacing:1px;
  322. -moz-transition-duration:0.5s;
  323. -webkit-transition-duration:0.5s;
  324. -o-transition-duration:0.5s;
  325. }
  326.  
  327. #credit a {
  328. background-color:#fff;
  329. padding:5px;
  330. border:1px solid #e9e9e9;
  331. position:fixed;
  332. right:15px;
  333. bottom:10px
  334. }
  335.  
  336. #credit a:hover {
  337. color:#fff;
  338. background-color:#191919;
  339. }
  340.  
  341.  
  342.  
  343.  
  344. {CustomCSS}
  345.  
  346.  
  347.  
  348. </style></head>
  349.  
  350.  
  351. <body>
  352.  
  353. <div id="sidebar">
  354. <div id="sidebarimage">
  355. <img src="{image:sidebar}"></div>
  356.  
  357. <div id="description">{description}</div>
  358.  
  359. <div id="links">
  360. <a href="{text:link 1 url}">{text:link 1}</a>
  361. <a href="{text:link 2 url}">{text:link 2}</a>
  362. <a href="{text:link 3 url}">{text:link 3}</a>
  363. <a href="{text:link 4 url}">{text:link 4}</a>
  364.  
  365. </div>
  366.  
  367. {block:Pagination}
  368. <div id="pagination">
  369.  
  370. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  371. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  372. </div>{/block:Pagination}
  373.  
  374. </div></div>
  375.  
  376.  
  377. <div id="postscontainer">
  378.  
  379. {block:Posts}
  380.  
  381. <div id="posts">
  382.  
  383.  
  384. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  385.  
  386.  
  387. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  388.  
  389. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  390.  
  391. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  392.  
  393. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  394.  
  395. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  396.  
  397. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  398.  
  399. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  400.  
  401. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  402.  
  403. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  404. {NoteCountWithLabel}</a></div>
  405. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  406. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  407. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  408. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  409.  
  410.  
  411. </div>
  412.  
  413. {/block:Posts}
  414.  
  415. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  416. {/block:Posts}
  417.  
  418. </div>
  419. </div>
  420. <div id="credit"><a href="http://quietwillfall.tumblr.com">CREDIT</div>
  421.  
  422.  
  423. </body>
  424. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement