Advertisement
itsally

♡♡♡ Couleur Theme ♡♡♡

Oct 3rd, 2012
3,563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 KB | None | 0 0
  1. <head>
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <!--
  7.  
  8. ♡♡♡ Couleur Theme ♡♡♡
  9. Created by Ally (bitchato.tumblr.com)
  10. Please do not remove the credit. If you remove it, i'll report you.
  11.  
  12. -->
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Lekton|Antic' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Share' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  20.  
  21.  
  22. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  23.  
  24.  
  25. <meta name="if:show photo" content="0"/>
  26. <meta name="if:show title" content="1"/>
  27. <meta name="if:tiny scrollbar" content="1"/>
  28. <meta name="color:Background" content="#acacac"/>
  29. <meta name="color:Text" content="#130C11"/>
  30. <meta name="color:Title" content="#130C11"/>
  31. <meta name="color:Hover" content="#130C11"/>
  32. <meta name="color:Scrollbar" content="#130C11"/>
  33. <meta name="color:Link" content="#130C11"/>
  34. <meta name="image:Background" content="1"/>
  35. <meta name="image:sidebar" content="1"/>
  36. <meta name="text:Link One Title" content="link1" />
  37. <meta name="text:Link One" content="" />
  38. <meta name="text:Link Two Title" content="link2" />
  39. <meta name="text:Link Two" content="" />
  40. <meta name="text:Link Three Title" content="link3" />
  41. <meta name="text:Link Three" content="" />
  42. <meta name="text:Link Four Title" content="link4" />
  43. <meta name="text:Link Four" content="" />
  44.  
  45. <style type="text/css">
  46.  
  47. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  48.  
  49. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  50.  
  51. ::selection {
  52. background: #EEEEEE; /* Safari */
  53. }
  54. ::-moz-selection {
  55. background: #EEEEEE; /* Firefox */
  56. }
  57.  
  58. .wrapper{
  59. margin: 0px auto;
  60. width: 717px;
  61. }
  62.  
  63. #tumblr_controls{
  64. position:fixed !important;
  65. top: 3px;
  66. right: 3px;
  67. }
  68.  
  69. body {
  70. padding: 0px;
  71. margin: 0px;
  72. color:{color:text};
  73. background-color: {color:Background};
  74. background-image:url({image:background});
  75. background-attachment: fixed;
  76. background-size: 1200px;
  77. font-family: consolas;
  78. font-size: 10px;
  79. line-height:10px;
  80. color:{color:text};
  81. }
  82.  
  83. http://25.media.tumblr.com/tumblr_m8b1sr9RQr1r13im2o1_500.jpg
  84.  
  85. p {
  86. margin:0px;
  87. margin-top:0px;
  88. }
  89.  
  90. a:link, a:active, a:visited{
  91. color: {color:Link};
  92. text-decoration: none;
  93. -webkit-transition: color 0.5s ease-out;
  94. -moz-transition: color 0.5s ease-out;
  95. }
  96.  
  97. a:hover{
  98. color:{color:Hover};
  99. -webkit-transition: color 0.3s ease-out;
  100. -moz-transition: color 0.3s ease-out;
  101. }
  102.  
  103. .entry {
  104. margin:6px;
  105. padding: 6px;
  106. padding-bottom: 7px;
  107. float:left;
  108. background-color: #fff;
  109. border: solid 1px #cecece;
  110. font-family: consolas;
  111. font-size: 12px;
  112. line-height:14px;
  113. {block:IndexPage}
  114. width:250px;
  115. {/block:IndexPage}
  116. {block:PermalinkPage}
  117. width:542px;
  118. {/block:PermalinkPage}
  119. }
  120.  
  121. .blogtitle{
  122. text-align: right;
  123. font-family:georgia;
  124. border-bottom:2px #cecece solid;
  125. color: #000;
  126. font-style: italic;
  127. font-size: 18px;
  128. line-height: 22px;
  129. letter-spacing:0px;
  130. }
  131. .links a{
  132. font-size: 12px;
  133. line-height:15px;
  134. letter-spacing: 0px;
  135. margin: 3px;
  136. font-family: consolas;
  137. color: #000;
  138. -webkit-transition: all 0.3s linear;
  139. -webkit-transition: all 0.3s linear;
  140. -moz-transition: all 0.3s linear;
  141. transition: all 0.3s linear;
  142. }
  143.  
  144. #pagination{
  145. display:none;
  146. }
  147.  
  148. #posts {
  149. position:relative;
  150. margin-top:0px;
  151. padding-bottom:7px;
  152. padding-left:-1px;
  153. {block:IndexPage}
  154. width: 800px;
  155. margin-left: -25px;
  156. margin-top: 0px;
  157. {/block:IndexPage}
  158. {block:PermalinkPage}
  159. width: 500px;
  160. margin-left: -25px;
  161. margin-top: 0px;
  162. {/block:PermalinkPage}
  163. }
  164.  
  165. #sidebar{
  166. z-index:999999999999999;
  167. position:fixed !important;
  168. width:200px;
  169. height:auto;
  170. padding:7px;
  171. margin-left:550px;
  172. margin-top:140px;
  173. font-size: 13px;
  174. line-height:11px;
  175. letter-spacing:0px;
  176. background-color:#fff;
  177. border: 1px solid #cecece;
  178. font-family: consolas;
  179. overflow:hidden;
  180. text-align:center;
  181. }
  182.  
  183. #sidebar:hover{
  184. opacity: 1;
  185. }
  186.  
  187. #postnotes{
  188. text-align: justify;}
  189.  
  190. #postnotes blockquote{
  191. border: 0px;}
  192.  
  193. #infscr-loading{
  194. bottom: -70px;
  195. position: absolute;
  196. left: 50%;
  197. margin-left:-8px;
  198. width:16px;
  199. height:11px;
  200. overflow:hidden;
  201. margin-bottom: 50px;
  202. }
  203.  
  204. .permalink{
  205. display: block;
  206. padding: 4px;
  207. text-align: right;
  208. font-family: consolas;
  209. text-transform: uppercase;
  210. margin-top: 4px;
  211. color:#000;
  212. background-color:#e6e6e6;
  213. border-radius: 4px;
  214. -webkit-transition: all 0.7s linear;
  215. -moz-transition: all 0.7s linear;
  216. transition: all 0.7s linear;
  217. }
  218.  
  219. .permalink a{
  220. color:#000;
  221. font-family: consolas;
  222. }
  223.  
  224.  
  225. .title{
  226. font-family: consolas;
  227. font-size: 14px;
  228. line-height:15px;
  229. color: {color:Title};
  230. font-weight: normal;
  231. padding:0px 0px 0px 0px;
  232. }
  233.  
  234.  
  235. a img{border: 0px;}
  236.  
  237. blockquote{
  238. padding:2px 2px 2px 5px;
  239. margin:4px 4px 4px 7px;
  240. border-left: 4px solid #dddddd;
  241. }
  242.  
  243. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  244.  
  245. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  246. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  247.  
  248. .notes img{width:10px; position:relative; top:3px;}
  249. <--ses-->
  250. small{font-size: 90%;}
  251.  
  252.  
  253. .caption img {
  254. max-width: 100%;
  255. }
  256.  
  257. {CustomCSS}
  258.  
  259.  
  260. </style>
  261.  
  262.  
  263. {block:IndexPage}
  264. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  265. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  266.  
  267. <script type="text/javascript">
  268. $(window).load(function () {
  269. var $content = $('#posts');
  270. $content.masonry({itemSelector: '.entry'}),
  271. $content.infinitescroll({
  272. navSelector : 'div#pagination',
  273. nextSelector : 'div#pagination a#nextPage',
  274. itemSelector : '.entry',
  275. loading: {
  276. finishedMsg: '',
  277. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  278. },
  279. bufferPx : 600,
  280. debug : false,
  281. },
  282. // call masonry as a callback.
  283. function( newElements ) {
  284. var $newElems = $( newElements );
  285. $newElems.hide();
  286. // ensure that images load before adding to masonry layout
  287. $newElems.imagesLoaded(function(){
  288. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  289.  
  290.  
  291. });
  292. });
  293. });
  294. </script>
  295.  
  296. {/block:IndexPage}
  297.  
  298. <title>{title}</title>
  299.  
  300. <link rel="shortcut icon" href="{Favicon}">
  301. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  302. <meta name="viewport" content="width=820" />
  303.  
  304. </style>
  305.  
  306. </head>
  307. <body>
  308.  
  309. <div style="position:fixed !important;right:1px;top:24px;"><a href="http://bitchato.tumblr.com/"><img src="http://static.tumblr.com/ht0hldm/7Qambbwyq/install.png"></a></div>
  310.  
  311. <div class="wrapper">
  312. <div style="position:fixed;right:0px;top:28px;">
  313. </span>
  314. </div>
  315.  
  316. <div id="sidebar">
  317.  
  318. <a href="/"><div class="blogtitle">{Title}</div></a>
  319.  
  320.  
  321. <p><a href="/"><img src="{image:sidebar}" width=200px;></a>
  322.  
  323. <p><FONT COLOR="#000">{Description}</FONT>
  324.  
  325. <div class="links"><a href="/">home</a>
  326. {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  327. {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  328. {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  329. </div>
  330.  
  331.  
  332. </div>
  333.  
  334. <div id="posts">
  335.  
  336. {block:Posts}
  337. <div class="entry">
  338.  
  339. {block:Text}
  340. {block:Title}<span class="title">{Title}</span>{/block:Title}
  341. <div class="caption"><span class="entrytext">{Body}</span></div>
  342. {/block:Text}
  343.  
  344. {block:Link}
  345. <a href="{URL}" class="title">{Name}</a>
  346. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  347. {block:Link}
  348.  
  349.  
  350. {block:Photo}
  351. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  352. {/block:IndexPage}
  353. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="542"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  354. {/block:Photo}
  355.  
  356.  
  357.  
  358. {block:Photoset}
  359. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  360. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  361. {/block:Photoset}
  362.  
  363. {block:Quote}
  364. {Quote}</span>
  365. {block:Source}{Source}{/block:Source}
  366. {/block:Quote}
  367.  
  368. {block:Chat}
  369. {block:Title}<span class="title">{Title}</span>{/block:Title}
  370. <ul class="chat">
  371. {block:Lines}
  372. <li class="user_{UserNumber}">
  373. {block:Label}
  374. <span class="label">{Label}</span>
  375. {/block:Label}
  376.  
  377. {Line}
  378. </li>
  379. {/block:Lines}
  380. </ul>
  381. {/block:Chat}
  382.  
  383. {block:Audio}
  384. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  385. {block:IndexPage}
  386. <div class="caption">
  387. {caption}</div>{/block:IndexPage}
  388. {/block:Audio}
  389.  
  390. {block:Video}
  391. <center>
  392. {block:IndexPage}
  393. {Video-250}
  394. {/block:IndexPage}
  395. </center>
  396. {block:PermalinkPage}
  397. <center>{Video-500}</center>
  398. {/block:PermalinkPage}
  399. {block:Video}
  400.  
  401. {block:Answer}
  402. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  403. <strong>{Asker} asked: {Question}</strong>
  404. <div class="caption">
  405. <div style="margin-top: 10px;">{Answer}</div></div>
  406. {/block:Answer}
  407.  
  408. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  409.  
  410. {block:IndexPage}
  411. <div class="permalink"><div align="left"><div style="line-height:11px;font-size: 13px;font-family: arial;"><a href="{ReblogURL}" target="_blank">Reblog </a></div></div><div style="margin-top: -11px;line-height:11px;font-size: 13px;"><a href="{Permalink}">{TimeAgo}</a></div></div>
  412. <div style="display:none;">
  413. {block:ContentSource}
  414. <a href="{SourceURL}">
  415. {lang:Source}:
  416. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  417. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  418. </a>via {ReblogParentName}{block:RebloggedFromReblog}{/block:RebloggedFromReblog}{/block:ContentSource}</div>
  419. {/block:IndexPage}
  420.  
  421. {block:PermalinkPage}
  422. {block:Date}
  423. {block:Caption}{Caption}{/block:Caption}<center>
  424. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  425. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  426. {/block:Date}
  427.  
  428. {/block:PermalinkPage}
  429.  
  430. {block:PostNotes}{PostNotes}
  431. {/block:PostNotes}
  432. </div>
  433.  
  434.  
  435. {/block:Posts}
  436. </div>
  437. </div>
  438. {block:IndexPage}
  439. {block:Pagination}
  440. <div id="pagination">
  441. {block:NextPage}
  442. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  443. {/block:NextPage}
  444. {block:PreviousPage}
  445. <a href="{PreviousPage}">&larr;&nbsp;</a>
  446. {/block:PreviousPage}
  447. </div>
  448. {/block:Pagination}
  449. {/block:IndexPage}
  450. </div>
  451.  
  452. </body>
  453. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement