commit 2022/12/14 version.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user