Advertisement
dimplehoe

Theme 04

Jun 19th, 2014
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 KB | None | 0 0
  1. <!-- THEME BY OFMOAN DO NOT REMOVE THE CREDIT PLEASE! -->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <script type="text/javascript" src="http://static.tumblr.com/gyoju49/mgsmonhlb/rainbowlinks.js"></script>
  8. <link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Meie+Script' rel='stylesheet' type='text/css'><title>{Title}</title>
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Sidebar" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:description" content="#a8a8a8"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:descriptionlinks" content="#b8b8b8"/>
  19. <meta name="color:Tags" content="f0f0f0"/>
  20. <meta name="color:Hover" content="#f2f2f2"/>
  21. <meta name="color:Line" content="#f2f2f2"/>
  22. <meta name="color:Border" content="#e4e4e4"/>
  23. <meta name="color:Post" content="#ffffff"/>
  24. <meta name="color:Answer" content="#f8f8f8"/>
  25. <meta name="color:scrollbarbg" content="ffffff"/>
  26. <meta name="text:titlethingy" content="" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="text:Link 4" content="" />
  37. <meta name="text:Link 4 Text" content="" />
  38.  
  39. <link rel="shortcut icon" href="{Favicon}">
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44.  
  45. ::-webkit-scrollbar {
  46. width: 4px;height: 5px;}
  47. ::-webkit-scrollbar-button:start:decrement,
  48. ::-webkit-scrollbar-button:end:increment {
  49. height: 5px;display: block;background-color:#fff;}
  50. ::-webkit-scrollbar-track-piece {
  51. background-color:#fff; border:1px solid #000;}
  52. ::-webkit-scrollbar-thumb:vertical {
  53. height: 9px;background-color: #fff;border:1px solid #000;}
  54.  
  55. iframe#tumblr_controls {
  56. right:3px !important;
  57. position: fixed !important;
  58. z-index:999999999999999999999999999999999999999999999999 !important;
  59. -webkit-transition: all 0.8s ease-out;
  60. -moz-transition: all 0.8s ease-out;
  61. transition: all 0.8s ease-out;
  62. -webkit-filter: invert(100%);
  63. }
  64.  
  65. #bite
  66. #bite a{
  67. display:block
  68. }
  69. #bite .death {
  70. margin-right:0px;filter: alpha(opacity = 0);
  71. opacity:0;-webkit-transition: all 0.5s ease-out;
  72. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  73. }
  74.  
  75. #bite:hover .death {
  76. margin-left:0px;
  77.  
  78. -webkit-transition: all 0.8s ease-out;
  79. -moz-transition: all 0.8s ease-out;
  80. transition: all 0.8s ease-out;
  81. filter: alpha(opacity = 100);
  82. filter: alpha(opacity = 100);
  83. opacity:8;
  84. }
  85.  
  86. body {
  87. background:{color:background};
  88. margin:0px;
  89. color:{color:text};
  90. font-family:Calibri;
  91. font-size:9px;
  92. line-height:100%;
  93. }
  94.  
  95. a {
  96. text-decoration:none;
  97. outline:none;
  98. -moz-outline-style:none;
  99. color:{color:link};
  100. }
  101.  
  102. img {
  103. border:none;
  104. }
  105.  
  106. blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. blockquote blockquote {
  112. padding-left:5px;
  113. border-left:2px solid;
  114. }
  115.  
  116. h1 {
  117. font-size:9px;
  118. text-transform:uppercase;
  119. }
  120.  
  121. a:hover {
  122. opacity:10;
  123. color:{color:hover};
  124. -webkit-transition: all 0.7s ease;
  125. -moz-transition: all 0.7s ease;
  126. -o-transition: all 0.7s ease
  127. }
  128.  
  129. #entries {
  130. padding:10px;
  131. width:500px;
  132. margin-left:450px;
  133. margin-top:40px;
  134. font-size:10px;
  135. }
  136.  
  137. #post {
  138. width:500px;
  139. padding-bottom:20px;
  140. padding:10px;
  141. margin-top:15px;
  142. background-color:{color:Post};
  143. }
  144.  
  145. /* Sidebar */
  146.  
  147. #sidebar {
  148. width:100px;
  149. position:fixed;
  150. margin-left:230px;
  151. margin-top:150px;
  152. }
  153.  
  154. #sidebarimage {
  155. width 100px;
  156. }
  157.  
  158. #sidebarimage img {
  159. width:150px;
  160. height:150px;
  161. padding:6px;
  162. border-right:2px solid {color:border};
  163. border-left:2px solid {color:border};
  164. border-bottom:2px solid {color:border};
  165. border-top:2px solid {color:border};
  166. }
  167.  
  168. /* description */
  169.  
  170.  
  171. #description {
  172. position:fixed;
  173. font-family:'Cambria';
  174. line-height:90%;
  175. font-size:13px;
  176. font-style:normal;
  177. width:125px;
  178. padding:8px;
  179. margin-left:-1px;
  180. margin-top:-170px;
  181. text-align:center;
  182. color:{color:description};
  183. overflow:auto; width: 150px; height:155px; border: 1px solid #fff; background-color: #ffffff; text-align: center;
  184. }
  185.  
  186. #description a {color:{color:linksdescription}; -moz-transition-duration:0.4s;
  187. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  188.  
  189. /* links */
  190.  
  191. .links {
  192. text-align:center;
  193. margin-top:-320px;
  194. margin-left:320px;
  195. line-height:350%;
  196. text-align:left;
  197. text-transform:uppercase;
  198. position:fixed;
  199. padding-bottom:7px;
  200. word-spacing:60px;
  201. }
  202.  
  203. .links a {
  204. font-size: 15px;
  205. color:#000;
  206. }
  207.  
  208. .links a:hover {
  209. text-decoration:underline;
  210. color:{color:Hover}
  211. }
  212.  
  213. /* pagination */
  214.  
  215. #pagination {
  216. width:100px;
  217. font-size:9px;
  218. text-align:center;
  219. margin-left:25px;
  220. margin-top:290px;
  221. position:fixed;
  222. font-family:cambria;
  223. letter-spacing:0px;
  224. }
  225.  
  226. #info {
  227. text-align:center;
  228. margin-top:10px;
  229. text-transform:uppercase;
  230. font-size:8px;
  231. font-style:none;
  232. border-top:1px solid {color:Line}
  233. }
  234.  
  235.  
  236. #tags {
  237. font-family:cambria;
  238. letter-spacing:0px;
  239. text-transform:lowercase;
  240. font-size:10px;
  241. font-style:italic;
  242. margin-top:4px;
  243. text-align:center;
  244. }
  245.  
  246. #tags
  247. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  248. -webkit-transition: all 0.6s ease-in-out;
  249. -moz-transition: all 0.6s ease-in-out;
  250. -o-transition: all 0.6s ease-in-out;
  251. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  252.  
  253. #asker {
  254. padding:5px;
  255. font-family:cambria;
  256. letter-spacing:1px;
  257. text-align:left;
  258. font-style:italic;
  259. margin-left:10px;
  260. border-left:3px #eee solid;
  261. background-color:{color:background}
  262. }
  263.  
  264.  
  265. #brownie {
  266. position:fixed;
  267. font-size:26px;
  268. letter-spacing:3px;
  269. margin-left:47px;
  270. margin-top:-185px;
  271. }
  272.  
  273. .rectangle {
  274. width: 700px;
  275. height: 100px;
  276. margin-top:-380px;
  277. margin-left:90px;
  278. background:#fff;
  279. }
  280.  
  281. @font-face {font-family:Always a Good Time; src: url(http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf);}
  282.  
  283. #credit{
  284. right:8px;
  285. bottom:10px;
  286. position:fixed;
  287. padding:5px;
  288. font-family:Always a Good Time;
  289. font-size:12px;
  290. background-color: transparent;
  291. }
  292.  
  293. #s-m-t-tooltip {
  294.  
  295. max-width:300px;
  296.  
  297. padding:3px 4px 5px 4px;
  298.  
  299. margin:20px 0px 0px 20px;
  300.  
  301. background-color:#fff; /* change the background color */
  302.  
  303. border:1px solid #fff; /* change the border color */
  304.  
  305. box-shadow:2px 2px 2px #888;
  306.  
  307. font-family:'Calibri'; /* change the font */
  308.  
  309. font-size:9px; /* change the font size */
  310.  
  311. letter-spacing:2px; /* change the letter spacing */
  312.  
  313. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  314.  
  315. color:#000; /* change the text color */
  316.  
  317. z-index:999999999999999999999999999999999999;
  318.  
  319. }
  320.  
  321. {CustomCSS}</style></head>
  322. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  323.  
  324. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  325.  
  326. <script>
  327.  
  328. (function($){
  329.  
  330. $(document).ready(function(){
  331.  
  332. $("a[title]").style_my_tooltips({
  333.  
  334. tip_follows_cursor:true,
  335.  
  336. tip_delay_time:90,
  337.  
  338. tip_fade_speed:600,
  339.  
  340. attribute:"title"
  341.  
  342. });
  343.  
  344. });
  345.  
  346. })(jQuery);
  347.  
  348. </script>
  349. <body>
  350.  
  351.  
  352.  
  353.  
  354.  
  355. <div id="sidebar">
  356. <div id="bite">
  357. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  358. <div id="brownie">
  359. <font face="Meie Script">{text:titlethingy}</font>
  360. </div>
  361. <div class="links">
  362. <font face="Architects Daughter">
  363. <a href="{text:Link 1}" title="{text:Link 1 Text}">UN</a>
  364. <a href="{text:Link 2}" title="{text:Link 2 Text}">DEUX</a>
  365. <a href="{text:Link 3}" title="{text:Link 3 Text}">TROIS</a>
  366. <a href="{text:Link 4}" title="{text:Link 4 Text}">QUATRE</a></font>
  367. </div>
  368. <div class="death">
  369. <div id="description">
  370. {Description}
  371. </div></div></div>
  372.  
  373. <div class="rectangle"></div>
  374.  
  375.  
  376.  
  377. {block:Pagination}<div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  379. {block:JumpPagination length="4"}
  380. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  381. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  382. {/block:JumpPagination}
  383. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385.  
  386. </div>
  387.  
  388. <div id="entries">{block:Posts}<div id="post">
  389.  
  390. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  391.  
  392. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  393.  
  394. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  395.  
  396. {block:Quote}{Quote}{/block:Quote}
  397.  
  398. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  399.  
  400. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  401.  
  402. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  403. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  404. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  405. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  406. {/block:Audio}
  407.  
  408. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  409.  
  410. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} begged: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  411.  
  412. <div id="info">
  413. <br><a href="{Permalink}" title="{TimeAgo}">{MonthNumberWithZero}-{DayOfMonthWithZero}</a> <a href="{Permalink}"><font color="pink">♥</font> {NoteCount}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="via: {ReblogParentName}">●</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> <a href="{SourceURL}" title="Source: {SourceTitle}">●</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  414. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}" title="tagged as: #{Tag}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  415. {/block:Posts}
  416. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  417. {/block:Posts}</div></div></div>
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. <div id="credit" data="credit"> <a href="http://ofmoan.tumblr.com" title="theme made by ofmoan">ofmoan</a></div>
  425.  
  426.  
  427. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement