Advertisement
dimplehoe

Theme 03

Jun 19th, 2014
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!-- Theme by ofmoan -->
  12.  
  13. <!-- COLORS -->
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#b6b5b5"/>
  17. <meta name="color:link" content="#b87889"/>
  18. <meta name="color:linkhover" content="#f0e7e1"/>
  19. <meta name="color:scrollbar" content="ececec"/>
  20.  
  21. <!-- FONTS -->
  22.  
  23. <meta name="font:title" content="Cambria" />
  24. <meta name="font:body" content="calibri" />
  25. <meta name="font:pagination" content="calibri" />
  26.  
  27. <!-- IMAGES -->
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31.  
  32. <!-- LINKS -->
  33.  
  34. <meta name="text:link 1" content="link 1"/>
  35. <meta name="text:link 1 url" content="/" />
  36. <meta name="text:link 2" content="link 2"/>
  37. <meta name="text:link 2 url" content="/" />
  38. <meta name="text:link 3" content="link 3"/>
  39. <meta name="text:link 3 url" content="/" />
  40. <meta name="text:link 4" content="link 4"/>
  41. <meta name="text:link 4 url" content="/" />
  42. <meta name="text:link 5" content="link 5"/>
  43. <meta name="text:link 5 url" content="/" />
  44. <meta name="text:link 6" content="link 6"/>
  45. <meta name="text:link 6 url" content="/" />
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. ::selection {background: #fff; color:{color:selection};}
  52. ::-moz-selection {background: #fff; color:{color:selection};}
  53. ::-webkit-selection {background: #fff; color:{color:selection};}
  54.  
  55. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  56. height:100px;}
  57.  
  58. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  59.  
  60.  
  61. /* --- BODY ---*/
  62.  
  63. body {
  64. font-style:none;
  65. background:{color:background};
  66. margin:0px; color:{color:text};
  67. font-family:calibri;
  68. font-size:11px;
  69. line-height:100%;
  70.  
  71. }
  72.  
  73. blockquote {
  74. border-left:2px solid #ECECEC;
  75. padding-left:2px;
  76. margin:5px;
  77. }
  78.  
  79. a {
  80. color:{color:link}
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. -webkit-transition:all 0.5s ease-in-out;
  86. -moz-transition:all 0.5s ease-in-out;
  87. -o-transition:all 0.5s ease-in-out;
  88. -ms-transition:all 0.5s ease-in-out;
  89. transition:all 0.5s ease-in-out;
  90. }
  91.  
  92. a:hover {
  93. color:#000;
  94. text-decoration:underline;
  95. }
  96.  
  97. img {none;}
  98.  
  99. h1 , h2 {
  100. font-family:calibri;
  101. text-transform:none;
  102. font-size:14px;
  103. line-height:30px;
  104. letter-spacing:0px;
  105. text-align:center;
  106. font-style:none;
  107. }
  108.  
  109. #entries {
  110. padding:10px;
  111. width:500px;
  112. margin-left:400px;
  113. margin-top:180px;
  114.  
  115. }
  116.  
  117. #post {
  118. width:500px;
  119. padding-bottom:100px;
  120. font-style:none;
  121. padding:15px;
  122. margin-bottom:10px;
  123. }
  124.  
  125.  
  126.  
  127.  
  128. /* --- SIDEBAR ---*/
  129.  
  130.  
  131. #sidebar
  132. {
  133. width:300px;
  134. position:fixed;
  135. margin-left:90px;
  136. margin-top:150px;
  137. }
  138.  
  139. #sidebar {width:100px;}
  140.  
  141. #sidebarimage img
  142. {
  143. margin-left:330px;
  144. width:500px;
  145. max-height:200px;
  146. margin-top:-173px;
  147. padding:5px;
  148. padding-bottom:5px;
  149. position:absolute;
  150. }
  151.  
  152. .rectangle {
  153. width: 493px;
  154. margin-top:-170px;
  155. margin-left:334px;
  156. height: 30px;
  157. background: #fff;
  158. border:4px solid #ddd;
  159. }
  160.  
  161.  
  162. #nav {
  163. position:fixed;
  164. overflow:hidden;
  165. margin-top:150px;
  166. margin-left:315px;
  167. }
  168.  
  169. #description {
  170. margin-left: 420px;
  171. margin-top: -190px;
  172. width: 300px;
  173. line-height: 140%;
  174. background-color:#ffffff;
  175. text-transform:none;
  176. text-align:justify;
  177. font-family:calibri;
  178. font-size: 10px;
  179. font-style:none;
  180. padding:8px;
  181. border:7px solid #ddd;
  182. position:fixed;
  183. overflow:auto;
  184. }
  185.  
  186. #description:first-letter {
  187. background-color:#ddd;
  188. border:2px solid #ddd;
  189. font-family:Times;
  190. font-size:20px;
  191. }
  192.  
  193. #links {
  194. position: fixed;
  195. font-family:calibri;
  196. padding-top: 0px;
  197. padding-bottom: 5px;
  198. margin-top: -25px;
  199. margin-left: 420px;
  200. padding-left: 0px;
  201. padding-right: 0px;
  202. letter-spacing: 1px;
  203. height: 10px;
  204. width: 350px;
  205. word-spacing:20px;
  206. }
  207.  
  208. #links a {
  209. padding 5px;
  210. padding-top: 0px;
  211. padding-bottom: 1px;
  212. padding-right:2px;
  213. padding-left:2px;
  214. margin-bottom: 5px;
  215. font-size: 14px;
  216. font-style:normal;
  217. text-align:center;
  218. text-transform:none;
  219. width: 50px;
  220. }
  221.  
  222. #links a:hover {
  223. color:#000;
  224. text-decoration:underline;
  225. }
  226.  
  227. #questions {
  228. background-color:#fff;
  229. border-top:3px double #ddd;
  230. border-bottom:3px double #ddd;
  231. color: {color:text};
  232. margin-left:0px;
  233. padding:5px;
  234. margin-top:5px;
  235. margin-bottom:5px;
  236. font-family:calibri;
  237. font-size:12px;
  238. font-style:normal;
  239. text-align:center;
  240. }
  241.  
  242. .note {
  243. padding:0px 20px 0px 20px;
  244. background-color:#FFFFFF;
  245. text-transform:lowercase;
  246. letter-spacing:0px;
  247. font-size: 11px;
  248. font-style:normal;
  249. text-align:left;
  250. line-height:120%;
  251. }
  252.  
  253. .note li {
  254. list-style-type:none;
  255. padding:5px 25px 5px 25px;
  256. text-align:left;
  257. margin-right:30px;
  258. margin-top:-50px;
  259. }
  260.  
  261. #info {
  262. font-family:calibri;
  263. text-align:center;
  264. margin-top:10px;
  265. padding-top:10px;
  266. padding:0px;
  267. padding-bottom:1px;
  268. text-transform:none;
  269. font-style:none;
  270. font-size:10px;
  271. line-height:100%;
  272. }
  273.  
  274. #RebloggedFrom {
  275. font-family:calibri;
  276. text-align:center;
  277. margin-top:-5px;
  278. padding-bottom:0px;
  279. text-transform:none;
  280. font-style:none;
  281. font-size:10px;
  282. }
  283.  
  284. #tags {
  285. font-family:calibri;
  286. text-align:center;
  287. margin-top:0px;
  288. padding-bottom:0px;
  289. text-transform:none;
  290. font-style:none;
  291. font-size:10px;
  292. }
  293.  
  294. #pagination
  295. {
  296. font-size:10px;
  297. margin-left:250px;
  298. font-family:calibri;
  299. font-style:normal;
  300. text-align:center;
  301. width:160px
  302. position:absolute;
  303. }
  304.  
  305. #s-m-t-tooltip {
  306. max-width:300px;
  307. padding:3px 4px 5px 4px;
  308. margin:20px 0px 0px 20px;
  309. background-color:#fff;
  310. border:1px solid #ddd;
  311. font-family:Calibri;
  312. font-size:9px;
  313. letter-spacing:2px;
  314. text-transform:uppercase;
  315. color:#000;
  316. z-index:999999999999999999999999999999999999;
  317. }
  318.  
  319.  
  320.  
  321. @font-face {font-family:Always a Good Time; src: url(http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf);}
  322.  
  323. #credit{
  324. right:8px;
  325. bottom:10px;
  326. position:fixed;
  327. padding:5px;
  328. font-family:Always a Good Time;
  329. font-size:12px;
  330. background-color: transparent;
  331. }
  332.  
  333. #credit a {
  334. color:#000;
  335. }
  336.  
  337. #credit a:hover {
  338. color:#fff;
  339. }
  340.  
  341. #bite
  342. #bite a{
  343. display:block
  344. }
  345. #bite .death {
  346. margin-right:0px;filter: alpha(opacity = 0);
  347. opacity:0;-webkit-transition: all 0.5s ease-out;
  348. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  349. }
  350.  
  351. #bite:hover .death {
  352. margin-left:0px;
  353.  
  354. -webkit-transition: all 0.8s ease-out;
  355. -moz-transition: all 0.8s ease-out;
  356. transition: all 0.8s ease-out;
  357. filter: alpha(opacity = 100);
  358. filter: alpha(opacity = 100);
  359. opacity:8;
  360. }
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. {CustomCSS}</style></head>
  368. <script type="text/javascript">
  369. $(window).load(function(){
  370. $("p").remove(":contains('Source:')");
  371. $("p").remove(":contains('via ')");
  372. });
  373. </script>
  374. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  375. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  376. <script>
  377. (function($){
  378. $(document).ready(function(){
  379. $("[title],a[title],img[title]").style_my_tooltips({
  380. tip_follows_cursor:true,
  381. tip_delay_time:100,
  382. tip_fade_speed:300,
  383. attribute:"title"
  384. });
  385. });
  386. })(jQuery);
  387. </script>
  388.  
  389. </script>
  390.  
  391. <body>
  392.  
  393. <div id="sidebar">
  394. <div id="bite">
  395. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  396. <div class="rectangle"></div>
  397. <div id="links">
  398. <a href="{text:link 1 url}">{text:link 1}</a>
  399. <a href="{text:link 2 url}">{text:link 2}</a>
  400. <a href="{text:link 3 url}">{text:link 3}</a>
  401. <a href="{text:link 4 url}">{text:link 4}</a>
  402. <a href="{text:link 5 url}">{text:link 5}</a>
  403. <a href="{text:link 6 url}">{text:link 6}</a>
  404.  
  405. </div>
  406.  
  407. <form>
  408.  
  409. <div class="death">
  410. <div id="description">{Description}</div></div></div>
  411.  
  412. <div id="scrollbar">{scrollbar}</div>
  413.  
  414.  
  415.  
  416. {block:HasPages}{block:Pages}
  417.  
  418. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  419.  
  420. </div></center>
  421.  
  422.  
  423. </div>
  424.  
  425. <div id="entries">{block:Posts}<div id="post">
  426.  
  427. {block:Text}<h1>{block:Title}<font style="font-family:Great Vibes; font-size:24px;">{Title}</font>{/block:Title}</h1>{Body}{/block:Text}
  428.  
  429. {block:blockquote}{/block:blockquote}
  430.  
  431.  
  432.  
  433. {block:Photo}
  434. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  435. {/block:Photo}
  436.  
  437. {block:Photoset}
  438. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  439. {/block:Photoset}
  440.  
  441. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  442.  
  443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  444.  
  445. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  446.  
  447. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  448.  
  449. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  450.  
  451. {block:Answer}<div id="questions"<a href="{askerURL}"><font style="font-family:Great Vibes; font-size:22px">{Asker}</font>:<br> <br>{Question}</div><div id="answer">{Answer}</div>{/block:answer}
  452.  
  453.  
  454. <div id="info">{block:Date}<a href="{Permalink}" title="{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year} {12HourWithZero}:{Minutes}">{TimeAgo}{/block:Date}{/block:Date} </a>
  455. {block:NoteCount}<a href="{Permaink}"> {NoteCountWithLabel} </a>{/block:NoteCount}
  456. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via: {ReblogParentName}">▶</a>{/block:RebloggedFrom}
  457. {block:ContentSource}<a hre="{SourceURL}">{ReblogRootName}</a>{/block:ContentSource}</div>
  458.  
  459. <div id="tags">
  460. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  461.  
  462. </div>
  463. {block:PostNotes}{PostNotes}{/block:PostNotes}
  464. {/block:Posts}</div>
  465.  
  466. <center><div id="pagination">
  467. {block:Pagination}
  468. <div id="pagination">
  469. {block:PreviousPage}
  470. <a href="{PreviousPage}">Back</a> —
  471. {/block:PreviousPage}
  472. {block:NextPage}
  473. <a href="{NextPage}">Next</a>
  474. {/block:NextPage}
  475. </div>
  476. {/block:Pagination}</div></center>
  477.  
  478. <div id="credit" data="credit"> <a href="http://ofmoan.tumblr.com" title="theme made by ofmoan">ofmoan</a></div>
  479. </div>
  480. </body>
  481. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement