|
@@ -5786,105 +5786,18 @@ body {
|
|
|
}
|
|
|
.misago-alerts .alert {
|
|
|
border: none;
|
|
|
- display: inline-block;
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
+ border-bottom: 6px solid rgba(0, 0, 0, 0.15);
|
|
|
+ border-radius: 0;
|
|
|
+ margin-bottom: 0px;
|
|
|
+ padding: 20px 0px;
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
.misago-alerts .alert .alert-icon {
|
|
|
margin: -12px 0px;
|
|
|
margin-right: 6px;
|
|
|
position: relative;
|
|
|
top: 4.5px;
|
|
|
- font-size: 27px;
|
|
|
-}
|
|
|
-.misago-alerts .alert .close {
|
|
|
- border-radius: 3px;
|
|
|
- float: none;
|
|
|
- margin-left: 12px;
|
|
|
- padding: 6px 8px;
|
|
|
- font-size: 12px;
|
|
|
- text-shadow: none;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-success .close {
|
|
|
- background-color: #27ae60;
|
|
|
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.75);
|
|
|
- opacity: 1;
|
|
|
- filter: alpha(opacity=100);
|
|
|
- color: rgba(255, 255, 255, 0.9);
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-success .close:hover {
|
|
|
- background-color: #ffffff;
|
|
|
- box-shadow: 0px 0px 0px 2px #ffffff;
|
|
|
- color: #061c10;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-success .close:active,
|
|
|
-.misago-alerts .alert.alert-success .close:focus {
|
|
|
- background-color: #19703e;
|
|
|
- outline: none;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-info .close {
|
|
|
- background-color: #2980b9;
|
|
|
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.75);
|
|
|
- opacity: 1;
|
|
|
- filter: alpha(opacity=100);
|
|
|
- color: rgba(255, 255, 255, 0.9);
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-info .close:hover {
|
|
|
- background-color: #ffffff;
|
|
|
- box-shadow: 0px 0px 0px 2px #ffffff;
|
|
|
- color: #091b27;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-info .close:active,
|
|
|
-.misago-alerts .alert.alert-info .close:focus {
|
|
|
- background-color: #1b557a;
|
|
|
- outline: none;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-warning .close {
|
|
|
- background-color: #e67e22;
|
|
|
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.75);
|
|
|
- opacity: 1;
|
|
|
- filter: alpha(opacity=100);
|
|
|
- color: rgba(255, 255, 255, 0.9);
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-warning .close:hover {
|
|
|
- background-color: #ffffff;
|
|
|
- box-shadow: 0px 0px 0px 2px #ffffff;
|
|
|
- color: #4d2909;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-warning .close:active,
|
|
|
-.misago-alerts .alert.alert-warning .close:focus {
|
|
|
- background-color: #a85913;
|
|
|
- outline: none;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-danger .close {
|
|
|
- background-color: #c0392b;
|
|
|
- box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.75);
|
|
|
- opacity: 1;
|
|
|
- filter: alpha(opacity=100);
|
|
|
- color: rgba(255, 255, 255, 0.9);
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-danger .close:hover {
|
|
|
- background-color: #ffffff;
|
|
|
- box-shadow: 0px 0px 0px 2px #ffffff;
|
|
|
- color: #2e0e0a;
|
|
|
-}
|
|
|
-.misago-alerts .alert.alert-danger .close:active,
|
|
|
-.misago-alerts .alert.alert-danger .close:focus {
|
|
|
- background-color: #81261d;
|
|
|
- outline: none;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.misago-alerts.alerts-fixed {
|
|
|
- position: fixed;
|
|
|
- top: 40px;
|
|
|
- width: 100%;
|
|
|
- z-index: 1051;
|
|
|
-}
|
|
|
-.misago-alerts.alerts-fixed .alert {
|
|
|
- box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.15);
|
|
|
+ font-size: 32.4px;
|
|
|
}
|
|
|
.btn.btn-default {
|
|
|
background: #ededed;
|
|
@@ -6353,6 +6266,7 @@ body {
|
|
|
margin: 0px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+/* Big displays */
|
|
|
@media (min-width: 768px) {
|
|
|
.login-form .error-message {
|
|
|
margin: 20px;
|