aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css9
-rw-r--r--view/tpl/wiki.tpl6
2 files changed, 15 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 1c2e8cdb2..ae712e3d4 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -120,6 +120,15 @@ code {
color: #000;
}
+.inline-code {
+ font-size: 1em;
+ padding: 0;
+ border: 0;
+ background: #FFF;
+ display: inline;
+ color: #000;
+}
+
pre {
background: #F5F5F5;
color: #333;
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl
index e931cd6e6..a6f274bfb 100644
--- a/view/tpl/wiki.tpl
+++ b/view/tpl/wiki.tpl
@@ -4,6 +4,12 @@
width: 100%;
height: 500px;
}
+ .fade.in {
+ -webkit-transition: opacity 2s 1s ease;
+ -moz-transition: opacity 2s 1s ease;
+ -o-transition: opacity 2s 1s ease;
+ transition: opacity 2s 1s ease;
+ }
</style>
<div class="generic-content-wrapper">
<div class="section-title-wrapper">