MediaWiki:Common.css

From Drveće govori
Revision as of 20:17, 8 June 2026 by Mikia (talk | contribs)

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.
/* Zelenkasti izgled za MediaWiki */
/*
body {
    background: #f3f8f1;
}
*/
body {
    background: #D9EAD2;
}

#mw-content {
  background: #D9EAD2;	
}

.mw-page-container,
#content,
.vector-body {
    background: #D9EAD2;
}

#mw-head,
.vector-header-container,
.vector-sticky-header {
    background: #e4f1df;
}

#p-logo,
.mw-logo {
    background-color: #d8ead1;
}

a {
    color: #2f6f3e;
}

a:visited {
    color: #4f7f45;
}

.vector-menu-heading,
.mw-portlet h3 {
    color: #2f5f35;
}

#footer,
.mw-footer {
    background: #e4f1df;
    border-top: 1px solid #b8d8aa;
}

.vector-page-titlebar,
.vector-page-toolbar {
    border-bottom: 2px solid #b8d8aa;
}