User

Difference between revisions of "咽頭べさ/common.css"

< User:咽頭べさ

Line 6: Line 6:
 
}
 
}
 
#top-bar-top-menu {
 
#top-bar-top-menu {
 +
    background-color: #f9b8d7;
 +
}
 +
#top-bar-sections {
 
     background-color: #f9b8d7;
 
     background-color: #f9b8d7;
 
}
 
}

Revision as of 06:42, 1 December 2023

a:visited {
	color: purple;
}
#contentHeading h1 {
    background-color: #f9b8d7;
}
#top-bar-top-menu {
    background-color: #f9b8d7;
}
#top-bar-sections {
    background-color: #f9b8d7;
}
.mw-category.mw-category-columns {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
	-webkit-column-width: 12em;
	-moz-column-width: 12em;
	column-width: 12em;
}
.mw-editfont-monospace {
	font-family: Pyidaungsu, monospace;
}
* {
    cursor: url(https://i30.servimg.com/u/f30/12/69/49/80/mouse11.png), url(https://i30.servimg.com/u/f30/12/69/49/80/mouse11.png), auto !important;
}