Advertisement
ramisaaaaa

Untitled

May 27th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.24 KB | None | 0 0
  1. <!---
  2. Theme by icy-me0ws
  3. --->
  4.  
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9.  
  10. {Block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/Block:ifInfiniteScrolling}
  11. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  12. <meta name="color:background" content="#000"/>
  13. <meta name="color:text" content="#000"/>
  14. <meta name="color:title" content="#000"/>
  15. <meta name="color:link" content="#000"/>
  16. <meta name="color:hover" content="#fff"/>
  17. <meta name="image:Background" content="#fff"/>
  18. <meta name="image:Sidebar" content="1"/>
  19. <meta name="if:Show Sidebar Image" content="1"/>
  20. <meta name="if:Infinite Scrolling" content="0"/>
  21. <meta name="text:link one" content="" />
  22. <meta name="text:link one title" content="home" />
  23. <meta name="text:link two" content="" />
  24. <meta name="text:link two title" content="inbox" />
  25. <meta name="text:link three" content="" />
  26. <meta name="text:link three title" content="linktree" />
  27. <meta name="text:link four" content="" />
  28. <meta name="text:link four title" content="link4 +" />
  29. <meta name="text:link five" content="" />
  30. <meta name="text:link five title" content="link5 +" />
  31. <meta name="text:link six" content="" />
  32. <meta name="text:link six title" content="linksix" />
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar {width: 8px; height: 6px; background: #FFFFFF; }
  37.  
  38. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid #000000 !important;}
  39.  
  40. body {
  41. margin:0px;
  42. background-color: {color:Background};
  43. background-image:url({image:Background});
  44. background-attachment: fixed;
  45. background-repeat: repeat;}
  46. body, div, p, textarea, submit, input{
  47. font-family: verdana;
  48. font-size: 8px;
  49. line-height:10px;
  50. letter-spacing:0px;
  51. color:{color:Text};
  52. }
  53.  
  54. @font-face {font-family: "verdana";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  55.  
  56. p {
  57. margin:0px;
  58. margin-top:0px;
  59. }
  60.  
  61. a:link, a:active, a:visited
  62. {color: {color:Link};
  63. text-decoration: none;
  64. -webkit-transition:
  65. color 0.3s ease-out;
  66. -moz-transition: color 0.3s ease-out;
  67. transition: color 0.3s ease-out;
  68. }
  69.  
  70.  
  71.  
  72. div#cage{
  73. margin:auto;
  74. position:relative;
  75. width:800px;
  76. overflow:hidden;
  77. color: {color:Title};
  78. _margin-left:10%;
  79. }
  80.  
  81. div#center{
  82. margin:auto;
  83. position:relative;
  84. width:650px;
  85. height:100%px;
  86. background-color:;
  87. overflow:auto;
  88. overflow-y:hidden;
  89. }
  90.  
  91. div#content{
  92. float:right;
  93. width:300px;
  94. padding:3px;
  95. padding-top: 2px;
  96. margin-top:0px;
  97. margin-right: 580px;
  98. background: #ffffff;
  99. }
  100.  
  101. div#entry{
  102. background-color:;
  103. margin-top:1px;
  104. padding-top:1px;
  105. padding-bottom:0px;
  106. }
  107.  
  108. #entry .perma a{
  109. color:#000;
  110. }
  111.  
  112. #entry .perma{
  113. width:300px;
  114. font-family: amatic sc;
  115. height: 0px;
  116. font-size: 20px;
  117. line-height: 15px;
  118. background-color: #ddd;
  119. text-align: center;
  120. overflow:hidden;
  121. opacity: 0.0;
  122. -webkit-transition: all 0.2s linear;
  123. -moz-transition: all 0.2s linear;
  124. transition: all 0.2s linear;
  125.  
  126. }
  127.  
  128. #entry:hover .perma{
  129. overflow:visible;
  130. height: 15px;
  131. padding-top: 2px;
  132. padding-bottom: 2px;
  133. -webkit-transition:
  134. opacity 0.0s linear;
  135. opacity: 0.0;
  136. -webkit-transition: all 0.4s linear;
  137. -moz-transition: all 0.5s linear;
  138. transition: all 0.7s linear;
  139. opacity: 1;
  140. }
  141. #postnotes{
  142. text-align: left;}
  143.  
  144. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  145.  
  146. .link1 {
  147. width: 73px; 
  148. height: 0px; 
  149. background-color: #818181;
  150. font-size:15px;
  151. font-family: stars;
  152. letter-spacing:0px;
  153. line-height:0px; 
  154. text-align:center;
  155. margin-left: 10px; 
  156. -webkit-transition-duration: .6s;
  157. -moz-box-shadow: 0 0 1px #888;
  158. -webkit-box-shadow: 0 0 1px#888;
  159. display: inline-block;
  160. -webkit-transform: rotate(-20deg); 
  161. -moz-transform: rotate-(-2deg); 
  162. }
  163.  
  164. .link1:hover {
  165. text-shadow: 2px 2px 3px #fff;
  166. text-decoration: underline;
  167. }
  168.  
  169. .link2 {
  170. width: 73px; 
  171. height: 15px;
  172. margin-left: 10px;
  173. background-color: #818181;
  174. font-size:15px;
  175. margin-bottom: 16px;
  176. font-family: stars;
  177. letter-spacing:0px;
  178. line-height:0px; 
  179. text-align:center; 
  180. border: 1px solid #444444;
  181. -webkit-transition-duration: .6s;
  182. -moz-box-shadow: 0 0 1px #888;
  183. -webkit-box-shadow: 0 0 1px#888;
  184. display: inline-block;
  185. -webkit-transform: rotate(0deg); 
  186. -moz-transform: rotate-(-12deg); 
  187. }
  188.  
  189. .link2:hover {
  190. text-shadow: 2px 2px 3px #fff;
  191. text-decoration: underline;
  192. }
  193.  
  194. .link3 {
  195. margin-left: 10px;
  196. width: 73px; 
  197. height: 15px; 
  198. background-color: #818181;
  199. font-size:15px;
  200. font-family: stars;
  201. letter-spacing:0px;
  202. line-height:0px; 
  203. text-align:center; 
  204. border: 1px solid #444444;
  205. -webkit-transition-duration: .6s;
  206. -moz-box-shadow: 0 0 1px #888;
  207. -webkit-box-shadow: 0 0 1px#888;
  208. display: inline-block;
  209. -webkit-transform: rotate(23deg); 
  210. -moz-transform: rotate-(-12deg); 
  211.  
  212. }
  213.  
  214. .link3:hover {
  215. text-shadow: 2px 2px 3px #fff;
  216. text-decoration: underline;
  217. }
  218.  
  219. .link4 {
  220. width: 73px; 
  221. height: 0px; 
  222. background-color: #818181;
  223. font-size:15px;
  224. font-family: stars;
  225. letter-spacing:0px;
  226. line-height:0px; 
  227. text-align:center;
  228. margin-left: 10px; 
  229. -webkit-transition-duration: .6s;
  230. -moz-box-shadow: 0 0 1px #888;
  231. -webkit-box-shadow: 0 0 1px#888;
  232. display: inline-block;
  233. -webkit-transform: rotate(20deg); 
  234. -moz-transform: rotate-(2deg); 
  235. }
  236.  
  237. .link4:hover {
  238. text-shadow: 2px 2px 3px #fff;
  239. text-decoration: underline;
  240. }
  241.  
  242. .link5 {
  243. margin-left: 10px;
  244. width: 73px; 
  245. height: 15px; 
  246. background-color: #818181;
  247. font-size:15px;
  248. font-family: stars;
  249. letter-spacing:0px;
  250. line-height:0px; 
  251. text-align:center; 
  252. border: 1px solid #444444;
  253. -webkit-transition-duration: .6s;
  254. -moz-box-shadow: 0 0 1px #888;
  255. -webkit-box-shadow: 0 0 1px#888;
  256. display: inline-block;
  257. -webkit-transform: rotate(-23deg); 
  258. -moz-transform: rotate-(12deg); 
  259.  
  260. }
  261.  
  262. .link5:hover {
  263. text-shadow: 2px 2px 3px #fff;
  264. text-decoration: underline;
  265. }
  266.  
  267. .link6 {
  268. width: 73px; 
  269. height: 15px;
  270. margin-left: 10px;
  271. background-color: #818181;
  272. font-size:15px;
  273. margin-bottom: -10px;
  274. font-family: stars;
  275. letter-spacing:0px;
  276. line-height:0px; 
  277. text-align:center; 
  278. border: 1px solid #444444;
  279. -webkit-transition-duration: .6s;
  280. -moz-box-shadow: 0 0 1px #888;
  281. -webkit-box-shadow: 0 0 1px#888;
  282. display: inline-block;
  283. -webkit-transform: rotate(0deg); 
  284. -moz-transform: rotate-(-12deg); 
  285. }
  286.  
  287. .link6:hover {
  288. text-shadow: 2px 2px 3px #fff;
  289. text-decoration: underline;
  290. }
  291.  
  292. .sidebarpicture {
  293. border-top-right-radius: 60px;
  294. border-top-left-radius: 60px;
  295. border-bottom-right-radius: 60px;
  296. border-bottom-left-radius: 60px;
  297. image: url({image:sidebar});
  298. overflow: hidden;
  299. width: 220px;
  300. height: 160px;
  301. margin-right: 50px;
  302. }
  303.  
  304. div#sidebar{
  305. position:fixed !important;
  306. width: 260px;
  307. height: auto;
  308. background-color: {color:Background};
  309. background-image:url({image:Background});
  310. margin: 200px 0px 0px 450px;
  311. padding-top:2px;
  312. padding-bottom:2px;
  313. padding-right:2px;
  314. padding-left:2px;
  315. }
  316.  
  317. #postnotes{
  318. text-align: justify;}
  319.  
  320. #postnotes blockquote{
  321. border: 0px;}
  322.  
  323. @font-face {font-family: "verdana";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  324.  
  325. .title{
  326. font-family: stars;
  327. font-size: 14px;
  328. line-height: 10px;
  329. color: {color:Title};
  330. letter-spacing: 0px;
  331. font-weight: normal;
  332. padding:0px 0px 0px 0px;
  333. }
  334.  
  335. @font-face {font-family: "verdana";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  336.  
  337.  
  338. .title2{
  339. font-family: arial;
  340. font-size: 10px;
  341. line-height: 8px;
  342. color: {color:Title};
  343. letter-spacing: 0px;
  344. font-weight: normal;
  345. padding:0px 0px 0px 0px;
  346. }
  347.  
  348. blockquote{
  349. padding:0px 0px 2px 5px;
  350. margin:0px 0px 0px 0px;
  351. border-left: 1px dotted #555555;
  352. }
  353.  
  354. blockquote p, ul{
  355. margin:0px;
  356. padding:0px;
  357. }
  358.  
  359.  
  360.  
  361. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  362. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  363. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  364.  
  365. .notes img{width:10px; position:relative; top:3px;}
  366.  
  367. .permalink{
  368. color:{color:links};
  369. display:block;
  370. margin-left: 485px;
  371. position: absolute;
  372. text-align: left;
  373. }
  374.  
  375.  
  376. small{font-size: 90%;}
  377.  
  378. .blogtitle{
  379. font-family: century gothic;
  380. font-size: 13px;
  381. line-height: 10px;
  382. color: {color:Title};
  383. letter-spacing: 0px;
  384. font-weight: normal;
  385. padding:0px 0px 0px 0px;
  386. }
  387.  
  388.  
  389. {block:ifSlidingDropDownMenu}
  390. ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  391.  
  392. ul#drawers a {text-decoration: none; color: #000;}
  393.  
  394. ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
  395. transition: background-color 0.2s ease-out;}
  396.  
  397. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  398.  
  399. li.drawer h4.open {background-color: #121213; border-top: 0px;}
  400.  
  401. li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  402.  
  403. li.drawer div li {list-style-type: disc;}
  404.  
  405. li.drawer div ul {-webkit-padding-start: 12px;}{/block:ifSlidingDropDownMenu}
  406. </div>
  407. </style>
  408.  
  409.  
  410. <link rel="shortcut icon" href="{Favicon}">
  411. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  412. <meta name="viewport" content="width=820" />
  413. </head>
  414. <body>
  415.  
  416. <div id="cage">
  417. <div id="center">
  418. <div id="sidebar">
  419. <span class=title><a title="" href="/"><center>
  420. </a></center></span><br>
  421.  
  422. <div class="link1"><a href="{text:Link One}">{text:Link One Title}</a> + </div><div class="link2"><a href="{text:Link Two}">{text:Link Two Title}</a> + </div><div class="link3"><a href="{text:Link Three}">{text:Link Three Title}</a></div><br /><p><center><div id="bite"><div class="sidebarpicture type 1">{/block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=220px></a>{/block:ifshowsidebarimage}<br></div></center><div class="link4"><a href="{text:Link four}">{text:Link four Title}</a> + </div><div class="link6"><a href="{text:Link five}">{text:Link five Title}</a> + </div><div class="link5"><a href="{text:Link six}">{text:Link six Title}</a></div><br /><p>
  423. <center><div style="overflow:auto; width: 220px; height: 50px; border: 0px solid #000000; background-color: #fff; margin-top: 20px;font-family: verdana; font-size: 7.5px; text-align: center;">{Description}</div></center>
  424. </div>
  425. </div>
  426. <center>
  427.  
  428.  
  429. <center>
  430. {Arrows}
  431. {block:ifinfinitescrolling}{/block:ifinfinitescrolling}
  432. {block:ifshowarrow}{block:PreviousPage}<a href="{PreviousPage}">exhale</small></a>{/block:PreviousPage}
  433. {block:NextPage}<a href="{NextPage}">inhale</small></a>{/block:NextPage}{/block:ifshowarrow}
  434. </center>
  435.  
  436. </div>
  437.  
  438. <div id="content">
  439. {block:Posts}
  440. <div id="entry">
  441.  
  442. {block:Text}
  443. {block:Title}<span class="title">{Title}</span>{/block:Title}
  444. <span class="entrytext">{Body}</span><div align="right"><a href="{Permalink}"></span></a></div>{/block:Text}
  445.  
  446. {block:Link}
  447. <a href="{URL}" class="title">{Name}</a>
  448. {block:Description}{Description}{/block:Description}<div align="right"><a href="{Permalink}"></span></a></div>
  449. {block:Link}
  450.  
  451. {block:Photo}
  452. {block:IndexPage}
  453. <center>
  454. <div class="perma">
  455. <a href="{permalink}">{NoteCountWithLabel} </a> + <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>
  456. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=300px/></a></center>{/block:IndexPage}
  457. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  458. {block:IndexPage}</a>{/block:IndexPage}
  459. {block:PermalinkPage}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=300px/></center>{LinkCloseTag}
  460. {/block:PermalinkPage}
  461.  
  462. {/block:Photo}
  463. {LinkCloseTag}
  464.  
  465. {/block:Photo}
  466.  
  467. {block:Quote}
  468. <span class="entrytext">{Quote}</span>
  469. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  470. <P ALIGN=Right><a href="{Permalink}"></a></span>
  471. {/block:Quote}
  472.  
  473. {block:Chat}
  474. {block:Title}<span class="title">{Title}</span>{/block:Title}
  475. <ul class="chat">
  476. {block:Lines}
  477. <li class="user_{UserNumber}">
  478. {block:Label}
  479. <span class="label">{Label}</span>
  480. {/block:Label}
  481.  
  482. {Line}
  483. </li>
  484. {/block:Lines}
  485. </ul>
  486. <div align="right"><a href="{Permalink}"></a></span>
  487. {/block:Chat}
  488.  
  489.  
  490. {block:Audio}
  491. <center><div style="width:170px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  492. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  493. <div align="right"><a href="{Permalink}"></a><a href="{ReblogURL}" target="_blank"></a></span>
  494. {/block:Audio}
  495.  
  496. {block:Video}<center>
  497. <div class="video">{Video-250}</div><BR>
  498. {block:Caption}<a href="{Permalink}">{Caption}</a>{/block:Caption}</center>
  499. <div class="perma">
  500. <div align="right"><a href="{Permalink}">{timeago}</a><a href="{ReblogURL}" target="_blank"></a></span></div>
  501. {block:Video}
  502.  
  503. {block:PostNotes}
  504. {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}
  505. <div id="postnotes">{PostNotes}</div>
  506.  
  507. {/block:PostNotes}
  508. </div>
  509.  
  510. {/block:Posts}
  511. </div></div>
  512.  
  513. </div>
  514. </center>
  515. </body>
  516. </html>
  517. <div style="position:fixed; bottom:2px; left:2px;">
  518. <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement