MediaWiki:Common.css

From VRChat Wiki
Revision as of 08:14, 22 June 2024 by dorktoast (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* T-style like css*/
@import url("/index.php?title=Template:Infobox/styles.css&action=raw&ctype=text/css");

.portable-infobox {
  border-radius: 10px;
  background:#303035;
  clear:right;
  float:right;
  font-size:.85em;
  margin:0 0 15px 15px;
  width:270px;
}

.portable-infobox {
  border-radius: 10px;
  background:#303035;
  clear:right;
  float:right;
  font-size:.85em;
  margin:0 0 15px 15px;
  width:270px;
}

.pi-theme-community  {
	--pi-secondary-background:#40b896;
   border: 1px solid #b8ffdb;
   border-radius: 10px;
   background-color: #067d4f;
   color: #e5f5bf;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}