Advertisement
themesbygeorgia

Theme #25

Jul 9th, 2014
1,489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 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 #25 by wonderfullythemes
  6.  
  7. leave the credit alone pls and thanks--->
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  14. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  15.  
  16. <!--SCRIPT FOR TOOLTIPS-->
  17. <stsss>
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:200,
  26. tip_fade_speed:400,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <meta name="color:Background" content="#fff" />
  34. <meta name="color:Link" content="#1bcc5c" />
  35. <meta name="color:Hover" content="#444" />
  36. <meta name="color:Text" content="#444" />
  37.  
  38. <meta name="image:Sidebar" content="" />
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Text" content="Link 1" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Text" content="Link 2" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Text" content="Link 3" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Text" content="Link 4" />
  48. <meta name="text:Link5" content="/" />
  49. <meta name="text:Link5 Text" content="Link 5" />
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. height:auto;
  56. background-color:#ddd;
  57. border:2px solid {color:Background};
  58. }
  59.  
  60. ::-webkit-scrollbar {
  61. height:8px;
  62. width:11px;
  63. background-color:#ddd;
  64. border:5px solid {color:Background};
  65. }
  66.  
  67. #s-m-t-tooltip {
  68. max-width:200px;
  69. font-family:'calibri';
  70. font-size:8px;
  71. background-color:#fff;
  72. color:#444;
  73. border:1px solid {color:Link};
  74. line-height:9px;
  75. display:none;
  76. position:absolute;
  77. letter-spacing:1px;
  78. text-transform:uppercase;
  79. padding:3px;
  80. margin:15px 0px 0px 15px;
  81. z-index:99999999999999;
  82. }
  83.  
  84. body {
  85. background:{color:Background};
  86. color:{color:Text};
  87. font-family:'calibri';
  88. font-size:11px;
  89. text-decoration:none;
  90. text-transform:none;
  91. margin:0px;
  92. }
  93.  
  94. a {
  95. color:{color:Link};
  96. text-decoration:none;
  97. -moz-transition-duration:0.7s;
  98. -webkit-transition-duration:0.7s;
  99. -o-transition-duration:0.7s;
  100. }
  101.  
  102. a:hover {
  103. color:{color:Hover};
  104. -moz-transition-duration:0.7s;
  105. -webkit-transition-duration:0.7s;
  106. -o-transition-duration:0.7s;
  107. }
  108.  
  109. h2 {
  110. font-family:arial black;
  111. color:{color:Text};
  112. }
  113.  
  114. h2 a {
  115. color:{color:Link};
  116. }
  117.  
  118. li {
  119. list-style:square;
  120. }
  121.  
  122. blockquote {
  123. border-left:2px solid {color:Text};
  124. padding-left:5px;
  125. }
  126.  
  127. img, blockquote, li, h2 {
  128. max-width:100%;
  129. }
  130.  
  131. #entries {
  132. width:550px;
  133. margin:auto;
  134. position:relative;
  135. top:10px;
  136. left:470px;
  137. padding:40px;
  138. float:left;
  139. }
  140.  
  141. #posts {
  142. width:400px;
  143. padding:40px;
  144. border:1px solid #ddd;
  145. margin-bottom:40px;
  146. }
  147.  
  148. #sidebar {
  149. width:200px;
  150. height:300px;
  151. position:fixed;
  152. margin-top:240px;
  153. margin-left:200px;
  154. -moz-transition-duration:0.7s;
  155. -webkit-transition-duration:0.7s;
  156. -o-transition-duration:0.7s;
  157. }
  158.  
  159. .title {
  160. line-height:20px;
  161. float:right;
  162. font-family:'arial bold';
  163. letter-spacing:-1px;
  164. text-align:right;
  165. text-transform:lowercase;
  166. font-size:20px;
  167. }
  168.  
  169. .sidebarpic img {
  170. height:200px;
  171. width:160px;
  172. border:1px solid #ddd;
  173. padding:20px;
  174. }
  175.  
  176. #sidebar:hover .description {
  177. width:142px;
  178. height:182px;
  179. opacity:1;
  180. -moz-transition-duration:0.7s;
  181. -webkit-transition-duration:0.7s;
  182. -o-transition-duration:0.7s;
  183. }
  184.  
  185. .description {
  186. font-size:10px;
  187. text-align:center;
  188. padding:10px;
  189. width:14px;
  190. height:18px;
  191. position:absolute;
  192. background-color:#fff;
  193. margin-top:-225px;
  194. margin-left:20px;
  195. opacity:0;
  196. -moz-transition-duration:0.7s;
  197. -webkit-transition-duration:0.7s;
  198. -o-transition-duration:0.7s;
  199. }
  200.  
  201. .links {
  202. font-size:10px;
  203. line-height:10px;
  204. width:auto;
  205. height:auto;
  206. position:relative;
  207. font-style:none;
  208. text-decoration:none;
  209. text-align:center;
  210. margin-top:10px;
  211. letter-spacing:1px;
  212. text-transform:uppercase;
  213. }
  214.  
  215. .links a {
  216. border-radius:50%;
  217. padding:5px;
  218. border:1px solid transparent;
  219. color:{color:Link};
  220. transform:rotate(0deg);
  221. -ms-transform:rotate(0deg);
  222. -webkit-transform:rotate(0deg);
  223. }
  224.  
  225. .links a:hover {
  226. border-radius:50%;
  227. border:1px solid #ddd;
  228. color:{color:Link};
  229. transform:rotate(360deg);
  230. -ms-transform:rotate(360deg);
  231. -webkit-transform:rotate(360deg);
  232. }
  233.  
  234. #pagination {
  235. width:205px;
  236. margin-top:5px;
  237. font-size:10px;
  238. float:center;
  239. text-align:center;
  240. text-transform:uppercase;
  241. }
  242.  
  243. /*--POST TYPES--*/
  244.  
  245. .ask {
  246. padding-bottom:15px;
  247. border-bottom:1px solid #ddd;
  248. }
  249.  
  250. /*--INFO AND TAGS--*/
  251.  
  252. #posts:hover #footer {
  253. margin-top:10px;
  254. opacity:1;
  255. -moz-transition-duration:0.7s;
  256. -webkit-transition-duration:0.7s;
  257. -o-transition-duration:0.7s;
  258. }
  259.  
  260. #footer {
  261. line-height:13px;
  262. text-transform:uppercase;
  263. width:400px;
  264. margin-left:0px;
  265. margin-top:-20px;
  266. text-align:center;
  267. font-size:8px;
  268. padding-left:5px;
  269. position:relative;
  270. letter-spacing:2px;
  271. opacity:0;
  272. -moz-transition-duration:0.7s;
  273. -webkit-transition-duration:0.7s;
  274. -o-transition-duration:0.7s;
  275. }
  276.  
  277. #footer a {
  278. color:{color:Link};
  279. }
  280.  
  281. #footer a:hover {
  282. color:{color:Hover};
  283. }
  284.  
  285. /*--CREDIT--*/
  286. #spectrum {
  287. bottom:9px;
  288. right:7px;
  289. font-size:8px;
  290. font-family:'calibri';
  291. letter-spacing:1px;
  292. text-transform:uppercase;
  293. position:fixed;
  294. }
  295.  
  296. {CustomCSS}</style></head><body>
  297.  
  298. <div id="sidebar">
  299. <div class="title"><a href="/" title="home">{Title};</a></div>
  300.  
  301. <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
  302. <div class="description">{Description}</div>
  303.  
  304. <div class="links">
  305. <a href="{text:Link1}" title="{text:Link1 Text}"><i class="fa fa-sun-o"></i></a> &nbsp;&nbsp;
  306. <a href="{text:Link2}" title="{text:Link2 Text}"><i class="fa fa-cloud"></i> </a> &nbsp;&nbsp;
  307. <a href="{text:Link3}" title="{text:Link3 Text}"><i class="fa fa-moon-o"></i></a> &nbsp;&nbsp;
  308. <a href="{text:Link4}" title="{text:Link4 Text}"><i class="fa fa-umbrella"></i></a> &nbsp;&nbsp;
  309. <a href="{text:Link5}" title="{text:Link5 Text}"><i class="fa fa-star-o"></i></a><p><br>
  310. {block:Pagination}
  311. {block:PreviousPage}<a href="{PreviousPage}" title="back"><i class="fa fa-caret-left"></i></a> &nbsp;&nbsp;{/block:PreviousPage}
  312. {block:NextPage}<a href="{NextPage}" title="next"><i class="fa fa-caret-right"></i></a>{/block:NextPage}
  313. {/block:Pagination}
  314. </div>
  315.  
  316.  
  317.  
  318.  
  319. </div>
  320.  
  321. <div id="entries">{block:Posts}<div id="posts">
  322.  
  323. {block:Text}
  324. {block:Title}<h2>{Title}</h2>{/block:Title}
  325. {Body}
  326. {/block:Text}
  327.  
  328. {block:Answer}
  329. <div class="ask"><span style="text-transform:uppercase;font-style:italic;letter-spacing:1px;font-size:9px;">{Asker} asked:</span> {Question}</div>
  330. {Answer}
  331. {/block:Answer}
  332.  
  333. {block:Quote}
  334. {Quote}
  335. {block:Source}{Source}{/block:Source}
  336. {/block:Quote}
  337.  
  338. {block:Link}
  339. <h2><a href="{URL}">{Name}</a></h2>
  340. {block:Description}{Description}{/block:Description}
  341. {/block:Link}
  342.  
  343. {block:Chat}
  344. {block:Title}{Title}{/block:Title}
  345. <ul>{block:Lines}
  346. <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>
  347. {/block:Lines}</ul>
  348. {/block:Chat}
  349.  
  350. {block:Photo}
  351. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
  352. {block:Caption}{Caption}{/block:Caption}
  353. {/block:Photo}
  354.  
  355. {block:Photoset}
  356. {Photoset-400}
  357. {block:Caption}{Caption}{/block:Caption}
  358. {/block:Photoset}
  359.  
  360. {block:Audio}
  361. {AudioPlayerWhite}
  362. {block:TrackName}{TrackName}{/block:Trackname}
  363. {AudioPlayerBack}
  364. {block:Caption}{Caption}{/block:Caption}
  365. {/block:Audio}
  366.  
  367. {block:Video}
  368. {Video-400}
  369. {block:Caption}{Caption}{/block:Caption}
  370. {/block:Video}
  371.  
  372. <div id="footer">
  373. {block:Date}<a href="{Permalink}">{TimeAgo}</a>
  374. {block:NoteCount}&nbsp;|&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  375. {block:RebloggedFrom}&nbsp;|&nbsp;<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
  376. {block:RebloggedFrom}&nbsp;|&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}<br>
  377. {block:Tags}{block:HasTags}#<a href="{URL}">{Tag}</a>&nbsp;{/block:HasTags}{/block:Tags}
  378. {/block:Date}</div>
  379.  
  380. </div>{/block:Posts}
  381.  
  382. <div id="spectrum">
  383. <a href="http://wonderfullythemes.tumblr.com">theme</a>
  384. </div>
  385.  
  386. </div>
  387.  
  388.  
  389.  
  390.  
  391. </body>
  392. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement