Advertisement
ramisaaaaa

Untitled

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