用户:某不知名鸽子/common.css:修订间差异

来自Limbo Wiki
无编辑摘要
(抄一下,不会有事吧……)
第44行: 第44行:
padding: 0 40px;
padding: 0 40px;
}
}
/* Sidebar(抄一下没问题吧)(吹口哨)(目移) */
@media screen and (min-width: 1100px){
#mw-site-navigation{
background: #d6d6d6;
border: 0;
}
#mw-site-navigation > .sidebar-chunk,
#mw-related-navigation > .sidebar-chunk{
background: #222  ;
border: solid #111  ;
}
}
.mw-parser-output .external {
color: #006eff;
}
#searchInput-container {
background: #d6d6d6;
}
#simpleSearch {
border: inset 1px #000;
border-radius: 3px;
background: #d6d6d6;
}
.mw-notification {
background: #222;
border: #111;
border-radius: 5px;
color: #999;
}
#mw-header-container {
background: #555;
}
@media screen and (max-width: 850px) {
#menus-cover {
background: #000;
}
}
@media screen and (max-width: 850px) {
#personal h2 {
display: none;
text-shadow: 2px 2px 0 #d6d6d6;}
}
#mw-content-container {
background: #d6d6d6;
}
@media screen and (max-width: 850px) {
#mw-content-block {
background: #000;
}
}
#mw-content {
background: #d6d6d6;
border: solid #1f1f1f;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
#mw-page-header-links li.selected a {
color: #1c5981;
}
#personal .dropdown {
background: #222;
border: solid #000;
}
.codeEditor-status {
color: #000;
}
.oo-ui-labelElement-label {
text-shadow: 1px 2px #d6d6d6;
}
#wpSave {
text-shadow: 2px 2px 2px #000
}
#mw-footer-container {
background: #000;
}
fieldset {
background: #222;
border: solid #111;
}
input {
background: #d6d6d6;
border: solid 1px #111;
border-radius: 2px;
color: #999;
}
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, input[type='submit'], input[type='button'], button {
border: solid 1px #d6d6d6;
border-bottom: solid 1px #d6d6d6 ;
text-shadow: 0 0 0 #000  ;
}
.oo-ui-flaggedElement-destructive {
background: #111;
border: 1px solid #444;
color: #3385ff  ;
}
.oo-ui-flaggedElement-destructive:hover {
background: #222;
color: #0081cc  ;
}
#searchInput {
border: 0 ;
}
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
background-color: #d6d6d6;
color: #fff;
}
.oo-ui-textInputWidget > .oo-ui-labelElement-label {
line-height: 0.5em;
}
#pagehistory li.selected {
background-color: #555;
}
.warningbox {
background: #1d1d16;
}
a.new:hover, .new a:hover, a.new:visited, .new a:visited {
color: #90b7ff;
}
.mw-plusminus-neg {
color: #4661ff;
}
#searchButton, #mw-searchButton {
border: 0  ;
}
#mw-footer-container a:hover {
color: #2067ff;
}
#mw-footer-container a:visited {
color: #4a9fff;
}
.diff-addedline .diffchange {
background: #1d1d16;
}
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
text-shadow: 0 0 0 #000  ;
}
.oo-ui-labelElement-label {
text-shadow: 0 0 0 #000
}
.oo-ui-panelLayout-expanded {
background: #222;
}
.oo-ui-messageDialog-message {
color: #999;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
color: #999;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
border-right: 1px solid #111
}
.oo-ui-dialog-content > .oo-ui-window-body {
outline: 1px solid #111;
}
.oo-ui-messageDialog-content > .oo-ui-window-foot {
outline: 1px solid #111;
}
.wikiEditor-ui .wikiEditor-ui-view {
border: 1px solid #000;
}
.wikiEditor-ui .wikiEditor-ui-top {
border-bottom: 1px solid #000;
}
textarea[style] {
background: #111  ;
color: #fff;
}
pre, .mw-code {
background: #222;
color: #B0B0B0;
border: 1px solid #444;
}
.oo-ui-iconWidget.oo-ui-iconElement.oo-ui-iconElement-icon {
background-color: #B0B0B0;
border: 1px solid #d6d6d6;}

2022年7月11日 (一) 13:51的版本

/*测试 可能在整活的时候用到*/

pre, code { 
    background-color:#ffffff; 
    color:#387dff; 
} 

/* mouse over link */
a:hover {color: purple;}
  
/* selected link */
a:active {color: #237bff;}

/*list*/
ol {background: #cddcff;}
ul {background: #b19bff;}
/*TreeButton*/
.lw-treebut { 
    padding: .2em .6em; 
    border: 2px solid;
    border-color: black; 
    border-radius: 20px; 
    background-color: white; 
    cursor:pointer; 
    display:inline-block; 
    color:#000000
} 
.lw-treebut:hover { 
    padding: .2em .6em; 
    border:2px solid; 
    border-radius:20px; 
    background-color: #000000; 
    border-color:#c0c0c0;
    cursor:pointer; 
    display:inline-block; 
    color:white;
    }
    
/*blockquote*/
blockquote {
	border-left: 4px dotted #a0a0a0;
	overflow: hidden;
	margin: 1em 0 1em 2em;
	padding: 0 40px;
}



/* Sidebar(抄一下没问题吧)(吹口哨)(目移) */
@media screen and (min-width: 1100px){
	#mw-site-navigation{
		background: #d6d6d6;
		border: 0;
	}
	#mw-site-navigation > .sidebar-chunk,
	#mw-related-navigation > .sidebar-chunk{
		background: #222  ;
		border: solid #111  ;
	}
}
.mw-parser-output .external {
	color: #006eff;
}
#searchInput-container {
	background: #d6d6d6;
}
#simpleSearch {
	border: inset 1px #000;
	border-radius: 3px;
	background: #d6d6d6;
}
.mw-notification {
	background: #222;
	border: #111;
	border-radius: 5px;
	color: #999;
}
#mw-header-container {
	background: #555;
}
@media screen and (max-width: 850px) {
#menus-cover {
	background: #000;
}
}
@media screen and (max-width: 850px) {
#personal h2 {
	display: none;
	text-shadow: 2px 2px 0 #d6d6d6;}
}
#mw-content-container {
	background: #d6d6d6;
}
@media screen and (max-width: 850px) {
#mw-content-block {
	background: #000;
}
}
#mw-content {
	background: #d6d6d6;
	border: solid #1f1f1f;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}
