MediaWiki:Common.css

From bwCloud-OS
Revision as of 13:54, 15 October 2025 by Admin (talk | contribs)
Jump to navigation Jump to search

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.
/* CSS placed here will be applied to all skins */
#ca-history { display: none !important;} 
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }


/* fuer vector legacy, um logo richtig darzustellen */ 
#p-logo a {
    background-size: contain !important; /* skaliert das Bild passend */
    background-position: center center;
}


/* fuer "quickstart" auf startpage

/* Card-Grundstil */
.bw-card { border:1px solid #1e3a8a; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,.06); background:#fff; overflow:hidden; margin:1em 0; }
.bw-card summary { display:flex; align-items:center; gap:.6em; padding:.9em 1em; cursor:pointer; user-select:none; list-style:none; }
.bw-card summary::-webkit-details-marker { display:none; }
.bw-card .bw-card-title { font-weight:600; color:#0f1e5a; }
.bw-card .bw-card-content { padding: .8em 1em 1em; }
.bw-card summary:focus-visible { outline:2px solid #1e3a8a; outline-offset:2px; border-radius:8px; }
.bw-card[open] { box-shadow:0 6px 14px rgba(0,0,0,.12); }
.bw-card .chev { margin-left:auto; transition:transform .2s ease; }
.bw-card[open] .chev { transform:rotate(90deg); }