Skip to content

Commit 20cf28b

Browse files
committed
Remove problematic green keyboard styling
1 parent 0f3f4d5 commit 20cf28b

File tree

1 file changed

+55
-35
lines changed

1 file changed

+55
-35
lines changed

css/style.css

Lines changed: 55 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ a:hover {
2222
color: var(--color-link);
2323
}
2424

25-
a, a:focus {
25+
a,
26+
a:focus {
2627
-webkit-transition: all 0.3s ease;
2728
-moz-transition: all 0.3s ease;
2829
-ms-transition: all 0.3s ease;
@@ -38,11 +39,11 @@ a:hover {
3839
transition: all 0.3s ease;
3940
}
4041

41-
.sidebar-dropdown > a:hover {
42+
.sidebar-dropdown>a:hover {
4243
font-size: 105%;
4344
}
4445

45-
.intro-icon > a:hover {
46+
.intro-icon>a:hover {
4647
font-size: 115%;
4748
}
4849

@@ -65,34 +66,39 @@ a.sr-only-focusable[href="#page-content"]:focus {
6566
border: 1px solid var(--colour-white);
6667
}
6768

68-
.btn-primary
69-
{
69+
.btn-primary {
7070
color: #fff;
7171
background-color: var(--colour-light-primary);
7272
border-color: var(--colour-light-secondary);
7373
box-shadow: none;
7474
}
7575

76-
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
76+
.btn-primary:not(:disabled):not(.disabled).active,
77+
.btn-primary:not(:disabled):not(.disabled):active,
78+
.show>.btn-primary.dropdown-toggle {
7779
background-color: var(--colour-light-primary);
7880
border-color: var(--colour-light-secondary);
7981
box-shadow: 0 0 0 0.2rem var(--colour-light-highlight);
8082
}
8183

82-
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
84+
.btn-primary:not(:disabled):not(.disabled).active:focus,
85+
.btn-primary:not(:disabled):not(.disabled):active:focus,
86+
.show>.btn-primary.dropdown-toggle:focus {
8387
box-shadow: 0 0 0 0.2rem var(--colour-light-highlight);
8488
}
8589

86-
.btn-primary.hover, .btn-primary:hover,
87-
.btn-primary.focus, .btn-primary:focus
88-
{
90+
.btn-primary.hover,
91+
.btn-primary:hover,
92+
.btn-primary.focus,
93+
.btn-primary:focus {
8994
color: #fff;
9095
background-color: var(--colour-light-primary);
9196
border-color: var(--colour-light-secondary);
9297
box-shadow: 0 0 0 0.2rem var(--colour-light-highlight);
9398
}
9499

95-
input#mc-embedded-subscribe, input.btn {
100+
input#mc-embedded-subscribe,
101+
input.btn {
96102
margin: 0;
97103
}
98104

@@ -210,7 +216,7 @@ iframe {
210216
}
211217

212218
.page-wrapper .page-content>div {
213-
padding: 20px 1em 18px 2em;
219+
padding: 0;
214220
}
215221

216222
.page-wrapper .page-content>div.unpadded {
@@ -342,7 +348,8 @@ img.profile-photo {
342348
}
343349

344350
/* Events */
345-
section#events-drop-ins .card, section#events-scheduled .card {
351+
section#events-drop-ins .card,
352+
section#events-scheduled .card {
346353
margin: 0.5em 0.5em 0.5em -0.5em
347354
}
348355

@@ -358,15 +365,17 @@ span.event-date-month {
358365
span.event-date-day {
359366
color: initial;
360367
}
368+
361369
span.event-date-start-time {
362370
color: initial;
363-
font-size:large
371+
font-size: large
364372
}
373+
365374
span.event-date-end-time {
366375
color: initial;
367-
font-size:large
368-
376+
font-size: large
369377
}
378+
370379
span.event-title {
371380
font-family: 'Boogaloo';
372381
font-size: xx-large;
@@ -390,16 +399,16 @@ div.event-book-button {
390399
}
391400

392401
/*Resources*/
393-
.color-slack{
394-
color:var(--colour-black);
402+
.color-slack {
403+
color: var(--colour-black);
395404
}
396405

397-
.color-github{
398-
color:var(--colour-black);
406+
.color-github {
407+
color: var(--colour-black);
399408
}
400409

401-
.color-slides{
402-
color:var(--colour-black);
410+
.color-slides {
411+
color: var(--colour-black);
403412
}
404413

405414

@@ -416,19 +425,30 @@ div.event-book-button {
416425
color: var(--colour-white);
417426
}
418427

419-
.colour-label{
420-
margin-top:0.2em;
428+
.colour-label {
429+
margin-top: 0.2em;
421430
}
422431

423432
/*404*/
424433

425-
.error-template {padding: 40px 15px;text-align: center;}
426-
.error-actions {margin-top:15px;margin-bottom:15px;}
427-
.error-actions .btn { margin-right:10px; text-decoration: none;}
434+
.error-template {
435+
padding: 40px 15px;
436+
text-align: center;
437+
}
438+
439+
.error-actions {
440+
margin-top: 15px;
441+
margin-bottom: 15px;
442+
}
443+
444+
.error-actions .btn {
445+
margin-right: 10px;
446+
text-decoration: none;
447+
}
428448

429449
/* RESIZING (min-width) */
430-
431-
@media (min-width: 526px) {
450+
451+
@media screen and (min-width: 526px) {
432452
.page-wrapper .main-logo {
433453
display: initial;
434454
text-align: left;
@@ -440,10 +460,6 @@ div.event-book-button {
440460
width: initial;
441461
}
442462

443-
.page-wrapper .page-content>div {
444-
padding: 0;
445-
}
446-
447463
.main-logo-title h1 {
448464
color: var(--colour-black);
449465
font-family: "Boogaloo";
@@ -454,7 +470,7 @@ div.event-book-button {
454470
}
455471
}
456472

457-
@media (min-width: 576px) {
473+
@media screen and (min-width: 576px) {
458474
.center-when-small {
459475
text-align: left;
460476
}
@@ -478,13 +494,17 @@ div.event-book-button {
478494
display: none;
479495
}
480496

497+
.page-wrapper .page-content>div {
498+
padding: 20px 1em 18px 2em;
499+
}
500+
481501
hr {
482502
border: 1px solid var(--colour-white);
483503
margin: 0 8em 0.5em 0;
484504
}
485505
}
486506

487-
@media (min-width: 992px) {
507+
@media screen and (min-width: 992px) {
488508
.masthead,
489509
.mastfoot,
490510
.cover-container {

0 commit comments

Comments
 (0)