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

Update 2 files

- /wiki/pages/contribution.html
- /wiki/layout.html
parent 3ad57abf
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,33 @@
border-radius: 20px;
}
.progress-container {
position: fixed;
left: 20px;
bottom: 80px;
width: 60px;
height: 60px;
z-index: 1000;
}
.progress-bar-circle {
transform: rotate(-90deg);
}
.progress-circle {
stroke: hsl(17, 100%, 50%);
stroke-linecap: round;
transition: stroke-dashoffset 0.3s;
}
.progress-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 12px;
font-weight: bold;
color: hsl(17, 100%, 50%);
}
.team-logo {
position: fixed;
left: 8px;
......
......@@ -16,31 +16,7 @@
max-width: 800px;
margin: 0 auto;
}
.sidebar {
position: fixed;
left: 0;
top: 280px;
width: 160px;
height: 40%;
background-color: #ffffff;
padding: 20px;
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
border-radius: 20px;
}
.sidebar ul {
list-style: none;
padding: 0;
}
.sidebar ul li a {
display: block;
padding: 10px;
color: hsl(17, 100%, 50%);
text-decoration: none;
}
.sidebar ul li a:hover {
background-color: #e9ecef;
border-radius: 20px;
}
h2 {
scroll-margin-top: 60px;
}
......@@ -48,32 +24,6 @@
margin-left: 130px;
}
.progress-container {
position: fixed;
left: 20px;
bottom: 80px;
width: 60px;
height: 60px;
z-index: 1000;
}
.progress-bar-circle {
transform: rotate(-90deg);
}
.progress-circle {
stroke: hsl(17, 100%, 50%);
stroke-linecap: round;
transition: stroke-dashoffset 0.3s;
}
.progress-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 12px;
font-weight: bold;
color: hsl(17, 100%, 50%);
}
</style>
</head>
......
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