Compare commits

..

5 Commits

1259 changed files with 405 additions and 467 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*~
.bak
.orig
.org
s/
embed/
assets/
main.html
.htaccess

View File

@ -23,11 +23,11 @@ h6 {
margin: 3rem 0 1.38rem; margin: 3rem 0 1.38rem;
} }
.cbs-copyright { .copyright {
margin: 32px auto 0; margin: 32px auto 0;
} }
.cbs-copyright a { .copyright a {
text-decoration: none; text-decoration: none;
} }
@ -40,7 +40,7 @@ h6 {
padding: 16px; padding: 16px;
} }
.cbs-dsp-logo { .dsp-logo {
display: block; display: block;
background-image: url("../images/logo32.png"); background-image: url("../images/logo32.png");
background-size: cover; background-size: cover;
@ -48,29 +48,55 @@ h6 {
height: 32px; height: 32px;
} }
.cbs-dsp-navbar-links { .dsp-navbar-links {
max-width: calc(100% - 74px); max-width: calc(100% - 74px);
float: right; float: right;
} }
.cbs-dsp-navbar-links-mbutton { .dsp-navbar-links-mbutton {
height: 64px; height: 64px;
} }
.summary-subject {
text-align: left;
float: left;
}
.summary-current {
text-align: right;
}
.summary-display {
}
#cbsDspSidebar { #cbsDspSidebar {
display: none; display: none;
width: 300px; width: 300px;
} }
.cbs-dsp-section { .dsp-section {
padding: 80px 24px 32px !important; padding: 80px 24px 32px !important;
min-height: 100%; min-height: 100%;
} }
.cbs-dsp-section > div { .dsp-section > div {
margin-top: 32px; margin-top: 32px;
} }
.dsp-section a {
text-decoration: none;
}
.card-link {
text-decoration: none;
}
.dsp-tothetop {
margin: 0 30px 30px;
text-align: right;
}
#home { #home {
background-position: center; background-position: center;
background-size: cover; background-size: cover;
@ -79,6 +105,17 @@ h6 {
background-blend-mode: darken; background-blend-mode: darken;
min-height: 100%; min-height: 100%;
} }
#home a .w3-card {
text-decoration: none;
}
#home a .w3-card:hover {
background-color: #eee;
}
#about {
min-height: 50%;
}
#memberlist .w3-card { #memberlist .w3-card {
padding: 16px 32px 32px; padding: 16px 32px 32px;
} }
@ -104,22 +141,22 @@ h6 {
font-size: 14px; font-size: 14px;
} }
#archive.cbs-dsp-section > div { #archive.dsp-section > div {
margin-top: 0; margin-top: 0;
} }
#footer .cbs-dsp-links a { #footer .dsp-links a {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
#footer .cbs-dsp-links p { #footer .dsp-links p {
width: 100%; width: 100%;
padding: 5px 0; padding: 5px 0;
} }
#footer .cbs-dsp-links img { #footer .dsp-links img {
width: 100%; width: 100%;
} }
#footer .cbs-dsp-tothetop { #footer .dsp-tothetop {
margin: 0 30px 30px; margin: 0 30px 30px;
text-align: right; text-align: right;
} }
@ -130,32 +167,32 @@ h6 {
height: 96px; height: 96px;
} }
.cbs-dsp-logo { .dsp-logo {
background-image: url("../images/logo64.png"); background-image: url("../images/logo64.png");
width: 64px; width: 64px;
height: 64px; height: 64px;
} }
.cbs-dsp-navbar-links { .dsp-navbar-links {
width: calc(100% - 96px); width: calc(100% - 96px);
} }
.cbs-dsp-navbar-links .w3-button { .dsp-navbar-links .w3-button {
padding: 12px; padding: 12px;
} }
.cbs-dsp-navbar-links .w3-dropdown-content { .dsp-navbar-links .w3-dropdown-content {
z-index: 2; z-index: 2;
top: 50px; top: 50px;
} }
.cbs-dsp-navbar-links .cbs-dsp-navbar-item { .dsp-navbar-links .dsp-navbar-item {
max-width: 20%; max-width: 20%;
font-size: 0.8rem; font-size: 0.8rem;
} }
.cbs-dsp-section { .dsp-section {
padding: 96px 64px 64px !important; padding: 96px 64px 64px !important;
} }
.cbs-dsp-section > div { .dsp-section > div {
margin-top: 64px; margin-top: 64px;
} }
@ -166,17 +203,17 @@ h6 {
} }
@media (min-width: 736px) { @media (min-width: 736px) {
.cbs-dsp-navbar-links { .dsp-navbar-links {
padding: 5px 0; padding: 5px 0;
} }
.cbs-dsp-navbar-links .w3-button { .dsp-navbar-links .w3-button {
padding: 16px; padding: 16px;
} }
.cbs-dsp-navbar-links .cbs-dsp-navbar-item { .dsp-navbar-links .dsp-navbar-item {
max-width: 20%; max-width: 20%;
font-size: 1rem; font-size: 1rem;
} }
.cbs-dsp-navbar-links .w3-dropdown-content { .dsp-navbar-links .w3-dropdown-content {
top: 64px; top: 64px;
} }
@ -188,7 +225,7 @@ h6 {
font-size: 18px; font-size: 18px;
} }
#footer .cbs-dsp-links p { #footer .dsp-links p {
font-size: 18px; font-size: 18px;
} }
} }

View File

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

View File

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 275 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 272 B

View File

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 234 B

View File

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 217 B

View File

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

View File

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 240 B

View File

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 246 B

View File

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 244 B

View File

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

View File

Before

Width:  |  Height:  |  Size: 234 B

After

Width:  |  Height:  |  Size: 234 B

View File

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 191 B

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B

View File

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 277 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 237 B

View File

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 217 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 228 B

View File

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 236 B

View File

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 278 B

View File

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 224 B

View File

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 243 B

View File

Before

Width:  |  Height:  |  Size: 221 B

After

Width:  |  Height:  |  Size: 221 B

View File

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 218 B

View File

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 216 B

View File

Before

Width:  |  Height:  |  Size: 211 B

After

Width:  |  Height:  |  Size: 211 B

View File

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 236 B

View File

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 228 B

View File

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 215 B

View File

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 225 B

View File

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 207 B

View File

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 243 B

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 219 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

View File

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 225 B

View File

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View File

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

View File

Before

Width:  |  Height:  |  Size: 220 B

After

Width:  |  Height:  |  Size: 220 B

View File

Before

Width:  |  Height:  |  Size: 248 B

After

Width:  |  Height:  |  Size: 248 B

View File

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 231 B

View File

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 228 B

View File

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

View File

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 219 B

View File

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 217 B

View File

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 219 B

View File

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 213 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

View File

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 179 B

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

View File

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View File

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View File

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 173 B

View File

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 183 B

View File

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

View File

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 186 B

View File

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 187 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 178 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 183 B

View File

Before

Width:  |  Height:  |  Size: 184 B

After

Width:  |  Height:  |  Size: 184 B

View File

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 156 B

View File

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 159 B

View File

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 173 B

View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 183 B

View File

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 170 B

View File

Before

Width:  |  Height:  |  Size: 178 B

After

Width:  |  Height:  |  Size: 178 B

View File

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

Some files were not shown because too many files have changed in this diff Show More