Advertisement
ramisaaaaa

Untitled

May 29th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. <!--
  2. theme by icy-me0ws
  3. -->
  4.  
  5. <html lang="en">
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8. <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
  9. <meta name="color:background" content="#fff"/>
  10. <meta name="color:text" content="#000"/>
  11. <meta name="color:title" content="#000"/>
  12. <meta name="color:text shadow" content="#ffffff"/>
  13. <meta name="color:link" content="#777"/>
  14. <meta name="color:hover" content="#ccc"/>
  15. <meta name="image:sidebar" content="1"/>
  16. <meta name="if:show photo" content="0"/>
  17. <meta name="if:infinite scrolling" content="0"/>
  18. <meta name="image:sidebar hover" content=""/>
  19.  
  20.  
  21. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  24.  
  25.  
  26. <style type="text/css">
  27.  
  28.  
  29.  
  30. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  31.  
  32. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  33.  
  34. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  35.  
  36. #biter
  37.  
  38. #bite a {display:block}
  39.  
  40. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  41.  
  42. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  50.  
  51. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  52.  
  53. {block:iftinycursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
  54.  
  55.  
  56.  
  57. body {
  58. margin:0px;
  59. background-color: {color:Background};
  60. background-image:url({image:Background});
  61. background-attachment: fixed;
  62. background-repeat: repeat;}
  63. body, div, p, textarea, submit, input{
  64. font-family: verdana;
  65. text-transform:none;
  66. font-size: 7.5px;
  67. line-height:10px;
  68. letter-spacing:0px;
  69. color:{color:Text};
  70. }
  71.  
  72.  
  73.  
  74. p {
  75. margin:0px;
  76. margin-top:0px;
  77. }
  78.  
  79.  
  80. a:link, a:active, a:visited{
  81. color: {color:Link};
  82. text-decoration: none;
  83. -webkit-transition: color 0.3s ease-out;
  84. -moz-transition: color 0.3s ease-out;
  85. transition: color 0.3s ease-out;
  86. }
  87.  
  88. a:hover {
  89. color:{color:Hover};
  90. text-decoration: underline;
  91. font-style: none;
  92. text-shadow:1px 1px 5px {color:text shadow}
  93. }
  94.  
  95. .nav a {
  96. height: 10px;
  97. padding:3px;
  98. padding-top:4px;
  99. margin-top:1px;
  100. margin-left:0px;
  101. display:block;
  102. font-family:verdana;
  103. font-size:8px;
  104. text-align: left;
  105. text-transform:uppercase;
  106. text-decoration:none;
  107. color:{color:text links};
  108. background-color:#fff;
  109. -webkit-transition: all 0.2s ease-out;
  110. -moz-transition: all 0.2s ease-out;
  111. transition: all 0.2s ease-out;
  112.  
  113. }
  114.  
  115. .nav a:hover{
  116. color: {color:hover text links};
  117. background-color:{color:hover background links};
  118. text-align: left;
  119. border-left:8px solid #dadada;
  120. -webkit-transition: all 0.3s ease-out;
  121. -moz-transition: all 0.3s ease-out;
  122. transition: all 0.3s ease-out;
  123. font-style:italic;
  124. text-decoration:none;
  125. -webkit-border-radius: 10px;
  126. -moz-border-radius: 10px;
  127. border-radius: 0px;
  128. }
  129.  
  130. div#center{
  131. margin:auto;
  132. position:relative;
  133. width:900px;
  134. background-color:;
  135. overflow:auto;
  136. overflow-y:hidden;
  137. }
  138.  
  139. div#content{
  140. float:right;
  141. width:330px;
  142. padding-left: 2px;
  143. padding-right: 2px;
  144. padding-top: 2px;
  145. padding-bottom: 2px;
  146. background-color:#fff;
  147. margin-right: 640px;
  148. border: 1px #dadada;
  149. }
  150.  
  151. div#entry{
  152. background-color:#fff;
  153. margin-top:px;
  154. padding-top:0px;
  155. padding-bottom:2px;
  156. }
  157.  
  158. @font-face { font-family: "sweetiepie"; src: url('http://static.tumblr.com/4yxykdm/h9hlrfl0t/sweetie_pie_1_.ttf'); }
  159.  
  160.  
  161. #entry .perma a{
  162. color:#000;
  163. }
  164.  
  165. #entry .perma{
  166. width:320px;
  167. position: absolute;
  168. font-family: meow;
  169. font-size: 15px;
  170. line-height: 40px;
  171. text-align: center;
  172. overflow:hidden;
  173. opacity: 0.0;
  174. background-color:#eeeeee;
  175. }
  176.  
  177. #entry:hover .perma{
  178. overflow:visible;
  179. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  180. -webkit-transition: all 0.2s linear;
  181. -moz-transition: all 0.2s linear;
  182. transition: all 0.2s linear;
  183. border-left: 10px solid #aaa;
  184. transition: all 0.8s ease-out;
  185. }
  186.  
  187. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  188.  
  189.  
  190. @font-face {font-family: "verdana";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  191.  
  192. div#sidebar{
  193. position:fixed !important;
  194. width: 210px;
  195. height:700px;
  196. margin-top: 0px;
  197. margin-left: 500px;
  198. padding: 3px;
  199. line-height:11px;
  200. letter-spacing:0px;
  201. margin-bottom: 6px;
  202. background-color:#fff;
  203. }
  204.  
  205. #postnotes{
  206. text-align: justify;}
  207.  
  208. #postnotes blockquote{
  209. border: 0px;}
  210.  
  211. .title{
  212. font-family: meow;
  213. font-size: 13px;
  214. line-height: 15px;
  215. color: {color:Title};
  216. letter-spacing: 0px;
  217. font-weight: normal;
  218. padding:0px 0px 0px 0px;
  219. }
  220.  
  221. .blogtitle{
  222. font-family: coming soon;
  223. font-size: 40px;
  224. line-height: 15px;
  225. color: {color:Title};
  226. letter-spacing: 0px;
  227. font-weight: normal;
  228. padding:10px 10px 10px 10px;
  229. }
  230.  
  231. #pic1{
  232. position:relative;
  233. float:left;
  234. margin-left: 0px;
  235. margin-top:1px;
  236. z-index:2;
  237. -webkit-transition: all 1.0s ease-out;
  238. -moz-transition: all 2.5s ease-out;
  239. -o-transition: all 1.5s ease-out;
  240. }
  241.  
  242.  
  243. #pic1:hover{
  244. margin-left: 80px;
  245. opacity:0;
  246. }
  247.  
  248.  
  249. #pic2{
  250. position:absolute;
  251. float:left;
  252. margin-left: 0px;
  253. margin-top:1px;
  254. z-index:1;
  255. }
  256.  
  257. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  258.  
  259. blockquote{
  260. padding:0px 0px 2px 5px;
  261. margin:0px 0px 2px 1px;
  262. border-left: 1px solid #555555;
  263. }
  264.  
  265. blockquote p, ul{
  266. margin:0px;
  267. padding:0px;
  268. }
  269.  
  270.  
  271. a img{border: 0px;}
  272.  
  273. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  274.  
  275. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  276. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  277.  
  278. .notes img{width:10px; position:relative; top:3px;}
  279.  
  280. .permalink{
  281. display: block;
  282. font-size: 10px;
  283. text-align: right;
  284. text-decoration: none;
  285. }
  286.  
  287.  
  288. small{font-size: 90%;}
  289.  
  290. </style>
  291.  
  292.  
  293. <link rel="shortcut icon" href="{Favicon}">
  294. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  295. <meta name="viewport" content="width=820" />
  296.  
  297. </head>
  298. <body>
  299.  
  300. <div id="cage">
  301. <div id="center">
  302. <div id="sidebar">
  303.  
  304. <center>
  305. {block:ifshowblogtitle}<span class=blogtitle><a href="/">
  306. </a></span><br>{/block:ifshowblogtitle}
  307. </center>
  308.  
  309.  
  310. <div id="pic1">
  311. <a href="/"><img src="{image:sidebar}" width=210px; height=150px></a>
  312. </div>
  313.  
  314. <div id="pic2"><a href="/"><img src="{image:sidebar hover}" width=210px; height=150px></a></div><br><br><br></center>
  315. <center>{description}</div></div></div></center><div>
  316.  
  317. </div>
  318.  
  319. <div id="content">
  320. {block:Posts}
  321. <div id="entry">
  322.  
  323. {block:Text}
  324. {block:Title}<span class="title">{Title}</span>{/block:Title}
  325. <span class="entrytext">{Body}</span><div align="right"><a href="{Permalink}"></span></a></div>{/block:Text}
  326.  
  327. {block:Link}
  328. <a href="{URL}" class="title">{Name}</a>
  329. {block:Description}{Description}{/block:Description}<div align="right"><a href="{Permalink}"></span></a></div>
  330. {block:Link}
  331.  
  332. {block:Photo}
  333. {block:IndexPage}
  334. <center>
  335. <div class="perma">
  336. <a href="{permalink}">{NoteCountWithLabel} </a> - <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>
  337. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=330px/></a></center>{/block:IndexPage}
  338. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  339. {block:IndexPage}</a>{/block:IndexPage}
  340. {block:PermalinkPage}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=330px/></center>{LinkCloseTag}
  341. {/block:PermalinkPage}
  342.  
  343. {/block:Photo}
  344. {LinkCloseTag}
  345.  
  346. {/block:Photo}
  347.  
  348. {block:Quote}
  349. <span class="entrytext">{Quote}</span>
  350. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  351. <P ALIGN=Right><a href="{Permalink}"></a></span>
  352. {/block:Quote}
  353.  
  354. {block:Chat}
  355. {block:Title}<span class="title">{Title}</span>{/block:Title}
  356. <ul class="chat">
  357. {block:Lines}
  358. <li class="user_{UserNumber}">
  359. {block:Label}
  360. <span class="label">{Label}</span>
  361. {/block:Label}
  362.  
  363. {Line}
  364. </li>
  365. {/block:Lines}
  366. </ul>
  367. <div align="right"><a href="{Permalink}"></a></span>
  368. {/block:Chat}
  369.  
  370.  
  371. {block:Audio}
  372. <center><div style="width:170px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  373. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  374. <div align="right"><a href="{Permalink}">Reblog</a><a href="{ReblogURL}" target="_blank"></a></span>
  375. {/block:Audio}
  376.  
  377. {block:Video}<center>
  378. <div class="video">{Video-250}</div><BR>
  379. {block:Caption}<a href="{Permalink}">{Caption}</a>{/block:Caption}</center>
  380. <div class="perma">
  381. <div align="right"><a href="{Permalink}">{timeago}</a>Reblog<a href="{ReblogURL}" target="_blank"></a></span></div>
  382. {block:Video}
  383.  
  384. {block:PostNotes}
  385. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  386. <div id="postnotes">{PostNotes}</div>
  387.  
  388. {/block:PostNotes}
  389. </div>
  390.  
  391. {/block:Posts}
  392. </div></div>
  393.  
  394. </div>
  395. </center>
  396. </body>
  397. </html>
  398. <div style="position:fixed; bottom:2px; left:2px;">
  399. <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement