X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=web%2Fhtml%2Falternative.css;h=f53f60ec5e12b4fcb8eee782cc255fb575505a1c;hb=f8aca85893990faf46d59ab89e9861f46c66dff3;hp=5274a55514917620e5b4faceffaa9fc4df3e7a75;hpb=759de538156bbd2810075a5fd14ce9ddb3fbd274;p=debian%2Fopenrocket diff --git a/web/html/alternative.css b/web/html/alternative.css index 5274a555..f53f60ec 100644 --- a/web/html/alternative.css +++ b/web/html/alternative.css @@ -330,6 +330,7 @@ div.downloadbox { width: 175px; height: 80px; background: transparent url('greenbox.png') no-repeat; + text-align: left; } div.downloadbox a.main { @@ -384,11 +385,39 @@ div.downloadbox .alternative a+a { div.downloadbox .alternative a:hover { color: black; } - +/* .page_index div.downloadbox { width: 195px; margin: 0.5em 0 1em 50px; } +*/ +.rightpane { + width: 210px; + float: right; + clear: both; + margin: 0 0 0 30px; + text-align: center; +} +.rightpane div { + margin: 2em auto; +} + +.rightpane div.downloadbox { + margin: 0 auto 2em 0; +} +.rightpane div.screenshot { + font-size: smaller; + font-style: italic; + text-align: center; +} +.rightpane div.support { + margin-bottom: 0; + text-align: center; +} + +.page_download div.support { + margin: 20px 0; +} .rightimg { width: 210px; @@ -467,3 +496,24 @@ pre.license { .note { font-size: 80%; } + +.spacing { + margin-top: 2em; + margin-bottom: 2em; +} + +dl { + margin: 0 2em; +} + +span.command { + white-space: nowrap; + font-family: monospace; + border: solid 1px #ddd; + background-color: #eee; + padding: 1px 3px; +} + +.center { + text-align: center; +} \ No newline at end of file