|
@@ -82,7 +82,7 @@ h4 {
|
|
.btn-custom {
|
|
.btn-custom {
|
|
background-color: #292929 !important;
|
|
background-color: #292929 !important;
|
|
background-repeat: repeat-x;
|
|
background-repeat: repeat-x;
|
|
- filter: progid:dximagetransform.microsoft.gradient(startColorstr="#515151", endColorstr="#282828");
|
|
|
|
|
|
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515151", endColorstr="#282828");
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#515151), to(#282828));
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#515151), to(#282828));
|
|
background-image: -moz-linear-gradient(top, #515151, #282828);
|
|
background-image: -moz-linear-gradient(top, #515151, #282828);
|
|
background-image: -ms-linear-gradient(top, #515151, #282828);
|
|
background-image: -ms-linear-gradient(top, #515151, #282828);
|
|
@@ -131,6 +131,27 @@ section.header {
|
|
margin: 15px 15px 15px 0;
|
|
margin: 15px 15px 15px 0;
|
|
border: 2px solid gray;
|
|
border: 2px solid gray;
|
|
}
|
|
}
|
|
|
|
+.admonition {
|
|
|
|
+ padding: 10px;
|
|
|
|
+ border: 1px solid grey;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ -webkit-border-radius: 4px;
|
|
|
|
+ -moz-border-radius: 4px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+}
|
|
|
|
+.admonition .admonition-title {
|
|
|
|
+ font-weight: bold;
|
|
|
|
+}
|
|
|
|
+.admonition.note {
|
|
|
|
+ background-color: #f1ebba;
|
|
|
|
+}
|
|
|
|
+.admonition.warning {
|
|
|
|
+ background-color: #eed9af;
|
|
|
|
+}
|
|
|
|
+.admonition.danger {
|
|
|
|
+ background-color: #e9bcab;
|
|
|
|
+}
|
|
/* ===================
|
|
/* ===================
|
|
left navigation
|
|
left navigation
|
|
===================== */
|
|
===================== */
|