doc/css/rabbit.css in rabbit-0.9.3 vs doc/css/rabbit.css in rabbit-1.0.0

- old
+ new

@@ -72,26 +72,44 @@ padding-top: 10px; padding-left: 10px; height: 90px; } +pre +{ + overflow: auto; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + -moz-box-shadow: 0.2em 0.2em 0.5em rgb(100, 100, 100); + -webkit-box-shadow: 0.2em 0.2em 0.5em rgb(100, 100, 100); + box-shadow: 0.2em 0.2em 0.5em rgb(100, 100, 100); + border: solid 1px #abf562; + background: #d8ffb2; + padding: 5px 10px; +} + pre#install { position: absolute; bottom: 0px; right: 20px; -moz-border-radius: 10px 0; -webkit-border-radius: 10px 0; border-radius: 10px 0; + -moz-box-shadow: none; + -webkit-box-shadow: none; margin: 0; } pre.command { background-color: black; color: white; padding: 10px 20px; + border-style: none; + box-shadow: none; } header div.other-language-links { position: absolute; @@ -111,10 +129,23 @@ header div.other-language-links a img { border-style: none; } +div.latest-release p +{ + text-align: center; + font-size: x-large; + padding: 0; + margin: 0; +} + +section.screenshots h2 +{ + display: none; +} + ul#screenshots { margin: 0; padding-bottom: 0; padding-top: 15px; @@ -127,10 +158,11 @@ ul#screenshots li { display: inline; } +div.latest-release, nav.menu { border: #aa0202 0 solid; border-top-width: 1px; border-bottom-width: 2px; @@ -212,25 +244,33 @@ position: absolute; right: 20px; top: 10px; } +div.latest-release a:link, +div#main a:link, nav a:link { color: #aa0202; } +div.latest-release a:visited, +div#main a:visited, nav a:visited { color: #d26364; } -nav a:hover +div.latest-release a:hover[href], +div#main a:hover[href], +nav a:hover[href] { color: white; background-color: #aa0202; } +div.latest-release a:active, +div#main a:active, nav a:active { color: #aa0202; background-color: white; }