Skip to content

Instantly share code, notes, and snippets.

@dipnlik
Last active November 2, 2020 22:45
Show Gist options
  • Save dipnlik/b5824ef01952e5c52b69733525bbaf55 to your computer and use it in GitHub Desktop.
Save dipnlik/b5824ef01952e5c52b69733525bbaf55 to your computer and use it in GitHub Desktop.
Agrupa os horários da grade de eventos da #pybr2020, eu uso com a extensão Stylus da Chrome Web Store
.fc-segunda-view .fc-list-item:nth-child(n+4):not(.keynote-entry) { background-color: lightyellow; }
.fc-segunda-view .fc-list-item:nth-child(n+8):not(.keynote-entry) { background-color: lightblue; }
.fc-segunda-view .fc-list-item:nth-child(n+12):not(.keynote-entry) { background-color: lightyellow; }
.fc-segunda-view .fc-list-item:nth-child(n+16):not(.keynote-entry) { background-color: lightblue; }
.fc-segunda-view .fc-list-item:nth-child(n+20):not(.keynote-entry) { background-color: lightyellow; }
.fc-segunda-view .fc-list-item:nth-child(n+24):not(.keynote-entry) { background-color: lightblue; }
.fc-terca-view .fc-list-item:nth-child(n+3):not(.keynote-entry) { background-color: lightyellow; }
.fc-terca-view .fc-list-item:nth-child(n+7):not(.keynote-entry) { background-color: lightblue; }
.fc-terca-view .fc-list-item:nth-child(n+11):not(.keynote-entry) { background-color: lightyellow; }
.fc-terca-view .fc-list-item:nth-child(n+15):not(.keynote-entry) { background-color: lightblue; }
.fc-terca-view .fc-list-item:nth-child(n+19):not(.keynote-entry) { background-color: lightyellow; }
.fc-terca-view .fc-list-item:nth-child(n+23):not(.keynote-entry) { background-color: lightblue; }
.fc-quarta-view .fc-list-item:nth-child(n+3):not(.keynote-entry) { background-color: lightyellow; }
.fc-quarta-view .fc-list-item:nth-child(n+7):not(.keynote-entry) { background-color: lightblue; }
.fc-quarta-view .fc-list-item:nth-child(n+11):not(.keynote-entry) { background-color: lightyellow; }
.fc-quarta-view .fc-list-item:nth-child(n+15):not(.keynote-entry) { background-color: lightblue; }
.fc-quarta-view .fc-list-item:nth-child(n+19):not(.keynote-entry) { background-color: lightyellow; }
.fc-quarta-view .fc-list-item:nth-child(n+23):not(.keynote-entry) { background-color: lightblue; }
.fc-quinta-view .fc-list-item:nth-child(n+3):not(.keynote-entry) { background-color: lightyellow; }
.fc-quinta-view .fc-list-item:nth-child(n+7):not(.keynote-entry) { background-color: lightblue; }
.fc-quinta-view .fc-list-item:nth-child(n+11):not(.keynote-entry) { background-color: lightyellow; }
.fc-quinta-view .fc-list-item:nth-child(n+15):not(.keynote-entry) { background-color: lightblue; }
.fc-quinta-view .fc-list-item:nth-child(n+19):not(.keynote-entry) { background-color: lightyellow; }
.fc-quinta-view .fc-list-item:nth-child(n+23):not(.keynote-entry) { background-color: lightblue; }
.fc-sexta-view .fc-list-item:nth-child(n+3):not(.keynote-entry) { background-color: lightyellow; }
.fc-sexta-view .fc-list-item:nth-child(n+7):not(.keynote-entry) { background-color: lightblue; }
.fc-sexta-view .fc-list-item:nth-child(n+11):not(.keynote-entry) { background-color: lightyellow; }
.fc-sexta-view .fc-list-item:nth-child(n+15):not(.keynote-entry) { background-color: lightblue; }
.fc-sexta-view .fc-list-item:nth-child(n+19):not(.keynote-entry) { background-color: lightyellow; }
.fc-sexta-view .fc-list-item:nth-child(n+23):not(.keynote-entry) { background-color: lightblue; }
.fc-sabado-view .fc-list-item:nth-child(n+1):not(.keynote-entry) { background-color: lightyellow; }
.fc-sabado-view .fc-list-item:nth-child(n+4):not(.keynote-entry) { background-color: lightblue; }
.fc-sabado-view .fc-list-item:nth-child(n+8):not(.keynote-entry) { background-color: lightyellow; }
.fc-domingo-view .fc-list-item:nth-child(n+3):not(.keynote-entry) { background-color: lightyellow; }
.fc-domingo-view .fc-list-item:nth-child(n+7):not(.keynote-entry) { background-color: lightblue; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment