diff options
Diffstat (limited to 'page/static/css')
-rw-r--r-- | page/static/css/introduction.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/page/static/css/introduction.css b/page/static/css/introduction.css new file mode 100644 index 0000000..58a6220 --- /dev/null +++ b/page/static/css/introduction.css @@ -0,0 +1,32 @@ +/* + * css for introduction template + */ + +.navbar-bright { + background-color: #111155; + color: #fff; +} + +.affix-top, .affix{ + position: static; +} + +@media (min-width: 979px) { + #sidebar.affix-top { + position: static; + margin-top: 30px; + width: 228px; + } + + #sidebar.affix { + position: fixed; + top: 70px; + width: 228px; + } +} + +#sidebar li.active { + border: 0 #eee solid; + border-left-width: 5px; +} + |