Skip to content

Commit

Permalink
IzaacWeb V3.6.04
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacCoding36 authored Nov 6, 2024
1 parent e779971 commit 4742200
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 19 deletions.
4 changes: 2 additions & 2 deletions css/eng.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

html {background: radial-gradient(farthest-corner at right top,#000000,#00030C,#001403);
background-repeat: no-repeat;
background-color: #683f02;
background-color: #001403;
font-family:'Poppins', sans-serif;
display: flex;
filter: hue-rotate(270deg);
filter: none;
transition: filter 2s ease, background-color 2s;
font-size: 20px;}

Expand Down
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

html {background: radial-gradient(farthest-corner at right top,#000000,#00030C,#001403);
background-repeat: no-repeat;
background-color: #683f02;
background-color: #001403;
font-family:'Poppins', sans-serif;
display: flex;
filter: hue-rotate(270deg);
filter: none;
transition: filter 2s ease, background-color 2s;
font-size: 20px;}

Expand Down
9 changes: 4 additions & 5 deletions extra/extra.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/* IzaacWeb V3 extra */

html {background: linear-gradient(90deg, #030012 0%, #001c03 50%, #030012 100%);
background-color: #683f02;
cursor: default;
filter: hue-rotate(270deg);
color: #e7e7e7e7;
font-family:'Poppins',
background-color: #001403;
cursor: default;
color: #e7e7e7e7;
font-family:'Poppins',
sans-serif; font-size: 13px;}

h1 {color: lime; font-style: italic;}
Expand Down
5 changes: 0 additions & 5 deletions js/botoes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ document.querySelector('.filtro3').addEventListener('click', () => {
document.querySelector('html').style.setProperty('background-color', '#262626ff');
});

document.querySelector('.filtro4').addEventListener('click', () => {
document.querySelector('html').style.setProperty('filter', 'hue-rotate(270deg)');
document.querySelector('html').style.setProperty('background-color', '#683f02');
});

document.querySelector('.pt-br').addEventListener('click', () => {
alert("Você já está utilizando esta linguagem.");
});
Expand Down
5 changes: 0 additions & 5 deletions js/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ document.querySelector('.filter3').addEventListener('click', () => {
document.querySelector('html').style.setProperty('background-color', '#262626ff');
});

document.querySelector('.filter4').addEventListener('click', () => {
document.querySelector('html').style.setProperty('filter', 'hue-rotate(270deg)');
document.querySelector('html').style.setProperty('background-color', '#683f02');
});

document.querySelector('.eng').addEventListener('click', () => {
alert("You're already using this language.");
});
Expand Down

0 comments on commit 4742200

Please sign in to comment.