Advertisement
themesbygeorgia

Theme #14b

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