Template:Memo/icons.css

/* 

/​* 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>);
}

注意:様式は上記のフォーマットに従って記入すること。

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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* memo-delete */
.memorandum.memo-delete {
    background-color: #eaf3ff;
}
.memorandum.memo-delete .content::before {
    background-color: #004eb8;
}
.memorandum.memo-delete .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);
}

/* memo-delete2 */
.memorandum.memo-delete2 {
    background-color: #f5f5f5;
}
.memorandum.memo-delete2 .content::before {
    background-color: #004eb8;
}
.memorandum.memo-delete2 .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);
}

/* memo-delete3 */
.memorandum.memo-delete3 {
    background-color: transparent;
}
.memorandum.memo-delete3 .content::before {
    background-color: #004eb8;
}
.memorandum.memo-delete3 .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);
}

/* 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);
}

/* 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);
}

/* 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);
}

/* [[Category:テンプレートスタイル]] */