MediaWiki:Common.css: Difference between revisions

From Dave and Bambi Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 44: Line 44:
         border: 1px solid #aaa;
         border: 1px solid #aaa;
         padding: 1px;
         padding: 1px;
         width: 100%
         width: 100%;
         height: 50%
         height: 50%;
     }
     }



Revision as of 15:18, 14 January 2024

/* CSS placed here will be applied to all skins */

#content { background-color: #B1C4DC; }

#mw-head { background-color: #9BB1CC; }

#mw-panel { background-color: #9BB1CC; }

#p-logo { background-color: #9BB1CC; }

body { background-color: #9BB1CC; }

body.page-Main_Page h1 { display: none; }

#ca-nstab-main { background-image: none; background-color: #B1C4DC; }

#ca-talk { background-image: none; background-color: #B1C4DC; }

#ca-view { background-image: none; background-color: #B1C4DC; }

#ca-source { background-image: none; background-color: #B1C4DC; }

#ca-history { background-image: none; background-color: #B1C4DC; }

#ca-watch { background-image: none; background-color: #B1C4DC; }

#ca-delete { background-image: none; background-color: #B1C4DC; }

#ca-edit { background-image: none; background-color: #B1C4DC; }

#ca-move { background-image: none; background-color: #B1C4DC; }

#ca-protect { background-image: none; background-color: #B1C4DC; }

#ca-nstab-mediawiki { background-image: none; background-color: #B1C4DC; }

#ca-unwatch { background-image: none; background-color: #B1C4DC; }

#toc { background-color: #B1C4DC; }

#ca-ve-edit { background-image: none; background-color: #B1C4DC; }

     .image-switch-infobox {
        border: 1px solid #aaa;
        padding: 1px;
        width: 100%;
        height: 50%;
    }

    .tabs {
        overflow: hidden;
        background-color: #f1f1f1;
    }

    .tab {
        float: center;
        cursor: pointer;
        padding: 1.5px;
        text-align: center;
        border: 1px solid #ccc;
    }

    .tab:hover {
        background-color: #ddd;
    }

    .image-content {
        display: none;
    }