diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/static/css/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 0015dfe..1bd60f6 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -165,6 +165,17 @@ strong { } +div.admonition, div.attention { + background-color: #EEE; + border-left: 3px solid #ae4e00; + border-top: 1px solid #ae4e00; +} + + p.admonition-title { + color: #ae4e00; + font-weight: bold; + } + div#page { background : url(../images/fond.jpg) repeat-y top center white; |