Advertisement
ramisaaaaa

Untitled

Oct 30th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga
  3. -->
  4.  
  5. <head>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <meta name="color:background" content="#FFFFFF"/>
  11. <meta name="color:posts background" content="#FFFFFF"/>
  12. <meta name="color:text" content="#130C11"/>
  13. <meta name="color:hover" content="#130C11"/>
  14. <meta name="color:link" content="#000000"/>
  15. <meta name="color:scrollbar" content="#000000"/>
  16. <meta name="image:sidebar" content="1"/>
  17. <meta name="image:background" content="1"/>
  18. <meta name="if:faded images" content="0"/>
  19. <meta name="text:Link one" content="" />
  20. <meta name="text:Link one Title" content="" />
  21. <meta name="text:Link two" content="" />
  22. <meta name="text:Link two Title" content="" />
  23. <meta name="text:Link three" content="" />
  24. <meta name="text:Link three Title" content="" />
  25. <meta name="text:Link four" content="" />
  26. <meta name="text:Link four Title" content="" />
  27. <meta name="text:Link five" content="" />
  28. <meta name="text:Link five Title" content="" />
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33. {block:iffadedimages}img{
  34. -webkit-transition: opacity 0.8s linear;
  35. opacity: 0.60;
  36. }
  37. img:hover{
  38. -webkit-transition: opacity 0.8s linear;
  39. opacity: 1;
  40. }{/block:iffadedimages}
  41.  
  42.  
  43. 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;}
  44.  
  45.  
  46.  
  47. iframe#tumblr_controls {
  48. right:3px !important;
  49. position: fixed !important;
  50. -webkit-transition: opacity 0.7s
  51. linear;opacity: 0.7;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;
  55. }
  56.  
  57.  
  58. iframe#tumblr_controls:hover{
  59. -webkit-transition: opacity 0.7s linear;
  60. opacity: 1;
  61. -webkit-transition: all 0.4s ease-out;
  62. -moz-transition: all 0.4s ease-out;
  63. transition: all 0.4s ease-out;
  64. }
  65.  
  66.  
  67.  
  68. .wrapper{
  69. margin:1px auto;
  70. width: 802px;
  71. }
  72.  
  73. .header{
  74. float: left;
  75. width: 100%;
  76. }
  77.  
  78. .left{
  79. float: left;
  80. margin-right: 20px;
  81. width: 802px;
  82. }
  83.  
  84. .right{
  85. float: right;
  86. width: 200px;
  87. background-color: {color:Background};
  88. }
  89.  
  90.  
  91. p {
  92. margin:0px;
  93. margin-top:0px;
  94. }
  95.  
  96.  
  97.  
  98. body {
  99. margin:0px;
  100. text-decoration: none;
  101. background-color: {color:background};
  102. background-image:url({image:Background});
  103. background-attachment: fixed;
  104. background-repeat: repeat;
  105. color: {color:Text};
  106. font-family:arial;
  107. font-size: 11px;
  108. letter-spacing: 0px;
  109. line-height: 10px;
  110. }
  111.  
  112. a:link, a:active, a:visited{
  113. color: {color:link};
  114. text-decoration: none;
  115. -webkit-transition: color 0.2s ease-out;
  116. -moz-transition: color 0.2s ease-out;
  117. }
  118.  
  119.  
  120. a:hover{
  121. color:{color:hover};
  122. text-shadow: 0px 0px 2px #000000;
  123. -webkit-transition: opacity 0.7s linear;
  124. -webkit-transition: all 0.8s ease-out;
  125. -moz-transition: all 0.7s ease-out;
  126. transition: all 0.7s ease-out;
  127. }
  128.  
  129.  
  130. .entry {
  131. float:left;
  132. margin:6px;
  133. padding-right: 3px;
  134. padding-left:3px;
  135. padding-top: 3px;
  136. padding-bottom: 2px;
  137. background-color: {color:posts background};
  138. {block:IndexPage}
  139. width: 500px;
  140. {/block:IndexPage}
  141. {block:PermalinkPage}
  142. width:500px;
  143. {/block:PermalinkPage}
  144. }
  145.  
  146.  
  147. .excel{
  148. opacity: 0.7;
  149. }
  150.  
  151. .excel:hover{
  152. -webkit-transition: opacity 0.7s linear;
  153. opacity: 1;
  154. -webkit-transition: all 0.4s ease-out;
  155. -moz-transition: all 0.4s ease-out;
  156. transition: all 0.4s ease-out;
  157. }
  158.  
  159. .permalink{
  160. line-height: 13px;
  161. text-transform: none;
  162. font-size: 9px;
  163. text-align:center;
  164. margin-top: 1px;
  165. text-align: right;
  166. }
  167.  
  168.  
  169. div#sidebar{
  170. position:fixed !important;
  171. width: 220px;
  172. height:auto;
  173. margin-top: 160px;
  174. margin-left: -60px;
  175. padding: 4px;
  176. line-height:12px;
  177. letter-spacing:0px;
  178. margin-bottom: 6px;
  179. background-color:transparent;
  180. font-size: 10px;
  181. letter-spacing: 0px;
  182. }
  183.  
  184.  
  185. div#shit{
  186. font-family:arial;
  187. font-size: 11px;
  188. padding-bottom: 3px;
  189. padding-top: 3px;
  190. }
  191.  
  192.  
  193. div#fuck{
  194. font-family:arial;
  195. font-size:11px;
  196. letter-spacing: 2px;
  197. }
  198.  
  199. div#nigga{
  200. font-family:miniver;
  201. font-size:21px;
  202. letter-spacing: 2px;
  203. line-height: 20px;
  204. }
  205.  
  206.  
  207.  
  208. @font-face {font-family: "faggot";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  209.  
  210.  
  211.  
  212.  
  213. #posts {
  214. width:650px;
  215. margin-left:203px;
  216. margin-top: 10px;
  217. background-color: {color:background};
  218. background-image:url({image:Background});
  219. {block:PermalinkPage}
  220. margin-left:203px;
  221. {/block:PermalinkPage}
  222. float:left;
  223. }
  224.  
  225. #infscr-loading{
  226. bottom: -70px;
  227. position: absolute;
  228. left: 50%;
  229. margin-left:-8px;
  230. width:16px;
  231. height:11px;
  232. overflow:hidden;
  233. margin-bottom: 50px;
  234. }
  235.  
  236.  
  237. .smds a{
  238. position:fixed;
  239. font-family:inder;
  240. font-size:9px;
  241. letter-spacing: 0px;
  242. text-shadow: 0px 0px 2px #000000;
  243. }
  244.  
  245. .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:}
  246.  
  247.  
  248. #description {text-align:center; font-size:11px;font-family:droid sans;line-height:16px; height: 20px;}
  249.  
  250. .title{
  251. font-size: 11px;
  252. line-height:14px;
  253. color: {color:Title};
  254. font-weight: bold;
  255. }
  256.  
  257.  
  258. #pagination{
  259. display:none;
  260. }
  261.  
  262.  
  263. .perma a{
  264. font-family:arial;
  265. font-size:11px;
  266. color: #000000;
  267. }
  268.  
  269. .perma {
  270. background-color: #ffffff;
  271. width: 500px;
  272. opacity: 0.0;
  273. position: fixed;
  274. text-align: center;
  275. height: 0px;
  276. margin-left: -5px;
  277. font-size: 10px;
  278. line-height: 20px;
  279. -webkit-transition: all 0.5s ease-out;
  280. -moz-transition: all 0.5s ease-out;
  281. transition: all 0.9s ease-out;
  282. color: #000000!important;
  283. }
  284.  
  285. .entry:hover .perma {
  286. opacity: 0.7;
  287. width: 500px;
  288. height: 20px;
  289. margin-left: 0px;
  290. -webkit-transition: all 0.5s ease-out;
  291. -moz-transition: all 0.5s ease-out;
  292. transition: all 0.9s ease-out;
  293. color: #000000;
  294. }
  295.  
  296. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  297.  
  298. blockquote{
  299. padding:0px 0px 2px 5px;
  300. margin:0px 0px 2px 10px;
  301. border-left: 1px dotted #555555;
  302. }
  303.  
  304. select {
  305. font-size: 9px;
  306. width: 120px;
  307. margin-left: 10px;
  308. padding: 1px;
  309. }
  310.  
  311. option {
  312. font-size: 9px;
  313. text-align: left;
  314.  
  315. }
  316. input[type=button]
  317. {
  318. font-size: 9px;
  319. }
  320.  
  321.  
  322. {CustomCSS}
  323.  
  324. </style>
  325.  
  326. {block:IndexPage}
  327. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  328. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  329.  
  330. <script type="text/javascript">
  331. $(window).load(function () {
  332. var $content = $('#posts');
  333. $content.masonry({itemSelector: '.entry'}),
  334. $content.infinitescroll({
  335. navSelector : 'div#pagination',
  336. nextSelector : 'div#pagination a#nextPage',
  337. itemSelector : '.entry',
  338. loading: {
  339. finishedMsg: '',
  340. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  341. },
  342. bufferPx : 600,
  343. debug : false,
  344. },
  345. // call masonry as a callback.
  346. function( newElements ) {
  347. var $newElems = $( newElements );
  348. $newElems.hide();
  349. // ensure that images load before adding to masonry layout
  350. $newElems.imagesLoaded(function(){
  351. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  352.  
  353.  
  354. });
  355. });
  356. });
  357. </script>
  358.  
  359. {/block:IndexPage}
  360.  
  361.  
  362. <title>{title}</title>
  363.  
  364. <link rel="shortcut icon" href="{Favicon}">
  365. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  366. <meta name="viewport" content="width=820" />
  367.  
  368. </head>
  369. <body>
  370. <div class="wrapper">
  371. <div class="header">
  372. </span>
  373. </div>
  374. <div id="sidebar">
  375.  
  376. <center><div id="nigga">
  377. {block:ifLinkoneTitle}<a href="{text:Link1 one}">{text:Link one Title}</a>{/block:ifLinkoneTitle}
  378. {block:ifLinktwoTitle}<a href="{text:Link two}">{text:Link two Title}</a>{/block:ifLinktwoTitle}
  379. {block:ifLinkthreeTitle}<a href="{text:Link three}">{text:Link three Title}</a>{/block:ifLinkthreeTitle}
  380. {block:ifLinkfourTitle}<a href="{text:Link four}">{text:Link four Title}</a>{/block:ifLinkfourTitle}
  381. {block:ifLinkfiveTitle}<a href="{text:Link five}">{text:Link five Title}</a>{/block:ifLinkfiveTitle}
  382.  
  383. </div>
  384.  
  385.  
  386. <center><a href="/"><img src="{image:sidebar}" width=220px></a></center>
  387.  
  388. <div id="shit">
  389.  
  390. <center>{Description}
  391.  
  392. </div>
  393.  
  394.  
  395.  
  396. </div>
  397.  
  398. <div class="left">
  399.  
  400. <div id="posts">
  401.  
  402. {block:Posts}
  403. <div class="entry">
  404.  
  405. {block:IndexPage}
  406. {/block:IndexPage}
  407.  
  408. {block:Text}
  409. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  410. <div class="permalink">
  411. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  412. {/block:Text}
  413.  
  414. {block:Link}
  415. <a href="{URL}" class="title">{Name}</a>
  416. {block:Description}{Description}{/block:Description}
  417. <div class="permalink">
  418. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  419. {block:Link}
  420.  
  421.  
  422.  
  423. {block:Photoset}
  424. {block:IndexPage}
  425. {Photoset-500}
  426. {/block:IndexPage}
  427. {/block:Photoset}
  428.  
  429.  
  430.  
  431. {block:Photo}
  432.  
  433.  
  434. {block:IndexPage}{LinkOpenTag}
  435.  
  436. <div class="photo">
  437.  
  438. <div class="perma">
  439. <a href="{Permalink}">{Timeago}</a> ∞ <a href="{Permalink}">{NoteCountwithlabel}</a> ∞ <a href="{ReblogURL}">Reblog this post</a>
  440. </div>
  441.  
  442.  
  443. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a></div>{LinkCloseTag}{/block:IndexPage}
  444. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  445. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  446. {LinkCloseTag}{/block:PermalinkPage}
  447. {/block:Photo}
  448.  
  449. {block:Quote}
  450. {Quote}</span>
  451. {block:Source}<strong>{Source}</strong>{/block:Source}
  452. <div class="permalink">
  453. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  454. {/block:Quote}
  455.  
  456. {block:Chat}
  457. {block:Title}<span class="title">{Title}</span>{/block:Title}
  458. <ul class="chat">
  459. {block:Lines}
  460. <li class="user_{UserNumber}">
  461. {block:Label}
  462. <span class="label">{Label}</span>
  463. {/block:Label}
  464.  
  465. {Line}
  466. </li>
  467. {/block:Lines}
  468. </ul><div class="permalink">
  469. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  470.  
  471. {/block:Chat}
  472.  
  473. {block:Audio}
  474. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  475. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  476. <div class="permalink">
  477. <a href="{permalink}">Posted with {NoteCountwithlabel}</a></div>
  478. {/block:Audio}
  479.  
  480. {block:Video}
  481. {block:IndexPage}
  482. <center>
  483. {Video-500}</center>
  484. {/block:IndexPage}
  485. {block:Video}
  486.  
  487. {block:PermalinkPage}
  488. <center>
  489. {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>
  490. {/block:PermalinkPage}
  491.  
  492.  
  493. {block:PostNotes}{PostNotes}
  494. {/block:PostNotes}
  495. </div>
  496.  
  497.  
  498. {/block:Posts}
  499. </div>
  500. </div>
  501. {block:IndexPage}
  502. {block:Pagination}
  503. <div id="pagination">
  504. {block:NextPage}
  505. <a id="nextPage" href="{NextPage}"></a>
  506. {/block:NextPage}
  507. {block:PreviousPage}
  508. <a href="{PreviousPage}"></a>
  509. {/block:PreviousPage}
  510. </div>
  511. {/block:Pagination}
  512. {/block:IndexPage}
  513. </div>
  514.  
  515. <div style="position:fixed;left:0px;bottom:-24px;">
  516. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  517. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  518. </div>
  519.  
  520. </body>
  521.  
  522. <div style="position:fixed; bottom:10px; left:10px;">
  523. <a href="http://cyrusnigga.tumblr.com/">©</a>
  524.  
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement