blob: 37f1cc0667d39774d52d124dcca7692e1349a66e (
plain) (
tree)
|
|
/* about:plugins */
#plugin-table
{
margin: 14px;
width: 80%;
text-align: left;
border-collapse: collapse;
}
#plugin-table th
{
padding: 8px;
background:#b9c9ff;
border-top: 4px solid #aabcff;
border-bottom: 1px solid #fff;
color: #039;
}
#plugin-table td
{
padding: 8px;
background: #e8edff;
border-bottom: 1px solid #fff;
color: #669;
border-top: 1px solidtransparent;
}
#plugin-table tr:hover td
{
background: #d0dafd;
color:#339;
}
/* about:epiphany */
#ephytext {
margin-top: 15%;
font-size: 1.3em;
text-align: center;
}
#from {
margin-top: 1em;
font-size: 1.5em;
text-align: right;
}
|