Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Changes in font and language selector div" #1173

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<link href="translate.css" rel="stylesheet" type="text/css" media="all" />
<!-- extra fonts link -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">

<title>Naruto</title>


</head>

<body class="lightmode">
Expand Down
10 changes: 8 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -921,7 +923,8 @@ ul.navbar-nav.mr-auto {
}
.footer{
text-align: center;
padding-top: 20px
padding-top: 20px;

}
.footer .icon .fa{
padding: 8px;
Expand All @@ -944,3 +947,6 @@ ul.navbar-nav.mr-auto {

text-decoration: underline;
}



6 changes: 5 additions & 1 deletion translate.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -23,4 +25,6 @@
}

#goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}