User

Difference between revisions of "Sukkoria/common.css"

Line 1: Line 1:
.label
+
/**
 +
    #00ab9e for blue-green (in the logo)
 +
    #a3dbd7 for light blue-green
 +
    #393939 for dark grey (in the logo)
 +
**/
 +
 
 +
 
 +
.action a:first
 
{
 
{
color:orange;
+
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;
 
}
 
}

Revision as of 13:18, 15 December 2018

/**
    #00ab9e for blue-green (in the logo)
    #a3dbd7 for light blue-green
    #393939 for dark grey (in the logo)
**/


.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;
}