Advertisement
ramisaaaaa

Untitled

Jan 22nd, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga keep the credit seriously
  3. -->
  4.  
  5. <head>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <meta name="color:background" content="#ffffff"/>
  9. <meta name="color:text" content="#dadada"/>
  10. <meta name="color:hover" content="#130C11"/>
  11. <meta name="color:link" content="#000000"/>
  12. <meta name="image:sidebar" content="1"/>
  13. <meta name="image:background" content="1"/>
  14. <meta name="text:link one" content="" />
  15. <meta name="text:link one title" content="" />
  16. <meta name="text:link two" content="" />
  17. <meta name="text:link two title" content="" />
  18. <meta name="text:link three" content="" />
  19. <meta name="text:link three title" content="" />
  20. <meta name="text:link four" content="" />
  21. <meta name="text:link four title" content="" />
  22. <meta name="text:link five" content="" />
  23. <meta name="text:link five title" content="" />
  24. <meta name="if:italic links" content="1"/>
  25. <meta name="if:faded posts" content="1"/>
  26.  
  27. <style type="text/css">
  28.  
  29. a {color:{color:link};text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  30.  
  31. iframe#tumblr_controls {
  32. right:3px !important;
  33. -webkit-transition: opacity 0.7s
  34. linear;opacity: 0.5;
  35. -webkit-transition: all 0.8s ease-out;
  36. -moz-transition: all 0.8s ease-out;
  37. transition: all 0.8s ease-out;
  38. }
  39.  
  40.  
  41. iframe#tumblr_controls:hover{
  42. -webkit-transition: opacity 0.7s linear;
  43. opacity: 1;
  44. -webkit-transition: all 0.4s ease-out;
  45. -moz-transition: all 0.4s ease-out;
  46. transition: all 0.4s ease-out;
  47. }
  48.  
  49.  
  50.  
  51. .wrapper{
  52. margin:1px auto;
  53. width: 802px;
  54. }
  55.  
  56. .header{
  57. float: left;
  58. width: 100%;
  59. }
  60.  
  61. .left{
  62. float: left;
  63. margin-right: 20px;
  64. width: 802px;
  65. }
  66.  
  67. .right{
  68. float: right;
  69. width: 200px;
  70. background-color: {color:Background};
  71. }
  72.  
  73.  
  74. p {
  75. margin:0px;
  76. margin-top:0px;
  77. }
  78.  
  79.  
  80.  
  81. body {
  82. margin:0px;
  83. text-decoration: none;
  84. background-color: {color:background};
  85. background-image:url({image:Background});
  86. background-attachment: fixed;
  87. background-repeat: repeat;
  88. color: {color:Text};
  89. font-size: 10px;
  90. font-family: consolas;
  91. letter-spacing: 0px;
  92. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  93. }
  94.  
  95. a:link, a:active, a:visited{
  96. color: {color:Link};
  97. text-decoration: none;
  98. -webkit-transition: color 0.2s ease-out;
  99. -moz-transition: color 0.2s ease-out;
  100. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  101. }
  102.  
  103.  
  104. a:hover{
  105. color:{color:Hover};
  106. text-shadow: 0px 0px 5px #000000;
  107. -webkit-transition: opacity 0.4s linear;
  108. -webkit-transition: all 0.4s ease-out;
  109. -moz-transition: all 0.4s ease-out;
  110. transition: all 0.4s ease-out;
  111. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  112. }.entry {
  113. float:left;
  114. padding:5px;
  115. margin: 4px;
  116. overflow:hidden;
  117. border:4px double #cccccc;
  118. {block:iffadedposts}opacity:0.8;{/block:iffadedposts}
  119. background-color: {color:background};
  120. background-image:url({image:Background});
  121. {block:IndexPage}
  122. width: 500px;
  123. {/block:IndexPage}
  124. {block:PermalinkPage}
  125. width:500px;
  126. {/block:PermalinkPage}
  127. }.entry:hover{
  128. {block:iffadedposts}opacity:1.0;{/block:iffadedposts}
  129. -webkit-transition: opacity 0.4s linear;
  130. -webkit-transition: all 0.4s ease-out;
  131. -moz-transition: all 0.4s ease-out;
  132. transition: all 0.4s ease-out;
  133. }
  134. #sidebarimg img {margin-top:2px;border:1px solid #cccccc; padding:3px;{block:iffadedposts}opacity:0.8;{/block:iffadedposts}
  135. -webkit-transition: opacity 0.4s linear;
  136. -webkit-transition: all 0.4s ease-out;
  137. -moz-transition: all 0.4s ease-out;
  138. transition: all 0.4s ease-out;}
  139. #sidebarimg img:hover{
  140. {block:iffadedposts}opacity:1.0;{/block:iffadedposts}
  141. -webkit-transition: opacity 0.4s linear;
  142. -webkit-transition: all 0.4s ease-out;
  143. -moz-transition: all 0.4s ease-out;
  144. transition: all 0.4s ease-out;
  145. }
  146. .permalink{
  147. line-height: 13px;
  148. text-transform: none;
  149. font-family: arial;
  150. text-align:center;
  151. margin-top: 1px;
  152. text-align: right;
  153. }div#sidebar{
  154. position:fixed !important;
  155. width: 210px;
  156. height:auto;
  157. margin-top: 180px;
  158. margin-left: -90px;
  159. margin-bottom: 6px;
  160. box-shadow: 0px 0px 14px #929292;
  161. border:4px double #cccccc; padding:3px;
  162. background-color:transparent;
  163. }
  164.  
  165. ::-webkit-scrollbar {width: 8px; height: 6px; background: {color:background}; }
  166.  
  167. ::-webkit-scrollbar-thumb { background-color: {color:link}; -webkit-border-radius: 5px; border:1px solid #dadada;}
  168.  
  169.  
  170. .dong {
  171. line-height:18px;
  172. }
  173.  
  174.  
  175. .ding {
  176. width: 200px;
  177. height: 50px;
  178. font-size: 10px;
  179. font-family: consolas;
  180. padding:0px;
  181. margin-left:5px;
  182. margin-top:
  183. box-shadow:0px 0px 60px #000000;
  184. margin-top:0px;
  185. text-align: center;
  186. overflow:auto;
  187. }
  188. div#desc{
  189. opacity: 1.0;
  190. background-color: white;
  191. border: 1px solid #cccccc;
  192. padding:3px;
  193. width: 200px;
  194. height: 45px;
  195. font-family: consolas;
  196. font-size: 10px;
  197. text-align: center;
  198. overflow:auto;
  199. margin-left:1px;
  200. -webkit-transition: all 0.9s ease;
  201. -moz-transition: all 0.9s ease;
  202. -o-transition: all 0.9s ease;
  203. }
  204. #posts {
  205. width:500px;
  206. margin-left:143px;
  207. margin-top: 10px;
  208. background-color: {color:background};
  209. background-image:url({image:Background});
  210. {block:PermalinkPage}
  211. margin-left:143px;
  212. {/block:PermalinkPage}
  213. float:left;
  214. }#infscr-loading{
  215. bottom: -70px;
  216. position: absolute;
  217. left: 50%;
  218. margin-left:-8px;
  219. width:16px;
  220. height:11px;
  221. overflow:hidden;
  222. margin-bottom: 50px;
  223. }.links a{background:trans;display:inline-block;font-family:arial;font-size:9px;letter-spacing: 0px; padding:2px 3px 2px 3px;}.links:hover a{background:trans;display:inline-block;font-family:arial;font-size:9px;letter-spacing: px; -webkit-border-radius: 2px;-moz-border-radius: 2px; color:}#description {text-align:center; font-size:9px;font-family:droid sans;line-height:16px;}.title{
  224. font-size: 11px;
  225. line-height:14px;
  226. color: {color:Title};
  227. font-weight: bold;
  228. }#pagination{display:none;}.perma p{
  229. margin: 0px;
  230. }.perma a{
  231. color:{color:text};
  232. }.perma{
  233. text-transform: uppercase;
  234. margin: auto;
  235. position: absolute;
  236. text-align: center;
  237. margin-top: 0px;
  238. width: 500px;
  239. height: auto;
  240. background-color: #ffffff;
  241. opacity: 0;
  242. -webkit-transition: opacity 0.4s linear;
  243. -webkit-transition: all 0.4s ease-out;
  244. -moz-transition: all 0.4s ease-out;
  245. transition: all 0.4s ease-out;
  246. filter: alpha(opacity = 0);
  247. }#lol {
  248. text-align:center;
  249. bottom:3px;
  250. right: 3px;
  251. position:fixed;
  252. opacity:1.0;
  253. }.entry:hover .perma {
  254. opacity: .7;
  255. width:500px;
  256. filter: alpha(opacity = 100);
  257. -webkit-transition: opacity 0.4s linear;
  258. -webkit-transition: all 0.4s ease-out;
  259. -moz-transition: all 0.4s ease-out;
  260. transition: all 0.4s ease-out;
  261. }.perma a {
  262. font-size:11px;
  263. letter-spacing:2px;
  264. color: {color:text};
  265. }.perma a:hover {
  266. color:#aaa;
  267.  
  268. }@font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  269. blockquote{
  270. padding:0px 0px 2px 5px;
  271. margin:0px 0px 2px 10px;
  272. border-left: 1px dotted #555555;
  273. border-lleft:3px solid #r4mf4g;
  274. }{CustomCSS}
  275.  
  276. </style>
  277.  
  278. {block:IndexPage}
  279. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  280. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  281.  
  282. <script type="text/javascript">
  283. $(window).load(function () {
  284. var $content = $('#posts');
  285. $content.masonry({itemSelector: '.entry'}),
  286. $content.infinitescroll({
  287. navSelector : 'div#pagination',
  288. nextSelector : 'div#pagination a#nextPage',
  289. itemSelector : '.entry',
  290. loading: {
  291. finishedMsg: '',
  292. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  293. },
  294. bufferPx : 600,
  295. debug : false,
  296. },
  297. // call masonry as a callback.
  298. function( newElements ) {
  299. var $newElems = $( newElements );
  300. $newElems.hide();
  301. // ensure that images load before adding to masonry layout
  302. $newElems.imagesLoaded(function(){
  303. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  304.  
  305.  
  306. });
  307. });
  308. });
  309. </script>
  310. {/block:IndexPage}
  311. <title>{title}</title>
  312. <link rel="shortcut icon" href="{Favicon}">
  313. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  314. </head>
  315. <body>
  316. <div class="wrapper">
  317. <div class="header">
  318. </span>
  319. </div>
  320. <div id="lol"><a href="http://cyrusnigga.tumblr.com">Theme Credit</a></div>
  321. <div id="sidebar">
  322. <div id="sidebarimg"><center><a href="/"><img src="{image:sidebar}" width=200px></a></center></div>
  323. {block:ifitaliclinks}<i>{/block:ifitaliclinks}<div class="dong"><center>
  324. - {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}{block:IfLinktwotitle} - <a href="{text:link two}">{text:link two title}</a>{/block:IfLinktwotitle}{block:IfLinkthreetitle} - <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}{block:IfLinkfourtitle} - <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}{block:IfLinkfivetitle} - <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle} - </div>
  325. </center>{block:ifitaliclinks}</i>{/block:ifitaliclinks}
  326. <div id="desc">
  327. {Description}
  328. </div><center></div>
  329. <div class="left"><div id="posts">{block:Posts}<div class="entry">{block:IndexPage}{/block:IndexPage}{block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  330. <div class="permalink">
  331. <a href="{permalink}">+{NoteCount}</a></div>
  332. {/block:Text}{block:Link}
  333. <a href="{URL}" class="title">{Name}</a>
  334. {block:Description}{Description}{/block:Description}
  335. <div class="permalink">
  336. <a href="{permalink}">{NoteCountwithlabel}</a></div>
  337. {block:Link}{block:Answer}<div style="border-radius:0px; border: 0x solid #E6DFDF; margin: 3px; min-height:30px; padding: 3px; background-color: transparent;font-family: {text:font}; ">
  338. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 0px #E6DFDF; border-radius: 0px;"/>
  339. <b><askk>{Asker}</askk> asked: {Question}</b><div style="font-family: {text:font};">{Answer}
  340. </div></div><div class="permalink"><a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Answer}{block:Photo}{block:IndexPage}{LinkOpenTag}<div class="perma"><div class="stuff"><font size="2"></font> <a href="{permalink}"><font size="2"> {Month} {DayOfMonth}{DayOfMonthSuffix} {timeago}</font></a><a href="{permalink}"> :: <font size="2"></font> <font size="2">{NoteCountWithLabel}</font></a> :: <a href="{ReblogURL}" target="_blank"><font size="2">reblog</font></a></a>
  341. </p></div> </div> <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a></div>{LinkCloseTag}{/block:IndexPage}
  342. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  343. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  344. {/block:Photo}{block:Photoset}
  345. {block:IndexPage}{Photoset-500}
  346. {/block:IndexPage}{block:permalinkpage}{Photoset-500}{/block:permalinkpage}
  347. {/block:Photoset}{block:Quote}{Quote}</span>{block:Source}<strong>{Source}</strong>{/block:Source}<div class="permalink"><a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}{block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>
  348. {/block:Label}{Line}</li>{/block:Lines}</ul><div class="permalink">
  349. <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Chat}{block:Audio}<center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">{block:ExternalAudio}{/block:ExternalAudio}</div></div></center><div class="permalink"><a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Audio}{block:Video}{block:IndexPage}{Video-500}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:Video}{block:PermalinkPage}<center>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>{/block:PermalinkPage}{block:PostNotes}{PostNotes} {/block:PostNotes}</div>{/block:Posts}</div></div>{block:IndexPage}{block:Pagination}<div id="pagination">{block:NextPage}<a id="nextPage" href="{NextPage}"></a>{/block:NextPage}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}</div>{/block:Pagination}{/block:IndexPage}</div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement