Advertisement
wavethemes

Coke Cola Theme

Oct 14th, 2012
1,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.73 KB | None | 0 0
  1. <head>
  2. <!------------------------------------------------------------------
  3. Coke Cola Theme by Bjarki
  4. _ _ ____ _______ _____ ____ ___ _ _____
  5. | |__| | / /\ \ |__ __|| ____| / /\ \ | O \ | | | ____|
  6. | __ | / /__\ \ | | | _| / /__\ \ | / | | | _|
  7. | | | | / / \ \ | | | |___ / / \ \ | O \ | |__ | |___
  8. |_| |_|/_/ \_\ |_| |_____|/_/ \_\|___/ |____||_____|
  9. please do not remove the theme credit! thank you
  10. ------------------------------------------------------------------->
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Lekton|Antic' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Share' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  22.  
  23. <meta name="if:tiny scrollbar" content="1"/>
  24. <meta name="color:Background" content="#acacac"/>
  25. <meta name="color:Text" content="#130C11"/>
  26. <meta name="color:Title" content="#130C11"/>
  27. <meta name="color:Hover" content="#130C11"/>
  28. <meta name="color:Scrollbar" content="#130C11"/>
  29. <meta name="color:Link" content="#130C11"/>
  30. <meta name="image:Background" content="1"/>
  31. <meta name="color:content" content="#a8eafc"/>
  32. <meta name="if:show icon" content="1"/>
  33. <meta name="text:Link One Title" content="link1" />
  34. <meta name="text:Link One" content="" />
  35. <meta name="text:Link Two Title" content="link2" />
  36. <meta name="text:Link Two" content="" />
  37. <meta name="text:Link Three Title" content="link3" />
  38. <meta name="text:Link Three" content="" />
  39. <meta name="text:Link Four Title" content="link4" />
  40. <meta name="text:Link Four" content="" />
  41.  
  42. <style type="text/css">
  43.  
  44. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  45.  
  46. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  47.  
  48. .wrapper{
  49. margin: 0px auto;
  50. width: 717px;
  51. }
  52.  
  53. #tumblr_controls{
  54. position:fixed !important;
  55. top: 3px;
  56. right: 3px;
  57. }
  58.  
  59. body {
  60. padding: 0px;
  61. margin: 0px;
  62. color:{color:text};
  63. background-color: {color:Background};
  64. background-image:url({image:background});
  65. background-attachment: fixed;
  66. background-size: 1200px;
  67. font-family: consolas;
  68. font-size: 12px;
  69. line-height:10px;
  70. }
  71.  
  72. http://25.media.tumblr.com/tumblr_m8b1sr9RQr1r13im2o1_500.jpg
  73.  
  74. p {
  75. margin:0px;
  76. margin-top:0px;
  77. }
  78.  
  79. a:link, a:active, a:visited{
  80. color: {color:Link};
  81. text-decoration: none;
  82. -webkit-transition: color 0.5s ease-out;
  83. -moz-transition: color 0.5s ease-out;
  84. }
  85.  
  86. a:hover{
  87. color:{color:Hover};
  88. -webkit-transition: color 0.3s ease-out;
  89. -moz-transition: color 0.3s ease-out;
  90. }
  91.  
  92. .entry {
  93. margin:3px;
  94. margin-bottom: -4px;
  95. padding: 0px;
  96. padding-bottom: 0px;
  97. float:left;
  98. font-family: consolas;
  99. border-radius: 3px;
  100. font-size: 12px;
  101. line-height:14px;
  102. {block:IndexPage}
  103. top:60px;
  104. width:300px;
  105. {/block:IndexPage}
  106. {block:PermalinkPage}
  107. margin-top: 3px;
  108. margin-left: 70px;
  109. width:600px;
  110. {/block:permalinkPage}
  111. }
  112.  
  113. .entry img {
  114. border-radius: 0px;
  115. {block:IndexPage}
  116. opacity: 1;
  117. -webkit-transition: all 0.3s linear;
  118. -webkit-transition: all 0.3s linear;
  119. -moz-transition: all 0.3s linear;
  120. transition: all 0.3s linear;
  121. {/block:IndexPage}
  122. }
  123.  
  124. .entry img:hover {
  125. opacity: 1;
  126. }
  127.  
  128. @font-face{font-family:loki-cola;src:url('http://static.tumblr.com/hcocigh/Cgfmb5gdr/lokicola.ttf');}
  129.  
  130. .blogtitle{
  131. text-align: center;
  132. font-family:loki-cola;
  133. color: #000;
  134. padding-left: 5px;
  135. font-size: 60px;
  136. line-height: 40px;
  137. letter-spacing:0px;
  138. }
  139.  
  140. #pagination{
  141. display:none;
  142. }
  143.  
  144. #posts {
  145. position:relative;
  146. margin-top:0px;
  147. padding-bottom:7px;
  148. padding-left:-1px;
  149. {block:IndexPage}
  150. width: 800px;
  151. margin-left: 80px;
  152. margin-top:3px;
  153. {/block:IndexPage}
  154. {block:PermalinkPage}
  155. width: 600px;
  156. margin-left: 25px;
  157. margin-top: 3px;
  158. {/block:PermalinkPage}
  159. }
  160.  
  161. #sidebar {
  162. position: fixed;
  163. top: 0px;
  164. left: 180px;
  165. width: 180px;
  166. height: 100%;
  167. padding: 5px;
  168. z-index: 1000;
  169. opacity: 1;
  170. overflow: hidden;
  171. -webkit-transition: all 0.5s ease-out;
  172. background-color:{color:content};
  173. border-left: 3px dashed #fff;
  174. border-right: 3px dashed #fff;
  175. }
  176.  
  177. #biter{letter-spacing:4px;}
  178.  
  179. #bite a {display:inline-block;letter-spacing:0px;margin:1px;font-family:{font:post permalinks};text-transform:none;color:{color:link}; text-align:center;}
  180.  
  181. #bite a:hover{color:{color:hover};}
  182.  
  183. #bite .death {margin-top:0px;margin-left:0px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;letter-spacing:0px; text-align:center;}
  184.  
  185. #bite:hover .death {margin-top:10px;margin-left:0px;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;letter-spacing:0px; text-align:center;}
  186.  
  187.  
  188. #postnotes{
  189. text-align: justify;}
  190.  
  191. #postnotes blockquote{
  192. border: 0px;}
  193.  
  194. #infscr-loading{
  195. bottom: -70px;
  196. position: absolute;
  197. left: 50%;
  198. margin-left:-8px;
  199. width:16px;
  200. height:11px;
  201. overflow:hidden;
  202. margin-bottom: 50px;
  203. }
  204.  
  205. .entry .permalink {
  206. padding-top:0px;
  207. }
  208.  
  209. .tweek {
  210. font-size:15px;
  211. line-height:100%;
  212. padding:2px;
  213. color:#fff;
  214. z-index:987897978978999999;
  215. }
  216.  
  217. .entry:hover .craig {
  218. opacity:0.85;
  219. z-index:999999;
  220. }
  221.  
  222. .vriska {
  223. opacity: 0;
  224. -webkit-transition-duration:0.7s;
  225. }
  226. .entry:hover .vriska {
  227. opacity:1;padding-top:0px;
  228. }
  229.  
  230. .clear {
  231. display: none;
  232. }
  233.  
  234. ol.notes {
  235. padding: 0px;
  236. margin: 25px 0px;
  237. list-style-type: none;
  238. border-bottom: solid 1px #ccc;
  239. }
  240.  
  241. ol.notes li.note {
  242. border-top: solid 1px #ccc;
  243. padding: 6px;
  244. }
  245.  
  246. #craig {
  247. color:#000;
  248. font-size:12px;
  249. opacity: 0;
  250. margin-top:0px;
  251. padding-left:5px;padding-right:5px;
  252. margin-left:5px;
  253. width:auto;
  254. height:20px;
  255. background-color: #fff;
  256. padding-top:5px;
  257. float:left;display:block;
  258. text-align:center;
  259. font-family:consolas;
  260. letter-spacing:1px;
  261. border-radius:4px;
  262. -o-border-radius:4px;
  263. -moz-border-radius:4px;
  264. -webkit-border-radius:4px;
  265. -webkit-transition-duration:1s;
  266. -webkit-transition:1s;
  267. }
  268.  
  269.  
  270. #craig a {
  271. color:#000;
  272. text-decoration:none;
  273. -webkit-transition-duration:1s;
  274. -webkit-transition:1s;
  275. }
  276.  
  277. #craig:hover {
  278.  
  279. -webkit-transition-duration:1s;
  280. -webkit-transition:1s;
  281. z-index:99933999;
  282. }
  283. .tweek:hover{
  284. -webkit-transition-duration:1s;
  285. -webkit-transition:1s;
  286. z-index:999999;
  287. }
  288.  
  289. .entry:hover #craig {
  290. opacity:0.8;
  291. z-index:999999;
  292. -webkit-transition-duration:1s;
  293. -webkit-transition:1s;
  294. }
  295.  
  296. #craig:hover .img {
  297. opacity:1;
  298. }
  299.  
  300. .clear {
  301. display: none;
  302. }
  303.  
  304. ol.notes {
  305. padding: 0px;
  306. margin: 25px 0px;
  307. list-style-type: none;
  308. border-bottom: solid 1px #ccc;
  309. }
  310.  
  311. ol.notes li.note {
  312. border-top: solid 1px #ccc;
  313. padding: 6px;
  314. }
  315.  
  316.  
  317.  
  318.  
  319. .wutang {
  320. display:block;
  321. background-color:#ccc;
  322. padding:2px;
  323. margin-right:5px;
  324. max-width:25px;
  325. height:15px;
  326. }
  327.  
  328. .title{
  329. font-family: consolas;
  330. font-size: 14px;
  331. line-height:15px;
  332. color: {color:Title};
  333. font-weight: normal;
  334. padding:0px 0px 0px 0px;
  335. }
  336.  
  337.  
  338. a img{border: 0px;}
  339.  
  340. blockquote{
  341. padding:2px 2px 2px 5px;
  342. margin:4px 4px 4px 7px;
  343. border-left: 4px solid #dddddd;
  344. }
  345.  
  346. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  347.  
  348. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  349. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  350.  
  351. .notes img{width:10px; position:relative; top:3px;}
  352. <--ses-->
  353. small{font-size: 90%;}
  354.  
  355.  
  356. .caption img {
  357. max-width: 100%;
  358. }
  359.  
  360. {CustomCSS}
  361.  
  362.  
  363. </style>
  364.  
  365.  
  366. {block:IndexPage}
  367. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  368. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  369.  
  370. <script type="text/javascript">
  371. $(window).load(function () {
  372. var $content = $('#posts');
  373. $content.masonry({itemSelector: '.entry'}),
  374. $content.infinitescroll({
  375. navSelector : 'div#pagination',
  376. nextSelector : 'div#pagination a#nextPage',
  377. itemSelector : '.entry',
  378. loading: {
  379. finishedMsg: '',
  380. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  381. },
  382. bufferPx : 600,
  383. debug : false,
  384. },
  385. // call masonry as a callback.
  386. function( newElements ) {
  387. var $newElems = $( newElements );
  388. $newElems.hide();
  389. // ensure that images load before adding to masonry layout
  390. $newElems.imagesLoaded(function(){
  391. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  392.  
  393.  
  394. });
  395. });
  396. });
  397. </script>
  398.  
  399. {/block:IndexPage}
  400.  
  401. <title>{title}</title>
  402.  
  403. <link rel="shortcut icon" href="{Favicon}">
  404. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  405. <meta name="viewport" content="width=820" />
  406.  
  407. </style>
  408.  
  409. </head>
  410. <body>
  411.  
  412. <div style="position:fixed !important;right:1px;top:24px;"><a href="http://static.tumblr.com/ht0hldm/7Qambbwyq/install.png"></a></div>
  413.  
  414. <div class="wrapper">
  415. <div style="position:fixed;right:0px;top:28px;">
  416. </span>
  417. </div>
  418.  
  419.  
  420. <div id="sidebar">
  421. <br><br><br><br><br><br><br><br><br>
  422.  
  423. <a href="/"><div class="blogtitle">{Title}</div></a>
  424.  
  425. {block:ifshowicon}<a href="/"><img src="{PortraitURL-128}" width="45" style="border-radius:45px;float:left;margin-top:1px;margin-left:35%;" class="img"></a>{/block:ifshowicon}
  426. <br><br><br><br>
  427.  
  428. <br><div style="text-align: center;">{Description}</div>
  429. <br><br><br>
  430.  
  431. <div id="bite" style="letter-spacing:0px; text-align: center;"<a href="#">+ N A V I G A T I O N</a>
  432. <div class="death">
  433. <a href="/" rel="{Title}">⟲</a>
  434. <a href="/ask" rel="{AskLabel}">ask</a>
  435. {block:iflinkonetitle}<a href="{text:link one}">{text:link one title}</a>{/block:iflinkonetitle}
  436. {block:iflinktwotitle}<a href="{text:link two}">{text:link two title}</a>{/block:iflinktwotitle}
  437. {block:iflinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:iflinkthreetitle}
  438. {block:iflinkfourtitle}<a href="{text:link four}">{text:link four title}</a> {/block:iflinkfourtitle}
  439. <a href="http://wavethemes.tumblr.com/">theme</a>
  440. </div>
  441. </div>
  442.  
  443. </div>
  444.  
  445. <div id="posts">
  446.  
  447. {block:Posts}
  448. <div class="entry">
  449.  
  450. {block:Text}
  451. {block:Title}<span class="title">{Title}</span>{/block:Title}
  452. <div class="caption"><span class="entrytext">{Body}</span></div>
  453. {/block:Text}
  454.  
  455. {block:Link}
  456. <a href="{URL}" class="title">{Name}</a>
  457. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  458. {block:Link}
  459.  
  460.  
  461. {block:Photo}
  462. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a></div>{LinkCloseTag}
  463. {/block:IndexPage}
  464. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="607"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  465. {block:IndexPage}
  466. <div class="tweek" style="display:Block;">
  467. <div style="margin-left:0px;margin-top:-35px;"><div id="craig"><a href="{Permalink}"><div style="opacity:1;">{NoteCount}</div></a></div>
  468. <div id="craig"><a href="{ReblogURL}">reblog</a></div></div>
  469. </span>
  470. </div>
  471. {/block:IndexPage}
  472. {/block:Photo}
  473.  
  474.  
  475.  
  476. {block:Photoset}
  477. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  478. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  479. {/block:Photoset}
  480.  
  481. {block:Quote}
  482. {Quote}</span>
  483. {block:Source}{Source}{/block:Source}
  484. {/block:Quote}
  485.  
  486. {block:Chat}
  487. {block:Title}<span class="title">{Title}</span>{/block:Title}
  488. <ul class="chat">
  489. {block:Lines}
  490. <li class="user_{UserNumber}">
  491. {block:Label}
  492. <span class="label">{Label}</span>
  493. {/block:Label}
  494.  
  495. {Line}
  496. </li>
  497. {/block:Lines}
  498. </ul>
  499. {/block:Chat}
  500.  
  501. {block:Audio}
  502. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  503. {block:IndexPage}
  504. <div class="caption">
  505. {caption}</div>{/block:IndexPage}
  506. {/block:Audio}
  507.  
  508. {block:Video}
  509. <center>
  510. {block:IndexPage}
  511. {Video-250}
  512. {/block:IndexPage}
  513. </center>
  514. {block:PermalinkPage}
  515. <center>{Video-500}</center>
  516. {/block:PermalinkPage}
  517. {block:Video}
  518.  
  519. {block:Answer}
  520. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  521. <strong>{Asker} asked: {Question}</strong>
  522. <div class="caption">
  523. <div style="margin-top: 10px;">{Answer}</div></div>
  524. {/block:Answer}
  525.  
  526. {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}
  527.  
  528.  
  529. {block:PermalinkPage}
  530. {block:Date}
  531. {block:Caption}{Caption}{/block:Caption}<center>
  532. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  533. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  534. {/block:Date}
  535.  
  536. {/block:PermalinkPage}
  537.  
  538. {block:PostNotes}{PostNotes}
  539. {/block:PostNotes}
  540. </div>
  541.  
  542.  
  543. {/block:Posts}
  544. </div>
  545. </div>
  546. {block:IndexPage}
  547. {block:Pagination}
  548. <div id="pagination">
  549. {block:NextPage}
  550. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  551. {/block:NextPage}
  552. {block:PreviousPage}
  553. <a href="{PreviousPage}">&larr;&nbsp;</a>
  554. {/block:PreviousPage}
  555. </div>
  556. {/block:Pagination}
  557. {/block:IndexPage}
  558. </div>
  559.  
  560. </body>
  561. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://hateable.tumblr.com">hateable</a></div>
  562. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement