Jump to content

User:バレロン/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
:root{
--bg:#000000;
--bg_active:#101010;
--font:#d0d0d0;
--font_link:#80b0d0;
--border_color:#909090;
--attention_color:#ff2000;
}

/*--本体--*/
*{
background:var(--bg) !important;
color:var(--font) !important;
}

a.new{
color:var(--font);
text-decoration:underline;
border:dotted transparent;
}

a.external{
target-name:new !important;
}

a,a:visited{
COLOR:var(--font_link) !important;
TEXT-DECORATION:UNDERLINE;
border:dotted transparent;
}

a:hover{
TEXT-DECORATION:UNDERLINE;
border:dotted var(--font);
}

/*--差分--*/
div.mw-diff-inline-deleted del{
background:rgba(256,0,0,0.4) !important;
}

div.mw-diff-inline-changed del{
background:rgba(256,0,0,0.4) !important;
}

div.mw-diff-inline-added ins{
background:rgba(0,256,0,0.3) !important;
}

div.mw-diff-inline-changed ins{
background:rgba(0,256,0,0.3) !important;
}

/*--編集窓--*/
textarea,input{
border:solid var(--border_color);
color:var(--font) !important;
background:var(--bg) !important;
}

/*--プログラム--*/
span.c{
color:#60ff40 !important;
}

/*--右メニュー--*/
ul#p-personal{

}
ul#p-personal li.toggle-list-item{
border:transparent;
}

ul#p-personal li.toggle-list-item:hover{
background:var(--bg_active);
BORDER:solid;
}


/*--左メニュー--*/
div#mw-mf-page-left{
border-right:solid;
}

ul#p-navigation li:hover,ul#p-interaction li:hover,ul#pt-preferences li:hover,ul#p-donation li:hover{
BACKGROUND:var(--bg_active);
}

/*--操作メニュー--*/
nav.page-actions-menu ul#page-actions{
   border:solid 1px #c0c0c0;
}

nav.page-actions-menu ul#page-actions li.page-actions-menu__list-item{
   background:rgba(0,0,0,0) !important;
}

/*--タブ--*/
div.minerva__tab-container a.minerva__tab,div.minerva__tab-container a.minerva__tab:visited{
padding:0.25em 1em;
BORDER:solid 0.1em var(--font);
}

div.minerva__tab-container a.selected,div.minerva__tab-container a.selected:visited{
font-weight:bold;
}

/*--カテゴリ--*/
div#catlinks{
BORDER:solid var(--border_color);
}

/*--警告--*/
table.ambox{
BORDER:solid var(--attention_color) 0.2em;
font-size:80% !important;
}

table.ambox tbody{
BORDER:hidden;
}

/*--テンプレート--*/
table.infobox{
font-size:100% !important;
BORDER:solid var(--border_color);
}

/*--文章コンテナ--*/
div.documentation-container div[role="note"],div.plainlinks,div.documentation-metadata{
BORDER:solid var(--border_color);
}

/*--テーブル--*/
table,table.wikitable,table.wikitable
{
BORDER:dotted;
}

tr{
BORDER-TOP:solid var(--border_color);
}

th,table.wikitable tbody tr th,table.wikitable thead tr th,table.wikitable tfoot tr th,table.sortable tbody tr th,table.sortable thead tr th,table.sortable tfoot tr th{
BORDER-left:solid var(--border_color)
}

td{
BACKGROUND:var(--bg);
COLOR:var(--font);
BORDER-left:solid var(--border_color);
}

/*--お知らせ--*/
div#clearyourcache{
BORDER:solid;
}

/*--フィルタ--*/
td.mw-input select option[value]{
BORDER:SOLID;
}
/*---画像---*/
img{
background:white !important;
}

/*---検索バー---*/
img[src="/static/images/mobile/copyright/wikipedia-wordmark-ja.svg"]{
mix-blend-mode:difference !important;
}


/*----ブレンドモードのスタイル------*/
table#preview{
   overflow:scroll hidden;
   border-collapse:collapse;
}

table#preview tr{
   height:2em !important;
   vertical-align:middle !important;
   margin:0px;
   padding:0px;
   white-space:nowrap !important;
}

table#preview tr th{
   
   overflow:hidden;
}

table#preview tr td{
   
}

table#preview tr td.explain{
   
}

table#preview tr td.view{
   width:15em;
   overflow:hidden;
   position:relative;
   padding:0em;
   background:white;
}

table#preview tr td.view span{
   overflow:hidden !important;

}

table#preview tr td.view span.bgcolor{
   z-index:0;
   width:5em;
   height:2em;
   padding:1em 0em 1em 5em !important;
   border:solid 0px yellow;
   mix-blend-mode:normal !important;
}

table#preview tr td.view span.componentcolor{
   z-index:1;
   position:absolute;
   left:0em;
   top:0.3em;
   width:15em;
   height:1.3em;
   padding:0;
   border:solid 0px purple;
}

table#preview tr td.view span.text2{
   z-index:2;
   width:15em;
   white-space:nowrap;
   position:absolute;
   left:0px;
   top:0.2em;
   background:rgba(0,0,0,0);
   border:dotted 0px yellow;
}

table#preview tr td.view span.bg{
   
}
table#preview tr td.view span.white{
   background:white;
}
table#preview tr td.view span.black{
   background:black;
}

table#preview tr#normal td.view span:not([class="bgcolor"]){
   mix-blend-mode:normal;
}

table#preview tr#multiply td.view span:not([class="bgcolor"]){
   mix-blend-mode:multiply;
}

table#preview tr#screen td.view span:not([class="bgcolor"]){
   mix-blend-mode:screen;
}

table#preview tr#overlay td.view span:not([class="bgcolor"]){
   mix-blend-mode:overlay;
}

table#preview tr#darken td.view span:not([class="bgcolor"]){
   mix-blend-mode:darken;
}

table#preview tr#lighten td.view span:not([class="bgcolor"]){
   mix-blend-mode:lighten;
}

table#preview tr#color-dodge td.view span:not([class="bgcolor"]){
   mix-blend-mode:color-dodge;
}

table#preview tr#color-burn td.view span:not([class="bgcolor"]){
   mix-blend-mode:color-burn;
}

table#preview tr#hard-light td.view span:not([class="bgcolor"]){
   mix-blend-mode:hard-light;
}

table#preview tr#soft-light td.view span:not([class="bgcolor"]){
   mix-blend-mode:soft-light;
}

table#preview tr#difference td.view span:not([class="bgcolor"]){
   mix-blend-mode:difference;
}

table#preview tr#exclusion td.view span:not([class="bgcolor"]){
   mix-blend-mode:exclusion;
}

table#preview tr#hue td.view span:not([class="bgcolor"]){
   mix-blend-mode:hue;
}

table#preview tr#saturation td.view span:not([class="bgcolor"]){
   mix-blend-mode:saturation;
}

table#preview tr#color td.view span:not([class="bgcolor"]){
   mix-blend-mode:color;
}

table#preview tr#luminosity td.view span:not([class="bgcolor"]){
   mix-blend-mode:luminosity;
}