Skip to content

[read] lyrics by void

Details

Authorvoid

LicenseNo License

Category.

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           [read] lyrics
@namespace      github.com/openstyles/stylus
@version        0.2.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("azlyrics.com") {
	/* Lower contrast... */
	.main-page,
	html,
	body {
		background-color: #567;
		font-size: small;
		color:  #ccc;
/* 		text-shadow:  0 1px #333; */
		text-shadow:  0 0 2px #0006;
	}

	h1, h2 {
		font-weight:  400  !important;
		font-size:  inherit  !important;
		color:  inherit  !important;
	}
	h2 {
		font-size:  small  !important;
	}

	/* links */
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
	.hotsongs a.list-group-item,
	a:focus,
	a:hover,
	a {
		text-decoration:  underline;
		color:  #9cb;
/* 		text-shadow:  1px 1px #0009; */
		text-shadow:  0 0 2px #0009;
	}
	a:focus,
	a:hover {
		text-decoration:  none;
	}
	#listAlbum a:visited, .songlist-panel a:visited, .artist-col a:visited,
	a:visited {
		color:  #8ab;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
	.hotsongs a.list-group-item {
		text-decoration:  none;
	}

	/* input (search) */
	.easy-autocomplete.eac-bootstrap input {
		border-color: #0003;
	}
	.hotsongs a.list-group-item:focus, a.list-group-item:hover,
	.easy-autocomplete.eac-bootstrap input:not(:focus) {
		background-color: #0001;
		color:  #ccc;
	}

	/* blocks */
	.hotsongs .list-group-item,
	.navbar-default,
	.navbar-footer,
	.breadcrumb,
	.panel {
		background-color: #fff2;
		color:  #abc;
		border-color: #fff1;
	}

	/* buttons*/
	.btn {
		background: #fff2;
		color:  inherit;
		border-color: #0004;
	}
	.btn:active, .btn:focus, .btn:hover {
		background: #0001;
		color:  #ccc;
		border-color: #0004;
	}
	/* - highlight */
	.btn-primary {
		background: #679;
		color:  #ccc;
		border-color: #0004;
		text-decoration: none;
		text-shadow:  inherit;
	}
	.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
		background: #78a;
		color:  #ddd;
		border-color: #0006;
	}

	/* other shtuff */
	.comment,
	.album-subtitle,
	.help-block {
		color:  #aaa;
/* 		text-shadow:  0 0 2px #000; */
	}
	.album {
		font-size:  inherit;
	}


	/* annoyances */
	.ringtone ~ br,
	.ringtone + b,
	.ringtone,
	.lboard-wrap.noprint,
	.footer-wrap {
		display:  none;
	}
}

@-moz-document url-prefix("https://www.azlyrics.com/lyrics/") {
	.main-page,
	html,
	body {
		font-size: medium;
	}
}

Reviews

No reviews yet.