X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=app%2Fout%2Fdefault%2Fcss%2Factions%2Fpages_view.css;h=7e3bc7605964c93c9477542c216672822677f0b3;hb=HEAD;hp=2bbaffcd68d0d9de389c66a117ff6b7fe57879a3;hpb=2568b5c880943ea274ff3d573477b1ced8a37a1f;p=mw_pages diff --git a/app/out/default/css/actions/pages_view.css b/app/out/default/css/actions/pages_view.css index 2bbaffc..7e3bc76 100644 --- a/app/out/default/css/actions/pages_view.css +++ b/app/out/default/css/actions/pages_view.css @@ -13,7 +13,7 @@ .page_ariane li{ float: left; padding-right: 5px; - font-size: 0.8em; + font-size: 1em; } .page_ariane li a{ @@ -33,85 +33,84 @@ content: ""; } -/* ------------------------------------------------- SOUS PAGES */ - -nav.sous_pages{ - margin-bottom: 1em; -} - -nav.sous_pages ul{ - list-style-type: none; - margin: 5px 20px 5px 10px; - padding: 0; -} - -nav.sous_pages ul ul{ - list-style-type: none; - margin: 0 0 0 20px; - padding: 0; -} - -nav.sous_pages ul li{ - margin: 1px 0; - padding: 0; - border-bottom: solid 1px #e5e5e5; -} - -nav.sous_pages ul li a{ - display: block; - line-height: 2em; - padding: 0 1em; - background-color: #f5f5f5; -} +/* ------------------------------------------------- PAGE */ -nav.sous_pages ul li a:hover{ - color: #000066; - background-color: #f1f1f1; +article .page_content p{ + padding-bottom: 1em; + line-height: 1.3em; + text-align: justify; } -/* ------------------------------------------------- PAGE */ - article .page_content hr{ border: none; border-top: dashed 1px #c0c0c0; } article .page_content pre{ - margin: 5px; + margin: 0 1em 1em 1em; border: solid 1px #e1e1e1; background-color: #f6faff; - padding: 10px; + padding: 1em; border-radius: 3px; overflow: auto; + font-family: monospace; +} + +article .page_content ul{ + list-style-type: disc; + margin: 0 1em 1em 1em; + padding: 0em; } article .page_content ul li{ - margin-left: 15px; + margin-left: 2em; + line-height: 1.3em; } -article .page_content h1{ +article h1{ font-size: 1.8em; + font-weight: bold; + padding-top: 0.5em; } -article .page_content h2{ +article h2{ font-size: 1.6em; + font-weight: bold; border-bottom: solid 1px #e5e5e5; padding-bottom: 0; - margin: 1.2em 0; + margin: 0em 0 1em 0; } -article .page_content h3{ +article h3{ font-size: 1.4em; + font-weight: bold; } -article .page_content h4{ +article h4{ font-size: 1.2em; + font-weight: bold; } -article .page_content h5{ +article h5{ font-size: 1em; + font-weight: bold; } -article .page_content h6{ +article h6{ font-size: 1em; } + +article a#button{ + display: inline-block; + text-align: center; + padding: 10px 20px; + margin: 20px; + color: #ffffff; + font-weight: bold; + background-color: #2b6626; + border-radius: 7px; +} + +article a#button:hover{ + background-color: #32772d; +} \ No newline at end of file