Advertisement
alaskayoun

theme 003

Jul 27th, 2013
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. <!---
  2. theme by gideonsprewett
  3. ---->
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <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.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Post Background Color" content="#f8f8f8"/>
  18. <meta name="color:Post Title" content="#000000"/>
  19. <meta name="color:Text" content="#838282"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="color:Link hover" content="#616161"/>
  22. <meta name="color:sidelink" content="#b8b8b8"/>
  23. <meta name="color:sidelink hover" content="#b6b5b5"/>
  24. <meta name="color:border" content="#fbfbfb"/>
  25. <meta name="color:Scrollbar" content="#000000"/>
  26. <meta name="color:question" content="#ffffff" />
  27. <meta name="color:question background" content="#000000"/>
  28.  
  29. <meta name="if:justified desc" content="0">
  30. <meta name="image:sidebar" content="/" />
  31.  
  32. <meta name="text:link 1" content="Link 1"/>
  33. <meta name="text:link 1 url" content="/"/>
  34. <meta name="text:link 2" content="Link 2"/>
  35. <meta name="text:link 2 url" 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. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
  40.  
  41. <style type="text/css">
  42. /* -- tooltip title -- */
  43. #s-m-t-tooltip{max-width:300px; z-index:10; margin:14px 10px 5px 15px;
  44. padding:3px; background-color:#ffffff; opacity:0.6; font-family:'cambria'; text-transform:lowercase;font-size:8px; color:#888888; border: 1px solid {color:border};}
  45.  
  46. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  47.  
  48. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); }
  49.  
  50. iframe#tumblr_controls {
  51. top: 0% !important;
  52. right:0% !important;
  53. opacity:0.3;
  54. position: fixed !important;
  55. filter:alpha(opacity=30);
  56. -webkit-transition: all 0.7s ease;
  57. -moz-transition: all 0.7s ease;
  58. -o-transition: all 0.7s ease;
  59. }
  60. iframe#tumblr_controls:hover{
  61. top: 0% !important;
  62. right:0% !important;
  63. opacity:0.8;
  64. position: fixed !important;
  65. filter:alpha(opacity=80);
  66. -webkit-transition: all 0.7s ease;
  67. -moz-transition: all 0.7s ease;
  68. -o-transition: all 0.7s ease;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  72. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  73. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  74.  
  75.  
  76. body {
  77. background:{color:Background};
  78. font-family:'cambria';
  79. color:{color:text};
  80. font-size:9px;
  81. line-height:12px;
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. -moz-outline-style:none;
  88. color:{color:Link};
  89. -webkit-transition: all 0.7s ease;
  90. -moz-transition: all 0.7s ease;
  91. -o-transition: all 0.7s ease;
  92. }
  93.  
  94. a:hover {
  95. -webkit-transition: all 0.5s ease-out;
  96. -moz-transition: all 0.5s ease-out;
  97. transition: all 0.5s ease-out;
  98. color: {color:Link hover};
  99. }
  100.  
  101.  
  102. #sidebar {
  103. width:auto;
  104. position:fixed;
  105. left:200px;
  106. margin-top:150px;
  107. }
  108.  
  109.  
  110. .sidelinks {
  111. width:130px;
  112. position:fixed;
  113. text-align:center;
  114. margin-left:5px;
  115. margin-top:8px;
  116. margin-bottom:0px;
  117. line-height:10px;
  118. -webkit-transition: all 0.3s ease;
  119. -moz-transition: all 0.3s ease;
  120. -o-transition: all 0.3s ease;
  121. }
  122.  
  123. .sidelinks a {
  124. font-family:'times';
  125. margin-right:2px;
  126. margin-left:2px;
  127. margin-bottom:7px;
  128. letter-spacing:1px;
  129. text-transform:uppercase;
  130. color:{color:sidelink};
  131. font-size:7px;
  132. padding:3px;
  133. }
  134. .sidelinks a:hover {
  135. color:{color:sidelink hover};
  136. }
  137.  
  138. #title {text-align:center; width:138px; font-style:italic; margin-bottom:5px; letter-spacing:0px; color:#000; font-size:9px;}
  139.  
  140. .sidebarimage {
  141. position:fixed;
  142. width:130px;
  143. -webkit-transition: all 0.3s ease;
  144. -moz-transition: all 0.3s ease;
  145. -o-transition: all 0.3s ease;
  146. }
  147.  
  148. .sidebarimage img {
  149. margin-left:6px;
  150. margin-top:0px;
  151. width:130px;
  152. -webkit-transition: all 0.3s ease;
  153. -moz-transition: all 0.3s ease;
  154. -o-transition: all 0.3s ease;
  155. }
  156.  
  157.  
  158. .description {
  159. font-size:8px;
  160. margin-left:6px;
  161. color:{color:Text};
  162. margin-top:24px;
  163. line-height:11px;
  164. text-align:center;
  165. {block:ifjustifieddesc}text-align:justify;{/block:ifjustifieddesc}
  166. width:130px;
  167. text-transform:lowercase;
  168. padding-bottom:3px;
  169. -webkit-transition: all 0.3s ease;
  170. -moz-transition: all 0.3s ease;
  171. -o-transition: all 0.3s ease;
  172. }
  173.  
  174.  
  175. i, em {font-style:italic;}
  176. u {text-decoration:underline;}
  177. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:font}}
  178.  
  179. ul {
  180. list-style-type:square;
  181. }
  182.  
  183.  
  184. #cred { bottom:10px; right:5px; position:fixed; font-size:8px; font-family:times; }
  185. #cred a{ color:white; background-color: black;padding:5px; border:1px solid white;}
  186. #cred a:hover{ color:black; background-color:white; border:1px solid black;}
  187.  
  188.  
  189. img {
  190. border:none;
  191. }
  192.  
  193. blockquote {
  194. padding-left:5px;
  195. border-left:2px solid;
  196. }
  197.  
  198. blockquote blockquote {
  199. padding-left:5px;
  200. border-left:2px solid;
  201. }
  202.  
  203. h1 {
  204. font-size:15px;
  205. font-weight:normal;
  206. font-style:italic;
  207. font-family: 'Playfair Display', serif;
  208. color:{color:post title};
  209. }
  210.  
  211. #entries {
  212. padding:10px;
  213. width:400px;
  214. margin-left:400px;
  215. margin-top:0px;
  216. border-left:1px solid {color:border};
  217. padding-left:70px;
  218. padding-bottom:20px;
  219. padding-top:20px;
  220. color:{color:text};
  221. }
  222.  
  223. #post {
  224. width:400px;
  225. margin-top:30px;
  226. padding-left:20px;
  227. padding-right:20px;
  228. padding-top:20px;
  229. padding-bottom:30px;
  230. background-color:{color:post background color};
  231. }
  232.  
  233.  
  234. #info {
  235. text-align:left;
  236. margin-top:-10px;
  237. text-transform:uppercase;
  238. font-size:7px;
  239. float:center;
  240. font-family:times;
  241. margin-left:-1px;
  242. font-weight:normal;background-color:black; border:1px solid {color:border};padding:3px;padding-left:3px;color:white; width:434px;
  243. text-align:center;padding-top:10px;padding-bottom:10px;
  244. }
  245. #info a {color:white;}
  246.  
  247. #tags{margin-top:-5px; text-align:center; font-family:cambria; font-size:8px; text-transform:lowercase;width:440px;}
  248. #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;}
  249. #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;}
  250.  
  251. #pagination {
  252. font-size:8px;
  253. text-align:center;
  254. font-family:times;
  255. }
  256.  
  257. #pagination {margin-top:15px;}
  258. #pagination a {color:{color:text};}
  259. #pagination a:hover {color:{color:text}; font-style:italic;}
  260.  
  261. .audio {
  262. height:60px;
  263. padding:5px;
  264. margin-bottom:55px; }
  265.  
  266. .audio-album {
  267. position:absolute;
  268. width:110px; }
  269.  
  270. .audio-player {
  271. opacity:0.1;
  272. filter:alpha(opacity=90);
  273. border:30px solid white;
  274. width:25px;
  275. height:25px;
  276. overflow:hidden;
  277. position:absolute;
  278. z-index:2;
  279. margin-left:13px;
  280. margin-top:13px; -webkit-transition: all 0.2s ease-out;
  281. -o-transition: all 0.2s ease-out;
  282. -webkit-transition: all 0.2s ease-out;
  283. -moz-transition: all 0.2s ease-out;}
  284.  
  285. .audio-info {
  286. margin-top:-5px;
  287. position:relative;
  288. margin-left:120px;
  289. line-height:180%;
  290. padding:4px; }
  291.  
  292. .audio:hover .audio-player { opacity:0.7; -webkit-transition: all 0.2s ease-out;
  293. -o-transition: all 0.2s ease-out;
  294. -webkit-transition: all 0.2s ease-out;
  295. -moz-transition: all 0.2s ease-out;}
  296.  
  297. .audiocaption { opacity:1; }
  298. .post:hover .audiocaption { opacity:1; -webkit-transition: all 0.2s ease-out;
  299. -o-transition: all 0.2s ease-out;
  300. -webkit-transition: all 0.2s ease-out;
  301. -moz-transition: all 0.2s ease-out;}
  302.  
  303. .question{
  304. margin-bottom:10px;
  305. background-color:{color:question background};
  306. color:{color:question};
  307. width:380px;
  308. padding:10px;
  309. min-height:30px;
  310. font-style:italic;
  311. border:1px solid {color:border};
  312. }
  313.  
  314. .question a{ color: {color:question};}
  315.  
  316. .question img{
  317. float:left;
  318. border-right:10px solid transparent;
  319. border-bottom:5px solid transparent;
  320. height:30px;
  321. width:30px;
  322. }
  323. ol.notes {
  324. padding: 0px;
  325. margin: 25px 0px;
  326. list-style-type: none;
  327. border-bottom: solid 1px red;}
  328. ol.notes li.note {
  329. border-top: solid 1px red;
  330. padding: 10px;}
  331.  
  332. ol.notes li.note img.avatar {
  333. vertical-align: -4px;
  334. margin-right: 10px;
  335. width: 16px;
  336. height: 16px;
  337. }
  338.  
  339. ol.notes li.note span.action {
  340. font-weight: bold;
  341. }
  342.  
  343. ol.notes li.note .answer_content {
  344. font-weight: normal;
  345. }
  346.  
  347. ol.notes li.note blockquote {
  348. border-color: #eee;
  349. padding: 4px 10px;
  350. margin: 10px 0px 0px 25px;
  351. }
  352.  
  353. ol.notes li.note blockquote a {
  354. text-decoration: none;
  355. }
  356.  
  357. {CustomCSS}</style>
  358. </head>
  359. <script>
  360. (function($){
  361. $(document).ready(function(){
  362. $("[title]").style_my_tooltips({
  363. tip_follows_cursor:true,
  364. tip_delay_time:100,
  365. tip_fade_speed:500,
  366. });
  367. });
  368. })(jQuery);
  369. </script>
  370. <body>
  371.  
  372. <div id="sidebar">
  373.  
  374. <a href="/"><div id="title">{title}</div></a>
  375.  
  376. <div class="sidebarimage">
  377.  
  378. {block:IfSidebarImage}<img src="{image:sidebar}">
  379. {/block:IfSidebarImage}
  380.  
  381. <div class="sidelinks">
  382.  
  383. <a href="/ask">ask</a>
  384. <a href="{text:link 1 url}">{text:link 1}</a>
  385. <a href="{text:link 2 url}">{text:link 2}</a>
  386. </div>
  387.  
  388.  
  389. <div class="description">{Description}
  390. <div id="pagination">
  391. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">― forth</a>{/block:NextPage}{/block:Pagination}
  392. </div>
  393. </div>
  394. </div></div>
  395.  
  396. <div id="entries">{block:Posts}<div id="post">
  397.  
  398. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  399.  
  400. {block:Photo}<img src="{PhotoURL-400}">{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404. {block:Quote}<h1>{Quote}</h1>{block:Source} —{Source}{/block:Source}{/block:Quote}
  405.  
  406. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Chat}{block:Title}<div class="title">{Title}</div>{/block:Title}<p>
  409. <div style="margin:-10px 0px;">
  410. {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}
  411.  
  412.  
  413. {block:Audio}
  414. <div class="audio">
  415. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  416. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  417.  
  418. <div class="audio-info">
  419. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  420. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  421. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  422. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  423. </div></div>
  424. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  425. {/block:Audio}
  426.  
  427.  
  428. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {block:Answer}<div class="question"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a>{Asker} whispered: {Question}</div>{Answer}{/block:Answer}
  431.  
  432. </div>
  433. <div id="info">
  434. {block:Date}<a href="{Permalink}">{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}
  435. <a href="{ReblogURL}" target="_blank">reblog</a></div> <br><div id="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a> &nbsp; &nbsp;{/block:Tags}{/block:HasTags}</div>
  436.  
  437. {block:PostNotes}{PostNotes}{/block:PostNotes}
  438. {/block:Posts}</div>
  439.  
  440. <div id="cred"><a href="http://gideonsprewett.tumblr.com" title="theme by gideonsprewett">GP</a></div>
  441.  
  442. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement