mirror of
https://github.com/simon987/od-database.git
synced 2025-04-21 11:16:47 +00:00
79 lines
1.4 KiB
CSS
79 lines
1.4 KiB
CSS
.card {
|
|
margin-top: 1em;
|
|
}
|
|
.jumbotron {
|
|
margin-top: 1em;
|
|
}
|
|
.list-group {
|
|
margin-top: 1em;
|
|
}
|
|
.list-group-item {
|
|
padding-bottom: 0.3rem;
|
|
}
|
|
.table td {
|
|
padding: 2px 0;
|
|
}
|
|
|
|
.bg-application {
|
|
background: #8FB847;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.bg-audio {
|
|
background: #009CD8;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.bg-video {
|
|
background: #DC7D6C;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.bg-text {
|
|
background: #E19A36;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.bg-image {
|
|
background: #998AB5;
|
|
color: #FFFFFF;
|
|
}
|
|
.vim-caret {
|
|
-webkit-animation: vimCaret 1s linear infinite;
|
|
-o-animation: vimCaret 1s linear infinite;
|
|
animation: vimCaret 1s linear infinite; }
|
|
|
|
@-webkit-keyframes vimCaret {
|
|
0% {
|
|
background-color: transparent; }
|
|
49% {
|
|
background-color: transparent; }
|
|
50% {
|
|
background-color: rgba(255, 255, 255, 0.6); }
|
|
100% {
|
|
background-color: rgba(255, 255, 255, 0.6); } }
|
|
|
|
@-o-keyframes vimCaret {
|
|
0% {
|
|
background-color: transparent; }
|
|
49% {
|
|
background-color: transparent; }
|
|
50% {
|
|
background-color: rgba(255, 255, 255, 0.6); }
|
|
100% {
|
|
background-color: rgba(255, 255, 255, 0.6); } }
|
|
|
|
@keyframes vimCaret {
|
|
0% {
|
|
background-color: transparent; }
|
|
49% {
|
|
background-color: transparent; }
|
|
50% {
|
|
background-color: rgba(255, 255, 255, 0.6); }
|
|
100% {
|
|
background-color: rgba(255, 255, 255, 0.6); } }
|
|
|
|
.hl {
|
|
background: #fff217;
|
|
}
|