Advertisement
redfez

Theme 05

Oct 21st, 2014
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.89 KB | None | 0 0
  1. <!--- PLEASE DO NOT TOUCH THE CREDIT UNLESS IT IS TO MOVE IT. DO NOT FULLY REMOVE IT THOUGH. --->
  2. <!--- THANK. --->
  3. <!--- THEME 05 --->
  4. <!--- BY EDVARDELRIC // RUNETHEMES --->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!---- base theme by enterprizer @ tumblr, for public use --->
  14.  
  15. <meta name="color:Title" content="#838282"/>
  16. <meta name="color:Text" content="#838282"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:LinkHov" content="#b8b8b8"/>
  19. <meta name="color:Navi" content="#b8b8b8"/>
  20. <meta name="color:NaviHov" content="#b8b8b8"/>
  21. <meta name="color:Border" content="#b8b8b8"/>
  22. <meta name="color:Scroller" content="#ffffff"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="text:link1" content=""/>
  25. <meta name="text:link1 url" content=""/>
  26. <meta name="text:link2" content=""/>
  27. <meta name="text:link2 url" content=""/>
  28. <meta name="text:link3" content=""/>
  29. <meta name="text:link3 url" content=""/>
  30. <meta name="text:link4" content=""/>
  31. <meta name="text:link4 url" content=""/>
  32. <meta name="text:link5" content=""/>
  33. <meta name="text:link5 url" content=""/>
  34. <meta name="text:link6" content=""/>
  35. <meta name="text:link6 url" content=""/>
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38. <script>
  39. $(document).ready(function(){
  40.  
  41. $(".linki").hide();
  42. $(".show_hide1").show();
  43.  
  44. $('.show_hide1').toggle(function(){
  45. $(".linki").slideDown();
  46. },function(){
  47. $(".linki").slideUp();
  48. });
  49. });
  50. </script>
  51. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:100,
  58. tip_fade_speed:50
  59. }
  60. );
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. #s-m-t-tooltip {
  69. position: absolute;
  70. background-color:{color:title};
  71. color:#000000;
  72. text-transform:lowercase;
  73. line-height:100%;
  74. letter-spacing:2px;
  75. font-family:Helvetica;
  76. font-size:10px;
  77. margin:15px;
  78. padding: 3px;
  79. z-index:999999999999999999999;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb{
  86. background-color: {color:Scroller};
  87. border: 2px solid #000000;
  88. height:auto;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. height:auto;
  93. width:11px;
  94. background-color: {color:Scroller};
  95. border:5px solid #000000;
  96. }
  97.  
  98. body {
  99. background:#000000;
  100. margin:0px;
  101. color:{color:text};
  102. font-family:cambria;
  103. font-size:10px;
  104. line-height:120%;
  105. }
  106.  
  107. a {
  108. text-decoration:none;
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:link};
  112. -moz-outline-style:none;
  113. -moz-transition-duration:0.5s;
  114. -webkit-transition-duration:0.5s;
  115. -o-transition-duration:0.5s;
  116. }
  117.  
  118. a:hover {
  119. color:{color:linkhov};
  120. }
  121.  
  122. img {
  123. border:none;
  124. }
  125.  
  126. blockquote {
  127. padding-left:5px;
  128. border-left:2px solid;
  129. }
  130.  
  131. blockquote blockquote {
  132. padding-left:5px;
  133. border-left:2px solid;
  134. }
  135.  
  136. h1 {
  137. font-size:15px;
  138. text-align:center;
  139. text-transform:uppercase;
  140. font-family:helvetica;
  141. letter-spacing:1.5px;
  142. }
  143.  
  144. #entries {
  145. padding:10px;
  146. width:400px;
  147. margin-left:300px;
  148. margin-bottom:75px;
  149. line-height:120%;
  150. }
  151.  
  152. #post {
  153. width:400px;
  154. margin-top:75px;
  155. overflow:hidden;
  156. text-align:justify;
  157. padding:10px;
  158. line-height:120%;
  159. }
  160.  
  161. #sidebar {
  162. width:200px;
  163. margin-left:900px;
  164. margin-top:575px;
  165. position:fixed;
  166. padding-right:50px;
  167. padding-bottom:50px;
  168. }
  169.  
  170. #title {
  171. font-size:15px;
  172. border:1px solid {color:border};
  173. padding-top:10px;
  174. padding-bottom:10px;
  175. text-align:center;
  176. font-family:helvetica;
  177. text-transform:uppercase;
  178. margin-bottom:5px;
  179. letter-spacing:1.5px;
  180. color:{color:title};
  181. }
  182.  
  183. #links {
  184. padding:5px;
  185. padding-top:7px;
  186. word-spacing:3px;
  187. letter-spacing:1.5px;
  188. font-size:11px;
  189. text-align:center;
  190. color:{color:navi};
  191. }
  192.  
  193. #links a{
  194. padding:5px;
  195. padding-top:10px;
  196. word-spacing:3px;
  197. letter-spacing:1.5px;
  198. font-size:11px;
  199. text-align:center;
  200. color:{color:navi};
  201. }
  202.  
  203. #links a:hover{
  204. color:{color:navihov};
  205. }
  206.  
  207. #description {
  208. padding:5px;
  209. text-align:left;
  210. line-height:120%;
  211. }
  212.  
  213. #pagination {
  214. font-family:helvetica;
  215. font-size:9px;
  216. padding-bottom:7px;
  217. letter-spacing:1.5px;
  218. word-spacing:2px;
  219. text-align:right;
  220. background:#000000;
  221. text-transform:uppercase;
  222. opacity:0.95;
  223. margin-bottom:0px;
  224. }
  225.  
  226. #pagination a {
  227. color:{color:pagination};
  228. opacity:1;
  229. text-align:right;
  230. margin-right:auto;
  231. margin-left:auto;
  232. }
  233.  
  234. #pagination a:hover {
  235. text-align:right;
  236. margin-right:auto;
  237. margin-left:auto;
  238. text-decoration:none;
  239. color:{color:paginationhover};
  240. -moz-outline-style:none;
  241. -moz-transition-duration:0.5s;
  242. -webkit-transition-duration:0.5s;
  243. -o-transition-duration:0.5s;
  244. }
  245.  
  246. #info {
  247. text-align:center;
  248. margin-top:10px;
  249. padding:3px;
  250. padding-right:7px;
  251. }
  252.  
  253. #tags {
  254. margin-top:7px;
  255. text-align:center;
  256. text-transform:lowercase;
  257. font-style:normal;
  258. letter-spacing:0px;
  259. opacity: 0;
  260. -webkit-transition: all 0.5s ease-in-out;
  261. -moz-transition: all 0.5s ease-in-out;
  262. -o-transition: all 0.5s ease-in-out;
  263. -ms-transition: all 0.5s ease-in-out;
  264. transition: all 0.5s ease-in-out;
  265. }
  266.  
  267. #tags a {
  268. -webkit-transition: all 0.5s ease-in-out;
  269. -moz-transition: all 0.5s ease-in-out;
  270. -o-transition: all 0.5s ease-in-out;
  271. -ms-transition: all 0.5s ease-in-out;
  272. transition: all 0.5s ease-in-out;
  273. padding:5px;
  274. }
  275.  
  276. .tags a:hover {
  277. color:{color:links};
  278. }
  279.  
  280. #post:hover #tags {
  281. opacity:1;
  282. }
  283.  
  284. #quest {
  285. background-color:#222222;
  286. padding:5px;
  287. }
  288.  
  289. ol.notes {
  290. display:block;
  291. list-style-type:lower-roman;
  292. width:400px;
  293. padding:0px;
  294. }
  295.  
  296. ol.notes li.note{
  297. padding:10px;
  298. border-bottom:1px solid {color:border};
  299. }
  300.  
  301. .pagenotes {
  302. text-align:left;
  303. background:transparent;
  304. text-transform:lowercase;
  305. font-size:10px;
  306. }
  307.  
  308. ol.notes img{
  309. display:none;
  310. }
  311.  
  312. #credit a {
  313. background-color:#000000;
  314. color:{color:link};
  315. font-size:9px;
  316. font-family:georgia;
  317. text-transform:lowercase;
  318. width:12px;
  319. padding:3px;
  320. padding-right:4px;
  321. right:10px;
  322. bottom:10px;
  323. position:fixed;
  324. text-align:center;
  325. border:1px solid {color:link};
  326. }
  327.  
  328. #credit a:hover {
  329. background-color:{color:link};
  330. color:#000000;
  331. }
  332.  
  333. {CustomCSS}</style></head><body>
  334.  
  335. <div id="sidebar">
  336.  
  337. <div id="pagination">
  338. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} -
  339. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  340. </div>
  341.  
  342. <div id="title">{Title};</div>
  343.  
  344. <div id="description">{Description}</div>
  345.  
  346. <div id="links">
  347. {block:IfLink1}<a href="{text:link1 url}" title="{text:link1}">i.</a>{/block:IfLink1}
  348. {block:IfLink2}<a href="{text:link2 url}" title="{text:link2}">ii.</a>{/block:IfLink2}
  349. {block:IfLink3}<a href="{text:link3 url}" title="{text:link3}">iii.</a>{/block:IfLink3}
  350. {block:IfLink4}<a href="{text:link4 url}" title="{text:link4}">iv.</a>{/block:IfLink4}
  351. {block:IfLink5}<a href="{text:link5 url}" title="{text:link5}">v.</a>{/block:IfLink5}
  352. {block:IfLink6}<a href="{text:link6 url}" title="{text:link6}">vi.</a>{/block:IfLink6}
  353. </div>
  354.  
  355. </div>
  356.  
  357. <div id="entries">{block:Posts}<div id="post">
  358.  
  359. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  360. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{block:PermalinkPage}{Caption}{/block:PermalinkPage}{/block:Caption}{/block:Photo}
  361.  
  362. {block:Photoset}{Photoset-400}{block:Caption}{block:PermalinkPage}{Caption}{/block:PermalinkPage}{/block:Caption}{/block:Photoset}
  363.  
  364. {block:Quote}<big>{Quote}</big>{block:Source}<br><br><div style="text-align:right"><b>— {Source}</b></div>{/block:Source}{/block:Quote}
  365.  
  366. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  367.  
  368. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  369.  
  370. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" height="75px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span><br>
  371. {block:TrackName}<b>Title:</b> {TrackName}<br /><br>{/block:TrackName}
  372. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  373. {/block:ExternalAudio}<br />{Caption}{/block:Audio}
  374.  
  375. {block:Video}{Video-400}{block:Caption}{block:PermalinkPage}{Caption}{/block:PermalinkPage}{/block:Caption}{/block:Video}
  376.  
  377. {block:Answer}<div id="quest"><i>{Asker}</i>:&nbsp;&nbsp;&nbsp;{Question}</div>{Answer}{/block:Answer}
  378.  
  379. <div id="info">
  380. {block:Date}{TimeAgo}{/block:Date}&nbsp;&nbsp;<a href="{Permalink}">
  381. +{NoteCount}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>{block:ContentSource}&nbsp;&nbsp;&nbsp;<a href="{SourceURL}"title="{ReblogRootTitle}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<br></div><div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  382.  
  383. </div>
  384. {block:PostNotes}
  385. <div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  386. {/block:Posts}
  387.  
  388. <div id="credit"><a href="http://royed.tk/"> bn </a></div>
  389.  
  390. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement