From 5ef896e9c322b4f8c1ce6389441306febe8837c6 Mon Sep 17 00:00:00 2001 From: satadip Date: Mon, 11 Dec 2023 21:41:52 +0530 Subject: [PATCH 1/2] Changed overall body font to Roboto condensed this looks cool than italics one --- index.html | 10 ++++++++++ style.css | 9 +++++++-- translate.css | 4 +++- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1a468c68..1105bf2d 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,17 @@ + + + + + + + + Naruto + + diff --git a/style.css b/style.css index 73c8b351..181be39d 100644 --- a/style.css +++ b/style.css @@ -126,7 +126,9 @@ body { background-image: linear-gradient(to right,#2193b0,#6dd5ed); width: 100vw; - font-family: 'Open Sans', sans-serif; + /* font-family: 'Open Sans', sans-serif; */ + font-family: 'Roboto Condensed', sans-serif; + /* font-family: 'Oswald', sans-serif; */ } /* Custom Scroll Bar */ @@ -921,7 +923,7 @@ ul.navbar-nav.mr-auto { } .footer{ text-align: center; - padding-top: 20px + padding-top: 20px; } .footer .icon .fa{ padding: 8px; @@ -944,3 +946,6 @@ ul.navbar-nav.mr-auto { text-decoration: underline; } + + + diff --git a/translate.css b/translate.css index 35aed6e8..e697fbd1 100644 --- a/translate.css +++ b/translate.css @@ -23,4 +23,6 @@ } #goog-gt-tt, .goog-te-balloon-frame{display: none !important;} - .goog-text-highlight { background: none !important; box-shadow: none !important;} \ No newline at end of file + .goog-text-highlight { background: none !important; box-shadow: none !important;} + + \ No newline at end of file From ba5eefd198a532a68731d6cad8348c19fcec4399 Mon Sep 17 00:00:00 2001 From: satadip Date: Mon, 11 Dec 2023 23:18:07 +0530 Subject: [PATCH 2/2] addressed the problem of select language button coz it is not aligned with nav bar under codepeak23 --- style.css | 1 + translate.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/style.css b/style.css index 181be39d..588e4070 100644 --- a/style.css +++ b/style.css @@ -924,6 +924,7 @@ ul.navbar-nav.mr-auto { .footer{ text-align: center; padding-top: 20px; + } .footer .icon .fa{ padding: 8px; diff --git a/translate.css b/translate.css index e697fbd1..5ac1f146 100644 --- a/translate.css +++ b/translate.css @@ -14,6 +14,8 @@ .goog-te-gadget{ color:transparent!important; font-size:0; + display: inline-flex; + /*corrected the position of language div under codepeak23 */ } /* google translate banner-frame */