X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=b12a5fbd0e2d3ab324ce4a54445827e49667ac0d;hp=b2cd8ddc40e19160055e8b545bda6a0f50974181;hb=12b380a4d5d30a5c82d471bbd059f891f81b977e;hpb=821d47f16e77589947d0b075f148a5af2bd54a73 diff --git a/gitweb.css b/gitweb.css index b2cd8dd..b12a5fb 100644 --- a/gitweb.css +++ b/gitweb.css @@ -305,9 +305,79 @@ th .header { } .title { - width: 95%; + margin: 0 auto 15px auto; padding: 5px; + width: 95%; +} + +.readme { + background: #eaf2f5; + border: 1px solid #bedce7; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; margin: 0 auto 15px auto; + padding: 15px; + width: 95%; +} + +.readme h1 { + display: block; + font-size: 2em; + font-weight: bold; + margin-bottom: 0.67em; + margin-top: 0; +} + +.readme h2 { + font-size: 1.5em; + font-weight: bold; + margin-bottom: 0.83em; +} + + +.readme h3 { + font-size: 1.17em; + font-weight: bold; + margin-bottom: 1em; +} + +.readme p { + margin-bottom: 1em; +} + +.readme ul { + list-style: disc; + margin-bottom: 1em; + margin-left: 1.5em; +} + +.readme ul ul { + margin-bottom: 0; +} + +.readme ol { + list-style: decimal; + margin-bottom: 1em; + margin-left: 1.5em; +} + +.readme ol ol { + margin-bottom: 0; +} + +.readme pre { + font-family: monospace; + margin: 1em 0; + white-space: pre; +} + +.readme tt, .readme code, .readme kbd, .readme samp { + font-family: monospace; +} + +.readme blockquote { + margin: 1em; } .projects_list,