#mw-page-header-links li.selected a {
	color: #1c5981;
}


#personal .dropdown {
	background: #222;
	border: solid #000;
}
.codeEditor-status {
	color: #000;
}
.oo-ui-labelElement-label {
	text-shadow: 1px 2px #d6d6d6;
}
#wpSave {
	text-shadow: 2px 2px 2px #000 
}
#mw-footer-container {
	background: #000;
}
fieldset {
	background: #222;
	border: solid #111;
}
input {
	background: #d6d6d6;
	border: solid 1px #111;
	border-radius: 2px;
	color: #999;
}
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, input[type='submit'], input[type='button'], button {
	border: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6 ;
	text-shadow: 0 0 0 #000  ;
}
.oo-ui-flaggedElement-destructive {
	background: #111;
	border: 1px solid #444;
	color: #3385ff  ;
}
.oo-ui-flaggedElement-destructive:hover {
	background: #222;
	color: #0081cc  ;
}
#searchInput {
	border: 0 ;
}
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
	background-color: #d6d6d6;
	color: #fff;
}
.oo-ui-textInputWidget > .oo-ui-labelElement-label {
	line-height: 0.5em;
}
#pagehistory li.selected {
	background-color: #555;
}
.warningbox {
	background: #1d1d16;
}
a.new:hover, .new a:hover, a.new:visited, .new a:visited {
	color: #90b7ff;
}
.mw-plusminus-neg {
	color: #4661ff;
}
#searchButton, #mw-searchButton {
	border: 0  ;
}
#mw-footer-container a:hover {
	color: #2067ff;
}
#mw-footer-container a:visited {
	color: #4a9fff;
}
.diff-addedline .diffchange {
	background: #1d1d16;
}
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button, .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
	text-shadow: 0 0 0 #000  ;
}
.oo-ui-labelElement-label {
	text-shadow: 0 0 0 #000
}
.oo-ui-panelLayout-expanded {
	background: #222;
}
.oo-ui-messageDialog-message {
	color: #999;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
	color: #999;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
	border-right: 1px solid #111
}
.oo-ui-dialog-content > .oo-ui-window-body {
	outline: 1px solid #111;
}
.oo-ui-messageDialog-content > .oo-ui-window-foot {
	outline: 1px solid #111;
}
.wikiEditor-ui .wikiEditor-ui-view {
	border: 1px solid #000;
}
.wikiEditor-ui .wikiEditor-ui-top {
	border-bottom: 1px solid #000;
}
textarea[style] {
	background: #111  ;
	color: #fff;
}
pre, .mw-code {
	background: #222;
	color: #B0B0B0;
	border: 1px solid #444;
}
.oo-ui-iconWidget.oo-ui-iconElement.oo-ui-iconElement-icon {
	background-color: #B0B0B0;
	border: 1px solid #d6d6d6;}