Skip to content

Commit ac6b379

Browse files
committed
Updates static files
1 parent 25a20a1 commit ac6b379

File tree

2 files changed

+13
-143
lines changed

2 files changed

+13
-143
lines changed

static/main.css

Lines changed: 12 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -6128,8 +6128,8 @@ table {
61286128
thead,
61296129
tbody,
61306130
tfoot {
6131-
border: 1px solid #ebebeb;
6132-
background-color: #FFF;
6131+
border: 1px solid #dbdfe4;
6132+
background-color: #e8ebee;
61336133
}
61346134

61356135
caption {
@@ -6138,12 +6138,12 @@ caption {
61386138
}
61396139

61406140
thead {
6141-
background: whitesmoke;
6141+
background: #e2e5e9;
61426142
color: #1E1E1E;
61436143
}
61446144

61456145
tfoot {
6146-
background: #ebebeb;
6146+
background: #dbdfe4;
61476147
color: #1E1E1E;
61486148
}
61496149

@@ -6167,16 +6167,16 @@ tbody td {
61676167

61686168
tbody tr:nth-child(even) {
61696169
border-bottom: 0;
6170-
background-color: #ebebeb;
6170+
background-color: #dbdfe4;
61716171
}
61726172

61736173
table.unstriped tbody {
6174-
background-color: #FFF;
6174+
background-color: #e8ebee;
61756175
}
61766176
table.unstriped tbody tr {
61776177
border-bottom: 0;
6178-
border-bottom: 1px solid #ebebeb;
6179-
background-color: #FFF;
6178+
border-bottom: 1px solid #dbdfe4;
6179+
background-color: #e8ebee;
61806180
}
61816181

61826182
@media screen and (max-width: 63.99875em) {
@@ -6203,16 +6203,16 @@ table.scroll {
62036203
}
62046204

62056205
table.hover thead tr:hover {
6206-
background-color: #f0f0f0;
6206+
background-color: #dce0e5;
62076207
}
62086208
table.hover tfoot tr:hover {
6209-
background-color: #e6e6e6;
6209+
background-color: #d5dae0;
62106210
}
62116211
table.hover tbody tr:hover {
6212-
background-color: #fafafa;
6212+
background-color: #e3e6ea;
62136213
}
62146214
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
6215-
background-color: #e6e6e6;
6215+
background-color: #d4d9df;
62166216
}
62176217

62186218
.table-scroll {
@@ -8594,136 +8594,6 @@ blockquote cite {
85948594
margin-top: 2rem;
85958595
}
85968596

8597-
.recap-header {
8598-
padding-top: 8rem;
8599-
padding-bottom: 5rem;
8600-
background-image: url("sunrise-sky.477fe0a2.svg");
8601-
background-position: top center;
8602-
background-repeat: no-repeat;
8603-
background-size: cover;
8604-
}
8605-
.recap-header h1 {
8606-
margin-bottom: 0;
8607-
}
8608-
.recap-header h1:after {
8609-
display: none;
8610-
}
8611-
8612-
.recap-heading {
8613-
margin: 0 auto 1rem;
8614-
padding: 0.75rem;
8615-
max-width: 46rem;
8616-
background: #703D76;
8617-
text-align: center;
8618-
color: #FFF;
8619-
}
8620-
.recap-heading .emoji {
8621-
width: 38px;
8622-
height: 38px;
8623-
}
8624-
@media print, screen and (min-width: 55.625em) {
8625-
.recap-heading {
8626-
margin-bottom: 3rem;
8627-
font-size: 2rem;
8628-
}
8629-
}
8630-
8631-
.recap-intro .social-icons {
8632-
margin-top: 0.5rem;
8633-
}
8634-
8635-
.recap-intro img {
8636-
margin-bottom: 1rem;
8637-
}
8638-
8639-
.organizer-block .profile .social-icons a {
8640-
color: #FBAECD;
8641-
}
8642-
8643-
.highlight-events .events {
8644-
flex-flow: row wrap;
8645-
justify-content: center;
8646-
margin: 0 auto;
8647-
max-width: 57.6923076923rem;
8648-
}
8649-
8650-
.highlight-events .event {
8651-
margin: 0 0.5rem 1rem;
8652-
}
8653-
8654-
.highlight-events-header {
8655-
margin-bottom: 1rem;
8656-
width: 100%;
8657-
text-align: center;
8658-
}
8659-
8660-
@media print, screen and (min-width: 55.625em) {
8661-
.highlight-events .events .event,
8662-
.highlight-events .events .event:first-child,
8663-
.highlight-events .events .event:last-child {
8664-
width: calc(100% * 1/3 - 1rem);
8665-
flex-grow: 0;
8666-
}
8667-
}
8668-
8669-
.presenter-list {
8670-
display: flex;
8671-
flex-flow: row wrap;
8672-
justify-content: center;
8673-
padding-right: 30px;
8674-
padding-left: 30px;
8675-
}
8676-
8677-
.presenter-list-block {
8678-
padding-right: 0.4807692308rem;
8679-
padding-left: 0.4807692308rem;
8680-
}
8681-
.presenter-list-block .presenter-list .presenter-byline {
8682-
display: inline-flex;
8683-
margin: 0 1rem 2rem;
8684-
}
8685-
.presenter-list-block .presenter-list .avatar {
8686-
max-width: 60px;
8687-
}
8688-
@media print, screen and (min-width: 55.625em) {
8689-
.presenter-list-block .presenter-byline {
8690-
margin: 0 1.5rem 2rem;
8691-
}
8692-
.presenter-list-block .avatar {
8693-
max-width: 80px;
8694-
}
8695-
}
8696-
8697-
.photos-block {
8698-
display: flex;
8699-
flex-flow: row wrap;
8700-
background: #D19FDD;
8701-
}
8702-
.photos-block-header {
8703-
display: flex;
8704-
flex-direction: column;
8705-
justify-content: center;
8706-
align-items: center;
8707-
padding: 1rem 2rem;
8708-
width: 100%;
8709-
}
8710-
.photos-block .photo {
8711-
flex: 1 0 auto;
8712-
}
8713-
@media print, screen and (min-width: 55.625em) {
8714-
.photos-block .photo {
8715-
flex: 1 0 33.33%;
8716-
}
8717-
}
8718-
@media print, screen and (min-width: 64em) {
8719-
.photos-block-header, .photos-block-header + .photo, .photos-block-header + .photo + .photo {
8720-
width: 33.33%;
8721-
}
8722-
.photos-block .photo {
8723-
flex: 1 0 25%;
8724-
}
8725-
}
8726-
87278597
/* This styles code blocks used for examples. */
87288598
.highlight {
87298599
background: #F7F8F9;

static/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var reloadCSS = require('_css_loader');
176176

177177
module.hot.dispose(reloadCSS);
178178
module.hot.accept(reloadCSS);
179-
},{"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/sunrise-sky.svg":[["sunrise-sky.477fe0a2.svg","static/img/sunrise-sky.svg"],"static/img/sunrise-sky.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/full-crowd-top.svg":[["full-crowd-top.ea70905e.svg","static/img/full-crowd-top.svg"],"static/img/full-crowd-top.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/full-crowd-bottom.svg":[["full-crowd-bottom.fc721d0e.svg","static/img/full-crowd-bottom.svg"],"static/img/full-crowd-bottom.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/sunrise.svg":[["sunrise.67d25221.svg","static/img/sunrise.svg"],"static/img/sunrise.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/sunset.svg":[["sunset.1e862d79.svg","static/img/sunset.svg"],"static/img/sunset.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/birds-sunrise.svg":[["birds-sunrise.85ed01c4.svg","static/img/birds-sunrise.svg"],"static/img/birds-sunrise.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/boat.svg":[["boat.9412c0d4.svg","static/img/boat.svg"],"static/img/boat.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/birds-sunset.svg":[["birds-sunset.5f7d0724.svg","static/img/birds-sunset.svg"],"static/img/birds-sunset.svg"],"_css_loader":"../../../.nvm/versions/node/v10.11.0/lib/node_modules/parcel-bundler/src/builtins/css-loader.js"}],"../../../.nvm/versions/node/v10.11.0/lib/node_modules/parcel-bundler/node_modules/process/browser.js":[function(require,module,exports) {
179+
},{"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/full-crowd-top.svg":[["full-crowd-top.ea70905e.svg","static/img/full-crowd-top.svg"],"static/img/full-crowd-top.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/full-crowd-bottom.svg":[["full-crowd-bottom.fc721d0e.svg","static/img/full-crowd-bottom.svg"],"static/img/full-crowd-bottom.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/sunrise.svg":[["sunrise.67d25221.svg","static/img/sunrise.svg"],"static/img/sunrise.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/sunset.svg":[["sunset.1e862d79.svg","static/img/sunset.svg"],"static/img/sunset.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/birds-sunrise.svg":[["birds-sunrise.85ed01c4.svg","static/img/birds-sunrise.svg"],"static/img/birds-sunrise.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/boat.svg":[["boat.9412c0d4.svg","static/img/boat.svg"],"static/img/boat.svg"],"/Users/mtrythall/Projects/YupGup/2019.djangocon.us/static/img/birds-sunset.svg":[["birds-sunset.5f7d0724.svg","static/img/birds-sunset.svg"],"static/img/birds-sunset.svg"],"_css_loader":"../../../.nvm/versions/node/v10.11.0/lib/node_modules/parcel-bundler/src/builtins/css-loader.js"}],"../../../.nvm/versions/node/v10.11.0/lib/node_modules/parcel-bundler/node_modules/process/browser.js":[function(require,module,exports) {
180180

181181
// shim for using process in browser
182182
var process = module.exports = {}; // cached from whatever global is present so that test runners that stub it

0 commit comments

Comments
 (0)