Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
8e90168b8d | |||
b7989c8dab | |||
3fb8c8a8b2 | |||
0fdd85e745 | |||
0be2e13e33 |
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
*~
|
||||
.bak
|
||||
.orig
|
||||
.org
|
||||
s/
|
||||
embed/
|
||||
assets/
|
||||
main.html
|
||||
.htaccess
|
@ -23,11 +23,11 @@ h6 {
|
||||
margin: 3rem 0 1.38rem;
|
||||
}
|
||||
|
||||
.cbs-copyright {
|
||||
.copyright {
|
||||
margin: 32px auto 0;
|
||||
}
|
||||
|
||||
.cbs-copyright a {
|
||||
.copyright a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@ h6 {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.cbs-dsp-logo {
|
||||
.dsp-logo {
|
||||
display: block;
|
||||
background-image: url("../images/logo32.png");
|
||||
background-size: cover;
|
||||
@ -48,29 +48,55 @@ h6 {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.cbs-dsp-navbar-links {
|
||||
.dsp-navbar-links {
|
||||
max-width: calc(100% - 74px);
|
||||
float: right;
|
||||
}
|
||||
|
||||
.cbs-dsp-navbar-links-mbutton {
|
||||
.dsp-navbar-links-mbutton {
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.summary-subject {
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.summary-current {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.summary-display {
|
||||
|
||||
}
|
||||
|
||||
#cbsDspSidebar {
|
||||
display: none;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.cbs-dsp-section {
|
||||
.dsp-section {
|
||||
padding: 80px 24px 32px !important;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.cbs-dsp-section > div {
|
||||
.dsp-section > div {
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.dsp-section a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.card-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dsp-tothetop {
|
||||
margin: 0 30px 30px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#home {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
@ -79,6 +105,17 @@ h6 {
|
||||
background-blend-mode: darken;
|
||||
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 {
|
||||
padding: 16px 32px 32px;
|
||||
}
|
||||
@ -104,22 +141,22 @@ h6 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#archive.cbs-dsp-section > div {
|
||||
#archive.dsp-section > div {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#footer .cbs-dsp-links a {
|
||||
#footer .dsp-links a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
#footer .cbs-dsp-links p {
|
||||
#footer .dsp-links p {
|
||||
width: 100%;
|
||||
padding: 5px 0;
|
||||
}
|
||||
#footer .cbs-dsp-links img {
|
||||
#footer .dsp-links img {
|
||||
width: 100%;
|
||||
}
|
||||
#footer .cbs-dsp-tothetop {
|
||||
#footer .dsp-tothetop {
|
||||
margin: 0 30px 30px;
|
||||
text-align: right;
|
||||
}
|
||||
@ -130,32 +167,32 @@ h6 {
|
||||
height: 96px;
|
||||
}
|
||||
|
||||
.cbs-dsp-logo {
|
||||
.dsp-logo {
|
||||
background-image: url("../images/logo64.png");
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
.cbs-dsp-navbar-links {
|
||||
.dsp-navbar-links {
|
||||
width: calc(100% - 96px);
|
||||
}
|
||||
.cbs-dsp-navbar-links .w3-button {
|
||||
.dsp-navbar-links .w3-button {
|
||||
padding: 12px;
|
||||
}
|
||||
.cbs-dsp-navbar-links .w3-dropdown-content {
|
||||
.dsp-navbar-links .w3-dropdown-content {
|
||||
z-index: 2;
|
||||
top: 50px;
|
||||
}
|
||||
.cbs-dsp-navbar-links .cbs-dsp-navbar-item {
|
||||
.dsp-navbar-links .dsp-navbar-item {
|
||||
max-width: 20%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.cbs-dsp-section {
|
||||
.dsp-section {
|
||||
padding: 96px 64px 64px !important;
|
||||
}
|
||||
|
||||
.cbs-dsp-section > div {
|
||||
.dsp-section > div {
|
||||
margin-top: 64px;
|
||||
}
|
||||
|
||||
@ -166,17 +203,17 @@ h6 {
|
||||
}
|
||||
|
||||
@media (min-width: 736px) {
|
||||
.cbs-dsp-navbar-links {
|
||||
.dsp-navbar-links {
|
||||
padding: 5px 0;
|
||||
}
|
||||
.cbs-dsp-navbar-links .w3-button {
|
||||
.dsp-navbar-links .w3-button {
|
||||
padding: 16px;
|
||||
}
|
||||
.cbs-dsp-navbar-links .cbs-dsp-navbar-item {
|
||||
.dsp-navbar-links .dsp-navbar-item {
|
||||
max-width: 20%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.cbs-dsp-navbar-links .w3-dropdown-content {
|
||||
.dsp-navbar-links .w3-dropdown-content {
|
||||
top: 64px;
|
||||
}
|
||||
|
||||
@ -188,7 +225,7 @@ h6 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#footer .cbs-dsp-links p {
|
||||
#footer .dsp-links p {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 287 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
BIN
assets-frontpage/images/logo300.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
assets-frontpage/images/logo32.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets-frontpage/images/logo64.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 237 B After Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |
Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 217 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 219 B After Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 176 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 156 B After Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 192 B After Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 178 B After Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |