Difference between revisions of "User:Highest User in Hawaii/common.css"

From Wikishire
Jump to: navigation, search
(Created page with ".mw-wiki-logo{ background-image:url(https://upload.wikimedia.org/wikipedia/commons/b/b3/Wikipedia-logo-v2-en.svg); } #siteNotice {display:none} * #content { ba...")
 
Line 1: Line 1:
.mw-wiki-logo{
+
/*Hide bullets when there are multiple page edit warnings */
        background-image:url(https://upload.wikimedia.org/wikipedia/commons/b/b3/Wikipedia-logo-v2-en.svg);
+
ul.permissions-errors > li {
        }
+
list-style: none none;
#siteNotice {display:none}
+
}
* #content { background : lightgray; }
+
ul.permissions-errors {
a:active { font-weight: bold; color: #FA7700; text-decoration: none; }
+
margin: 0;
a:hover { font-weight: bold; color: #641600; text-decoration: underline; }
+
}

Revision as of 15:26, 26 August 2019

/*Hide bullets when there are multiple page edit warnings */
ul.permissions-errors > li {
	list-style: none none;
}
ul.permissions-errors {
	margin: 0;
}