User

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

< User:咽頭べさ

Line 12: Line 12:
 
     background-position: center;
 
     background-position: center;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 +
}
 +
.audiobox .ab-playbutton {
 +
    display: flex;
 +
    align-items: center;
 +
    justify-content: center;
 +
    box-sizing: border-box;
 +
    width: 56px;
 +
    min-width: 56px;
 +
    height: 56px;
 +
    min-height: 56px;
 +
    margin-left: 15px;
 +
    margin-right: 15px;
 +
    align-self: center;
 +
    border: 8px solid #f9b8d7;
 +
    border-radius: 100%;
 +
    background-color: #ED0D92;
 +
    cursor: pointer;
 
}
 
}
 
.audiobox {
 
.audiobox {

Revision as of 07:03, 1 December 2023

a:visited {
	color: purple;
}
.mainpage-record-button {
    box-sizing: border-box;
    width: 192px;
    height: 192px;
    border: 34px solid #f9b8d7;
    border-radius: 100%;
    background-color: #ED0D92;
    background-image: url(/skins/BlueLL/assets/stylesheets/icons/mic.svg?486af);
    background-position: center;
    background-repeat: no-repeat;
}
.audiobox .ab-playbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin-left: 15px;
    margin-right: 15px;
    align-self: center;
    border: 8px solid #f9b8d7;
    border-radius: 100%;
    background-color: #ED0D92;
    cursor: pointer;
}
.audiobox {
    background-color: #f9b8d7;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    background-color: #f9b8d7;
}
.section.gap-l {
    background-color: #f9b8d7;
}
#contentHeading {
    background-color: #f9b8d7;
}
#contentHeading > hgroup {
    background-color: #f9b8d7;
}
#p-record a {
    background-color: #f9b8d7;
}
#pt-uls a.uls-trigger {
    background-color: #f9b8d7;
}
#contentHeading h1 {
    background-color: #f9b8d7;
}
#top-bar-top-menu {
    background-color: #f9b8d7;
}
#top-bar-sections {
    background-color: #f9b8d7;
}
#navwrapper {
    background-color: #f9b8d7;
}
#searchform button, #m-searchform button {
    background-color: #f9b8d7;
}
#searchform input, #m-searchform input {
    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;
}