X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=static%2Fcss%2Fstyle.css;h=68f1a09092f111916192bf9b221ccaa7de96b590;hb=e9131ad613a40860150be7d1a168f296a0f27256;hp=3f3942f3d57a3d8a16de15d43df1b0126c6b7764;hpb=8977de1eac366998dd6e5acdf249e9213946fd92;p=people%2Fshoehn%2Fipfire.org.git diff --git a/static/css/style.css b/static/css/style.css index 3f3942f..68f1a09 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2327,6 +2327,61 @@ a.badge:focus, a.badge:hover { .badge-danger[href]:focus, .badge-danger[href]:hover { background-color: #c9302c; } +.alert { + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; } + +.alert-heading { + color: inherit; } + +.alert-link { + font-weight: bold; } + +.alert-dismissible .close { + position: relative; + top: -0.75rem; + right: -1.25rem; + padding: 0.75rem 1.25rem; + color: inherit; } + +.alert-success { + background-color: #dff0d8; + border-color: #d0e9c6; + color: #3c763d; } + .alert-success hr { + border-top-color: #c1e2b3; } + .alert-success .alert-link { + color: #2b542c; } + +.alert-info { + background-color: #d9edf7; + border-color: #bcdff1; + color: #31708f; } + .alert-info hr { + border-top-color: #a6d5ec; } + .alert-info .alert-link { + color: #245269; } + +.alert-warning { + background-color: #fcf8e3; + border-color: #faf2cc; + color: #8a6d3b; } + .alert-warning hr { + border-top-color: #f7ecb5; } + .alert-warning .alert-link { + color: #66512c; } + +.alert-danger { + background-color: #f2dede; + border-color: #ebcccc; + color: #a94442; } + .alert-danger hr { + border-top-color: #e4b9b9; } + .alert-danger .alert-link { + color: #843534; } + @keyframes progress-bar-stripes { from { background-position: 1rem 0; }