Advertisement
foreverora

Theme 9: Say My Name

Feb 18th, 2013
799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 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:430px;
  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:400px;
  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:250px;
  131. position:fixed;
  132. margin-left:300px;
  133. margin-top:-15px;
  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. #sidebarimage {
  153. width 250px;
  154. }
  155.  
  156. #sidebarimage img {
  157. width:250px;
  158. }
  159.  
  160. #description {
  161. padding:0px;
  162. text-align:center;
  163. margin-top:-600px;
  164. opacity:0;
  165. }
  166.  
  167. #pagination {
  168. font-size:10px;
  169. text-align:center;
  170. margin-top:10px;
  171. }
  172.  
  173. #info {
  174. text-align:center;
  175. margin-top:10px;
  176. }
  177.  
  178. #asker {
  179. float:left;
  180. margin-right:5px;
  181. }
  182.  
  183. #sidebar:hover .links {opacity:1;}
  184.  
  185. .links {
  186. color: {color:sidelinks};
  187. text-shadow:0px 0px 0px #eee;
  188. opacity:0;
  189. font-family:cambria;
  190. font-size:8px;
  191. text-align:center;
  192. padding-top:65px;
  193. letter-spacing:1px;
  194. text-transform:uppercase;
  195. padding-bottom:-190px;
  196. margin-top:-64px;
  197. margin-left:31px;
  198. width:175px;
  199. height: 0px;
  200. font-style: normal
  201. padding-top: 3px;
  202. padding-bottom: 0px;
  203. padding-left: 6px;
  204. padding-right: 1px;
  205. -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;
  206. }
  207.  
  208. .links a {
  209. text-shadow:0px 0px 0px #eee;
  210. color: {color:sidelinks};
  211. font-size: 8px;
  212. -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;
  213. }
  214.  
  215. .links a:hover {
  216. color: {color:hover};
  217. letter-spacing:3px;
  218. -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;
  219. }
  220.  
  221. #s-m-t-tooltip {
  222.  
  223. max-width:300px;
  224.  
  225. padding:2px;;
  226.  
  227. margin:20px 0px 0px 20px;
  228.  
  229. background-color:{color:tooltip bg}; /* change the background color */
  230.  
  231. border:1px solid {color:tooltip border}; /* change the border color */
  232.  
  233. font-family:calibri; /* change the font */
  234.  
  235. font-size:10px; /* change the font size */
  236.  
  237. letter-spacing:-1px; /* change the letter spacing */
  238.  
  239. text-transform:none; /* can be uppercase, lowercase, none*/
  240.  
  241. color:{color:tooltip text}; /* change the text color */
  242.  
  243. z-index:999999999999999999999999999999999999;
  244.  
  245. }
  246.  
  247. {CustomCSS}</style></head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  248.  
  249. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  250.  
  251. <script>
  252.  
  253. (function($){
  254.  
  255. $(document).ready(function(){
  256.  
  257. $("a[title]").style_my_tooltips({
  258.  
  259. tip_follows_cursor:true,
  260.  
  261. tip_delay_time:90,
  262.  
  263. tip_fade_speed:600,
  264.  
  265. attribute:"title"
  266.  
  267. });
  268. });
  269.  
  270. })(jQuery);
  271.  
  272. </script><body onkeydown="return false">
  273.  
  274. <div id="sidebar">
  275.  
  276. <div id="title">{title}</div>
  277.  
  278. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  279.  
  280. <div id="description">{Description}</div>
  281. <div class="links">
  282. <br>
  283. {block:pagination}{block:PreviousPage}<a href="{PreviousPage}">Β«</a>{/block:PreviousPage}{/block:Pagination}
  284. <a title="{text:home title}" href="/">{text:home name}</a> &bull;
  285. <a title="{text:mssg title}" href="/ask">{text:mssg name}</a> &bull;
  286. <a title="{text:link 1 title}" href="{text:link 1 url}">{text:link 1}</a> &bull;
  287. <a title="{text:link 2 title}"href="{text:link 2 url}">{text:link 2}</a>
  288. {block:pagination}{block:NextPage}<a href="{NextPage}">Β»</a>{/block:NextPage}{/block:Pagination}
  289.  
  290.  
  291. </div>
  292.  
  293. <div id="block">gdhxjs</div>
  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="400">{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}">{Tag}</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