User

Seb35/bluell.css

< User:Seb35

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
#sndlib-totalContainer {
	display: flex;
	justify-content: space-between;
	padding: 0 1em;
}

#sndlib-filterContainer {
	margin-top: 3em;
}

#sndlib-filterContainer > p:first-child {
	display: flex;
	flex-direction: column;
	margin: 20px 5px;
}

#sndlib-buttonsContainer p {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

#sndlib-buttonsContainer + p {
	text-align: center;
}

#sndlib-audioresults {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 1100px) {
	#sndlib-audioresults {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 750px) {
	#sndlib-totalContainer {
		flex-direction: column;
		align-items: center;
	}
}

.audiobox {
	margin-right: 12px;
}

#sndlib-totalContainer h2 {
	text-align: center;
}

#sndlib-audioPages {
	display: flex;
	justify-content: flex-start;
}

#sndlib-audioPages a {
	margin-right: 0.5em;
}