commit 2022/12/14 version.

This commit is contained in:
2022-12-14 16:24:37 +09:00
parent a1620339dc
commit 0be2e13e33
14 changed files with 476 additions and 421 deletions

View File

@ -57,6 +57,19 @@ h6 {
height: 64px;
}
.summary-subject {
text-align: left;
float: left;
}
.summary-current {
text-align: right;
}
.summary-display {
}
#cbsDspSidebar {
display: none;
width: 300px;
@ -71,6 +84,14 @@ h6 {
margin-top: 32px;
}
.cbs-dsp-section a {
text-decoration: none;
}
.cbs-card-link {
text-decoration: none;
}
#home {
background-position: center;
background-size: cover;
@ -79,6 +100,12 @@ h6 {
background-blend-mode: darken;
min-height: 100%;
}
#home a .w3-card {
text-decoration: none;
}
#home a .w3-card:hover {
background-color: #eee;
}
#memberlist .w3-card {
padding: 16px 32px 32px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

BIN
assets/images/logo300.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB