I2PSnark: Opacity fade on header logo etc.
This commit is contained in:
@ -199,6 +199,13 @@ select {
|
|||||||
img {
|
img {
|
||||||
border: none;
|
border: none;
|
||||||
margin: 5px 5px 10px 5px;
|
margin: 5px 5px 10px 5px;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
img:hover{
|
||||||
|
border: none;
|
||||||
|
margin: 5px 5px 10px 5px;
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -272,7 +279,7 @@ div.configsection {
|
|||||||
background: #ffe;
|
background: #ffe;
|
||||||
border: 1px solid #001;
|
border: 1px solid #001;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #ffb;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@ -280,4 +287,5 @@ div.configsection {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #ffe url('../console/images/redtile.png');
|
background: #ffe url('../console/images/redtile.png');
|
||||||
|
font-weight: bold; /* red tile needs bold text! */
|
||||||
}
|
}
|
Reference in New Issue
Block a user