This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
factuges_web/www/themes/factuges/assets/css/pages/email.css
david e93adbdd4e - Importación inicial
- Registro, activación y entrada de usuarios


git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@2 e455b18d-f7fe-5245-9c43-e2c35af70a32
2013-06-13 16:04:48 +00:00

48 lines
708 B
CSS

/***
Email Template Page
***/
.mail-template ul {
padding:0px;
margin: 0px;
list-style:none;
}
.mail-template li {
margin:0 5px;
cursor:pointer;
list-style:none;
border:solid 2px #fff;
}
.mail-template li:hover {
border:solid 2px #aaa;
}
.mail-template li a{
display:block;
padding:25px;
}
.mail-template li a:hover {
text-decoration: none;
}
.mail-template li.color-black {
background:#1f1f1f;
}
.mail-template li.color-darkblue {
background:#1570a6;
}
.mail-template li.color-lightblue {
background:#4aabf9;
}
.mail-template li.color-red {
background:#eb4d41;
}
.mail-template li.color-green {
background:#28b779;
}