Advertisement
khalisar

theme 11

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