Advertisement
alaskayoun

theme 001

Jul 7th, 2013
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  1. <!---
  2. theme by alaskayoun
  3. please don't steal the codes
  4. or else i will feed you to hannibal
  5. okay bye xoxoxo
  6. ---->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#838282"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:hover" content="#000000">
  19. <meta name="color:border" content="#eeeeee"/>
  20. <meta name="color:post title" content="#000000"/>
  21. <meta name="color:scrollbar" content="#000000"/>
  22. <meta name="color:FirstLetter" content="#fff" />
  23. <meta name="color:FirstLetter Background" content="#bbbbbb" />
  24. <meta name="color:question" content="#ffffff" />
  25. <meta name="color:question background" content="#000000"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="if:circle sidebar image" content="0"/>
  30.  
  31. <meta name="text:link 1" content=""/>
  32. <meta name="text:link 1 url" content=""/>
  33. <meta name="text:link 2" content=""/>
  34. <meta name="text:link 2 url" content=""/>
  35. <meta name="text:link 3" content=""/>
  36. <meta name="text:link 3 url" content=""/>
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39.  
  40. <script src="http://static.tumblr.com/taiol9r/FKKmcv180/jquery.style-my-tooltips.js"></script>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Share:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  43.  
  44. <style type="text/css">
  45.  
  46. /* -- tooltip title -- */
  47. #s-m-t-tooltip{max-width:300px; z-index:10; margin:14px 10px 5px 15px;
  48. padding:5px; background-color:#ffffff; text-transform:lowercase; opacity:0.6; font-family:'cambria'; text-transform:uppercase;font-size:8px; color:#888888; border: 1px solid {color:border};}
  49.  
  50. ::-webkit-scrollbar {width: 6px; height: 4px; background: #fff; }
  51. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:times;
  58. font-size:10px;
  59. line-height:100%;
  60. }
  61.  
  62. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:link};
  69. -webkit-transition: all 0.5s ease;
  70. -moz-transition: all 0.5s ease;
  71. -o-transition: all 0.5s ease
  72. }
  73.  
  74. a:hover{
  75. color:{color:hover};
  76. -webkit-transition: all 0.5s ease;
  77. -moz-transition: all 0.5s ease;
  78. -o-transition: all 0.5s ease}
  79.  
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. blockquote blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. h1 {
  96. font-size:15px;
  97. font-weight:normal;
  98. font-style:italic;
  99. color:{color:post title};
  100. }
  101.  
  102. #entries {
  103. padding:10px;
  104. width:400px;
  105. margin-left:400px;
  106. margin-top:0px;
  107. border-left:1px solid {color:border};
  108. padding-left:70px;
  109. padding-bottom:50px;
  110. padding-top:20px;
  111. }
  112.  
  113. #post {
  114. width:400px;
  115. padding-bottom:20px;
  116. margin-top:30px;
  117. border-bottom:1px solid {color:border};
  118. padding:15px;
  119.  
  120. }
  121.  
  122. #sidebar {
  123. width:130px;
  124. position:fixed;
  125. margin-left:200px;
  126. margin-top:160px;
  127. }
  128.  
  129. #sidebarimage {
  130. width:123px;
  131. height:123px;
  132. background-color:white;margin-left:15px;
  133. {block:ifcirclesidebarimage}border-radius:100px;{/block:ifcirclesidebarimage};
  134. }
  135.  
  136. #sidebarimage img {
  137. width:123px;
  138. height:123px;
  139. {block:ifcirclesidebarimage}border-radius:100px;{/block:ifcirclesidebarimage};
  140. }
  141.  
  142.  
  143. #description {
  144. text-align:justify;
  145. font-family: times;
  146. font-size:9px;
  147. color:{color:text};
  148. line-height:9.5px;
  149. border-top: double #e6e6e6;
  150. padding-top: 7px;
  151. width:130px;
  152. margin-left:13px;
  153. margin-top:10px;
  154. }
  155.  
  156.  
  157. #description:first-letter {
  158. width:15px;
  159. height:15px;
  160. padding:5px;
  161. margin-bottom:0px;
  162. margin-right:8px;
  163. float:left;
  164. background-color:{color:FirstLetter background};
  165. color:{color:FirstLetter};
  166. font-family:times;
  167. font-size:20px;
  168. font-style:italic;
  169. line-height:15px;
  170. text-transform:uppercase;
  171. text-align:center;
  172. }
  173.  
  174.  
  175. #pagination {
  176. font-size:10px;
  177. text-align:center;
  178. font-family:times;
  179. }
  180.  
  181. #pagination {margin-top:15px;}
  182. #pagination a {color:{color:link};}
  183. #pagination a:hover {color:{color:link}; font-style:italic;}
  184.  
  185. #info {
  186. text-align:left;
  187. margin-top:-6px;
  188. text-transform:uppercase;
  189. font-size:8px;
  190. font-family:cambria;
  191. margin-left:10px;
  192. }
  193. #info a {color:{color:link}; background-color:white;}
  194.  
  195. #tags{margin-top:10px; text-align:left; font-family:cambria; font-size:8px; text-transform:uppercase;}
  196. #tags a{color:{color:link}; border-bottom:1px solid transparent; -webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
  197. #tags a:hover{color:{color:link}; border-bottom:1px solid {color:hover}; -webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
  198.  
  199.  
  200. .audio {
  201. height:60px;
  202. padding:5px;
  203. margin-bottom:55px; }
  204.  
  205. .audio-album {
  206. position:absolute;
  207. width:110px; }
  208.  
  209. .audio-player {
  210. opacity:0.1;
  211. filter:alpha(opacity=90);
  212. border:30px solid white;
  213. width:25px;
  214. height:25px;
  215. overflow:hidden;
  216. position:absolute;
  217. z-index:2;
  218. margin-left:13px;
  219. margin-top:13px; -webkit-transition: all 0.2s ease-out;
  220. -o-transition: all 0.2s ease-out;
  221. -webkit-transition: all 0.2s ease-out;
  222. -moz-transition: all 0.2s ease-out;}
  223.  
  224. .audio-info {
  225. margin-top:-5px;
  226. position:relative;
  227. margin-left:120px;
  228. line-height:180%;
  229. padding:4px; }
  230.  
  231. .audio:hover .audio-player { opacity:0.7; -webkit-transition: all 0.2s ease-out;
  232. -o-transition: all 0.2s ease-out;
  233. -webkit-transition: all 0.2s ease-out;
  234. -moz-transition: all 0.2s ease-out;}
  235.  
  236. .audiocaption { opacity:1; }
  237. .post:hover .audiocaption { opacity:1; -webkit-transition: all 0.2s ease-out;
  238. -o-transition: all 0.2s ease-out;
  239. -webkit-transition: all 0.2s ease-out;
  240. -moz-transition: all 0.2s ease-out;}
  241.  
  242. .question{
  243. margin-bottom:10px;
  244. background-color:{color:question background};
  245. color:{color:question};
  246. width:380px;
  247. padding:10px;
  248. min-height:30px;
  249. font-style:italic;
  250. }
  251.  
  252. .question img{
  253. float:left;
  254. border-right:10px solid transparent;
  255. border-bottom:5px solid transparent;
  256. }
  257.  
  258. #sidebar:hover #links{opacity:0.9; -webkit-transition: all 0.5s ease;
  259. -moz-transition: all 0.5s ease;
  260. -o-transition: all 0.5s ease}
  261.  
  262. #links {text-align:center; width:90px; height:90px; padding-top:11px; font-family:times; font-size:9px; float:center;border:1px solid transparent; margin-left:25px;margin-top:-113px;padding:5px;position:fixed; background-color:#fff; font-style:italic; opacity:0; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;{block:ifcirclesidebarimage}border-radius:100px;{/block:ifcirclesidebarimage};}
  263.  
  264. #links a{
  265. padding:2px;
  266. display:block;
  267. color:#666565;
  268. letter-spacing:0px;
  269. text-decoration:none;
  270. -moz-transition-duration:1s;
  271. -webkit-transition-duration:1s;
  272. -o-transition-duration:1s;
  273. padding-top:5px;
  274. }
  275.  
  276. #links a:hover{
  277. text-decoration: underline;
  278. }
  279.  
  280. #cred { bottom:8px; right:1px; position:fixed; border:1px solid {color:border}; padding:5px; font-size:8px;}
  281. #cred a{ color:{color:text};}
  282.  
  283.  
  284. {CustomCSS}</style></head>
  285. <script>
  286. (function($){
  287. $(document).ready(function(){
  288. $("[title]").style_my_tooltips({
  289. tip_follows_cursor:true,
  290. tip_delay_time:100,
  291. tip_fade_speed:500,
  292. });
  293. });
  294. })(jQuery);
  295. </script>
  296. <body>
  297.  
  298.  
  299. <div id="sidebar">
  300.  
  301. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  302.  
  303. <div id="links">
  304.  
  305. <a href="/">refresh</a>
  306. <a href="/ask">message</a>
  307. {block:iflink1url}
  308. <a href="{text:link 1 url}">{text:link 1}</a>
  309. {/block:iflink1url}
  310. {block:iflink2url}
  311. <a href="{text:link 2 url}">{text:link 2}</a>
  312. {/block:iflink2url}
  313. {block:iflink3url}
  314. <a href="{text:link 3 url}">{text:link 3}</a>
  315. {/block:iflink3url}
  316. </div>
  317.  
  318. <div id="description">{Description}
  319.  
  320. <div id="pagination">
  321. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> ― {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  322. </div>
  323. </div>
  324.  
  325.  
  326.  
  327. </div>
  328.  
  329. <div id="entries">{block:Posts}<div id="post">
  330.  
  331. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  332.  
  333. {block:Photo}<img src="{PhotoURL-400}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  334.  
  335. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  336.  
  337. {block:Quote}<h1>{Quote}</h1>{block:Source} —{Source}{/block:Source}{/block:Quote}
  338.  
  339. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  340.  
  341. {block:Chat}{block:Title}<div class="title">{Title}</div>{/block:Title}<p>
  342. <div style="margin:-10px 0px;">
  343. {block:Lines}<div style="padding:7px 3px; border-bottom: 1px solid {color:border}; ">{block:Label}<span style="color: {color:a}; text-transform: uppercase; letter-spacing: 1px;">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}</div><br />{/block:Chat}
  344.  
  345.  
  346. {block:Audio}
  347. <div class="audio">
  348. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  349. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  350.  
  351. <div class="audio-info">
  352. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  353. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  354. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  355. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  356. </div></div>
  357. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  358. {/block:Audio}
  359.  
  360.  
  361. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  362.  
  363. {block:Answer}<div class="question"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a>{Question}</div>{Answer}{/block:Answer}
  364.  
  365. </div>
  366. <div id="info">
  367. {block:Date}<a href="{Permalink}" style="font-weight:normal;background-color:{color:question background};padding:3px;padding-left:3px;color:{color:question};">{TimeAgo}</a> &nbsp; &nbsp; </span>{/block:Date} {block:NoteCount}<a href="{Permalink}"><font color=red>♥ </font> {NoteCount}</a> &nbsp; &nbsp; {/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> &nbsp; &nbsp; <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a> &nbsp; &nbsp; {/block:RebloggedFrom}
  368. <a href="{ReblogURL}" target="_blank">reblog</a> <br><div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a> &nbsp; &nbsp;{/block:Tags}{/block:HasTags}</div></div>
  369.  
  370. {block:PostNotes}{PostNotes}{/block:PostNotes}
  371. {/block:Posts}</div>
  372.  
  373. <div id="cred"><a href="http://alaskayoun.tumblr.com" title="theme by alaskayoun">AY</a></div>
  374. </body>
  375. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement