User:Amelia/vector.css

Revision as of 00:31, 2 December 2020 by Amelia (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.
.table-default {
	margin:auto; 
	text-align:center; 
	background: #6153A2; 
	border: 2px solid #48336E; 
	color: #DDC3FF;
	border-radius: 0.5em;
}

.table-default-item-top-west {
	background: #EAD5FC;
	border-radius: 0.5em 0 0 0 ;
}

.table-default-item-top {
	background: #EAD5FC;
}

.table-default-item-top-east {
	background: #EAD5FC;
	border-radius: 0 0 0 0.5em ;
}