Advertisement
karennn13

theme 5

Nov 10th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--THEME 5 BY KAREN AKA TEENWOVLES PLEASE DO NOT STEAL-->
  4.  
  5.  
  6. <meta name="color:background" content="#ffffff"/>
  7. <meta name="color:text" content="#838282"/>
  8. <meta name="color:link" content="#b8b8b8"/>
  9. <meta name="color:link hover" content="#eeeeee"/>
  10. <meta name="color:border" content="#eeeeee"/>
  11. <meta name="color:scrollbarbg" content="eeeeee"/>
  12.  
  13. <meta name="image:sidebar" content=""/>
  14.  
  15. <meta name="text:link1" content="link 1">
  16. <meta name="text:link1 url" content="/">
  17. <meta name="text:link2" content="link 2">
  18. <meta name="text:link2 url" content="/">
  19. <meta name="text:link3" content="link 3">
  20. <meta name="text:link3 url" content="/">
  21. <meta name="text:link4" content="link 4">
  22. <meta name="text:link4 url" content="/">
  23. <meta name="text:link5" content="link 5">
  24. <meta name="text:link5 url" content="/">
  25. <meta name="text:link6" content="link 6">
  26. <meta name="text:link6 url" content="/">
  27.  
  28. <head><title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33. <style type="text/css">
  34.  
  35. /* --- SCROLLBAR ---*/
  36.  
  37. ::-webkit-scrollbar {
  38. width: 5px;height: 5px;}
  39. ::-webkit-scrollbar-button:start:decrement,
  40. ::-webkit-scrollbar-button:end:increment {
  41. height: 6px;display: block;background-color: {color:white};}
  42. ::-webkit-scrollbar-track-piece {
  43. background-color: {color:scrollbarbg};}
  44. ::-webkit-scrollbar-thumb:vertical {
  45. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  46.  
  47.  
  48. body {
  49. background:{color:background};
  50. margin:0px;
  51. color:{color:text};
  52. font-family:old standard tt;
  53. font-size:10px;
  54. line-height:100%;
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. outline:none;
  60. -moz-outline-style:none;
  61. color:{color:link};
  62. -moz-transition-duration:0.8s;
  63. -webkit-transition-duration:0.8s;
  64. -o-transition-duration:0.8s;
  65. }
  66.  
  67. a:hover {
  68. color:{color:link hover};
  69. outline:none;
  70. -moz-outline-style:none;
  71. }
  72.  
  73. img {
  74. border:none;
  75. }
  76.  
  77.  
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82.  
  83. }
  84.  
  85.  
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:8px;
  94. text-align:center;
  95. font-family:times;
  96. letter-spacing:1px;
  97. color:{color:text};
  98. }
  99.  
  100. h2 {
  101. font-size:8px;
  102. text-align:center;
  103. font-family:times;
  104. letter-spacing:1px;
  105. color:{color:text};
  106. }
  107.  
  108.  
  109. #sidebar {
  110. width:160px;
  111. position:fixed;
  112. margin-left:220px;
  113. margin-top:190px;
  114. }
  115.  
  116. #sidebarimage {
  117. width: 170px;
  118. }
  119.  
  120. #sidebarimage img {
  121. width:170px;
  122. }
  123.  
  124. #description {
  125. width:170px;
  126. font-size:10px;
  127. margin-left:-10;
  128. margin-top:135px;
  129. padding:5px;
  130. text-align:center;
  131. }
  132. #description:first-letter {
  133. font-size:18px;
  134. font-weight:bold;
  135. }
  136.  
  137. #links {
  138. margin-top:-154px;
  139. margin-left:6px;
  140. padding:5px;
  141. text-align:center;
  142. word-spacing: 6px;
  143. border-top:1px solid {color:border};
  144. border-bottom:1px solid {color:border};
  145. }
  146.  
  147. #links a {
  148. letter-spacing: 1px;
  149. }
  150.  
  151. #links a:hover{
  152. text-transform:line-through;
  153. color:{color:link hover};
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. #pagination {
  160. font-size:10px;
  161. margin-top:10px;
  162. margin-left:20px;
  163. text-align:center;
  164. }
  165.  
  166. #entries {
  167. padding:20px;
  168. width:400px;
  169. margin-left:500px;
  170. margin-top:38px;
  171. }
  172.  
  173. #post {
  174. width:400px;
  175. }
  176.  
  177. #postinfo {
  178. margin-top:7px;
  179. margin-bottom:15px;
  180. text-align:center;
  181. padding-top:3px;
  182. color:{color:link};
  183. border-top:1px solid;
  184. }
  185.  
  186. #ask {
  187. padding-top:15px;
  188. padding-bottom:15px;
  189. padding-left:15px;
  190. text-align:left;
  191. color:#949494;
  192. background-color:#eee;
  193. border-bottom:1px solid #eee;
  194. }
  195.  
  196. #answer {
  197. text-align:left;
  198. padding:5px;
  199. color:#949494;
  200. }
  201.  
  202. #s-m-t-tooltip {
  203.  
  204. max-width:300px;
  205.  
  206. padding:3px 4px 5px 4px;
  207.  
  208. margin:20px 0px 0px 20px;
  209.  
  210. background-color:#fff; /* change the background color */
  211.  
  212. border:1px solid #ddd; /* change the border color */
  213.  
  214. font-family:times; /* change the font */
  215.  
  216. font-size:9px; /* change the font size */
  217.  
  218. letter-spacing:2px; /* change the letter spacing */
  219.  
  220. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  221.  
  222. color:#0a0909; /* change the text color */
  223.  
  224. z-index:999999999999999999999999999999999999;
  225.  
  226. sition-duration:0.5s;
  227. }
  228.  
  229. #cred {
  230. position:fixed;
  231. font-size:8px;
  232. font-weight:normal;
  233. line-height:150%;
  234. letter-spacing:2px;
  235. right:10px;
  236. bottom:10px;
  237. text-transform:uppercase;
  238. text-align:center;
  239. }
  240.  
  241.  
  242.  
  243. {CustomCSS}</style></head><body>
  244. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  245.  
  246. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  247.  
  248. <script>
  249.  
  250. (function($){
  251.  
  252. $(document).ready(function(){
  253.  
  254. $("a[title]").style_my_tooltips({
  255.  
  256. tip_follows_cursor:true,
  257.  
  258. tip_delay_time:90,
  259.  
  260. tip_fade_speed:600,
  261.  
  262. attribute:"title"
  263.  
  264. });
  265.  
  266. });
  267.  
  268. })(jQuery);
  269.  
  270. </script>
  271.  
  272. <div id="sidebar">
  273.  
  274. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  275.  
  276. <div id="links">
  277. <a title="home"href="{text:link1 url}">{text:link1}</a>
  278. <a title="mail"href="{text:link2 url}">{text:link2}</a>
  279. <a title="navigation"href="{text:link3 url}">{text:link3}</a>
  280. <a title="blogroll"href="{text:link4 url}">{text:link4}</a>
  281. <a title="about me"href="{text:link5 url}">{text:link5}</a>
  282. <a title="themes"href="{text:link6 url}">{text:link6}</a>
  283. </div>
  284.  
  285. <div id="description">{Description}</div>
  286.  
  287. <div id="pagination">
  288. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  289. {block:NextPage}/<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  290. </div>
  291.  
  292.  
  293. </div>
  294.  
  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-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:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  311.  
  312. {block:Audio}{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  313.  
  314. {block:Answer}<div id="ask">{Asker}: {Question}<br></div><div id="answer">{Answer}</div>{/block:Answer}
  315.  
  316. <div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> from {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource} by <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:RebloggedFrom}
  317.  
  318. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  319.  
  320. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  321.  
  322. </div></div></div></div>
  323. <div id="cred"><a href="http://teenwovles.tumblr.com/">&#9733;&#9734;&#9733;</a></div>
  324. </body>
  325. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement