ddr summary/file/themes

CSS Rules in “Minimal Container”

container.minimal_container:normal .self
{
	background-image: none;
	background-color: rgba(100%,100%,100%,0);
	border-top-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-right-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-bottom-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-left-color: rgba(87.0588%,87.0588%,87.0588%,0);
	border-image-source: none;
}
container.minimal_container:hover .self
{
	border-top-color: rgba(87.0588%,87.0588%,87.0588%,1);
	border-right-color: rgba(87.0588%,87.0588%,87.0588%,1);
	border-bottom-color: rgba(87.0588%,87.0588%,87.0588%,1);
	border-left-color: rgba(87.0588%,87.0588%,87.0588%,1);
}
container.minimal_container:focus .self
{
	background-color: rgba(100%,100%,100%,1);
}