118 lines
2.3 KiB
CSS
Executable File
118 lines
2.3 KiB
CSS
Executable File
brg['current_code']}}";utton.code-button {
|
|
min-width: 82px !important;
|
|
}
|
|
.tooltip {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
[data-tooltip-text]:hover {
|
|
position: relative;
|
|
}
|
|
|
|
[data-tooltip-text]:after {
|
|
-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
-moz-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
|
|
box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
|
|
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
margin-bottom: 10px;
|
|
padding: 7px 12px;
|
|
position: absolute;
|
|
width: auto;
|
|
min-width: 50px;
|
|
max-width: 300px;
|
|
word-wrap: break-word;
|
|
|
|
z-index: 9999;
|
|
|
|
opacity: 0;
|
|
left: -9999px;
|
|
top: 90%;
|
|
|
|
content: attr(data-tooltip-text);
|
|
}
|
|
|
|
[data-tooltip-text]:hover:after {
|
|
top: 230%;
|
|
left: 0;
|
|
opacity: 1;
|
|
}
|
|
[data-tooltip-text]:hover {
|
|
position: relative;
|
|
}
|
|
|
|
[data-tooltip-text]:after {
|
|
-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
-moz-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
|
|
-moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
|
|
box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
|
|
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
margin-bottom: 10px;
|
|
padding: 7px 12px;
|
|
position: absolute;
|
|
width: auto;
|
|
min-width: 50px;
|
|
max-width: 300px;
|
|
word-wrap: break-word;
|
|
|
|
z-index: 9999;
|
|
|
|
opacity: 0;
|
|
left: -9999px;
|
|
top: -210% !important;
|
|
|
|
content: attr(data-tooltip-text);
|
|
}
|
|
|
|
[data-tooltip-text]:hover:after {
|
|
top: 130%;
|
|
left: 0;
|
|
opacity: 1;
|
|
}
|
|
|
|
#airing_list {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.container {
|
|
max-width: 96%;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
.container {
|
|
max-width: 94%;
|
|
}
|
|
}
|
|
@media (min-width: 576px) {
|
|
.container {
|
|
max-width: 96%;
|
|
}
|
|
.form-inline .form-control {
|
|
width: 98%;
|
|
|
|
}
|