Skip to content
Snippets Groups Projects
Commit 72387e66 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update 2 files

- /wiki/menu.html
- /wiki/layout.html
parent 6a071097
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
height: 200px; height: 200px;
max-width: 700px; max-width: 700px;
margin: 0 auto; margin: 0 auto;
background-color: #006400 ; background-color: #fa8072;
border-radius: 50px; border-radius: 50px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
left: 40px; left: 40px;
right: 40px; right: 40px;
bottom: 40px; bottom: 40px;
background-color: #006400 ; background-color: #fa8072;
border-radius: 30px; border-radius: 30px;
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -84,13 +84,13 @@ ...@@ -84,13 +84,13 @@
.sidebar ul li a { .sidebar ul li a {
display: block; display: block;
padding: 10px; padding: 10px;
color: #006400 ; color: #fa8072;
text-decoration: none; text-decoration: none;
transition: all 0.3s ease; transition: all 0.3s ease;
border-radius: 20px; border-radius: 20px;
} }
.sidebar ul li a:hover { .sidebar ul li a:hover {
background-color: #006400 ; background-color: #fa8072;
color: #ffffff; color: #ffffff;
transform: translateY(-3px); transform: translateY(-3px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1); box-shadow: 0 4px 8px rgba(0,0,0,0.1);
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
} }
.progress-circle { .progress-circle {
stroke: #006400 ; stroke: hsl(17, 100%, 50%);
stroke-linecap: round; stroke-linecap: round;
transition: stroke-dashoffset 0.3s; transition: stroke-dashoffset 0.3s;
} }
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
color: #006400 ; color: hsl(17, 100%, 50%);
} }
.back-to-top { .back-to-top {
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
bottom: 170px; bottom: 170px;
width: 40px; width: 40px;
height: 40px; height: 40px;
background-color:#006400 ; background-color: hsl(17, 100%, 50%);
border: none; border: none;
border-radius: 50%; border-radius: 50%;
color: white; color: white;
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
bottom: 30px; bottom: 30px;
width: 40px; width: 40px;
height: 40px; height: 40px;
background-color: #006400 ; background-color: #fa8072;
border: none; border: none;
border-radius: 50%; border-radius: 50%;
color: white; color: white;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
.my-nav { .my-nav {
background-color: rgba(225, 255, 225, 0.95); background-color: rgba(255, 228, 225, 0.95);
padding: 10px 0; padding: 10px 0;
position: fixed; position: fixed;
width: 100%; width: 100%;
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
left: 0; left: 0;
z-index: 1000; z-index: 1000;
height: 50px; height: 50px;
border-bottom: 2px solid #006400 ; border-bottom: 2px solid #fa8072;
box-shadow: 0 2px 10px rgba(0,0,0,0.1); box-shadow: 0 2px 10px rgba(0,0,0,0.1);
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
.my-navbar > li > a:hover, .my-navbar > li > a:hover,
.my-navbar > li > a.active { .my-navbar > li > a.active {
background-color: #006400 ; background-color: #fa8072;
color: white; color: white;
transform: translateY(-2px); transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(250, 128, 114, 0.3); box-shadow: 0 4px 10px rgba(250, 128, 114, 0.3);
...@@ -90,10 +90,10 @@ ...@@ -90,10 +90,10 @@
} }
.son li a:hover { .son li a:hover {
background-color: #006400 ; background-color: #fa8072;
color: white; color: white;
transform: translateY(-2px); transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(3, 102, 25, 0.3); box-shadow: 0 4px 10px rgba(250, 128, 114, 0.3);
} }
@media (max-width: 768px) { @media (max-width: 768px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment