MediaWiki:Common.css: Difference between revisions

From Funkinchan
Jump to navigationJump to search
No edit summary
No edit summary
Line 131: Line 131:
}
}


#pt-userpage {
ul, ol {
     background-color: red;
     list-style: none; /* Default bullet point marker */
}
}

Revision as of 07:49, 2 October 2023

/* CSS placed here will be applied to all skins */
body {
	background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%;
	color: #800000;
}

a:link, a:visited, .intro a.email span.name {
	color: #0000ff;
}

a:link:hover {
	color: #d00;
}

.post_no {
	color: #800000;
}

div.post.reply {
	background: #f0e0d6;
	border-color: #d9bfb7;
}

.post.reply.highlighted {
	background: #f0c0b0;
	border-color: #d9bfb7;
}

.post.reply div.body a {
	color: navy;
}

.intro .subject {
	color: #d00;
}

form table tr th {
	background: #EA8;
}

div.ban h2 {
	background: #FCA;
	color: inherit;
}

div.ban {
	border-color: #800;
}

div.ban p {
	color: black;
}

div.pages {
	background: #F0E0D6;
	border-color: #D9BFB7;
}
.pages .selected {
	color: #800;
}

hr {
	border-color: #D9BFB7;
}

div.boardlist {
	color: #B86;
}

div.boardlist a {

	color: #800;

}
.modlog tr th {
	background: #EA8;
}

/* options.js */

#options_div, #alert_div {
	background: #f0e0d6;
}

.desktop-style div.boardlist:nth-child(1) {
	background-color: #F0E0D6;
}

#content {
	background: #ffe url('https://i.imgur.com/Vv82vh1.png') repeat-x 50% 0%;
	color: #000817;
}

.thumb {
    background-color: #fff; /* Set the background color to white */
}

.portlet {
    background-color: #d7ffcf;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    list-style-type: circle;
}    
    
/* Custom styles for the "my-unique-portlet" portlet */
#p-logo {
    background-color: transparent;;
}
.portlet h3 {
    color: #0a5904;
    font-size: 12px;
    font-weight: bold;
}

/* Multimedia viewer */
.mw-mmv-image img {
	background: #fff !important;
}
.mw-mmv-filepage-buttons,
.mw-mmv-reuse-pane .oo-ui-widget-disabled {
	display: none !important;
}
.mw-mmv-overlay {
	z-index: 10000000000;
}
.mw-mmv-wrapper {
	z-index: 10000000001;
	font-size: medium;
}

ul, ol {
    list-style: none; /* Default bullet point marker */
}