update translator styles episode ii

This commit is contained in:
Georg Fischer 2016-01-06 20:27:23 +01:00
parent 1661fb91e2
commit fe4e5aa639

View File

@ -18,10 +18,11 @@ code { font-family: Menlo, monospace; color: #333; }
#ui-nav { position: fixed; top: 0; right: 0; width: 330px; padding-top: 20px; background-color: rgba( 255, 255, 255, 0.9 ); } #ui-nav { position: fixed; top: 0; right: 0; width: 330px; padding-top: 20px; background-color: rgba( 255, 255, 255, 0.9 ); }
#ui-nav h1 { font-size: 14px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; } #ui-nav h1 { font-size: 14px; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; }
#ui-nav select { max-width: 310px; } #ui-nav select { max-width: 310px; }
#ui-info { margin-bottom: 20px; margin-top: 120px; } #ui-info { margin-bottom: 20px; margin-top: 150px; }
#ui-info.hide-info { display: none; } #ui-info.hide-info { display: none; }
#ui-info p { line-height: 19px; } #ui-info p { line-height: 19px; }
#ui-info p + p { margin-top: 5px; } #ui-info p + p { margin-top: 5px; }
.hide-info + #ui-items { margin-top: 150px; }
a:not(.button) { color: #06f; text-decoration: none; border-bottom: 1px #efefef solid;} a:not(.button) { color: #06f; text-decoration: none; border-bottom: 1px #efefef solid;}
a:not(.button):hover { border-bottom-color: #ccc; } a:not(.button):hover { border-bottom-color: #ccc; }
.translation-item { margin-bottom: 50px; display: block; } .translation-item { margin-bottom: 50px; display: block; }