1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.name{
font-size: x-large !important;
padding-right: 0.25em !important;
}
.name, .title{
font-weight: bold !important;
}
#httpsfinder-about-details{
background-color: #ffffff !important;
color: #000000 !important;
padding: 0.5em !important;
margin-left: 0 !important;
}
#logo{
position:absolute;
right:-35px !important;
}
description{
margin-left: 0 !important;
}
.title{
font-weight: bold !important;
padding-top: 0.5em !important;
}
.url{
color: #0000ff !important;
cursor: pointer !important;
text-decoration: underline !important;
}
|