You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

93 lines
1.5 KiB

.ui.nag {
display: none;
opacity: .95;
position: relative;
top: 0;
left: 0;
z-index: 101;
min-height: 0;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
line-height: 3em;
padding: 0 1em;
background-color: #555;
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
font-size: 1em;
text-align: center;
color: rgba(255,255,255,.8);
border-radius: 0 0 5px 5px;
-webkit-transition: .2s background;
transition: .2s background;
}
a.ui.nag {
cursor: pointer;
}
.ui.nag>.title {
display: inline-block;
margin: 0 .5em;
color: #FFF;
}
.ui.nag>.close.icon {
cursor: pointer;
opacity: .4;
position: absolute;
top: 50%;
right: 1em;
margin-top: -.5em;
color: #FFF;
-webkit-transition: .1s opacity;
transition: .1s opacity;
}
.ui.nag:hover {
opacity: 1;
}
.ui.nag .close:hover {
opacity: 1;
}
.ui.overlay.nag {
position: absolute;
display: block;
}
.ui.fixed.nag {
position: fixed;
}
.ui.botton.nag {
border-radius: 5px 5px 0 0;
}
.ui.fixed.bottom.nags,
.ui.fixed.bottom.nag {
top: auto;
bottom: 0;
}
.ui.white.nags .nag,
.ui.white.nag {
background-color: #F1F1F1;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
color: #ACACAC;
}
.ui.white.nags .nag .close,
.ui.white.nags .nag .title,
.ui.white.nag .close,
.ui.white.nag .title {
color: #333;
}
.ui.nags .nag {
border-radius: 0;
}