Advertisement
Mikaela

Little Things

Jul 13th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 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.  
  3. <!-- THEME #33 'LITTLE THINGS' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. OKAY ENJOY NOW
  6. -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>
  16. {/block:Description}
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19.  
  20. <meta name="color:bg" content="#ffffff">
  21. <meta name="color:sidebarlinksborder" content="#bbb8b8">
  22. <meta name="color:link" content="#bbb8b8">
  23. <meta name="color:text" content="#9a9a9a">
  24. <meta name="color:ask" content="#ededed">
  25. <meta name="color:hover" content="#eeeeee">
  26. <meta name="color:border" content="#e7e7e7">
  27. <meta name="color:scrollbar" content="#d6d5d5">
  28.  
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:link 1" content="LINK">
  32. <meta name="text:link 1 url" content="/">
  33. <meta name="text:link 2" content="LINK">
  34. <meta name="text:link 2 url" content="/">
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39.  
  40. /*--scrollbar--*/
  41.  
  42. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  43. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  44. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  45. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  46. }
  47. /*--body--*/
  48.  
  49.  
  50. body {
  51. font-style:none;
  52. background-color:{color:bg};
  53. font-family:calibri;
  54. color:{color:text};
  55. font-size:9px;
  56. }
  57.  
  58.  
  59. a {
  60. color:{color:link};
  61. text-decoration:none;
  62. -webkit-transition: all 0.5s ease-out;
  63. -moz-transition: all 0.5s ease-out;
  64. transition: all 0.5s ease-out;
  65. }
  66.  
  67. a:hover {
  68. color:{color:hover};
  69. text-decoration:none;
  70. -webkit-transition: all 0.8s ease-out;
  71. -moz-transition: all 0.8s ease-out;
  72. transition: all 0.8s ease-out;
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid {color:border};
  82. }
  83.  
  84. h1 {
  85. font-size:10px;
  86. }
  87.  
  88. /*--Cursor code--*/
  89.  
  90.  
  91. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  92.  
  93.  
  94. /*--sidebar--*/
  95.  
  96. #sidebar {
  97. position:fixed;
  98. width:140px;
  99. margin-left:150px;
  100. margin-top:200px;
  101. }
  102.  
  103. #sidebarimage {
  104. width:140px;
  105. }
  106.  
  107. #sidebarimage img {
  108. width:120px;
  109. height:120px;
  110. -webkit-filter: grayscale(100%);
  111. padding:3px;
  112. border-radius:200px;
  113. }
  114.  
  115. /*--links--*/
  116.  
  117. .links {
  118. width:180px;
  119. padding: 4px;
  120. text-align:center;
  121. text-transform:uppercase;
  122. position:fixed;
  123. margin-top:-165px;
  124. margin-left:-140px;
  125. padding:40px;
  126. padding-top:55px;
  127. padding-bottom:55px;
  128. }
  129.  
  130. .links a {
  131. width:-10px;
  132. padding:5px;
  133. font-size:5px;
  134. border-radius:200px;
  135. margin:5px;
  136. letter-spacing:2px;
  137. border:1px solid {color:sidebarlinksborder};
  138. color:white;
  139. text-align:center;
  140. display:inline-block;
  141. }
  142.  
  143. .links a:hover {
  144. -moz-transition-duration:0.3s;
  145. -webkit-transition-duration:0.3s;
  146. -o-transition-duration:0.3s;
  147. background:#fff;
  148. }
  149.  
  150. /*--description--*/
  151.  
  152. #description {
  153. margin-top:0px;
  154. margin-left:10px;
  155. width:110px;
  156. font-family:'calibri';
  157. font-size:9px;
  158. text-align:center;
  159. }
  160.  
  161. /*--pagination--*/
  162.  
  163. #pagination {
  164. margin-top:3px;
  165. margin-left:0px;
  166. font-style:italic;
  167. text-align:center;
  168. font-size:11px;
  169. font-family:calibri;
  170. color:{color:link};
  171. }
  172.  
  173. #pagination a{
  174. color:{color:link};
  175. }
  176.  
  177. #pagination a:hover {
  178. color:{color:hover};
  179. }
  180.  
  181. /*--posts--*/
  182.  
  183. #posts {
  184. width:500px;
  185. margin-bottom:10px;
  186. padding:1px;
  187. font-size:11px;
  188. color:{color:text};
  189. line-height:90%;
  190. text-align:justify;
  191. }
  192.  
  193. #postscontainer {
  194. margin-bottom:20px;
  195. padding:1px;
  196. margin-left:430px;
  197. margin-top:55px;
  198. }
  199.  
  200.  
  201. /*--info--*/
  202.  
  203. #notes {
  204. font-family:anaheim;
  205. text-transform:lowercase;
  206. font-size:10px; }
  207.  
  208. #info {
  209. text-align:right;
  210. padding:5px;
  211. margin-top:5px;
  212. margin-bottom:10px;
  213. text-transform: uppercase;
  214. font-family:calibri;
  215. font-size:9px;
  216. margin-left:-5px;
  217. border-top: 1px solid;
  218. border-color: {color:border}; }
  219.  
  220. #info #tags {
  221. opacity:0;
  222. -webkit-transition:all 0.5s ease-in-out;
  223. -moz-transition:all 0.5s ease-in-out;
  224. -o-transition:all 0.5s ease-in-out;
  225. -ms-transition:all 0.5s ease-in-out;
  226. transition:all 0.5s ease-in-out; }
  227.  
  228. #info:hover #tags {
  229. opacity:1;
  230. margin-top:4px;
  231. -webkit-transition:all 0.5s ease-in-out;
  232. -moz-transition:all 0.5s ease-in-out;
  233. -o-transition:all 0.5s ease-in-out;
  234. -ms-transition:all 0.5s ease-in-out;
  235. transition:all 0.5s ease-in-out; }
  236.  
  237. #tags {
  238. font-family:calibri;
  239. letter-spacing:1px;
  240. text-transform:uppercase;
  241. font-size:8px;
  242. margin-left:0px;
  243. margin-top:-2px; }
  244.  
  245. #tags a:hover {
  246. text-decoration:line-through;
  247. opacity:0.5;}
  248.  
  249. /*--asks--*/
  250.  
  251. .speech {
  252. align:right;
  253. background-color:{color:ask} ;
  254. margin:10px 0px 0px 50px;
  255. padding:10px;
  256. line-height:105%;
  257. font-size: 11px;
  258. font-family:'cambria';
  259. letter-spacing:1px;
  260. position:relative;}
  261.  
  262. .speech p {margin:1px 0px;}
  263.  
  264. .speech span {
  265. display:block;
  266. position:absolute;
  267. width:1px;
  268. height:1px;
  269. font-size:0;
  270. line-height:1px;
  271. left:-10px;
  272. top:10px;
  273. border-top:7px solid transparent;
  274. border-bottom:7px solid transparent;
  275. border-right:10px solid {color:ask};}
  276.  
  277. .askbg {
  278. float:left;
  279. margin:10px 4px 0px 0;
  280.  
  281. padding:2px;
  282. background-color:{color:ask};}
  283.  
  284. /*--credit--*/
  285.  
  286. #cred {
  287. right:0px;
  288. bottom:-2px;
  289. color:{color:text};
  290. position:fixed;
  291. -webkit-transition: all 0.5s ease-out;
  292. -moz-transition: all 0.5s ease-out;
  293. transition: all 0.5s ease-out;
  294. }
  295.  
  296. #s-m-t-tooltip {max-width:300px;padding:2px 2px 2px 2px;margin:10px 0px 0px 10px;background-color:#fff;border:1px solid #fff;font-family:trebuchet ms;font-size:8px;letter-spacing:1px;text-transform:uppercase;color:{color:sidebarlinks};z-index:999999999999999999999999999999999999;}
  297.  
  298. {CustomCSS}
  299.  
  300. </style></head>
  301.  
  302.  
  303. <body>
  304. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  305. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  306. <!--tutorial by meem.co.vu-->
  307. <script>
  308.  
  309. (function($){
  310.  
  311. $(document).ready(function(){
  312.  
  313. $("a[title]").style_my_tooltips({
  314.  
  315. tip_follows_cursor:true,
  316.  
  317. tip_delay_time:90,
  318.  
  319. tip_fade_speed:600,
  320.  
  321. attribute:"title"
  322.  
  323. });
  324.  
  325. });
  326.  
  327. })(jQuery);
  328.  
  329. </script>
  330. <div id="sidebar">
  331. <div id="sidebarimage">
  332. <img src="{image:sidebar}"></div>
  333.  
  334. <div class="links">
  335. <a href="/" title="home"></a><br>
  336. <a href="/ask" title="mail"></a><br>
  337. <a href="{text:link 1 url}" title="{text:link 1}"></a><br>
  338. <a href="{text:link 2 url}" title="{text:link 2}"></a>
  339. </div>
  340.  
  341. <div id="description">{description}
  342. {block:Pagination}
  343. <div id="pagination">
  344.  
  345. {block:PreviousPage}<a href="{PreviousPage}"><<</a>{/block:PreviousPage}
  346. {block:NextPage}<a href="{NextPage}">>></a>{/block:NextPage}
  347. </div>{/block:Pagination}</div>
  348.  
  349.  
  350. </div></div>
  351.  
  352.  
  353. <div id="postscontainer">
  354.  
  355. {block:Posts}
  356.  
  357. <div id="posts">
  358.  
  359.  
  360. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  361.  
  362.  
  363. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  364.  
  365. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  366.  
  367. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  368.  
  369. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  370.  
  371. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  372.  
  373. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  374.  
  375. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376.  
  377. {block:Answer}
  378. <img src="{AskerPortraitURL-30}" align="left" class="askbg"><div class="speech"><span></span>{Asker}:<<br>{Question}&nbsp;</div><br>{Answer}
  379. {/block:Answer}
  380.  
  381. <div id="info"> <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} <font color="gray">♥</font> <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource}/ <a href="{SourceURL}">src</a></a>{/block:ContentSource}{/block:RebloggedFrom}
  382. {block:HasTags}<div id="tags"><b>#</b>:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  383. {/block:Posts}<div id="tags" st>
  384. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  385. {/block:Posts}</div></div></div>
  386. </div>
  387.  
  388.  
  389. <div id="cred"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a></div>
  390. </body>
  391. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement