diff options
| author | Daniel Hader <[email protected]> | 2026-09-03 20:37:45 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-09-03 20:37:45 -0500 |
| commit | a2c4acf6eea9a2e376ae8daaf225c744506c936a (patch) | |
| tree | e49d1a3767414ad6a8915ed86c1818bc5c329d49 | |
| parent | 5fa81500dcc07a853a01b0b0d813069467995807 (diff) | |
font cleanup and css work
17 files changed, 45 insertions, 61 deletions
diff --git a/themes/simple/static/css/main.css b/themes/simple/static/css/main.css index 4c76d55..0dbbf87 100644 --- a/themes/simple/static/css/main.css +++ b/themes/simple/static/css/main.css @@ -1,23 +1,13 @@ @import url("reset.css"); @font-face { - font-family: Gocake; - src: url("../fonts/gocake/Gocake.ttf"); + font-family: Hockey-is-lif; + src: url("../fonts/hockey.ttf"); } @font-face { - font-family: Canela; - src: url("../fonts/canela/canela-Regular-TRIAL.otf"); -} - -@font-face { - font-family: Babel-Sans; - src: url("../fonts/babel_sans/BabelSans.ttf"); -} - -@font-face { - font-family: Aerial; - src: url("../fonts/aerial_2/Aerial_Demo.ttf"); + font-family: LT-Streak; + src: url("../fonts/ltstreak.ttf"); } body { @@ -29,7 +19,8 @@ body { background-position: center; background-attachment: fixed; - font-family: "Aerial"; + font-family: "LT-Streak"; + font-size: 14pt; line-height: 1.2; color: #aabbaf; @@ -51,18 +42,19 @@ h1 { #header { position: relative; - background-color: rgba(20, 20, 20, 1.0); background: linear-gradient( 180deg, rgba(72, 72, 72, 0.9) 0%, rgba(20, 20, 20, 0.95) 100% ); - border-top: 1px solid #9e9e9e; - border-left: 1px solid #9e9e9e; - border-right: 1px solid #9e9e9e; + border-top: 1px solid rgb(100, 100, 100); + border-left: 1px solid rgb(60, 60, 60); + border-right: 1px solid rgb(50, 50, 50); + border-bottom: 1px solid rgb(0, 0, 0); border-radius: 30px 30px 0 0; - + + box-shadow: 0px 8px 10px rgba(20, 20, 20, 0.5); } #header hgroup { @@ -84,23 +76,25 @@ h1 { border-radius: 30px 30px 30px 30px; } -#content { +#nav-content { display: flex; + flex-direction: row; +} + +aside { + border-top: 1px solid #666666; + border-left: 1px solid #666666; + border-right: 1px solid #666666; + background: rgba(30, 30, 30, 0.4); } #navs { display: flex; flex-direction: column; - width: 150px; + margin: 10px 8px 10px 8px; height: 100%; - padding: 10px 8px 10px 8px; - - border-top: 1px solid #666666; - border-left: 1px solid #666666; - border-right: 1px solid #666666; - background: rgba(30, 30, 30, 0.4); - /*background: linear-gradient(to bottom,rgba(80,80,80,.2),rgba(39,39,39,.1));*/ + width: 150px; } .nav { @@ -169,3 +163,17 @@ h1 { position: relative; } +main { + background: rgba(30, 30, 30, 0.9); + width: 100%; + height: 100%; +} + +main article { + margin: 20px; +} + +article p { + margin-top: 8px; + margin-bottom: 12px; +} diff --git a/themes/simple/static/fonts/aerial_2/Aerial_Demo.ttf b/themes/simple/static/fonts/aerial_2/Aerial_Demo.ttf Binary files differdeleted file mode 100644 index c05902b..0000000 --- a/themes/simple/static/fonts/aerial_2/Aerial_Demo.ttf +++ /dev/null diff --git a/themes/simple/static/fonts/babel_sans/BabelSans-Bold.ttf b/themes/simple/static/fonts/babel_sans/BabelSans-Bold.ttf Binary files differdeleted file mode 100644 index b424125..0000000 --- a/themes/simple/static/fonts/babel_sans/BabelSans-Bold.ttf +++ /dev/null diff --git a/themes/simple/static/fonts/babel_sans/BabelSans-BoldOblique.ttf b/themes/simple/static/fonts/babel_sans/BabelSans-BoldOblique.ttf Binary files differdeleted file mode 100644 index 4eb381e..0000000 --- a/themes/simple/static/fonts/babel_sans/BabelSans-BoldOblique.ttf +++ /dev/null diff --git a/themes/simple/static/fonts/babel_sans/BabelSans-Oblique.ttf b/themes/simple/static/fonts/babel_sans/BabelSans-Oblique.ttf Binary files differdeleted file mode 100644 index 1e373cf..0000000 --- a/themes/simple/static/fonts/babel_sans/BabelSans-Oblique.ttf +++ /dev/null diff --git a/themes/simple/static/fonts/babel_sans/BabelSans.ttf b/themes/simple/static/fonts/babel_sans/BabelSans.ttf Binary files differdeleted file mode 100644 index e0f41e7..0000000 --- a/themes/simple/static/fonts/babel_sans/BabelSans.ttf +++ /dev/null diff --git a/themes/simple/static/fonts/canela/canela-Bold-TRIAL.otf b/themes/simple/static/fonts/canela/canela-Bold-TRIAL.otf Binary files differdeleted file mode 100644 index 5388781..0000000 --- a/themes/simple/static/fonts/canela/canela-Bold-TRIAL.otf +++ /dev/null diff --git a/themes/simple/static/fonts/canela/canela-Light-TRIAL.otf b/themes/simple/static/fonts/canela/canela-Light-TRIAL.otf Binary files differdeleted file mode 100644 index 0d63838..0000000 --- a/themes/simple/static/fonts/canela/canela-Light-TRIAL.otf +++ /dev/null diff --git a/themes/simple/static/fonts/canela/canela-Regular-TRIAL.otf b/themes/simple/static/fonts/canela/canela-Regular-TRIAL.otf Binary files differdeleted file mode 100644 index ca06acf..0000000 --- a/themes/simple/static/fonts/canela/canela-Regular-TRIAL.otf +++ /dev/null diff --git a/themes/simple/static/fonts/gocake/Gocake.jpg b/themes/simple/static/fonts/gocake/Gocake.jpg Binary files differdeleted file mode 100644 index 4ddc512..0000000 --- a/themes/simple/static/fonts/gocake/Gocake.jpg +++ /dev/null diff --git a/themes/simple/static/fonts/gocake/Gocake.otf b/themes/simple/static/fonts/gocake/Gocake.otf Binary files differdeleted file mode 100644 index 561913e..0000000 --- a/themes/simple/static/fonts/gocake/Gocake.otf +++ /dev/null diff --git a/themes/simple/static/fonts/gocake/Gocake.ttf b/themes/simple/static/fonts/gocake/Gocake.ttf Binary files differdeleted file mode 100644 index 50b1665..0000000 --- a/themes/simple/static/fonts/gocake/Gocake.ttf +++ /dev/null diff --git a/themes/simple/static/fonts/gocake/More Info.txt b/themes/simple/static/fonts/gocake/More Info.txt deleted file mode 100644 index 4e42afe..0000000 --- a/themes/simple/static/fonts/gocake/More Info.txt +++ /dev/null @@ -1,24 +0,0 @@ -First of All,
-
-Thank you for download my product.
-This product 100% free for personal use & commercial use
-
-File include :
-
-1. Gocake.ttf
-2. Gocake.otf
-
-More Info :
-
-For Donation:
-paypal.me/jalkhurasan
-
-My OnlineShop:
-https://www.creativefabrica.com/ref/53/
-
-My Portofolio:
-https://www.behance.net/khurasan
-
-My web:
-www.khurasanstudio.com
\ No newline at end of file diff --git a/themes/simple/static/fonts/gocake/Read Me.pdf b/themes/simple/static/fonts/gocake/Read Me.pdf Binary files differdeleted file mode 100644 index 4e5ae0f..0000000 --- a/themes/simple/static/fonts/gocake/Read Me.pdf +++ /dev/null diff --git a/themes/simple/static/fonts/hockey.ttf b/themes/simple/static/fonts/hockey.ttf Binary files differnew file mode 100644 index 0000000..ce7da93 --- /dev/null +++ b/themes/simple/static/fonts/hockey.ttf diff --git a/themes/simple/static/fonts/ltstreak.ttf b/themes/simple/static/fonts/ltstreak.ttf Binary files differnew file mode 100644 index 0000000..1ceff6c --- /dev/null +++ b/themes/simple/static/fonts/ltstreak.ttf diff --git a/themes/simple/templates/base.html b/themes/simple/templates/base.html index f34054f..1667620 100644 --- a/themes/simple/templates/base.html +++ b/themes/simple/templates/base.html @@ -55,7 +55,7 @@ <p>{{ SITESUBTITLE }}</p>{% endif %}</hgroup> {% endblock header %} </header> - <div id="content"> + <div id="nav-content"> <aside> <div id="navs"> <div class="nav"> @@ -94,14 +94,14 @@ {% block content %} {% endblock content %} </main> - <footer> - {% block footer %} - <address> - Made with <a rel="nofollow" href="https://getpelican.com/">Pelican</a>, - </address> - {% endblock footer %} - </footer> </div> + <footer> + {% block footer %} + <address> + Made with <a rel="nofollow" href="https://getpelican.com/">Pelican</a>, + </address> + {% endblock footer %} + </footer> </div> {% endblock body %} </body> |
