「
テンプレート:Memo/icons.css
」を編集中
ナビゲーションに移動
検索に移動
警告:
ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。
ログイン
または
アカウントを作成
すれば、あなたの編集はその利用者名とともに表示されるほか、さまざまなメリットもあります。
スパム攻撃防止用のチェックです。 決して、ここには、値の入力は
しない
でください!
/* /* memo-<class name> */ .memorandum.memo-<class name> { background-color: <background color>; } .memorandum.memo-<class name> .content::before { background-color: <border color>; } .memorandum.memo-<class name> .content::after { /* File:<file name>: <page url> */ background-image: url(<file url>); } html.skin-theme-clientpref-night .memorandum { background-color: <background color>; } html.skin-theme-clientpref-night .memorandum > .content::before { background-color: <border color>; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-<class name> { background-color: <background color>; } html.skin-theme-clientpref-os .memorandum.memo-<class name> > .content::before { background-color: <border color>; } } 注意:様式は上記のフォーマットに従って記入すること。 1.<>のみを置き換えてください 2.ウィキメディア・コモンズのアイコンを使用すること */ /* memo-info */ .memorandum.memo-info { background-color: #eaf3ff; } .memorandum.memo-info .content::before { background-color: #004eb8; } .memorandum.memo-info .content::after { /* File:OOjs_UI_icon_information-progressive.svg:https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-info { background-color: #1c2940; } html.skin-theme-clientpref-night .memorandum.memo-info > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-info { background-color: #1c2940; } html.skin-theme-clientpref-os .memorandum.memo-info > .content::before { background-color: #6d8af2; } } /* memo-info2 */ .memorandum.memo-info2 { background-color: #f5f5f5; } .memorandum.memo-info2 .content::before { background-color: #004eb8; } .memorandum.memo-info2 .content::after { /* File:OOjs_UI_icon_information-progressive.svg:https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-info2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-info2 > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-info2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-info2 > .content::before { background-color: #6d8af2; } } /* memo-info3 */ .memorandum.memo-info3 { background-color: transparent; } .memorandum.memo-info3 .content::before { background-color: #004eb8; } .memorandum.memo-info3 .content::after { /* File:OOjs_UI_icon_information-progressive.svg:https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/ec/OOjs_UI_icon_information-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-info3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-info3 > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-info3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-info3 > .content::before { background-color: #6d8af2; } } /* memo-bookmark */ .memorandum.memo-bookmark { background-color: #fae196; } .memorandum.memo-bookmark .content::before { background-color: #faaf00; } .memorandum.memo-bookmark .content::after { /* File:OOjs UI icon reference 20 ac6600.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_reference_20_ac6600.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d5/OOjs_UI_icon_reference_20_ac6600.svg); } html.skin-theme-clientpref-night .memorandum.memo-bookmark { background-color: #301d00; } html.skin-theme-clientpref-night .memorandum.memo-bookmark > .content::before { background-color: #a66200; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-bookmark { background-color: #301d00; } html.skin-theme-clientpref-os .memorandum.memo-bookmark > .content::before { background-color: #a66200; } } /* memo-bookmark2 */ .memorandum.memo-bookmark2 { background-color: #f5f5f5; } .memorandum.memo-bookmark2 .content::before { background-color: #faaf00; } .memorandum.memo-bookmark2 .content::after { /* File:OOjs UI icon reference 20 ac6600.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_reference_20_ac6600.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d5/OOjs_UI_icon_reference_20_ac6600.svg); } html.skin-theme-clientpref-night .memorandum.memo-bookmark2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-bookmark2 > .content::before { background-color: #a66200; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-bookmark2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-bookmark2 > .content::before { background-color: #a66200; } } /* memo-bookmark3 */ .memorandum.memo-bookmark3 { background-color: transparent; } .memorandum.memo-bookmark3 .content::before { background-color: #faaf00; } .memorandum.memo-bookmark3 .content::after { /* File:OOjs UI icon reference 20 ac6600.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_reference_20_ac6600.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d5/OOjs_UI_icon_reference_20_ac6600.svg); } html.skin-theme-clientpref-night .memorandum.memo-bookmark3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-bookmark3 > .content::before { background-color: #a66200; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-bookmark3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-bookmark3 > .content::before { background-color: #a66200; } } /* memo-alert */ .memorandum.memo-alert { background-color: #fac8c8; } .memorandum.memo-alert .content::before { background-color: #fa7d7d; } .memorandum.memo-alert .content::after { /* File:OOjs UI icon alert-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_alert-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-alert { background-color: #421211; } html.skin-theme-clientpref-night .memorandum.memo-alert > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-alert { background-color: #421211; } html.skin-theme-clientpref-os .memorandum.memo-alert > .content::before { background-color: #ff4242; } } /* memo-alert2 */ .memorandum.memo-alert2 { background-color: #f5f5f5; } .memorandum.memo-alert2 .content::before { background-color: #fa7d7d; } .memorandum.memo-alert2 .content::after { /* File:OOjs UI icon alert-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_alert-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-alert2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-alert2 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-alert2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-alert2 > .content::before { background-color: #ff4242; } } /* memo-alert3 */ .memorandum.memo-alert3 { background-color: transparent; } .memorandum.memo-alert3 .content::before { background-color: #fa7d7d; } .memorandum.memo-alert3 .content::after { /* File:OOjs UI icon alert-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_alert-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-alert3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-alert3 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-alert3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-alert3 > .content::before { background-color: #ff4242; } } /* memo-notice */ .memorandum.memo-notice { background-color: #fae8c5; } .memorandum.memo-notice .content::before { background-color: #fac84b; } .memorandum.memo-notice .content::after { /* File:OOjs UI icon notice-warning.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_notice-warning.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/OOjs_UI_icon_notice-warning.svg); } html.skin-theme-clientpref-night .memorandum.memo-notice { background-color: #301d00; } html.skin-theme-clientpref-night .memorandum.memo-notice > .content::before { background-color: #edab00; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-notice { background-color: #301d00; } html.skin-theme-clientpref-os .memorandum.memo-notice > .content::before { background-color: #edab00; } } /* memo-notice2 */ .memorandum.memo-notice2 { background-color: #f5f5f5; } .memorandum.memo-notice2 .content::before { background-color: #fac84b; } .memorandum.memo-notice2 .content::after { /* File:OOjs UI icon notice-warning.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_notice-warning.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/OOjs_UI_icon_notice-warning.svg); } html.skin-theme-clientpref-night .memorandum.memo-notice2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-notice2 > .content::before { background-color: #edab00; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-notice2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-notice2 > .content::before { background-color: #edab00; } } /* memo-notice3 */ .memorandum.memo-notice3 { background-color: transparent; } .memorandum.memo-notice3 .content::before { background-color: #fac84b; } .memorandum.memo-notice3 .content::after { /* File:OOjs UI icon notice-warning.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_notice-warning.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/OOjs_UI_icon_notice-warning.svg); } html.skin-theme-clientpref-night .memorandum.memo-notice3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-notice3 > .content::before { background-color: #edab00; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-notice3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-notice3 > .content::before { background-color: #edab00; } } /* memo-error */ .memorandum.memo-error { background-color: #fac8c8; } .memorandum.memo-error .content::before { background-color: #fa7d7d; } .memorandum.memo-error .content::after { /* File:OOjs UI icon error-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_error-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4e/OOjs_UI_icon_error-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-error { background-color: #421211; } html.skin-theme-clientpref-night .memorandum.memo-error > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-error { background-color: #421211; } html.skin-theme-clientpref-os .memorandum.memo-error > .content::before { background-color: #ff4242; } } /* memo-error2 */ .memorandum.memo-error2 { background-color: #f5f5f5; } .memorandum.memo-error2 .content::before { background-color: #fa7d7d; } .memorandum.memo-error2 .content::after { /* File:OOjs UI icon error-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_error-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4e/OOjs_UI_icon_error-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-error2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-error2 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-error2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-error2 > .content::before { background-color: #ff4242; } } /* memo-error3 */ .memorandum.memo-error3 { background-color: transparent; } .memorandum.memo-error3 .content::before { background-color: #fa7d7d; } .memorandum.memo-error3 .content::after { /* File:OOjs UI icon error-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_error-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4e/OOjs_UI_icon_error-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-error3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-error3 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-error3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-error3 > .content::before { background-color: #ff4242; } } /* memo-check */ .memorandum.memo-check { background-color: #d0f7eb; } .memorandum.memo-check .content::before { background-color: #00af7d; } .memorandum.memo-check .content::after { /* File:OOjs UI icon check-constructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_check-constructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_check-constructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-check { background-color: #00261e; } html.skin-theme-clientpref-night .memorandum.memo-check > .content::before { background-color: #00af89; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-check { background-color: #00261e; } html.skin-theme-clientpref-os .memorandum.memo-check > .content::before { background-color: #00af89; } } /* memo-check2 */ .memorandum.memo-check2 { background-color: #f5f5f5; } .memorandum.memo-check2 .content::before { background-color: #00af7d; } .memorandum.memo-check2 .content::after { /* File:OOjs UI icon check-constructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_check-constructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_check-constructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-check2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-check2 > .content::before { background-color: #00af89; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-check2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-check2 > .content::before { background-color: #00af89; } } /* memo-check3 */ .memorandum.memo-check3 { background-color: transparent; } .memorandum.memo-check3 .content::before { background-color: #00af7d; } .memorandum.memo-check3 .content::after { /* File:OOjs UI icon check-constructive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_check-constructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_check-constructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-check3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-check3 > .content::before { background-color: #00af89; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-check3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-check3 > .content::before { background-color: #00af89; } } /* memo-translation */ .memorandum.memo-translation { background-color: #eaf3ff; } .memorandum.memo-translation .content::before { background-color: #004eb8; } .memorandum.memo-translation .content::after { /* File:OOjs UI icon language-ltr-progressive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_language-ltr-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e0/OOjs_UI_icon_language-ltr-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-translation { background-color: #1c2940; } html.skin-theme-clientpref-night .memorandum.memo-translation > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-translation { background-color: #1c2940; } html.skin-theme-clientpref-os .memorandum.memo-translation > .content::before { background-color: #6d8af2; } } /* memo-translation2 */ .memorandum.memo-translation2 { background-color: #f5f5f5; } .memorandum.memo-translation2 .content::before { background-color: #004eb8; } .memorandum.memo-translation2 .content::after { /* File:OOjs UI icon language-ltr-progressive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_language-ltr-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e0/OOjs_UI_icon_language-ltr-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-translation2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-translation2 > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-translation2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-translation2 > .content::before { background-color: #6d8af2; } } /* memo-translation3 */ .memorandum.memo-translation3 { background-color: transparent; } .memorandum.memo-translation3 .content::before { background-color: #004eb8; } .memorandum.memo-translation3 .content::after { /* File:OOjs UI icon language-ltr-progressive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_language-ltr-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e0/OOjs_UI_icon_language-ltr-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-translation3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-translation3 > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-translation3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-translation3 > .content::before { background-color: #6d8af2; } } /* memo-hide */ .memorandum.memo-hide { background-color: #eaf3ff; } .memorandum.memo-hide .content::before { background-color: #004eb8; } .memorandum.memo-hide .content::after { /* File:OOjs UI icon eyeClosed-progressive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_eyeClosed-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/30/OOjs_UI_icon_eyeClosed-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-hide { background-color: #1c2940; } html.skin-theme-clientpref-night .memorandum.memo-hide > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-hide { background-color: #1c2940; } html.skin-theme-clientpref-os .memorandum.memo-hide > .content::before { background-color: #6d8af2; } } /* memo-hide2 */ .memorandum.memo-hide2 { background-color: #f5f5f5; } .memorandum.memo-hide2 .content::before { background-color: #004eb8; } .memorandum.memo-hide2 .content::after { /* File:OOjs UI icon eyeClosed-progressive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_eyeClosed-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/30/OOjs_UI_icon_eyeClosed-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-hide2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-hide2 > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-hide2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-hide2 > .content::before { background-color: #6d8af2; } } /* memo-hide3 */ .memorandum.memo-hide3 { background-color: transparent; } .memorandum.memo-hide3 .content::before { background-color: #004eb8; } .memorandum.memo-hide3 .content::after { /* File:OOjs UI icon eyeClosed-progressive.svg: https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_eyeClosed-progressive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/30/OOjs_UI_icon_eyeClosed-progressive.svg); } html.skin-theme-clientpref-night .memorandum.memo-hide3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-hide3 > .content::before { background-color: #6d8af2; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-hide3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-hide > .content::before { background-color: #6d8af2; } } /* memo-cross */ .memorandum.memo-cross { background-color: #fac8c8; } .memorandum.memo-cross .content::before { background-color: #fa7d7d; } .memorandum.memo-cross .content::after { /* File:OOjs UI icon close-ltr-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs UI icon close-ltr-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/77/OOjs_UI_icon_close-ltr-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-cross { background-color: #421211; } html.skin-theme-clientpref-night .memorandum.memo-cross > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-cross { background-color: #421211; } html.skin-theme-clientpref-os .memorandum.memo-cross > .content::before { background-color: #ff4242; } } /* memo-cross2 */ .memorandum.memo-cross2 { background-color: #f5f5f5; } .memorandum.memo-cross2 .content::before { background-color: #fa7d7d; } .memorandum.memo-cross2 .content::after { /* File:OOjs UI icon close-ltr-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs UI icon close-ltr-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/77/OOjs_UI_icon_close-ltr-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-cross2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-cross2 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-cross2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-cross2 > .content::before { background-color: #ff4242; } } /* memo-cross3 */ .memorandum.memo-cross3 { background-color: transparent; } .memorandum.memo-cross3 .content::before { background-color: #fa7d7d; } .memorandum.memo-cross3 .content::after { /* File:OOjs UI icon close-ltr-destructive.svg: https://commons.wikimedia.org/wiki/File:OOjs UI icon close-ltr-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/77/OOjs_UI_icon_close-ltr-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-cross3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-cross3 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-cross3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-cross3 > .content::before { background-color: #ff4242; } } /* memo-block */ .memorandum.memo-block { background-color: #fac8c8; } .memorandum.memo-block .content::before { background-color: #fa7d7d; } .memorandum.memo-block .content::after { /* File:OOjs UI icon block-destructive.svg: https://upload.wikimedia.org/wikipedia/commons/d/d1/OOjs_UI_icon_block-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d1/OOjs_UI_icon_block-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-block { background-color: #421211; } html.skin-theme-clientpref-night .memorandum.memo-block > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-block { background-color: #421211; } html.skin-theme-clientpref-os .memorandum.memo-block > .content::before { background-color: #ff4242; } } /* memo-block2 */ .memorandum.memo-block2 { background-color: #f5f5f5; } .memorandum.memo-block2 .content::before { background-color: #fa7d7d; } .memorandum.memo-block2 .content::after { /* File:OOjs UI icon block-destructive.svg: https://upload.wikimedia.org/wikipedia/commons/d/d1/OOjs_UI_icon_block-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d1/OOjs_UI_icon_block-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-block2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-block2 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-block2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-block2 > .content::before { background-color: #ff4242; } } /* memo-block3 */ .memorandum.memo-block3 { background-color: transparent; } .memorandum.memo-block3 .content::before { background-color: #fa7d7d; } .memorandum.memo-block3 .content::after { /* File:OOjs UI icon block-destructive.svg: https://upload.wikimedia.org/wikipedia/commons/d/d1/OOjs_UI_icon_block-destructive.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d1/OOjs_UI_icon_block-destructive.svg); } html.skin-theme-clientpref-night .memorandum.memo-block3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-block3 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-block3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-block3 > .content::before { background-color: #ff4242; } } /* memo-blockip */ .memorandum.memo-blockip { background-color: #fac8c8; } .memorandum.memo-blockip .content::before { background-color: #fa7d7d; } .memorandum.memo-blockip .content::after { /* File:Icons8 flat overtime.svg: https://upload.wikimedia.org/wikipedia/commons/c/c3/Icons8_flat_overtime.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Icons8_flat_overtime.svg/2048px-Icons8_flat_overtime.svg.png); } html.skin-theme-clientpref-night .memorandum.memo-blockip { background-color: #421211; } html.skin-theme-clientpref-night .memorandum.memo-blockip > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-blockip { background-color: #421211; } html.skin-theme-clientpref-os .memorandum.memo-blockip > .content::before { background-color: #ff4242; } } /* memo-blockip2 */ .memorandum.memo-blockip2 { background-color: #f5f5f5; } .memorandum.memo-blockip2 .content::before { background-color: #fa7d7d; } .memorandum.memo-blockip2 .content::after { /* File:Icons8 flat overtime.svg: https://upload.wikimedia.org/wikipedia/commons/c/c3/Icons8_flat_overtime.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Icons8_flat_overtime.svg/2048px-Icons8_flat_overtime.svg.png); } html.skin-theme-clientpref-night .memorandum.memo-blockip2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-blockip2 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-blockip2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-blockip2 > .content::before { background-color: #ff4242; } } /* memo-blockip3 */ .memorandum.memo-blockip3 { background-color: transparent; } .memorandum.memo-blockip3 .content::before { background-color: #fa7d7d; } .memorandum.memo-blockip3 .content::after { /* File:Icons8 flat overtime.svg: https://upload.wikimedia.org/wikipedia/commons/c/c3/Icons8_flat_overtime.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Icons8_flat_overtime.svg/2048px-Icons8_flat_overtime.svg.png); } html.skin-theme-clientpref-night .memorandum.memo-blockip3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-blockip3 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-blockip3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-blockip3 > .content::before { background-color: #ff4242; } } /* memo-delete */ .memorandum.memo-delete { background-color: #fac8c8; } .memorandum.memo-delete .content::before { background-color: #fa7d7d; } .memorandum.memo-delete .content::after { /* File:OOjs UI icon trash-destructive revised (with exclamation).svg: https://upload.wikimedia.org/wikipedia/commons/7/75/OOjs_UI_icon_trash-destructive_revised_%28with_exclamation%29.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/75/OOjs_UI_icon_trash-destructive_revised_%28with_exclamation%29.svg); } html.skin-theme-clientpref-night .memorandum.memo-delete { background-color: #421211; } html.skin-theme-clientpref-night .memorandum.memo-delete > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-delete { background-color: #421211; } html.skin-theme-clientpref-os .memorandum.memo-delete > .content::before { background-color: #ff4242; } } /* memo-delete2 */ .memorandum.memo-delete2 { background-color: #f5f5f5; } .memorandum.memo-delete2 .content::before { background-color: #fa7d7d; } .memorandum.memo-delete2 .content::after { /* File:OOjs UI icon trash-destructive revised (with exclamation).svg: https://upload.wikimedia.org/wikipedia/commons/7/75/OOjs_UI_icon_trash-destructive_revised_%28with_exclamation%29.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/75/OOjs_UI_icon_trash-destructive_revised_%28with_exclamation%29.svg); } html.skin-theme-clientpref-night .memorandum.memo-delete2 { background-color: #27292d; } html.skin-theme-clientpref-night .memorandum.memo-delete2 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-delete2 { background-color: #27292d; } html.skin-theme-clientpref-os .memorandum.memo-delete2 > .content::before { background-color: #ff4242; } } /* memo-delete3 */ .memorandum.memo-delete3 { background-color: transparent; } .memorandum.memo-delete3 .content::before { background-color: #fa7d7d; } .memorandum.memo-delete3 .content::after { /* File:OOjs UI icon trash-destructive revised (with exclamation).svg: https://upload.wikimedia.org/wikipedia/commons/7/75/OOjs_UI_icon_trash-destructive_revised_%28with_exclamation%29.svg */ background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/75/OOjs_UI_icon_trash-destructive_revised_%28with_exclamation%29.svg); } html.skin-theme-clientpref-night .memorandum.memo-delete3 { background-color: transparent; } html.skin-theme-clientpref-night .memorandum.memo-delete3 > .content::before { background-color: #ff4242; } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .memorandum.memo-delete3 { background-color: transparent; } html.skin-theme-clientpref-os .memorandum.memo-delete3 > .content::before { background-color: #ff4242; } } /* [[Category:テンプレートスタイル]] */
編集内容の要約:
uwuzu 非公式Wikiへの投稿はすべて、クリエイティブ・コモンズ 表示-非営利-継承 (詳細は
UwuzuWiki:著作権
を参照)のもとで公開したと見なされることにご注意ください。 自分が書いたものが他の人に容赦なく編集され、自由に配布されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください。
著作権保護されている作品は、許諾なしに投稿しないでください!
キャンセル
編集ヘルプ
(新しいウィンドウで開きます)
ナビゲーション メニュー
個人用ツール
ログインしていません
トーク
投稿記録
アカウント作成
ログイン
名前空間
テンプレート
議論
English
表示
閲覧
ソースを編集
履歴表示
その他
検索
案内
メインページ
最近の更新
おまかせ表示
MediaWiki についてのヘルプ
特別ページ
このWIkiについて
ツール
リンク元
関連ページの更新状況
ページ情報
他のプロジェクト