diff --git a/27-Astralis b/27-Astralis index 431b3bd..30c3db8 100644 --- a/27-Astralis +++ b/27-Astralis @@ -3,7 +3,7 @@ Theme [27]: Astralis Made by glenthemes Initial release: 2018/02/06 -Last updated: 2021/10/17 +Last updated: 2023/05/01 TERMS OF USE: 1) Do not remove the theme credit. @@ -12,7 +12,7 @@ TERMS OF USE: 4) Do not use my themes as a base code. 5) Do not mix my themes together. -Please stick to the terms; I spent 10000 years making this and I will not let anyone disrespect me and my work in any way, shape or form. +Please stick to the terms; I spent 10000 years on this (ɔˆ³(´ᴗ`c) ------------------------------------------------------------------------> @@ -85,12 +85,59 @@ $(document).ready(function(){ - - - + + + + + + + + + @@ -322,7 +369,10 @@ hr { background-color:rgba({RGBcolor:text},0.3); } -p.npf_quirky, p.npf_chat, p.npf_quote {font-size:calc({text:font size}px + 5px);line-height:1em;} +p.npf_quirky, p.npf_chat, p.npf_quote { + font-size:inherit; + line-height;inherit +} /*--------------------LINKS--------------------*/ a { @@ -657,38 +707,42 @@ aaa::after { background:{color:scrollbar background}; } -#electric {margin-top:10px;} +#electric { + margin-top:10px; + display:grid; + grid-template-columns:repeat(4, 1fr); + grid-gap:10px; +} #electric a { - display:inline-block; - margin:0px 4px; - width:calc((350px / 4) - 20.2px); + display:block; text-align:center; padding:7px 6px; background-color:{color:post}; - font-family:quicksand;line-height:1em; + font-family:quicksand; + line-height:1em; text-transform:uppercase; - font-size:8px;font-weight:bold;letter-spacing:2px; + font-size:8px; + font-weight:bold; + letter-spacing:2px; color:{color:text}; } #electric a:hover {letter-spacing:3px} - -#electric a:first-child {margin-left:0px;} -#electric a:last-child {margin-right:0px;} /*--------------------POSTS--------------------*/ .posts { overflow:hidden; margin-bottom:{text:post margin}px; -{/block:PermalinkPage} width:{text:post width}px; padding:{text:post padding}px; background-color:{color:post}; {block:ifpostborders}border:1px solid {color:post borders};{/block:ifpostborders} } +{block:PermalinkPage} .posts:last-of-type {margin-bottom:0px;} +{/block:PermalinkPage} .posts a, .desc a { color:{color:link}; @@ -1212,6 +1266,8 @@ svg { + +