Advertisement
themesbygeorgia

Theme #9

Apr 25th, 2014
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 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. <!--SCRIPT FOR SLIDING DROPDOWN MENU-->
  30. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  31. <script type="text/javascript">
  32. $(document).ready(function(){
  33. $(".links_body").hide();
  34. $(".links_head").click(function(){
  35. $(this).next(".links_body").slideToggle('fast');
  36. }); }); </script>
  37. <style type="text/css">
  38. .links_list { margin:0px; padding:0px; width:140px;}
  39. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  40. .links_body { padding:5px; line-height:15px;text-align:center; display:none;}
  41. </style>
  42.  
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="color:Border" content="#e4e4e4" />
  45. <meta name="color:Text" content="#838282"/>
  46. <meta name="color:Link" content="#e2bfde"/>
  47. <meta name="color:Hover" content="#e0e0e0"/>
  48. <meta name="color:Scrollbar" content="#000" />
  49. <meta name="color:Scrollbar Background" content="#fff" />
  50. <meta name="color:Title" content="#000" />
  51. <meta name="color:Title Background" content="#fff" />
  52.  
  53. <meta name="image:sidebar" content=""/>
  54.  
  55. <meta name="text:Second Title" content="Second Title" />
  56. <meta name="text:Quote" content="Quote Goes Here" />
  57.  
  58. <meta name="text:Link 1" content="/" />
  59. <meta name="text:Link 1 Text" content="Link 1" />
  60. <meta name="text:Link 2" content="/" />
  61. <meta name="text:Link 2 Text" content="Link 2" />
  62. <meta name="text:Link 3" content="/" />
  63. <meta name="text:Link 3 Text" content="Link 3" />
  64. <meta name="text:Link 4" content="/" />
  65. <meta name="text:Link 4 Text" content="Link 4" />
  66. <meta name="text:Link 5" content="/" />
  67. <meta name="text:Link 5 Text" content="Link 5" />
  68. <meta name="text:Link 6" content="/" />
  69. <meta name="text:Link 6 Text" content="Link 6" />
  70. <meta name="text:Link 7" content="/" />
  71. <meta name="text:Link 7 Text" content="Link 7" />
  72. <meta name="text:Link 8" content="/" />
  73. <meta name="text:Link 8 Text" content="Link 8" />
  74. <meta name="if:Show Link 1" content="1" />
  75. <meta name="if:Show Link 2" content="1" />
  76. <meta name="if:Show Link 3" content="1" />
  77. <meta name="if:Show Link 4" content="1" />
  78. <meta name="if:Show Link 5" content="1" />
  79. <meta name="if:Show Link 6" content="1" />
  80. <meta name="if:Show Link 7" content="1" />
  81. <meta name="if:Show Link 8" content="1" />
  82.  
  83. <style type="text/css">
  84.  
  85. ::-webkit-scrollbar-thumb {
  86. height:auto;
  87. background-color:{color:Scrollbar};
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. height:4px;
  92. width:4px;
  93. padding-right:2px;
  94. background-color:{color:Scrollbar Background};
  95. }
  96.  
  97. #s-m-t-tooltip {
  98. max-width:200px;
  99. font-family:'pt sans';
  100. font-size:8px;
  101. background-color:#000;
  102. color:#fff;
  103. line-height:9px;
  104. display:none;
  105. position:absolute;
  106. letter-spacing:1px;
  107. text-transform:uppercase;
  108. padding:3px;
  109. margin:15px 0px 0px 15px;
  110. z-index:1000;
  111. }
  112.  
  113. blockquote {
  114. padding-left:5px;
  115. border-left:2px solid;
  116. }
  117.  
  118. body {
  119. background:{color:Background};
  120. margin:0px;
  121. color:{color:Text};
  122. font-family:arial;
  123. font-size:10px;
  124. line-height:100%;
  125. font-style: none;
  126. }
  127.  
  128. a:link, a:visited, a:active {
  129. color: {color:Link};
  130. text-decoration:none;
  131. -moz-transition-duration:0.7s;
  132. -webkit-transition-duration:0.7s;
  133. -o-transition-duration:0.7s;
  134. }
  135.  
  136. a:hover {
  137. color: {color:Hover};
  138. text-decoration: none;
  139. -moz-transition-duration:0.7s;
  140. -webkit-transition-duration:0.7s;
  141. -o-transition-duration:0.7s;
  142. }
  143.  
  144. /*--POSTS--*/
  145.  
  146. #entries {
  147. position:relative;
  148. float:left;
  149. width:522px;
  150. top:5px;
  151. text-align:justify;
  152. left:260px;
  153. padding:40px;
  154. }
  155.  
  156. #post {
  157. margin-bottom:35px;
  158. width:500px;
  159. padding:0px;
  160. background-color: {color:background};
  161. }
  162.  
  163. /*--LEFT SIDEBAR--*/
  164.  
  165. #leftsidebar {
  166. margin-top:120px;
  167. margin-left:40px;
  168. position:fixed;
  169. width:160px;
  170. height:400px;
  171. border:0px solid #000;
  172. }
  173.  
  174. #links {
  175. margin-top:10px;
  176. margin-left:5px;
  177. position:fixed;
  178. text-align:center;
  179. }
  180.  
  181. #pagination {
  182. text-align:center;
  183. font-size:11px;
  184. font-family:'miriam fixed';
  185. margin-left:0px;
  186. margin-top:380px;
  187. margin-bottom:2px;
  188. height:auto;
  189. width:150px;
  190. text-transform:none;
  191. font-style:none;
  192. text-transform: lowercase;
  193. }
  194.  
  195. .desc {
  196. width:110px;
  197. height:100px;
  198. text-align:justify;
  199. margin-left:13px;
  200. padding:5px;
  201. margin-top:240px;
  202. background-color:#fff;
  203. border:3px double {color:Border};
  204. position:fixed;
  205. overflow-y:scroll;
  206. }
  207.  
  208. /*--RIGHT SIDEBAR--*/
  209.  
  210. #sidebar {
  211. width:400px;
  212. position:fixed;
  213. height:100%;
  214. border-left:5px #000 double;
  215. margin-left:907px;
  216. padding:10px;
  217. }
  218.  
  219. #sidebarimage {
  220. margin-top:-10px;
  221. margin-left:-10px;
  222. width:auto;
  223. height:100%;
  224. opacity:.9;
  225. }
  226.  
  227. #sidebarimage img {
  228. width:450px;
  229. height:100%;
  230. }
  231.  
  232. #title2 {
  233. color:{color:Title};
  234. letter-spacing:3px;
  235. text-align:center;
  236. height:auto;
  237. font-family:'miriam fixed';
  238. font-size:31px;
  239. float:center;
  240. margin-top:-350px;
  241. margin-left:-240px;
  242. padding:2px;
  243. width:450px;
  244. z-index:100;
  245. -webkit-transform: rotate(270deg);
  246. -moz-transform: rotate(270deg);
  247. -ms-transform: rotate(270deg);
  248. -o-transform: rotate(270deg);
  249. transform: rotate(270deg);
  250. }
  251.  
  252. /*--INFO AND TAGS--*/
  253.  
  254. #post:hover .info {
  255. opacity:1;
  256. margin-left:-100px;
  257. -moz-transition-duration:0.7s;
  258. -webkit-transition-duration:0.7s;
  259. -o-transition-duration:0.7s;
  260. }
  261.  
  262. .info {
  263. float:left;
  264. width:80px;
  265. opacity:0;
  266. text-align:right;
  267. border-right:2px solid #000;
  268. font-family:'calibri';
  269. font-size:11px;
  270. margin-top:5px;
  271. color:{color:Text};
  272. margin-left:-100px;
  273. padding:5px;
  274. line-height:100%;
  275. -moz-transition-duration:0.7s;
  276. -webkit-transition-duration:0.7s;
  277. -o-transition-duration:0.7s;
  278. }
  279.  
  280. .info a:link {
  281. color:{color:Link};
  282. -moz-transition-duration:0.7s;
  283. -webkit-transition-duration:0.7s;
  284. -o-transition-duration:0.7s;
  285. }
  286.  
  287. .info a:hover {
  288. color:{color:Hover};
  289. -moz-transition-duration:0.7s;
  290. -webkit-transition-duration:0.7s;
  291. -o-transition-duration:0.7s;
  292. }
  293.  
  294. #tags {
  295. text-transform:lowercase;
  296. font-style:none;
  297. font-size: 9px;
  298. width:500px;
  299. margin-top:5px;
  300. color:{color:Text};
  301. border-top:1px solid {color:Link};
  302. text-align:right;
  303. padding-top:3px;
  304. }
  305.  
  306. #tags a:link {
  307. color:{color:Link};
  308. -moz-transition-duration:0.7s;
  309. -webkit-transition-duration:0.7s;
  310. -o-transition-duration:0.7s;
  311. }
  312.  
  313. #tags a:hover {
  314. color:{color:Hover};
  315. -moz-transition-duration:0.7s;
  316. -webkit-transition-duration:0.7s;
  317. -o-transition-duration:0.7s;
  318. }
  319.  
  320. /*--POST TYPES --*/
  321.  
  322. #ask {
  323. float:left;
  324. margin-right:5px;
  325. }
  326.  
  327. #quote {
  328. font-size:13px;
  329. line-height:15px;
  330. }
  331.  
  332. /*--CREDIT--*/
  333.  
  334. #cred {
  335. position:fixed;
  336. font-family:'calibri';
  337. font-size:8px;
  338. left:9px;
  339. bottom:9px;
  340. padding:4px;
  341. letter-spacing:1px;
  342. }
  343.  
  344. {CustomCSS}</style></head><body>
  345.  
  346. <div id="leftsidebar">
  347.  
  348. <div id="links">
  349. <div class="links_list">
  350. <p class="links_head">{text:Quote}</p>
  351. <div class="links_body">
  352.  
  353. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a><br>{/block:IfShowLink1}
  354. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a><br>{/block:IfShowLink2}
  355. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a><br>{/block:IfShowLink3}
  356. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a><br>{/block:IfShowLink4}
  357. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a><br>{/block:IfShowLink5}
  358. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a><br>{/block:IfShowLink6}
  359. {block:IfShowLink7}<a href="{text:Link 7}">{text:Link 7 Text}</a><br>{/block:IfShowLink7}
  360. {block:IfShowLink8}<a href="{text:Link 8}">{text:Link 8 Text}</a>{/block:IfShowLink8}
  361.  
  362. </div></div>
  363. </div>
  364.  
  365. <div class="desc">
  366. {Description}
  367. </div>
  368.  
  369. <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>
  370.  
  371. </div>
  372.  
  373.  
  374. <div id="sidebar">
  375. <div id="sidebarimage">
  376. <img src="{image:sidebar}">
  377. </div>
  378.  
  379. <div id="title2">
  380. <span style="background-color:#fff;padding:20px;border:5px double {color:Border}">{text:Second Title}</span>
  381. </div>
  382. </div>
  383.  
  384. <div id="entries">{block:Posts}<div id="post">
  385.  
  386. <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}
  387. {block:ContentSource} <br> <a href="{SourceURL}">Source</a>{/block:ContentSource}</div>
  388.  
  389. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  390.  
  391. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  392.  
  393. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  394.  
  395. {block:Quote}<div id="quote"><i>"{Quote}"</i>{block:Source} —{Source}{/block:Source}</div>{/block:Quote}
  396.  
  397. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  398.  
  399. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  400.  
  401. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  402.  
  403. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  404.  
  405. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border:3px double {color:Border};padding:1px"></div><i>{Asker} asked:<br>{Question}</i>
  406. <br><br>
  407. {Answer}{/block:Answer}
  408.  
  409.  
  410. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a>{/block:Tags}</div>{/block:HasTags}
  411.  
  412. <div id="cred">
  413. <a href="http://wonderfullythemes.tumblr.com/">THEME</a>
  414. </div>
  415.  
  416. </div>
  417.  
  418.  
  419.  
  420. {block:PostNotes}{PostNotes}{/block:PostNotes}
  421. {/block:Posts}
  422.  
  423. </div>
  424.  
  425. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement