Advertisement
alaskayoun

theme 002

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