diff --git a/gmt.css b/gmt.css index 8054e65..a4942e6 100644 --- a/gmt.css +++ b/gmt.css @@ -9,7 +9,6 @@ /* These names are confusing... */ } - div#mw-content { border:var(--colour_secondary) 1px dashed; } @@ -46,6 +45,9 @@ li.gallerybox { padding:0.5em; } +.mw-content-ltr ul { + margin:0.3em 0 0 0.5em; +} /* Sidebars */ @@ -61,7 +63,6 @@ div#catlinks-sidebar.sidebar-chunk { box-shadow:0.5em 0.5em 0px rgba(50,0,0,0.25); } - /* Infoboxes */ table#infobox { @@ -89,17 +90,29 @@ table#infobox td.date { table#infobox tr:first-child > th { padding-bottom:0.5em; } +table#infobox tr > th { + vertical-align:top; +} /* Other Templates */ +blockquote { + font-style:italic; +} + blockquote span.credit { font-style:normal; } +em.jargon > a { + color:green; + cursor:help; +} + p.nb { background:var(--colour_bg_secondary); border:solid 1px var(--colour_quaternary); - margin:-1em 0; + margin:1em 0; padding:1em; }