Advertisement
themesbygeorgia

Theme #12

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