Advertisement
dimplehoe

Theme 02

Apr 13th, 2014
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 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.  
  4. <head><title>{Title}</title>
  5. <style> body, a, a:hover { cursor:url('http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif'), auto }</style>
  6. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12.  
  13. <!---THEME MADE BY FIGHTSYOU --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#a8a8a8"/>
  17. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  18. <meta name="color:DescriptionText" content="#b8b8b8"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21. <meta name="color:ScrollbarBg" content="#ffffff"/>
  22. <meta name="color:Post Links" content="#c0bfbf"/>
  23. <meta name="image:Sidebar" content=""/>
  24. <meta name="image:Background" content=""/>
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 1 url" content="" />
  29. <meta name="text:Link 2 url" content="" />
  30. <meta name="text:Link 3 url" content="" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. ::selection {background: #fff; color:lightblue;}
  36. ::-webkit-scrollbar-thumb {
  37. height:40px;
  38. background-color:{color:Scrollbar};
  39. }
  40.  
  41. ::-webkit-scrollbar {
  42. height:50px;
  43. width:5px;
  44. border:2px solid #000;
  45. background-color:{color:ScrollbarBg};
  46. }
  47.  
  48. iframe#tumblr_controls {
  49. right:3px !important;
  50. position: fixed !important;
  51. z-index:999999999999999999999999999999999999999999999999 !important;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. -webkit-filter: invert(100%);
  56. }
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:calibri;
  63. font-size:10px;
  64. line-height:100%;
  65. letter-spacing:0px;
  66. text-align:justify;
  67. background-image:url('{image:Background}');
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:Post Links};
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. h1 {
  92. font-size:8px;
  93. letter-spacing:2px;
  94. text-transform:uppercase;
  95. font-family:'CAMBRIA';
  96. font-style:none;
  97. line-height:10px;
  98. text-align:left;
  99. padding:0px;
  100. }
  101.  
  102. a:hover {
  103. color:#000000;
  104. -moz-transition-duration:0.3s;
  105. -webkit-transition-duration:0.3s;
  106. -o-transition-duration:0.3s;
  107. }
  108.  
  109.  
  110. /*ENTRIES*/
  111.  
  112. #entries {
  113. padding:10px;
  114. width:500px;
  115. margin-left:302px;
  116. margin-top:5px;
  117. font-size:10px;
  118. font-family:'arial';
  119. letter-spacing:0px;
  120. }
  121.  
  122. #post {
  123. width:500px;
  124. padding-bottom:40px;
  125. padding:25px;
  126. margin-top:50px;
  127. margin-left:200px;
  128. }
  129.  
  130. /*SIDEBAR*/
  131.  
  132. #sidebar {
  133. position:fixed;
  134. margin-top:80px;
  135. margin-left:250px;
  136. }
  137.  
  138. #sidebarimage {
  139. width 130px;
  140. }
  141.  
  142. #sidebarimage img {
  143. width:200px;
  144. margin-top:164px;
  145. padding:3px;
  146. margin-left:-80px;
  147. }
  148.  
  149. #sidebarimage img:hover {
  150. border-radius:10px;
  151. -moz-transition-duration:0.1s;
  152. -webkit-transition-duration:0.1s;
  153. -o-transition-duration:0.1s;
  154. }
  155.  
  156. .links {
  157. width:152px;
  158. font-family:'calibri';
  159. padding: 4px;
  160. text-align:center;
  161. text-transform:uppercase;
  162. position:fixed;
  163. margin-top:7px;
  164. margin-left:-63px;
  165. }
  166.  
  167. .links a {
  168. width:94px;
  169. padding:3px;
  170. font-size:8px;
  171. letter-spacing:0px;
  172. color:{color:Sidebar Links};
  173. }
  174.  
  175. .links a:hover {
  176. -moz-transition-duration:0.3s;
  177. -webkit-transition-duration:0.3s;
  178. -o-transition-duration:0.3s;
  179. background-color:lightblue;
  180. color:white;
  181. }
  182.  
  183. #description {
  184. text-align:justify;
  185. font-family:'Arial';
  186. width:192px;
  187. margin-top:7px;
  188. margin-left:-17px;
  189. font-size:9px;
  190. position:fixed;
  191. text-transform:none;
  192. color:{color:DescriptionText};
  193. }
  194.  
  195. #description a {
  196. color:{color:Post Links};
  197. }
  198.  
  199. #description a:hover {
  200. color:#fff;
  201. }
  202.  
  203. #pagination {
  204. font-style:bold;
  205. padding:2px;
  206. font-family:'arial';
  207. letter-spacing:0px;
  208. font-size:9px;
  209. text-align:center;
  210. padding:2px;
  211. margin-top:10px;
  212. text-transform:lowercase;
  213. }
  214.  
  215.  
  216. /*POST INFO*/
  217.  
  218. #info {
  219. width:500px;
  220. text-align:left;
  221. font-family:'trebuchet ms';
  222. margin-top:10px;
  223. margin-left:0px;
  224. letter-spacing:1px;
  225. font-size:7px;
  226. font-style:none;
  227. padding:1px;
  228. line-height:20px;
  229. text-transform:uppercase;
  230. border-top:1px solid;
  231. border-color:{color:Border};
  232. }
  233.  
  234. #info a {
  235. text-align:center;
  236. color:{color:Post Links};
  237. }
  238.  
  239. #info a:hover {
  240. -moz-transition-duration:0.3s;
  241. -webkit-transition-duration:0.3s;
  242. -o-transition-duration:0.3s;
  243. color: #fff;
  244. background-color:lightblue;
  245. }
  246.  
  247. /*QUESTION*/
  248.  
  249. #asker {
  250. color:#000;
  251. padding:14px;
  252. font-family:'arial';
  253. font-size:11px;
  254. letter-spacing:0px;
  255. text-align:right;
  256. margin-top:0px;
  257. text-transform:lowercase;
  258. line-height:150%;
  259. background-color:#fafafa;
  260. }
  261.  
  262. /*CREDIT*/
  263.  
  264. @font-face {font-family:Always a Good Time; src: url(http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf);}
  265.  
  266. #credit{
  267. right:8px;
  268. bottom:10px;
  269. position:fixed;
  270. padding:5px;
  271. font-family:Always a Good Time;
  272. font-size:12px;
  273. background-color: #fff;
  274. }
  275.  
  276. #s-m-t-tooltip {
  277.  
  278. max-width:300px;
  279.  
  280. padding:3px 4px 5px 4px;
  281.  
  282. margin:20px 0px 0px 20px;
  283.  
  284. background-color:#fff; /* change the background color */
  285.  
  286. border:1px solid lightblue; /* change the border color */
  287.  
  288. font-family:Calibri; /* change the font */
  289.  
  290. font-size:9px; /* change the font size */
  291.  
  292. letter-spacing:2px; /* change the letter spacing */
  293.  
  294. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  295.  
  296. color:#000; /* change the text color */
  297.  
  298. z-index:999999999999999999999999999999999999;
  299.  
  300. }
  301.  
  302. {CustomCSS}</style></head>
  303.  
  304. <script type="text/javascript">
  305. $(window).load(function(){
  306. $("p").remove(":contains('Source:')");
  307. $("p").remove(":contains('via ')");
  308. });
  309. </script>
  310. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  311. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  312. <script>
  313. (function($){
  314. $(document).ready(function(){
  315. $("[title],a[title],img[title]").style_my_tooltips({
  316. tip_follows_cursor:true,
  317. tip_delay_time:100,
  318. tip_fade_speed:300,
  319. attribute:"title"
  320. });
  321. });
  322. })(jQuery);
  323. </script>
  324.  
  325. </script>
  326.  
  327. <body>
  328.  
  329. <div id="sidebar">
  330.  
  331. <div id="sidebarimage">
  332. <a title="refresh" href="/">
  333. <img src="{image:Sidebar}">
  334. </a>
  335. </div>
  336.  
  337. <div class="links">
  338. <a href="/">Home</a>
  339. <a href="/ask">Ask</a>
  340. <a href="{text:Link 1 url}">{text:Link 1}</a>
  341. <a href="{text:Link 2 url}">{text:Link 2}</a>
  342. <a href="{text:Link 3 url}">{text:Link 3}</a>
  343.  
  344. <div id="description">{Description}
  345.  
  346. {block:Pagination}
  347. <div id="pagination">
  348. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  349. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  350. </div>
  351. {/block:Pagination}
  352. </div></div></div>
  353.  
  354. <div id="entries">
  355. {block:Posts}
  356. <div id="post">
  357.  
  358. {block:Text}
  359. <h1>{block:Title}{Title}{/block:Title}</h1>
  360. {Body}{/block:Text}
  361.  
  362. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  363. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  364.  
  365. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  366. {/block:Caption}{/block:Photoset}
  367.  
  368. {block:Quote}<h2>"{Quote}"</h2>
  369. {block:Source}<div class="qsource"> —{Source}</div>
  370. {/block:Source}{/block:Quote}
  371.  
  372. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  373.  
  374. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  375.  
  376. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  377. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  378. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  379. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  380. {/block:Audio}<br>
  381.  
  382. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  383.  
  384. {block:Answer}<div id="asker"><span style="text-align:right; color:#000; font-size:20px; font-family: 'La Belle Aurore', cursive;"><b><i>{Asker}</i></b><br></span> {Question}</div><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  385.  
  386. <div id="info">
  387. <a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  388. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  389. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  390. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  391. with {NoteCountWithLabel}</a> {block:HasTags} <br>{block:Tags} <a href="{TagURL}" title="tagged as: {Tag}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  392. </div>
  393. </div>
  394. {/block:Posts}
  395. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  396. {/block:Posts}</div></div></div>
  397. <br><br><br><br>
  398.  
  399. <div id="credit" data="credit"> <a style="color:#000" href="http://fightsyou.tumblr.com" title="theme made by fightsyou">fightsyou|</a></div>
  400. </div>
  401.  
  402.  
  403.  
  404. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement