Skip to content

Commit 64262f1

Browse files
Bikram GoleBikram Gole
authored andcommitted
Make Material3 mascot more masculine and tech-styled
1 parent 072b408 commit 64262f1

1 file changed

Lines changed: 50 additions & 58 deletions

File tree

styles.css

Lines changed: 50 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,21 +1936,21 @@ body.browser-vivaldi .penguin-glasses {
19361936
z-index: 2;
19371937
transform-origin: center 82%;
19381938
animation: android-idle 4.4s ease-in-out infinite;
1939-
filter: drop-shadow(0 12px 18px rgba(72, 140, 69, 0.32));
1939+
filter: drop-shadow(0 13px 20px rgba(35, 81, 59, 0.36));
19401940
}
19411941

19421942
.android-head {
19431943
position: absolute;
1944-
left: 28px;
1945-
top: 18px;
1946-
width: 84px;
1944+
left: 27px;
1945+
top: 16px;
1946+
width: 86px;
19471947
height: 54px;
1948-
border-radius: 44px 44px 20px 20px;
1949-
background: linear-gradient(170deg, #b8d94b 0%, #9fc63b 68%, #88ad2f 100%);
1948+
border-radius: 24px 24px 12px 12px;
1949+
background: linear-gradient(170deg, #8dbf31 0%, #6ea128 70%, #57831d 100%);
19501950
box-shadow:
1951-
inset 0 2px 0 rgba(245, 255, 210, 0.5),
1952-
inset 0 -4px 8px rgba(78, 113, 35, 0.22),
1953-
0 8px 16px rgba(55, 102, 42, 0.25);
1951+
inset 0 2px 0 rgba(231, 255, 166, 0.22),
1952+
inset 0 -5px 9px rgba(32, 62, 24, 0.28),
1953+
0 8px 16px rgba(31, 74, 46, 0.3);
19541954
}
19551955

19561956
.android-antenna {
@@ -1959,50 +1959,50 @@ body.browser-vivaldi .penguin-glasses {
19591959
width: 4px;
19601960
height: 13px;
19611961
border-radius: 999px;
1962-
background: #a9cf3d;
1962+
background: #7fab2c;
19631963
}
19641964

1965-
.android-antenna.left { left: 15px; transform: rotate(-28deg); }
1966-
.android-antenna.right { right: 15px; transform: rotate(28deg); }
1965+
.android-antenna.left { left: 14px; transform: rotate(-23deg); }
1966+
.android-antenna.right { right: 14px; transform: rotate(23deg); }
19671967

19681968
.android-eye {
19691969
position: absolute;
1970-
top: 20px;
1971-
width: 10px;
1972-
height: 12px;
1973-
border-radius: 999px;
1974-
background: #ffffff;
1975-
box-shadow:
1976-
inset 0 -2px 0 rgba(163, 208, 255, 0.42),
1977-
0 1px 0 rgba(72, 106, 30, 0.22);
1970+
top: 19px;
1971+
width: 24px;
1972+
height: 8px;
1973+
border-radius: 3px;
1974+
background: linear-gradient(90deg, #8ce6ff 0%, #e3fbff 50%, #8ce6ff 100%);
1975+
box-shadow: 0 0 8px rgba(110, 225, 255, 0.5);
19781976
}
19791977

19801978
.android-eye::after {
19811979
content: "";
19821980
position: absolute;
1983-
right: 2px;
1984-
top: 2px;
1985-
width: 3px;
1981+
left: 0;
1982+
top: -4px;
1983+
width: 100%;
19861984
height: 3px;
1987-
border-radius: 999px;
1988-
background: rgba(255, 255, 255, 0.95);
1985+
border-radius: 3px;
1986+
background: rgba(29, 52, 21, 0.8);
19891987
}
19901988

1991-
.android-eye.left { left: 18px; }
1992-
.android-eye.right { right: 18px; }
1989+
.android-eye.left { left: 14px; }
1990+
.android-eye.right { right: 14px; }
19931991

19941992
.android-body {
19951993
position: absolute;
1996-
left: 23px;
1997-
top: 73px;
1994+
left: 21px;
1995+
top: 72px;
19981996
width: 100px;
1999-
height: 75px;
2000-
border-radius: 18px 18px 14px 14px;
2001-
background: linear-gradient(170deg, #b3d646 0%, #9cc23a 70%, #84ab2d 100%);
1997+
height: 78px;
1998+
border-radius: 10px;
1999+
background:
2000+
linear-gradient(180deg, rgba(160, 204, 65, 0.2), rgba(70, 112, 30, 0.1)),
2001+
linear-gradient(170deg, #82b62e 0%, #6a9a24 70%, #507719 100%);
20022002
box-shadow:
2003-
inset 0 2px 0 rgba(242, 255, 205, 0.42),
2004-
inset 0 -5px 9px rgba(80, 118, 33, 0.2),
2005-
0 8px 14px rgba(55, 102, 42, 0.24);
2003+
inset 0 2px 0 rgba(223, 255, 146, 0.18),
2004+
inset 0 -6px 10px rgba(30, 57, 22, 0.25),
2005+
0 8px 14px rgba(31, 74, 46, 0.28);
20062006
}
20072007

20082008
.android-body::before {
@@ -2011,10 +2011,11 @@ body.browser-vivaldi .penguin-glasses {
20112011
left: 50%;
20122012
top: 10px;
20132013
transform: translateX(-50%);
2014-
width: 52px;
2015-
height: 9px;
2016-
border-radius: 999px;
2017-
background: rgba(237, 255, 195, 0.42);
2014+
width: 68px;
2015+
height: 2px;
2016+
border-radius: 2px;
2017+
background: rgba(201, 246, 114, 0.45);
2018+
box-shadow: 0 18px 0 rgba(201, 246, 114, 0.25), 0 36px 0 rgba(201, 246, 114, 0.2);
20182019
}
20192020

20202021
.android-head::after {
@@ -2023,23 +2024,14 @@ body.browser-vivaldi .penguin-glasses {
20232024
left: 50%;
20242025
bottom: 8px;
20252026
transform: translateX(-50%);
2026-
width: 26px;
2027-
height: 8px;
2028-
border-radius: 0 0 8px 8px;
2029-
border-bottom: 2px solid rgba(67, 102, 22, 0.35);
2027+
width: 40px;
2028+
height: 10px;
2029+
border-radius: 0 0 6px 6px;
2030+
border-bottom: 2px solid rgba(27, 50, 18, 0.55);
20302031
}
20312032

20322033
.android-head::before {
2033-
content: "";
2034-
position: absolute;
2035-
left: 8px;
2036-
top: 27px;
2037-
width: 68px;
2038-
height: 11px;
2039-
border-radius: 999px;
2040-
box-shadow:
2041-
-6px 0 0 rgba(255, 172, 182, 0.4),
2042-
52px 0 0 rgba(255, 172, 182, 0.4);
2034+
content: none;
20432035
}
20442036

20452037
.android-date-badge {
@@ -2050,15 +2042,15 @@ body.browser-vivaldi .penguin-glasses {
20502042
min-width: 32px;
20512043
text-align: center;
20522044
border-radius: 999px;
2053-
border: 1px solid rgba(81, 121, 35, 0.32);
2054-
background: rgba(245, 255, 220, 0.9);
2055-
color: #294a19;
2045+
border: 1px solid rgba(54, 101, 74, 0.42);
2046+
background: rgba(12, 37, 43, 0.86);
2047+
color: #9defff;
20562048
font-family: "JetBrains Mono", "Fira Mono", "Courier New", monospace;
20572049
font-size: 11px;
20582050
font-weight: 700;
20592051
letter-spacing: 0.01em;
20602052
padding: 2px 7px;
2061-
box-shadow: 0 2px 8px rgba(70, 111, 33, 0.2);
2053+
box-shadow: 0 2px 8px rgba(61, 173, 218, 0.24);
20622054
}
20632055

20642056
.android-date-badge:empty {
@@ -2069,7 +2061,7 @@ body.browser-vivaldi .penguin-glasses {
20692061
.android-leg {
20702062
position: absolute;
20712063
border-radius: 999px;
2072-
background: linear-gradient(170deg, #add043 0%, #92b831 100%);
2064+
background: linear-gradient(170deg, #789f2b 0%, #628521 100%);
20732065
}
20742066

20752067
.android-arm {

0 commit comments

Comments
 (0)