Advertisement
gryffindor

4 revamped

May 24th, 2014
1,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1.  
  2. <!--theme #3 revamped by gryffindour/aeternothemes
  3. base code by Farahmir
  4. enjoy but dont remove the credit and others x-->
  5.  
  6. <!DOCTYPE html>
  7. <head>
  8.  
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#aaaaaa"/>
  20. <meta name="color:title" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Link Hover" content="#424242"/>
  23. <meta name="color:Links Background" content="#f8f8f8">
  24. <meta name="color:description" content="#3b3b3b">
  25. <meta name="color:shadow hover" content="#d6d5d5">
  26. <meta name="color:tags" content="#010101"/>
  27. <meta name="color:accent" content="#ffffff"/>
  28.  
  29. <meta name="if: Sidebar Image" content="1"/>
  30. <meta name="if:Tags Hover" content="1">
  31. <meta name="if:Shadow hover" content="1">
  32. <meta name="if:Border Botton Hover" content="0">
  33. <meta name="if:Top Sidebar" content="1"/>
  34. <meta name="if:Not Top Sidebar" content="0"/>
  35.  
  36. <meta name="image:Sidebar image" content=""/>
  37.  
  38. <meta name="text:Link 1 URL" content="" />
  39. <meta name="text:Link 1" content="" />
  40. <meta name="text:Link 2 URL" content="" />
  41. <meta name="text:Link 2" content="" />
  42. <meta name="text:Link 3 URL" content="" />
  43. <meta name="text:Link 3" content="" />
  44. <meta name="text:Link 4 URL" content="" />
  45. <meta name="text:Link 4" content="" />
  46.  
  47. <meta name="font:body" content="helvetica"/>
  48.  
  49. <!-- jquery for tooltips-->
  50.  
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53.  
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55.  
  56. <script>
  57.  
  58. (function($){
  59.  
  60. $(document).ready(function(){
  61.  
  62. $("a[title]").style_my_tooltips({
  63.  
  64. tip_follows_cursor:true,
  65.  
  66. tip_delay_time:30,
  67.  
  68. tip_fade_speed:300,
  69.  
  70. attribute:"title"
  71.  
  72. });
  73.  
  74. });
  75.  
  76. })(jQuery);
  77.  
  78. </script>
  79.  
  80.  
  81.  
  82.  
  83. <!--CSS customization here. -->
  84.  
  85. <style type="text/css">
  86.  
  87. #s-m-t-tooltip{
  88. position:absolute;
  89. max-width:350px;
  90. letter-spacing:1px;
  91. font-size:8px;
  92. margin-top: 13px;
  93. z-index:999;
  94. background:white;
  95. color:{color:text};
  96. text-transform:uppercase;
  97. {block:ifShadowHover}
  98. box-shadow:3px 3px 3px {color:shadow hover};
  99. border:1px solid #eee;
  100. {/block:ifShadowHover}
  101. padding:2px 3px 2px 3pxรง
  102. {block:ifBorderBottonHover}
  103. border-bottom:2px solid #000;
  104. {/block:ifBorderBottonHover}
  105. -webkit-transition:all 0.3s;
  106. -moz-transition:all 0.3s;
  107. -ms-transition:all 0.3s;
  108. -o-transition:all 0.3s;
  109. -transition:all 0.3s;
  110. display:inline-block;
  111.  
  112.  
  113. }
  114.  
  115.  
  116.  
  117. /*basics*/
  118. blockquote {padding:5px 0 5px 30px;
  119. border-left:1px solid {color:text};
  120. margin-left:30px;
  121. }
  122.  
  123. body {
  124. background:{color:background};
  125. color:{color:text};
  126. font-family:{font:body};
  127. font-size:11px;
  128. text-align:justify;
  129. margin:0;
  130. line-height:16px;}
  131.  
  132.  
  133. a {
  134. color:{color:link};
  135. text-decoration:none;
  136. }
  137.  
  138. a:hover {
  139. text-decoration:none;}
  140.  
  141.  
  142. img{opacity:1;
  143. border:none;
  144. text-decoration:none}
  145.  
  146.  
  147. small {
  148. font-size:9px;}
  149.  
  150. big {
  151. font-size:12px;}
  152.  
  153.  
  154. #title {
  155. font-size:12px;
  156. margin-top:10px;
  157. line-height:18px;
  158. font-weight:bold;
  159. margin-bottom:10px;
  160. text-transform:uppercase;
  161. text-align:left;
  162.  
  163. }
  164.  
  165. /*sidebar*/
  166. #sidebar {text-align:left;
  167. position:fixed;
  168. margin-left:-190px;
  169. width:150px;
  170. {block:iftopsidebar}
  171. top:100px;
  172. {/block:iftopsidebar}
  173. {block:ifnottopsidebar}
  174. bottom:150px;
  175. {/block:ifnottopsidebar}
  176. }
  177.  
  178. #sidebarim {margin-bottom:20px
  179. }
  180.  
  181. #sidebarim img {
  182. width:125px
  183. margin-top:10px;
  184. {block:ifsidebarimage}
  185. width:75px;
  186. height:75px;
  187. {/block:ifsidebarimage}
  188.  
  189.  
  190. }
  191.  
  192. #blogt {font-size:18px;
  193. text-transform:none;
  194. margin-top:-15px;
  195. font-weight:bold;
  196. color:{color:title};
  197. font-family:Times New Roman;
  198. }
  199.  
  200. #links {
  201. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  202. font-size:8px;
  203. padding: 0px 0px 8px 0px;
  204. font-family:times;
  205. text-transform:uppercase;
  206. margin-top:-5px;
  207. line-height:28px;
  208. }
  209.  
  210.  
  211. #links a {
  212. color:{color:link};
  213. display:block;
  214. border-bottom: 1px solid #e4e4e4;
  215. letter-spacing: 2px;
  216. -webkit-transition: all 0.5s ease-in-out;
  217. -moz-transition: all 0.5s ease-in-out;
  218. -o-transition: all 0.5s ease-in-out;
  219. -ms-transition: all 0.5s ease-in-out;
  220. -transition: all 0.5s ease-in-out;
  221. }
  222.  
  223.  
  224. #links a:hover {
  225. color:{color:link hover};
  226. background:{color:links Background};
  227. padding: 0px 0px 0px 10px;
  228. -webkit-transition: all 0.5s ease-in-out;
  229. -moz-transition: all 0.5s ease-in-out;
  230. -o-transition: all 0.5s ease-in-out;
  231. -ms-transition: all 0.5s ease-in-out;
  232. -transition: all 0.5s ease-in-out;
  233. }
  234.  
  235. #description {
  236. margin:20px 0;
  237. margin-top:8px;
  238. color:{color:description};
  239. text-align:none;
  240. width:150px;
  241. font-size:10px;
  242. }
  243. #description a {
  244. letter-spacing:1px;
  245. }
  246.  
  247. #description a:hover {
  248. color:{color:descrip hover};
  249. letter-spacing:1px;
  250. text-decoration:underline;
  251. }
  252.  
  253. /*pagination*/
  254. #pagination {
  255. margin:50px 0;
  256. text-transform:lowercase;
  257. font-weight:bold;
  258. }
  259. #pagination a {
  260. padding:0 15px;
  261. }
  262. #pagination a: hover {
  263.  
  264. font-weight:italic;
  265. }
  266.  
  267. /*container*/
  268. #con {
  269. left:50%;
  270. margin-left:-250px;
  271. position:absolute;
  272. }
  273.  
  274.  
  275.  
  276. /*posts*/
  277.  
  278. #entries {
  279. margin-top:75px;
  280. margin-left:55px;
  281. width:400px;
  282. }
  283.  
  284.  
  285.  
  286. #posts {
  287. width:400px;
  288. {block:IndexPage}
  289. margin-bottom:75px;
  290. {/block:IndexPage}
  291. {block:PermalinkPage}
  292. margin-bottom:50px;
  293. {/block:PermalinkPage}
  294.  
  295. }
  296. #posts img {
  297. max-width:400px;
  298. }
  299.  
  300. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  301. .caption {width:100%;
  302. margin-top:10px;
  303.  
  304. }
  305.  
  306. /*quote*/
  307.  
  308. #titlequote{text-align:left;
  309. font-size:14px;
  310. line-height:18px;
  311. font-weight:bold;
  312. }
  313. #source {
  314. margin-top:15px;
  315. margin-left:15px;}
  316.  
  317. /*audio*/
  318.  
  319. .player {
  320. width:25px;
  321. height:25px;
  322. overflow:hidden;
  323. position:absolute;
  324. background:white;
  325.  
  326. }
  327.  
  328. .audioinfo {
  329. margin-left:50px;
  330. }
  331.  
  332.  
  333. /*asks*/
  334. .q {margin-bottom:10px;
  335. text-align:center;
  336. }
  337.  
  338. .as {
  339. font-weight:bold;}
  340.  
  341. .a {
  342. margin-top:10px;
  343. }
  344.  
  345.  
  346. /*chat*/
  347.  
  348. .chat ol {
  349. padding:0;
  350. list-style:none;
  351. }
  352. .line {padding:5px 0;}
  353.  
  354. .label {font-weight:bold;
  355. }
  356.  
  357.  
  358.  
  359.  
  360.  
  361. /*permalink and notes*/
  362.  
  363. #permalink {
  364. margin-top:15px;
  365. font-size:9px;
  366. text-transform:uppercase;
  367. }
  368. #permalink a {margin-right:10px;
  369. }
  370.  
  371.  
  372. #permalink a:hover {
  373. color:{color:accent};
  374. text-decoration:underline;
  375. }
  376.  
  377. .tags {
  378. word-break:break-all;
  379. font-size:9px;
  380. color:{color:tags};
  381. background-color:{color:background};
  382. text-align:center;
  383. font-family:helvetica;
  384. text-transform:none;
  385. padding:5px 5px 5px 5px;
  386. {block:ifTagsHover}
  387. opacity:0;
  388. -webkit-transition:all 0.5s;
  389. -moz-transition:all 0.5s;
  390. -ms-transition:all 0.5s;
  391. -o-transition:all 0.5s;
  392. transition:all 0.5s;
  393. {/block:ifTagsHover}
  394. }
  395.  
  396. #posts:hover .tags {
  397. background-color:{color:background};
  398. {block:ifTagsHover}
  399. opacity:1;
  400. -webkit-transition:all 0.5s;
  401. -moz-transition:all 0.5s;
  402. -ms-transition:all 0.5s;
  403. -o-transition:all 0.5s;
  404. transition:all 0.5s;
  405. {/block:ifTagsHover}
  406. }
  407.  
  408. .pagenotes {
  409. {block:IndexPage}
  410. display: none!important;
  411. {/block:IndexPage}
  412. width:400px;
  413. text-align:left;
  414.  
  415. }
  416. .pagenotes img {
  417. display:none!important;}
  418. .pagenotes li {
  419. list-style-type:none;
  420. padding:5px 0px;
  421. text-align:left;
  422. margin:0 0 0 -40px;
  423. }
  424.  
  425. #credit a{
  426. position:fixed;
  427. right:3px;
  428. bottom:3px;
  429. padding:4px;
  430. background:white;
  431. font-size:11px;
  432. color:black;
  433. -moz-transition-duration:1s;
  434. -webkit-transition-duration:1s;
  435. -o-transition-duration:1s;
  436. }
  437.  
  438. #credit a:hover {
  439. opacity:1;
  440. color:white;
  441. background:black;
  442. -moz-transition-duration:1s;
  443. -webkit-transition-duration:1s;
  444. -o-transition-duration:1s;
  445. }
  446.  
  447.  
  448. {CustomCSS}
  449.  
  450.  
  451. </style>
  452.  
  453.  
  454.  
  455. </head>
  456.  
  457. <body>
  458.  
  459. <div id="con">
  460.  
  461. <div id="sidebar">
  462. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  463. <div id="blogt">{Title}</div>
  464. <div id="description">{Description}</div>
  465. <div id="links">
  466. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  467. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  468. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  469. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  470. </div>
  471.  
  472.  
  473.  
  474.  
  475. </div>
  476.  
  477.  
  478.  
  479.  
  480. <div id="entries">
  481.  
  482. {block:Posts}
  483. <div id="posts">
  484.  
  485.  
  486. {block:Quote}
  487.  
  488.  
  489. <div id="titlequote">โ€œ{Quote}โ€</div>
  490. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  491. {/block:Quote}
  492.  
  493.  
  494.  
  495. {block:Text}
  496.  
  497. {block:Title}
  498. <div id="title">{Title}</div>{/block:Title}
  499. {Body}
  500. {/block:Text}
  501.  
  502. {block:Link}
  503. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  504. {/block:Link}
  505.  
  506. {block:Chat}
  507. {block:Title}
  508. <h1>{Title}</h1>
  509. {/block:Title}
  510. <div class="chat">
  511. <ol>{block:Lines}
  512. <li class="line {Alt}">
  513. {block:Label}
  514. <span class="label">
  515. {Label}</span>
  516. {/block:Label}{Line}</li>
  517. {/block:Lines}
  518. </ol></div>
  519. {/block:Chat}
  520.  
  521. {block:Photo}
  522. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  523. {/block:Photo}
  524.  
  525. {block:Photoset}
  526. {Photoset-400}
  527. {/block:Photoset}
  528.  
  529. {block:Video}
  530. {Video-400}
  531. {/block:Video}
  532.  
  533. {block:Audio}
  534. <div class="player">{AudioPlayerWhite}</div>
  535. <div class="audioinfo">
  536. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  537. </div>
  538. {/block:Audio}
  539.  
  540. {block:Answer}
  541. <div class="q">
  542. <div class="as">{Asker} said: </div>
  543. {Question}</div>
  544. <div class="a">{Answer}</div>
  545. {/block:Answer}
  546.  
  547. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  548.  
  549. {block:Date}
  550. <div id="permalink">
  551. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  552. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  553. </div>
  554. {/block:Date}
  555.  
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561. {block:PostNotes}
  562. <div class="pagenotes">
  563. {PostNotes}
  564. </div>
  565. {/block:PostNotes}
  566.  
  567.  
  568. {/block:Posts}
  569.  
  570. <div id="pagination">
  571. {block:Pagination}
  572. {block:PreviousPage}
  573. <a href="{PreviousPage}">&larr; previous </a>
  574. {/block:PreviousPage}
  575.  
  576.  
  577. {block:NextPage}
  578. <a href="{NextPage}">next &rarr;</a>
  579. {/block:NextPage}
  580. {/block:Pagination}
  581. </div>
  582.  
  583.  
  584.  
  585. </div>
  586.  
  587. </div>
  588.  
  589.  
  590. {block:ContentSource}
  591. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  592. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  593. {/block:SourceLogo}
  594. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  595. {/block:ContentSource}
  596.  
  597. </body></html>
  598.  
  599. <div id="credit"><a href="http://gryffindour.tumblr.com">gryffindour</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement