From 690c6b0d8b9408819f095076fd875ecac3199252 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 3 Jul 2012 11:01:03 +0200 Subject: default.css: supporto per la TOC autogenerata --- src/style/default.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/style') diff --git a/src/style/default.css b/src/style/default.css index faeb86b..7e8ef73 100644 --- a/src/style/default.css +++ b/src/style/default.css @@ -78,3 +78,32 @@ div.gallery.figure { h2, h3 { clear: left; } + +div.contents { + width: 12em; + float: right; + border-style: solid; + border-width: 1px; + border-color: #0f0; + padding-left: 10px; + padding-right: 10px; + margin-left: 10px; + margin-right: 10px; + margin-bottom: 10px; + background-color: #000; + font-size: 80%; +} + +p.topic-title { + font-weight: bold; +} + +div.contents ul { + padding-left: 1em; + list-style-type: none; +} + +div.contents ul.simple { + padding-left: 0; + list-style-type: none; +} -- cgit v1.2.3