Advertisement
ramisaaaaa

Untitled

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