Advertisement
Guest User

rpmakeovers.

a guest
Feb 23rd, 2013
979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme by manya aka caradlvnge holla --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="image:sidebar" content=""/>
  14. <meta name="color:pb" content="#b8b8b8"/>
  15. <meta name="color:sidelinks" content="#ffffff"/>
  16. <meta name="color:hover" content="#b8b8b8"/>
  17. <meta name="color:post outer border" content="#b8b8b8"/>
  18. <meta name="color:post bg" content="#ffffff"/>
  19. <meta name="color:tooltip bg" content="#ffffff"/>
  20. <meta name="color:tooltip border" content="#ddd"/>
  21. <meta name="color:tooltip text" content="#999"/>
  22. <meta name="text:home title" content="home"/>
  23. <meta name="text:home name" content="london"/>
  24. <meta name="text:mssg title" content="hi"/>
  25. <meta name="text:mssg name" content="mssg"/>
  26. <meta name="text:link 1" content="link"/>
  27. <meta name="text:link 1 title" content="link"/>
  28. <meta name="text:link 1 url" content="/"/>
  29. <meta name="text:link 2" content="link"/>
  30. <meta name="text:link 2 title" content="link"/>
  31. <meta name="text:link 2 url" content="/"/>
  32. <meta name="color:info background" content="#ffffff"/>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39. background:{color:background};
  40. margin:0px;
  41. color:{color:text};
  42. font-family:cambria;
  43. font-size:10px;
  44. line-height:100%;
  45. font-style:italic;
  46.  
  47. }
  48.  
  49. a {
  50. text-decoration:none;
  51. outline:none;
  52. -moz-outline-style:none;
  53. color:{color:link};
  54. }
  55.  
  56. img {
  57. border:none;
  58. }
  59.  
  60. blockquote {
  61. padding-left:5px;
  62. border-left:2px solid;
  63. }
  64.  
  65. blockquote blockquote {
  66. padding-left:5px;
  67. border-left:2px solid;
  68. }
  69.  
  70. h1 {
  71. font-size:15px;
  72. }
  73.  
  74. #entries {
  75. padding:10px;
  76. width:520px;
  77. margin-left:550px;
  78. margin-top:30px;
  79. background-color:{color:pb};
  80. border: 1px solid {color:post outer border};
  81. overflow: hidden;
  82. }
  83.  
  84. #post {
  85. padding:10px;
  86. background-color:{color:post bg};
  87. border: 1px solid {color:border};
  88. width:490px;
  89. margin-bottom:16px;
  90. margin-top:10px;
  91. margin-left:4px;
  92. font-size:8px;
  93. letter-spacing:1px;
  94. font-family:consolas;
  95. text-transform:uppercase;
  96. font-style:normal;
  97. overflow: hidden;
  98. }
  99.  
  100. .dont {
  101. text-align:center;
  102. position:fixed;
  103. bottom:15px;
  104. right:5px;
  105. font-size:7px;
  106. }
  107.  
  108. .dont a {
  109. font-family:'Trebuchet MS';
  110. border: 1px solid #eee;
  111. letter-spacing: 2px;
  112. padding:5px;
  113. -webkit-transition: all 0.6s ease-in-out;
  114. -moz-transition: all 0.6s ease-in-out;
  115. -o-transition: all 0.6s ease-in-out;
  116. }
  117.  
  118. .dont a:hover {
  119. color:white;
  120. background-color:black;
  121. transition-duration: 0.6s;
  122. -moz-transition-duration: 0.6s;
  123. -webkit-transition-duration: 0.6s;
  124. -o-transition-duration: 0.6s;
  125. }
  126.  
  127. #block {inline:block; background:{color:background}; margin-top:-121px;
  128. color:{color:background}; width:452px; margin-left:250px; text-align:center; height:40px;}
  129. #sidebar {
  130. width:400px;
  131. position:fixed;
  132. margin-left:100px;
  133. margin-top:-96px;
  134. }
  135.  
  136. #sidebar:hover #description {opacity:1;
  137. -webkit-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;}
  138.  
  139. #title {
  140. font-size:35px;
  141. margin-left:-277px;
  142. text-align:left;
  143. margin-bottom:5px;
  144. /* for firefox, safari, chrome, etc. */
  145. -webkit-transform: rotate(-90deg);
  146. -moz-transform: rotate(-90deg);
  147. /* for ie */
  148. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  149.  
  150. }
  151.  
  152. #description {
  153. padding:0px;
  154. text-align:center;
  155. margin-top:-320px;
  156. opacity:100;
  157. }
  158. #sidebarimage {
  159. width 400px;
  160. }
  161.  
  162. #sidebarimage img {
  163. width:400px;
  164. }
  165.  
  166.  
  167.  
  168. #pagination {
  169. font-size:10px;
  170. text-align:center;
  171. margin-top:10px;
  172. }
  173.  
  174. #info {
  175. text-align:center;
  176. margin-top:10px;
  177. }
  178.  
  179. #asker {
  180. float:left;
  181. margin-right:5px;
  182. }
  183.  
  184. #sidebar:hover .links {opacity:1;}
  185.  
  186. .links {
  187. color: {color:sidelinks};
  188. text-shadow:0px 0px 0px #eee;
  189. opacity:100;
  190. font-family:cambria;
  191. font-size:8px;
  192. text-align:center;
  193. padding-top:65px;
  194. letter-spacing:1px;
  195. text-transform:uppercase;
  196. padding-bottom:-190px;
  197. margin-top:-64px;
  198. margin-left:105px;
  199. width:170px;
  200. height: 0px;
  201. font-style: normal
  202. padding-top: 3px;
  203. padding-bottom: 0px;
  204. padding-left: 6px;
  205. padding-right: 1px;
  206. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  207. }
  208.  
  209. .links a {
  210. text-shadow:0px 0px 0px #eee;
  211. color: {color:sidelinks};
  212. font-size: 8px;
  213. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  214. }
  215.  
  216. .links a:hover {
  217. color: {color:hover};
  218. letter-spacing:3px;
  219. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  220. }
  221.  
  222. #s-m-t-tooltip {
  223.  
  224. max-width:300px;
  225.  
  226. padding:2px;;
  227.  
  228. margin:20px 0px 0px 20px;
  229.  
  230. background-color:{color:tooltip bg}; /* change the background color */
  231.  
  232. border:1px solid {color:tooltip border}; /* change the border color */
  233.  
  234. font-family:calibri; /* change the font */
  235.  
  236. font-size:10px; /* change the font size */
  237.  
  238. letter-spacing:-1px; /* change the letter spacing */
  239.  
  240. text-transform:none; /* can be uppercase, lowercase, none*/
  241.  
  242. color:{color:tooltip text}; /* change the text color */
  243.  
  244. z-index:999999999999999999999999999999999999;
  245.  
  246. }
  247.  
  248. {CustomCSS}</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  249.  
  250. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  251.  
  252. <script>
  253.  
  254. (function($){
  255.  
  256. $(document).ready(function(){
  257.  
  258. $("a[title]").style_my_tooltips({
  259.  
  260. tip_follows_cursor:true,
  261.  
  262. tip_delay_time:90,
  263.  
  264. tip_fade_speed:600,
  265.  
  266. attribute:"title"
  267.  
  268. });
  269. });
  270.  
  271. })(jQuery);
  272.  
  273. </script><body onkeydown="return false">
  274.  
  275. <div id="sidebar">
  276.  
  277. <div id="title"></div>
  278.  
  279. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  280.  
  281. <div id="description">{Description}</div>
  282. <div class="links">
  283. <br>
  284. {block:pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  285. <a title="{text:home title}" href="/">{text:home name}</a> &bull;
  286. <a title="{text:mssg title}" href="/ask">{text:mssg name}</a> &bull;
  287. <a title="{text:link 1 title}" href="{text:link 1 url}">{text:link 1}</a> &bull;
  288. <a title="{text:link 2 title}"href="{text:link 2 url}">{text:link 2}</a>
  289. {block:pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  290.  
  291.  
  292. </div>
  293.  
  294. </div>
  295.  
  296. <div id="entries">{block:Posts}<div id="post">
  297.  
  298. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  299.  
  300. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" width="490">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  301.  
  302. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  303.  
  304. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  305.  
  306. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  307.  
  308. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  309.  
  310. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  311.  
  312. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  313.  
  314. {block:Answer}<div id="asks"><div style="background-color: {color:Info Background}; padding: 15px; letter-spacing: 1px;"><big>{Asker} said: {Question}</big></div></div><div style="padding: 10px; font-family: "Anaheim";">{Answer}</div>{/block:Answer}
  315.  
  316. <div id="info">
  317. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  318. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  319. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} <a href="{TagURL}"></a>{/block:Tags}{/block:HasTags}</div>
  320.  
  321. </div>
  322. {block:PostNotes}{PostNotes}{/block:PostNotes}
  323. {/block:Posts}</div>
  324. <div class="dont"><a href="http://zerriemas.tumblr.com/">MANYA</a></div>
  325. <BODY onselectstart="return true;" ondragstart="return false;">
  326.  
  327. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement