Files
interblue.pl/modules/amazzingblog/views/css/common-classes.css
2024-10-25 14:16:28 +02:00

1 line
1.7 KiB
CSS

/**
* Common utility classes, that can be used in different cases
**/
.bootstrap a:hover, .bootstrap a:focus{
text-decoration: none;
}
.cursor-pointer {
cursor: pointer;
}
.crossed-out {
text-decoration: line-through;
}
.off {
color: #E27C79;
}
.on {
color: #71B238;
}
.grey-note {
color: #999;
}
.bootstrap .monospace {
font-family: monospace;
}
.bootstrap .act {
color: #CCC;
cursor: pointer;
vertical-align: middle;
}
.bootstrap .act:hover {
color: #999;
}
.round-border {
background: #FFF;
border: 1px solid #DDD;
border-radius: 5px;
padding: 15px;
}
.bootstrap .red-border {
border: 1px solid #E27C79;
}
.ajax-error {
color: #E27C79;
}
.bootstrap .tooltip-inner {
padding: 7px 10px;
}
/* carets */
[class^="caret-"] {
position: absolute;
z-index: 1;
z-index: 999;
}
[class^="caret-"]:before, [class^="caret-"]:after{
content: '';
position: absolute;
display: block;
height: 0px;
border: 5px solid transparent;
}
.caret-t {
top: -11px;
left: 50%;
margin-left: -5px;
}
.caret-t:before{
border-color: transparent transparent #DDD transparent;
}
.caret-t:after {
top: 1px;
border-color: transparent transparent #FFF transparent;
}
.caret-l {
top: 50%;
margin-top: -5px;
left: -11px;
}
.caret-l:before {
border-color: transparent #DDD transparent transparent;
}
.caret-l:after {
left: 1px;
border-color: transparent #FFF transparent transparent;
}
h4.subtitle {
border: 1px dotted #DDD;
border-width: 1px 0 1px 0;
padding: 10px 0;
}
/* ajax bar at the top*/
#re-progress {
top: 0;
height: 2px;
left: 0;
position: fixed;
width: 100%;
z-index: 999999;
}
#re-progress .progress-inner {
background-color: #71B238;
height: 2px;
width: 0;
}