Advertisement
themesbygeorgia

Theme #9b

Apr 25th, 2014
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.32 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 #9 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. <!--SCRIPT FOR TOOLTIPS-->
  13. <stsss>
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("a[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:0,
  22. tip_fade_speed:0,
  23. attribute:"title"
  24. });
  25. });
  26. })(jQuery);
  27. </script>
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Sidebar Background" content="#fff" />
  31. <meta name="color:Border" content="#e4e4e4" />
  32. <meta name="color:Text" content="#838282"/>
  33. <meta name="color:Link" content="#e2bfde"/>
  34. <meta name="color:Hover" content="#e0e0e0"/>
  35. <meta name="color:Scrollbar" content="#000" />
  36. <meta name="color:Scrollbar Background" content="#fff" />
  37. <meta name="color:Title" content="#000" />
  38. <meta name="color:Title Background" content="#fff" />
  39.  
  40. <meta name="text:Second Title" content="Second Title" />
  41.  
  42. <meta name="text:Link 1" content="/" />
  43. <meta name="text:Link 1 Text" content="Link 1" />
  44. <meta name="text:Link 2" content="/" />
  45. <meta name="text:Link 2 Text" content="Link 2" />
  46. <meta name="text:Link 3" content="/" />
  47. <meta name="text:Link 3 Text" content="Link 3" />
  48. <meta name="text:Link 4" content="/" />
  49. <meta name="text:Link 4 Text" content="Link 4" />
  50. <meta name="text:Link 5" content="/" />
  51. <meta name="text:Link 5 Text" content="Link 5" />
  52. <meta name="text:Link 6" content="/" />
  53. <meta name="text:Link 6 Text" content="Link 6" />
  54. <meta name="text:Link 7" content="/" />
  55. <meta name="text:Link 7 Text" content="Link 7" />
  56. <meta name="text:Link 8" content="/" />
  57. <meta name="text:Link 8 Text" content="Link 8" />
  58. <meta name="if:Show Updates" content="1" />
  59. <meta name="if:Show Link 1" content="1" />
  60. <meta name="if:Show Link 2" content="1" />
  61. <meta name="if:Show Link 3" content="1" />
  62. <meta name="if:Show Link 4" content="1" />
  63. <meta name="if:Show Link 5" content="1" />
  64. <meta name="if:Show Link 6" content="1" />
  65. <meta name="if:Show Link 7" content="1" />
  66. <meta name="if:Show Link 8" content="1" />
  67.  
  68. <style type="text/css">
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. height:auto;
  72. background-color:{color:Scrollbar};
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height:4px;
  77. width:4px;
  78. padding-right:2px;
  79. background-color:{color:Scrollbar Background};
  80. }
  81.  
  82. #s-m-t-tooltip {
  83. max-width:200px;
  84. font-family:'pt sans';
  85. font-size:8px;
  86. background-color:#000;
  87. color:#fff;
  88. line-height:9px;
  89. display:none;
  90. position:absolute;
  91. letter-spacing:1px;
  92. text-transform:uppercase;
  93. padding:3px;
  94. margin:15px 0px 0px 15px;
  95. z-index:1000;
  96. }
  97.  
  98. blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. }
  102.  
  103. body {
  104. background:{color:Background};
  105. margin:0px;
  106. color:{color:Text};
  107. font-family:arial;
  108. font-size:10px;
  109. line-height:100%;
  110. font-style: none;
  111. }
  112.  
  113. a:link, a:visited, a:active {
  114. color: {color:Link};
  115. text-decoration:none;
  116. -moz-transition-duration:0.7s;
  117. -webkit-transition-duration:0.7s;
  118. -o-transition-duration:0.7s;
  119. }
  120.  
  121. a:hover {
  122. color: {color:Hover};
  123. text-decoration: none;
  124. -moz-transition-duration:0.7s;
  125. -webkit-transition-duration:0.7s;
  126. -o-transition-duration:0.7s;
  127. }
  128.  
  129. /*--POSTS--*/
  130.  
  131. #entries {
  132. position:relative;
  133. float:left;
  134. width:522px;
  135. top:20px;
  136. text-align:justify;
  137. left:210px;
  138. padding:40px;
  139. }
  140.  
  141. #post {
  142. margin-bottom:35px;
  143. width:500px;
  144. padding:0px;
  145. background-color: {color:background};
  146. }
  147.  
  148.  
  149. /*--SIDEBAR--*/
  150.  
  151. #sidebar {
  152. width:400px;
  153. position:fixed;
  154. height:100%;
  155. border-left:5px #000 double;
  156. margin-left:907px;
  157. padding:10px;
  158. }
  159.  
  160. #sidebar:hover .links {
  161. margin-top:-130px;
  162. margin-left:-70px;
  163. opacity:1;
  164. -moz-transition-duration:0.7s;
  165. -webkit-transition-duration:0.7s;
  166. -o-transition-duration:0.7s;
  167. }
  168.  
  169. #sidebar:hover .desc {
  170. margin-left:170px;
  171. margin-top:-125px;
  172. opacity:1;
  173. -moz-transition-duration:0.7s;
  174. -webkit-transition-duration:0.7s;
  175. -o-transition-duration:0.7s;
  176. }
  177.  
  178. #sidebar:hover .pagination {
  179. margin-left:170px;
  180. margin-top:87px;
  181. opacity:1;
  182. -moz-transition-duration:0.7s;
  183. -webkit-transition-duration:0.7s;
  184. -o-transition-duration:0.7s;
  185. }
  186.  
  187. #sidebarimage {
  188. margin-top:-10px;
  189. margin-left:-10px;
  190. width:auto;
  191. height:100%;
  192. opacity:.9;
  193. }
  194.  
  195. #sidebarimage img {
  196. width:450px;
  197. height:100%;
  198. }
  199.  
  200. #title2 {
  201. color:{color:Title};
  202. letter-spacing:3px;
  203. text-align:center;
  204. height:auto;
  205. font-family:'miriam fixed';
  206. font-size:31px;
  207. float:center;
  208. margin-top:-350px;
  209. margin-left:-240px;
  210. padding:2px;
  211. width:450px;
  212. z-index:100;
  213. -webkit-transform: rotate(270deg);
  214. -moz-transform: rotate(270deg);
  215. -ms-transform: rotate(270deg);
  216. -o-transform: rotate(270deg);
  217. transform: rotate(270deg);
  218. }
  219.  
  220. .links {
  221. width:345px;
  222. font-family:'calibri';
  223. padding:7px;
  224. text-align:center;
  225. text-transform:uppercase;
  226. position:fixed;
  227. margin-top:-330px;
  228. margin-left:-70px;
  229. opacity:0;
  230. -moz-transition-duration:0.7s;
  231. -webkit-transition-duration:0.7s;
  232. -o-transition-duration:0.7s;
  233. }
  234.  
  235. .links a {
  236. width:25px;
  237. padding:5px;
  238. text-align:center;
  239. font-size:11px;
  240. margin-bottom:7px;
  241. border-bottom:1px solid #000;
  242. letter-spacing:0px;
  243. background-color:#e4e4e4;
  244. line-height:20px;
  245. letter-spacing:1px;
  246. text-decoration:italic;
  247. color:{color:Link};
  248. -moz-transition-duration:0.7s;
  249. -webkit-transition-duration:0.7s;
  250. -o-transition-duration:0.7s;
  251. }
  252.  
  253. .links a:hover {
  254. color:{color:Link};
  255. background-color:#000;
  256. text-align:right;
  257. -moz-transition-duration:0.7s;
  258. -webkit-transition-duration:0.7s;
  259. -o-transition-duration:0.7s;
  260. }
  261.  
  262. .desc {
  263. width:110px;
  264. height:180px;
  265. text-align:justify;
  266. margin-left:270px;
  267. padding:5px;
  268. margin-top:-125px;
  269. background-color:#fff;
  270. border:2px solid {color:Border};
  271. position:fixed;
  272. overflow-y:scroll;
  273. opacity:0;
  274. -moz-transition-duration:0.7s;
  275. -webkit-transition-duration:0.7s;
  276. -o-transition-duration:0.7s;
  277. }
  278.  
  279. .pagination {
  280. text-align:center;
  281. font-size:11px;
  282. font-family:'miriam fixed';
  283. margin-left:170px;
  284. margin-top:200px;
  285. margin-bottom:2px;
  286. padding:5px;
  287. width:113px;
  288. text-transform:none;
  289. font-style:none;
  290. text-transform: lowercase;
  291. position:fixed;
  292. background:#e4e4e4;
  293. opacity:0;
  294. border-bottom:1px solid #000;
  295. -moz-transition-duration:0.7s;
  296. -webkit-transition-duration:0.7s;
  297. -o-transition-duration:0.7s;
  298. }
  299.  
  300. /*--INFO AND TAGS--*/
  301.  
  302. #post:hover .info {
  303. opacity:1;
  304. margin-left:-100px;
  305. -moz-transition-duration:0.7s;
  306. -webkit-transition-duration:0.7s;
  307. -o-transition-duration:0.7s;
  308. }
  309.  
  310. .info {
  311. float:left;
  312. width:80px;
  313. opacity:0;
  314. text-align:right;
  315. border-right:2px solid #000;
  316. font-family:'calibri';
  317. font-size:11px;
  318. margin-top:5px;
  319. color:{color:Text};
  320. margin-left:-100px;
  321. padding:5px;
  322. line-height:100%;
  323. -moz-transition-duration:0.7s;
  324. -webkit-transition-duration:0.7s;
  325. -o-transition-duration:0.7s;
  326. }
  327.  
  328. .info a:link {
  329. color:{color:Link};
  330. -moz-transition-duration:0.7s;
  331. -webkit-transition-duration:0.7s;
  332. -o-transition-duration:0.7s;
  333. }
  334.  
  335. .info a:hover {
  336. color:{color:Hover};
  337. -moz-transition-duration:0.7s;
  338. -webkit-transition-duration:0.7s;
  339. -o-transition-duration:0.7s;
  340. }
  341.  
  342. #tags {
  343. text-transform:lowercase;
  344. font-style:none;
  345. font-size: 9px;
  346. width:500px;
  347. margin-top:5px;
  348. color:{color:Text};
  349. border-top:1px solid {color:Link};
  350. text-align:right;
  351. padding-top:3px;
  352. }
  353.  
  354. #tags a:link {
  355. color:{color:Link};
  356. -moz-transition-duration:0.7s;
  357. -webkit-transition-duration:0.7s;
  358. -o-transition-duration:0.7s;
  359. }
  360.  
  361. #tags a:hover {
  362. color:{color:Hover};
  363. -moz-transition-duration:0.7s;
  364. -webkit-transition-duration:0.7s;
  365. -o-transition-duration:0.7s;
  366. }
  367.  
  368. /*--ASK--*/
  369.  
  370. #ask {
  371. float:left;
  372. margin-right:5px;
  373. }
  374.  
  375. #quote {
  376. font-size:13px;
  377. line-height:15px;
  378. }
  379.  
  380. /*--CREDIT--*/
  381.  
  382. #cred {
  383. position:fixed;
  384. font-family:'calibri';
  385. font-size:8px;
  386. left:9px;
  387. bottom:9px;
  388. padding:4px;
  389. letter-spacing:1px;
  390. }
  391.  
  392. /*--UPDATES TAB--*/
  393.  
  394. .announcement {
  395. position:fixed;
  396. margin-left:20px;
  397. margin-top:20px;
  398. width:80px;
  399. height:60px;
  400. text-align:center;
  401. padding:5px;
  402. overflow:auto;
  403. font-size:8px;
  404. font-family:'calibri';
  405. }
  406.  
  407. {CustomCSS}</style></head><body>
  408.  
  409. {block:IfShowUpdates}<div class="announcement">
  410. <div style="border:1px solid {color:border};padding:2px;">
  411. {HIT COUNTER} <br></div>
  412.  
  413. Write down your updates here! If you don't want this feature, then deselect "If Updates Tab" when you install the theme.
  414.  
  415. <!--Note: <br> gives a line break and <p> gives a paragraph break. If you want to add a link then put <a href="LINK URL HERE">LINK TITLE HERE</a>. Change what I've capitalized to what you want. If you want a title bar then put <div style="background-color:#000; padding:1px; color:#fff;">TTILE</div>. You can change the colours to whichever colour you want. <b>text here</b> bolds text, <i>text here</i> italicizes text and <u>text here</u> will underline it.-->
  416.  
  417. </div>{/block:IfShowUpdates}
  418.  
  419. <div id="sidebar">
  420.  
  421. <div id="sidebarimage">
  422. <img src="{image:sidebar}">
  423. </div>
  424.  
  425. <div id="title2">
  426. <span style="background-color:#fff;padding:20px;border:5px solid {color:Border}">{text:Second Title}</span>
  427. </div>
  428.  
  429. <div class="links">
  430.  
  431. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a><p>{/block:IfShowLink1}
  432. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a><p>{/block:IfShowLink2}
  433. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a><p>{/block:IfShowLink3}
  434. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a><p>{/block:IfShowLink4}
  435. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a><p>{/block:IfShowLink5}
  436. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a><p>{/block:IfShowLink6}
  437. {block:IfShowLink7}<a href="{text:Link 7}">{text:Link 7 Text}</a><p>{/block:IfShowLink7}
  438. {block:IfShowLink8}<a href="{text:Link 8}">{text:Link 8 Text}</a>{/block:IfShowLink8}
  439. </div>
  440.  
  441. <div class="desc">
  442. {Description}
  443. </div>
  444.  
  445. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div>
  446. </div>
  447.  
  448. <div id="entries">{block:Posts}<div id="post">
  449.  
  450. <div class="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}<br> ♥ <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}<br> <a href="{ReblogParentURL}">Via</a> {/block:RebloggedFrom}
  451. {block:ContentSource} <br> <a href="{SourceURL}">Source</a>{/block:ContentSource}</div>
  452.  
  453. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  454.  
  455. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  456.  
  457. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  458.  
  459. {block:Quote}<div id="quote"><i>"{Quote}"</i>{block:Source} —{Source}{/block:Source}</div>{/block:Quote}
  460.  
  461. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  462.  
  463. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  464.  
  465. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border:3px double {color:Border};padding:1px"></div><i>{Asker} asked:<br>{Question}</i>
  470. <br><br>
  471. {Answer}{/block:Answer}
  472.  
  473.  
  474. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a>{/block:Tags}</div>{/block:HasTags}
  475.  
  476. <div id="cred">
  477. <a href="http://wonderfullythemes.tumblr.com/">THEME</a>
  478. </div>
  479.  
  480. </div>
  481.  
  482.  
  483.  
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}
  485. {/block:Posts}
  486.  
  487. </div>
  488.  
  489. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement