X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=css%2Fstyle.css;h=e13658d673f2d7f135eed2d9418d64592b3dee91;hb=6d36b5093dedcbc421f29dbc4afd59261b765cc3;hp=95ff56a1cd96b35d8609cb9f8ee97b66ab91e408;hpb=2432814759f5b1409999c7ff458d0c876e633044;p=i3%2Fi3.github.io diff --git a/css/style.css b/css/style.css index 95ff56a..e13658d 100644 --- a/css/style.css +++ b/css/style.css @@ -57,7 +57,7 @@ a:hover { #nav li a { font-size: 1.2em; - margin: 0.4em 0.8em; + margin: 0.4em 0.4em; display: block; color: #FFF; text-decoration: none; @@ -73,8 +73,9 @@ h1#title { width: 458px; float: left; margin: 0; - background-image: url(../img/logo.png); + background-image: url(../img/logo.svg); background-repeat: no-repeat; + background-size: 436px 134px; text-indent: -9999px; } @@ -202,6 +203,10 @@ img { width: 48%; } +.docs p, .ugdocs p { + padding-left: 0.5em; +} + @font-face { font-family: 'Droid Sans'; font-style: normal; @@ -241,6 +246,10 @@ img { margin-bottom: 1em; } +.screenshots, .screencasts, .video { + width: 100%; +} + .screenshots .shot { float: left; margin-left: 1em; @@ -364,6 +373,39 @@ img { text-decoration: none; } +table#downloads tr { + opacity: 0.7; +} + +table#downloads thead tr { + opacity: 1.0; +} + +table#downloads tbody tr:first-child { + opacity: 1.0; +} + +.usergen pre { + background: #333; + border: 1px solid #555; + border-left: 5px solid #555; + padding: 0.5em; + padding-left: 1em; + padding-right: 0.5em; + white-space: pre; + color: white; + overflow: auto; +} + +.usergen tt { + font-family: 'Droid Sans Mono', sans-serif; + font-size: inherit; +} + +.ugdocs .author { + opacity: 0.3; +} + /* clearfix */ .clearfix:after { content: ".";