User

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

< User:咽頭べさ

Line 1: Line 1:
 
a:visited {
 
a:visited {
 
color: purple;
 
color: purple;
 +
}
 +
audio, canvas, progress, video {
 +
    background-color: #ED0D92;
 
}
 
}
 
.mwe-rw-list li.mwe-rw-selected {
 
.mwe-rw-list li.mwe-rw-selected {

Revision as of 07:49, 1 December 2023

a:visited {
	color: purple;
}
audio, canvas, progress, video {
    background-color: #ED0D92;
}
.mwe-rw-list li.mwe-rw-selected {
    font-weight: bold;
    background-color: #ED0D92;
}
.mwe-rw-itembox {
    background-color: #f9b8d7;
}
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
    background-color: #f9b8d7;
}
.mwe-rw-warning {
    background-color: #ED0D92;
}
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
    background-color: #f9b8d7;
}
.oo-ui-tagItemWidget.oo-ui-widget-enabled:not(.oo-ui-tagItemWidget-fixed) {
    background-color: #ED0D92;
    padding-right: 23px;
}
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined .oo-ui-tagMultiselectWidget-handle {
    background-color: #f9b8d7;
}
.oo-ui-tagMultiselectWidget-handle > .oo-ui-tagMultiselectWidget-content > input {
    background-color: #f9b8d7;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    color: #f9b8d7;
    background-color: #ED0D92;
    border-color: #ED0D92;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    color: #ED0D92;
}
#mwe-rwt-testbutton .oo-ui-buttonElement-button {
    background-color: #f9b8d7;
}
.mwe-rw-content {
    background-color: #f9b8d7;
}
.mwe-rw-content > * {
    background-color: #f9b8d7;
}
#mwe-rw-tutorial section:last-child {
    background-color: #f9b8d7;
}
#mwe-rwt-info {
    background-color: #f9b8d7;
}
#mwe-rw-tutorial .mwe-rw-section-group {
    background-color: #f9b8d7;
}
body {
    background-color: #f9b8d7;
}
.mwe-rw-content-title {
    background-color: #f9b8d7;
}
.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;
}