X-Git-Url: http://git.dj3c1t.com/?a=blobdiff_plain;f=app%2Fout%2Fdefault%2Fcss%2Factions%2Fpages_view.css;h=3d540d2d272c82941d7f7a26b03d6454fd4f9327;hb=39c5f621306c7d52f55521fd3565dfd482e4cad8;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..3d540d2 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{ @@ -71,47 +71,82 @@ nav.sous_pages ul li a:hover{ /* ------------------------------------------------- PAGE */ +article .page_content p{ + padding-bottom: 1em; + line-height: 1.3em; + text-align: justify; +} + 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