User

Sukkoria/common.css

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
    #00ab9e for blue-green (in the logo)
    #a3dbd7 for light blue-green
    #393939 for dark grey (in the logo)
**/

h1#firstHeading
{
	background-color:orange;
}


.namespace
{
	background-color:lightgrey;
	color:#393939;
}

.action a:first
{
	background-color:#a3dbd7;
	border-color:#00ab9e;
	border-style:none none solid none;
}

.action a:last
{
	background-color:lightgrey;
	border-color:#393939;
	border-style:none none solid none;
	color:#00ab9e;
}