R3vo/common.css – User

From Bohemia Interactive Community
< User:R3vo
Revision as of 16:00, 1 April 2024 by R3vo (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
nav.bohemia-header-nav.bohemia-header-nav-center > .bohemia-header-nav-items {
	display: none;
}

nav.bohemia-header-nav.bohemia-header-nav-center::before {
    display: none;
}
nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
	display: none;
}

#p-Bohemia\ Interactive {
	display: none;
}

#ca-ve-edit {
	display: none;
}

	
.mw-body, p {
	color: #53565a !important;
	/*
	font-family: Papyrus, "Comic Sans MS";
	font-size: 1.05em;
	letter-spacing: -0.05em;
	*/
}
#mw-panel {
	background-color: #543;
	border-radius: 0 0 1em 0;
	box-shadow: 0 0 2em #D00;
}
body,
#content {
	background-color: #520;
}