X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=common.css;h=99855b9f087086f22763dcbe49f2481f97263fbc;hb=4b913ff67dee69b06224a77249baaef030565c8e;hp=4b9501b607e979ea9e9b38a7a997affaaf47e11a;hpb=31fd9a726ec96dd58a9e69b941e18b93a3c01f26;p=cgilite diff --git a/common.css b/common.css index 4b9501b..99855b9 100644 --- a/common.css +++ b/common.css @@ -60,11 +60,11 @@ h2 { font-size: 1.125em; } select, input, button, textarea, a.button { display: inline-block; - background-color: #FFF; + color: #000; background-color: #FFF; border: .5pt solid; padding: .25em .75em; vertical-align: text-bottom; - border: 1pt solid #888; + border: .5pt solid #000; border-radius: 2pt; } select { padding: .375em 0; } @@ -97,8 +97,7 @@ input + label { bottom: -100%; left: 50%; transform: translate(-50%, 0); content: attr(tooltip); padding: .5em; - background-color: #FFC; - color: #000; + color: #000; background-color: #FFC; border: .5pt solid; z-index: 1; } @@ -107,7 +106,7 @@ input[type=radio].tab { display: none; } input[type=radio].tab + label { display: table-cell; padding: .5em 1em; - background-color: #EEE; + color: #000; background-color: #EEE; border: .5pt solid; } input[type=radio].tab:checked + label { @@ -119,8 +118,8 @@ input[type=radio].tab:checked + label { input[type=radio].tab ~ *.tab { display: none; width: 100%; - margin-top: 0; padding: .25em .75em; - border: .5pt solid; border-top: none; + margin-top: -.5pt; padding: .25em .75em; + border: .5pt solid; border-radius: 0; box-shadow: .125em .125em .125em #888; }