mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
24 lines
313 B
CSS
24 lines
313 B
CSS
/**
|
|
* Incognito mode stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
#incognito-block {
|
|
z-index: 900;
|
|
position: fixed;
|
|
left: 10px;
|
|
bottom: 54px;
|
|
text-align: center;
|
|
background-color: #001F3F;
|
|
padding: 10px;
|
|
color: white;
|
|
}
|
|
|
|
#incognito-block i {
|
|
font-size: 200%;
|
|
}
|
|
|
|
#incognito-block span {
|
|
display: block;
|
|
} |