Advertisement
themesbygeorgia

Theme #11

Apr 26th, 2014
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 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>
  4.  
  5. <!--- Theme #11 by wonderfullythemes --->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#e2bfde"/>
  15. <meta name="color:Hover" content="#e0e0e0"/>
  16.  
  17. <meta name="image:sidebar" content=""/>
  18.  
  19. <meta name="text:Link1" content="/" />
  20. <meta name="text:Link1 Text" content="Link 1" />
  21. <meta name="text:Link2" content="/" />
  22. <meta name="text:Link2 Text" content="Link 2" />
  23. <meta name="text:Link3" content="/" />
  24. <meta name="text:Link3 Text" content="Link 3" />
  25. <meta name="text:Link4" content="/" />
  26. <meta name="text:Link4 Text" content="Link 4" />
  27. <meta name="text:Link5" content="/" />
  28. <meta name="text:Link5 Text" content="Link 5" />
  29. <meta name="text:Link6" content="/" />
  30. <meta name="text:Link6 Text" content="Link 6" />
  31. <meta name="text:Link7" content="/" />
  32. <meta name="text:Link7 Text" content="Link 7" />
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar-thumb {
  37. height:auto;
  38. background-color:#000;
  39. }
  40.  
  41. ::-webkit-scrollbar {
  42. height:4px;
  43. width:4px;
  44. padding-right:2px;
  45. background-color:#fff;
  46. }
  47.  
  48. img{
  49. -webkit-filter: grayscale(100%);
  50. -webkit-transition-duration: 0.8s;
  51. -moz-transition-duration: 0.8s;
  52. -o-transition-duration: 0.8s;
  53. -ms-transition-duration: 0.8s;
  54. }
  55.  
  56. img:hover{
  57. -webkit-filter: grayscale(0%);
  58. -webkit-transition-duration: 0.8s;
  59. -moz-transition-duration: 0.8s;
  60. -o-transition-duration: 0.8s;
  61. -ms-transition-duration: 0.8s;
  62. z-index: 2px;
  63. }
  64.  
  65. .html_photoset {
  66. -webkit-filter: grayscale(100%);
  67. -webkit-transition-duration: 0.8s;
  68. -moz-transition-duration: 0.8s;
  69. -o-transition-duration: 0.8s;
  70. -ms-transition-duration: 0.8s;
  71. }
  72.  
  73. .html_photoset:hover{
  74. -webkit-filter: grayscale(0%);
  75. -webkit-transition-duration: 0.8s;
  76. -moz-transition-duration: 0.8s;
  77. -o-transition-duration: 0.8s;
  78. -ms-transition-duration: 0.8s;
  79. z-index: 2px;
  80. }
  81.  
  82. body {
  83. background:{color:Background};
  84. margin:0px;
  85. color:{color:Text};
  86. font-family:arial;
  87. font-size:10px;
  88. line-height:100%;
  89. font-style: none;
  90. }
  91.  
  92. a:link, a:visited, a:active {
  93. color: {color:Link};
  94. text-decoration: none;
  95. font-weight: normal;
  96. -moz-transition-duration:0.7s;
  97. -webkit-transition-duration:0.7s;
  98. -o-transition-duration:0.7s;
  99. }
  100.  
  101. a:hover {
  102. color: {color:Hover};
  103. text-decoration: none;
  104. font-weight: normal;
  105. -moz-transition-duration:0.7s;
  106. -webkit-transition-duration:0.7s;
  107. -o-transition-duration:0.7s;
  108. }
  109.  
  110. #entries {
  111. position:relative;
  112. float:left;
  113. width:522px;
  114. top:5px;
  115. text-align:justify;
  116. left:750px;
  117. padding:40px;
  118. }
  119.  
  120. #post {
  121. margin-bottom:50px;
  122. width:500px;
  123. padding:0px;
  124. background-color: {color:background};
  125. }
  126.  
  127. #sidebar {
  128. width:245px;
  129. height:100%;
  130. position:fixed;
  131. margin-left:250px;
  132. margin-top:-10px;
  133. padding:10px;
  134. z-index:2;
  135. }
  136.  
  137. #sidebar:hover #sidebarimage {
  138. opacity:0;
  139. position:fixed;
  140. -moz-transition-duration:0.7s;
  141. -webkit-transition-duration:0.7s;
  142. -o-transition-duration:0.7s;
  143. }
  144.  
  145. #sidebarimage {
  146. opacity:1;
  147. position:fixed;
  148. width:auto;
  149. height:auto;
  150. -moz-transition-duration:0.7s;
  151. -webkit-transition-duration:0.7s;
  152. -o-transition-duration:0.7s;
  153. }
  154.  
  155. #sidebarimage img {
  156. width:450px;
  157. height:100%;
  158. position:fixed;
  159. }
  160.  
  161. #sidebar:hover #title2 {
  162. opacity:1;
  163. z-index:100;
  164. -moz-transition-duration:0.7s;
  165. -webkit-transition-duration:0.7s;
  166. -o-transition-duration:0.7s;
  167. }
  168.  
  169. #title2 {
  170. color:{color:Text};
  171. font-style:italic;
  172. letter-spacing:1px;
  173. text-align:center;
  174. font-size:21px;
  175. margin-top:100px;
  176. margin-left:110px;
  177. border-bottom:1px solid #e4e4e4;
  178. padding-bottom:10px;
  179. position:fixed;
  180. width:245px;
  181. z-index:100;
  182. opacity:0;
  183. -moz-transition-duration:0.7s;
  184. -webkit-transition-duration:0.7s;
  185. -o-transition-duration:0.7s;
  186. }
  187.  
  188. #pagination {
  189. text-align:center;
  190. font-size:15px;
  191. margin-left:530px;
  192. margin-top:600px;
  193. margin-bottom:10px;
  194. position:absolute;
  195. text-transform:none;
  196. height:10px;
  197. font-style:none;
  198. padding:20px;
  199. text-align:center;
  200. width:500px;
  201. background-color:#fff;
  202. text-transform: lowercase;
  203. z-index:20;
  204. }
  205.  
  206. #sidebar:hover .desc {
  207. opacity:1;
  208. -moz-transition-duration:0.7s;
  209. -webkit-transition-duration:0.7s;
  210. -o-transition-duration:0.7s;
  211. }
  212.  
  213. .desc {
  214. width:235px;
  215. height:170px;
  216. position:fixed;
  217. margin-top:200px;
  218. border:1px solid #e4e4e4;
  219. margin-left:110px;
  220. padding:5px;
  221. overflow-y:scroll;
  222. opacity:0;
  223. z-index:30;
  224. -moz-transition-duration:0.7s;
  225. -webkit-transition-duration:0.7s;
  226. -o-transition-duration:0.7s;
  227. }
  228.  
  229. #sidebar:hover #links {
  230. opacity:1;
  231. -moz-transition-duration:0.7s;
  232. -webkit-transition-duration:0.7s;
  233. -o-transition-duration:0.7s;
  234. }
  235.  
  236. #links {
  237. margin-top:440px;
  238. margin-left:150px;
  239. font-size:11px;
  240. width:245px;
  241. height:500px;
  242. float:center;
  243. overflow:hidden;
  244. position:absolute;
  245. text-align:left;
  246. opacity:0;
  247. z-index:100;
  248. -moz-transition-duration:0.7s;
  249. -webkit-transition-duration:0.7s;
  250. -o-transition-duration:0.7s;
  251. }
  252.  
  253. #links a {
  254. width:100px;
  255. overflow:hidden;
  256. color:{color:Link};
  257. margin-right:10px;
  258. padding-right:20px;
  259. text-align:left;
  260. border-bottom:2px solid transparent;
  261. -moz-transition-duration:0.7s;
  262. -webkit-transition-duration:0.7s;
  263. -o-transition-duration:0.7s;
  264. }
  265.  
  266. #links a:hover {
  267. color:{color:Hover};
  268. border-bottom:2px solid #000;
  269. -moz-transition-duration:0.7s;
  270. -webkit-transition-duration:0.7s;
  271. -o-transition-duration:0.7s;
  272. }
  273.  
  274. #post:hover #info {
  275. opacity:1;
  276. margin-top:5px;
  277. -moz-transition-duration:0.7s;
  278. -webkit-transition-duration:0.7s;
  279. -o-transition-duration:0.7s;
  280. }
  281.  
  282. #info {
  283. text-transform:lowercase;
  284. font-style:none;
  285. font-size: 9px;
  286. width:500px;
  287. color:{color:Text};
  288. text-align:left;
  289. margin-top:-50px;
  290. position:absolute;
  291. padding-top:5px;
  292. border-top:1px solid {color:Link};
  293. opacity:0;
  294. -moz-transition-duration:0.7s;
  295. -webkit-transition-duration:0.7s;
  296. -o-transition-duration:0.7s;
  297. }
  298.  
  299. #info a:link {
  300. color:{color:Link};
  301. -moz-transition-duration:0.7s;
  302. -webkit-transition-duration:0.7s;
  303. -o-transition-duration:0.7s;
  304. }
  305.  
  306. #info a:hover {
  307. color:{color:Hover};
  308. -moz-transition-duration:0.7s;
  309. -webkit-transition-duration:0.7s;
  310. -o-transition-duration:0.7s;
  311. }
  312.  
  313. #ask {
  314. float:left;
  315. margin-right:5px;
  316. }
  317.  
  318. /*--CREDIT--*/
  319.  
  320. #cred {
  321. position:fixed;
  322. font-family:'calibri';
  323. font-size:8px;
  324. left:9px;
  325. bottom:9px;
  326. padding:4px;
  327. letter-spacing:1px;
  328. }
  329.  
  330. {CustomCSS}</style>
  331.  
  332.  
  333. </head><body>
  334.  
  335. <div id="sidebar">
  336.  
  337. <div id="title2">{Title}</div>
  338. <div class="desc">
  339. {Description}
  340. </div>
  341.  
  342. <div id="links">
  343. <a href="{text:Link1}">{text:Link1 Text}</a>&nbsp;&nbsp;&nbsp;
  344. <a href="{text:Link2}">{text:Link2 Text}</a>&nbsp;&nbsp;&nbsp;
  345. <a href="{text:Link3}">{text:Link3 Text}</a><br><br><br>
  346. <a href="{text:Link4}">{text:Link4 Text}</a>&nbsp;&nbsp;&nbsp;
  347. <a href="{text:Link5}">{text:Link5 Text}</a>&nbsp;&nbsp;&nbsp;
  348. <a href="{text:Link6}">{text:Link6 Text}</a>
  349. </div>
  350.  
  351. <div id="sidebarimage">
  352. <img src="{image:sidebar}"></div>
  353.  
  354. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>
  355.  
  356. </div>
  357.  
  358.  
  359.  
  360. </div>
  361.  
  362. <div id="entries">{block:Posts}<div id="post">
  363.  
  364. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  365.  
  366. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Quote}<span style="line-height:17px; font-size:15px; font-style:italic;">{Quote}</span>{block:Source} —{Source}{/block:Source}{/block:Quote}
  371.  
  372. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  373.  
  374. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  375.  
  376. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  377.  
  378. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  379.  
  380. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  381.  
  382.  
  383. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  384. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  385. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  386. </div>
  387. <div id="cred">
  388. <a href="http://wonderfullythemes.tumblr.com/">THEME</a>
  389. </div>
  390.  
  391.  
  392.  
  393.  
  394.  
  395. </div>
  396.  
  397.  
  398.  
  399. {block:PostNotes}{PostNotes}{/block:PostNotes}
  400. {/block:Posts}
  401.  
  402. </div>
  403.  
  404. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement