Advertisement
themesbygeorgia

Theme #6b

Apr 13th, 2014
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 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 #6b by wonderfullythemes (prev. claraforthebosswin and myimpossiblecompanion)
  6. regular rules apply --->
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <stsss<!-- start of script tooltip -->
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  17. <script>
  18. (function($){
  19. $(document).ready(function(){
  20. $("a[title]").style_my_tooltips({
  21. tip_follows_cursor:true,
  22. tip_delay_time:0,
  23. tip_fade_speed:0,
  24. attribute:"title"
  25. });
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30. <meta name="color:Background" content="#ffffff" />
  31. <meta name="color:Header Background" content="#000" />
  32. <meta name="color:Text" content="#838282" />
  33. <meta name="color:Header Text" content="fff" />
  34. <meta name="color:Link" content="#e2bfde" />
  35. <meta name="color:Hover" content="#e0e0e0" />
  36. <meta name="color:Scrollbar" content="#e2bfde" />
  37. <meta name="color:Scrollbar Background" content="#fff" />
  38. <meta name="color:Title" content="#fff" />
  39. <meta name="color:Answer Background" content="#000" />
  40.  
  41. <meta name="image:sidebar" content="" />
  42.  
  43. <meta name="text:Link1" content="/" />
  44. <meta name="text:Link1 Text" content="Link 1" />
  45. <meta name="text:Link2" content="/" />
  46. <meta name="text:Link2 Text" content="Link 2" />
  47. <meta name="text:Link3" content="/" />
  48. <meta name="text:Link3 Text" content="Link 3" />
  49. <meta name="text:Link4" content="/" />
  50. <meta name="text:Link4 Text" content="Link 4" />
  51. <meta name="text:Link5" content="/" />
  52. <meta name="text:Link5 Text" content="Link 5" />
  53. <meta name="text:Link6" content="/" />
  54. <meta name="text:Link6 Text" content="Link 6" />
  55. <meta name="text:Link7" content="/" />
  56. <meta name="text:Link7 Text" content="Link 7" />
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar-thumb {
  61. height:auto;
  62. background-color:{color:Scrollbar};
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height:4px;
  67. width:4px;
  68. padding-right:2px;
  69. background-color:{color:Scrollbar Background};
  70. }
  71.  
  72. #s-m-t-tooltip {
  73. max-width:200px;
  74. font-family:'pt sans';
  75. font-size:8px;
  76. background-color:#000;
  77. color:#fff;
  78. line-height:9px;
  79. display:none;
  80. position:absolute;
  81. letter-spacing:1px;
  82. text-transform:uppercase;
  83. padding:3px;
  84. margin:15px 0px 0px 15px;
  85. z-index:1000;
  86. }
  87.  
  88. body {
  89. background:{color:Background};
  90. margin:0px;
  91. color:{color:Text};
  92. font-family:arial;
  93. font-size:10px;
  94. line-height:100%;
  95. font-style: none;
  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. /*--POSTS--*/
  117.  
  118. #entries {
  119. position:relative;
  120. float:left;
  121. width:422px;
  122. margin-top:100px;
  123. text-align:justify;
  124. margin-left:530px;
  125. padding:40px;
  126. }
  127.  
  128. #post {
  129. margin-bottom:25px;
  130. width:400px;
  131. padding:0px;
  132. background-color: {color:Background};
  133. }
  134.  
  135. /*--HEADER--*/
  136.  
  137. #header {
  138. width:100%;
  139. height:100px;
  140. background-color:{color:Header Background};
  141. color:{color:Header Text};
  142. margin-top:-10px;
  143. position:fixed;
  144. z-index:2;
  145. }
  146.  
  147. #title2 {
  148. color:{color:Title};
  149. font-style:italic;
  150. letter-spacing:1px;
  151. text-align:right;
  152. font-size:23px;
  153. margin-top:25px;
  154. margin-left:570px;
  155. padding:2px;
  156. width:400px;
  157. z-index:100;
  158. }
  159.  
  160. #pagination {
  161. text-align:center;
  162. width:auto;
  163. font-size:15px;
  164. margin-top:20px;
  165. margin-bottom:2px;
  166. margin-left:540px;
  167. text-transform:none;
  168. font-style:none;
  169. text-transform: lowercase;
  170. }
  171.  
  172. /*--SIDEBAR--*/
  173.  
  174. #sidebar {
  175. width:245px;
  176. position:fixed;
  177. margin-left:210px;
  178. margin-top:160px;
  179. padding:10px;
  180. }
  181.  
  182. #sidebarimage {
  183. width 245px;
  184. height:auto;
  185. }
  186.  
  187. #sidebarimage img {
  188. width:245px;
  189. height:320px;
  190. }
  191.  
  192. #links {
  193. width:245px;
  194. margin-left:-50px;
  195. margin-top:-290px;
  196. }
  197.  
  198. .desc {
  199. width:233px;
  200. margin-top:25px;
  201. height:70px;
  202. color:{color:Text};
  203. border:2px solid {color:Link};
  204. padding:5px;
  205. overflow-y:scroll;
  206. }
  207.  
  208. /*--INFO--*/
  209.  
  210. #info {
  211. text-transform:lowercase;
  212. font-style:none;
  213. font-size: 9px;
  214. width:400px;
  215. color:{color:Text};
  216. text-align:center;
  217. padding-top:5px;
  218. }
  219.  
  220. #info a:link {
  221. color:{color:Link};
  222. -moz-transition-duration:0.7s;
  223. -webkit-transition-duration:0.7s;
  224. -o-transition-duration:0.7s;
  225. }
  226.  
  227. #info a:hover {
  228. color:{color:Hover};
  229. -moz-transition-duration:0.7s;
  230. -webkit-transition-duration:0.7s;
  231. -o-transition-duration:0.7s;
  232. }
  233.  
  234. /*--QUESTION--*/
  235.  
  236. #asker {
  237. color:#fcfcfc;
  238. padding:12px;
  239. font-family:'pt sans';
  240. font-size:11px;
  241. letter-spacing:0px;
  242. width:380px;
  243. text-align:left;
  244. margin-top:0px;
  245. text-transform:none;
  246. line-height:100%;
  247. background-color:{color:Answer Background}
  248. }
  249.  
  250. /*--CREDIT--*/
  251.  
  252. #cred {
  253. position:fixed;
  254. font-family:'Calibri';
  255. text-transform:none;
  256. font-size:8px;
  257. right:9px;
  258. bottom:9px;
  259. padding:4px;
  260. letter-spacing:1px;
  261. }
  262.  
  263. /*----------------------------------------
  264. Update Tab #1 (CSS) by Incedo
  265. http://incedothemes.tumblr.com
  266. Please do not remove the credit.
  267. Instructions @ http://incedothenes.tumblr.com/tab
  268. Updated 9/21/13
  269. ------------------------------------------*/
  270.  
  271. #updatetab {
  272. font-family: helvetica; /*this is the font*/
  273. color:{color:Text};/*this is the font color*/
  274. }
  275.  
  276. #tabtitle, #dropdown, #dropdown p {
  277. background-color:{color:Background}; /*this is the background color*/
  278. border-color:#e2bfde; /*this is the border color*/
  279. }
  280.  
  281. #updatetab {
  282. width:100px;
  283. position:fixed;
  284. margin-top:110px;
  285. margin-left:25px;
  286. }
  287.  
  288. #tabtitle {
  289. text-align:center;
  290. padding:1px 3px;
  291. letter-spacing:2px;
  292. font-size:9px;
  293. text-transform:uppercase;
  294. border-width:1px;
  295. border-style:solid;
  296. border-radius: 2px;
  297. -moz-border-radius: 2px;
  298. -webkit-border-radius: 2px;
  299. }
  300.  
  301. #dropdown {
  302. border-style:solid;
  303. border-width:0px 1px 1px 1px;
  304. padding:2px 5px 0px 5px;
  305. border-bottom-right-radius: 2px;
  306. -moz-border-bottom-right-radius: 2px;
  307. -webkit-border-bottom-right-radius: 2px;
  308. border-bottom-left-radius: 2px;
  309. -moz-border-bottom-left-radius: 2px;
  310. -webkit-border-bottom-left-radius: 2px;
  311. opacity:0;
  312. -webkit-transition: all 0.5s ease-in-out;
  313. -moz-transition: all 0.5s ease-in-out;
  314. -o-transition: all 0.5s ease-in-out;
  315. -ms-transition: all 0.5s ease-in-out;
  316. transition: all 0.5s ease-in-out;
  317. }
  318.  
  319. #updatetab:hover #dropdown {
  320. opacity:1;
  321. -webkit-transition: all 0.5s ease-in-out;
  322. -moz-transition: all 0.5s ease-in-out;
  323. -o-transition: all 0.5s ease-in-out;
  324. -ms-transition: all 0.5s ease-in-out;
  325. transition: all 0.5s ease-in-out;
  326. }
  327.  
  328. #dropdown p {
  329. padding-top:3px;
  330. padding-bottom:3px;
  331. border-width:0px 0px 1px 0px;
  332. border-style:solid;
  333. font-size:10px;
  334. }
  335.  
  336. #dropdown p:last-of-type {
  337. border-bottom:0px solid transparent;
  338. }
  339.  
  340. p, ul, li, ol {
  341. margin: 0px 0px 0px 0px;
  342. }
  343.  
  344. #c {
  345. position:fixed;
  346. bottom:4px;
  347. right:4px;
  348. font-size:13px;
  349. font-family:helvetica;
  350. }
  351.  
  352. {CustomCSS}</style></head><body>
  353.  
  354. <!----------------------------------------
  355. Update Tab #1 (HTML) by Incedo
  356. http://incedothemes.tumblr.com
  357. Please do not remove the credit.
  358. Instructions @ http://incedothenes.tumblr.com/tab
  359. Updated 9/21/13
  360. ------------------------------------------>
  361.  
  362. <div id="updatetab">
  363.  
  364. <div id="tabtitle">
  365. <!---this is where you put title of your updates tab--->
  366. updates
  367. </div>
  368.  
  369. <div id="dropdown">
  370. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  371. <p>write your first update here, use as much space as you need</p>
  372. <p>add a second one here, you won't run out of space</p>
  373. <p>add a third?</p>
  374. <p>the limit does not exist!</p>
  375. <p><a href="http://incedo.tumblr.com">©</a></p>
  376. </div>
  377.  
  378. </div>
  379.  
  380.  
  381. <div id="sidebar">
  382. <div id="sidebarimage">
  383. <img src="{image:sidebar}"></div>
  384.  
  385. <div id="links">
  386. <a href="{text:Link1}" title="{text:Link1 Text}">&#9608;&#9608;</a><br><br><br><br>
  387. <a href="{text:Link2}" title="{text:Link2 Text}">&#9608;&#9608;</a><br><br><br><br>
  388. <a href="{text:Link3}" title="{text:Link3 Text}">&#9608;&#9608;</a><br><br><br><br>
  389. <a href="{text:Link4}" title="{text:Link4 Text}">&#9608;&#9608;</a><br><br><br><br>
  390. <a href="{text:Link5}" title="{text:Link5 Text}">&#9608;&#9608;</a><br><br><br><br>
  391. <a href="{text:Link6}" title="{text:Link6 Text}">&#9608;&#9608;</a><br><br><br><br>
  392. <a href="{text:Link7}" title="{text:Link7 Text}">&#9608;&#9608;</a><br><br><br><br>
  393. </div>
  394. <div class="desc">
  395. {Description}
  396. </div>
  397.  
  398.  
  399.  
  400. </div>
  401.  
  402.  
  403.  
  404. </div>
  405. <div id="header">
  406. <div id="title2">{Title}</div>
  407. <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>
  408. </div>
  409.  
  410.  
  411. <div id="entries">{block:Posts}<div id="post">
  412. {block:ContentSource}
  413. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  414. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  415. {/block:SourceLogo}
  416. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  417. {/block:ContentSource}
  418.  
  419. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  420.  
  421. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  422.  
  423. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  424.  
  425. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  426.  
  427. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  428.  
  429. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  430.  
  431. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  432.  
  433. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434.  
  435. {block:Answer}<div id="asker"><i><span style="text-align:lowercase; color:#fcfcfc;font-style:italic; ">{Asker}</i> asked:</span> {Question}<b></b><br></div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="pt sans">{Answer}</font></div>{/block:Answer}
  436.  
  437.  
  438. <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}
  439. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  440. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}&nbsp;</a> {/block:Tags}{/block:HasTags}
  441.  
  442. </div>
  443.  
  444.  
  445.  
  446. </div>
  447.  
  448.  
  449.  
  450. {block:PostNotes}{PostNotes}{/block:PostNotes}
  451. {/block:Posts}
  452.  
  453. <div id="cred">
  454. <a href="http://wonderfullythemes.tumblr.com/">Theme</a>
  455. </div>
  456.  
  457. </div>
  458.  
  459. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement