Advertisement
ramisaaaaa

Untitled

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