Advertisement
themesbygeorgia

Theme #18

May 27th, 2014
688
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 #18 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="##d11235"/>
  32. <meta name="color:Hover" content="#e0e0e0"/>
  33. <meta name="color:Header Background" content="#fff" />
  34. <meta name="color:Title" content="#444"/>
  35.  
  36. <meta name="image:sidebar" content=""/>
  37.  
  38. <meta name="text:Link1" content="/" />
  39. <meta name="text:Link1 Text" content="Link 1" />
  40. <meta name="text:Link2" content="/" />
  41. <meta name="text:Link2 Text" content="Link 2" />
  42. <meta name="text:Link3" content="/" />
  43. <meta name="text:Link3 Text" content="Link 3" />
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link4 Text" content="Link 4" />
  46. <meta name="text:Link5" content="/" />
  47. <meta name="text:Link5 Text" content="Link 5" />
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. height:auto;
  53. background-color:{color:Text};
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57. height:4px;
  58. width:3px;
  59. padding-right:2px;
  60. background-color:white;
  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:12px;
  86. font-style: none;
  87. }
  88.  
  89. a:link, a:visited, a:active {
  90. color:{color:Link};
  91. text-decoration:none;
  92. text-decoration:none;
  93. -moz-transition-duration:0.7s;
  94. -webkit-transition-duration:0.7s;
  95. -o-transition-duration:0.7s;
  96. }
  97.  
  98. a:hover {
  99. color:{color:Hover};
  100. text-decoration: none;
  101. text-decoration:none;
  102. -moz-transition-duration:0.7s;
  103. -webkit-transition-duration:0.7s;
  104. -o-transition-duration:0.7s;
  105. }
  106.  
  107. blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. #entries {
  113. position:relative;
  114. float:left;
  115. width:522px;
  116. top:70px;
  117. text-align:justify;
  118. left:470px;
  119. padding:40px;
  120. }
  121.  
  122. #post {
  123. margin-bottom:25px;
  124. width:500px;
  125. padding:0px;
  126. background-color: {color:background};
  127. }
  128.  
  129. /*--HEADER--*/
  130. #header {
  131. width:500px;
  132. height:80px;
  133. margin-left:510px;
  134. background-color:{color:Header Background};
  135. position:fixed;
  136. z-index:2;
  137. opacity:.9;
  138. }
  139.  
  140. #title2 {
  141. text-align:center;
  142. width:500px;
  143. line-height:19px;
  144. font-size:20px;
  145. margin-top:25px;
  146. font-family:'old english text mt';
  147. color:{color:Title};
  148. }
  149.  
  150. /*--SIDEBAR--*/
  151.  
  152. #sidebar {
  153. width:245px;
  154. position:fixed;
  155. margin-left:150px;
  156. margin-top:230px;
  157. padding:10px;
  158. }
  159.  
  160. #sidebar:hover #sidebarimage {
  161. opacity:0;
  162. -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
  163. transform: rotateY(360deg);
  164. -moz-transition-duration:1s;
  165. -webkit-transition-duration:1s;
  166. -o-transition-duration:1s;
  167. }
  168.  
  169. #sidebarimage {
  170. width:auto;
  171. height:auto;
  172. opacity:1;
  173. -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
  174. transform: rotateY(0deg);
  175. -moz-transition-duration:1s;
  176. -webkit-transition-duration:1s;
  177. -o-transition-duration:1s;
  178. }
  179.  
  180. #sidebarimage img {
  181. width:245px;
  182. height:140px;
  183. }
  184.  
  185. #sidebar:hover .desc {
  186. opacity:1;
  187. -webkit-transform: rotateY(360deg); /* Chrome, Safari, Opera */
  188. transform: rotateY(360deg);
  189. -moz-transition-duration:1s;
  190. -webkit-transition-duration:1s;
  191. -o-transition-duration:1s;
  192. }
  193.  
  194. .desc {
  195. width:239px;
  196. height:134px;
  197. padding:3px;
  198. position:fixed;
  199. overflow-y:scroll;
  200. z-index:2;
  201. opacity:0;
  202. -webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
  203. transform: rotateY(0deg);
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209. #links {
  210. font-style:none;
  211. font-size:20px;
  212. line-height:20px;
  213. position:absolute;
  214. margin-top:-125px;
  215. margin-left:-20px;
  216. }
  217.  
  218. #links a {
  219. color:{color:Link};
  220. }
  221.  
  222. #links a:hover {
  223. color:{color:Hover};
  224. }
  225.  
  226. #pagination {
  227. width:245px;
  228. position:fixed;
  229. text-align:center;
  230. margin-top:5px;
  231. margin-bottom:2px;
  232. text-transform:none;
  233. font-style:none;
  234. text-transform: lowercase;
  235. }
  236.  
  237. #info {
  238. text-transform:lowercase;
  239. font-style:none;
  240. font-size: 9px;
  241. width:500px;
  242. color:{color:text};
  243. text-align:left;
  244. padding-top:5px;
  245. border-top:1px solid {color:link};
  246. margin-top:5px;
  247. }
  248.  
  249. #info a:link {
  250. color:{color:link};
  251. }
  252.  
  253. #info a:hover {
  254. color:{color:hover};
  255. }
  256.  
  257. #post:hover .like_and_reblog_buttons {
  258. margin-left:530px;
  259. opacity:1;
  260. -moz-transition-duration:0.7s;
  261. -webkit-transition-duration:0.7s;
  262. -o-transition-duration:0.7s;
  263. }
  264.  
  265. .like_and_reblog_buttons {
  266. list-style: none;
  267. position:absolute;
  268. width:20px;
  269. float:right;
  270. margin-left:500px;
  271. opacity:0;
  272. -moz-transition-duration:0.7s;
  273. -webkit-transition-duration:0.7s;
  274. -o-transition-duration:0.7s;
  275. }
  276.  
  277. .like_and_reblog_buttons li {
  278. float:right;
  279. margin-top:-5px;
  280. margin-left:500px;
  281. padding:0px 20px 5px 0px;
  282. height:15px;
  283. -moz-transition-duration:0.7s;
  284. -webkit-transition-duration:0.7s;
  285. -o-transition-duration:0.7s;
  286. }
  287.  
  288. #ask {
  289. float:left;
  290. margin-right:5px;
  291. }
  292.  
  293. /*CREDIT*/
  294.  
  295. #cred {
  296. position:fixed;
  297. font-family:'Calibri';
  298. text-transform:uppercase;
  299. font-size:8px;
  300. right:9px;
  301. bottom:9px;
  302. padding:4px;
  303. color:{color:Link};
  304. letter-spacing:1px;
  305. }
  306.  
  307. {CustomCSS}</style></head><body>
  308.  
  309. <div id="header">
  310. <div id="title2">{Title}</div>
  311. </div>
  312.  
  313. <div id="sidebar">
  314. <div class="desc">
  315. {Description}
  316. </div>
  317. <div id="sidebarimage">
  318. <img src="{image:sidebar}"></div>
  319.  
  320. <div id="links">
  321. <a href="{text:Link1}" title="{text:Link1 Text}">&#x25cf;</a><br>
  322. <a href="{text:Link2}" title="{text:Link2 Text}">&#x25cf;</a><br>
  323. <a href="{text:Link3}" title="{text:Link3 Text}">&#x25cf;</a><br>
  324. <a href="{text:Link4}" title="{text:Link4 Text}">&#x25cf;</a><br>
  325. <a href="{text:Link5}" title="{text:Link5 Text}">&#x25cf;</a>
  326. </div>
  327.  
  328.  
  329. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="back">-</a>{/block:PreviousPage}&nbsp;{block:NextPage}<a href="{NextPage}" title="next">+</a>{/block:NextPage}{/block:Pagination}</div>
  330.  
  331. </div>
  332.  
  333.  
  334.  
  335. </div>
  336.  
  337. <div id="entries">{block:Posts}<div id="post">
  338. <div class="like_and_reblog_buttons">
  339. <li>{ReblogButton size="15"}</li><li>{LikeButton size="15"}</li>
  340. </div>
  341.  
  342. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  343.  
  344. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  345.  
  346. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  347.  
  348. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  349.  
  350. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  351.  
  352. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  353.  
  354. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  355.  
  356. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  357.  
  358. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  359.  
  360.  
  361. <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}
  362. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  363. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  364.  
  365. </div>
  366.  
  367.  
  368.  
  369. </div>
  370.  
  371.  
  372.  
  373. {block:PostNotes}{PostNotes}{/block:PostNotes}
  374. {/block:Posts}
  375.  
  376. <div id="cred">
  377. <a href="http://wonderfullythemes.tumblr.com/">theme</a>
  378. </div>
  379.  
  380. </div>
  381.  
  382. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement