diff options
Diffstat (limited to 'css/common.css')
-rw-r--r-- | css/common.css | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/css/common.css b/css/common.css index 981e590..ebc5693 100644 --- a/css/common.css +++ b/css/common.css @@ -21,28 +21,28 @@ */ @font-face { - font-family: 'httpsb'; - font-style: normal; - font-weight: normal; - src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf) format('truetype'); + font-family: 'httpsb'; + font-style: normal; + font-weight: normal; + src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf) format('truetype'); } @font-face { - font-family: 'httpsb'; - font-style: normal; - font-weight: bold; - src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf) format('truetype'); + font-family: 'httpsb'; + font-style: normal; + font-weight: bold; + src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf) format('truetype'); } @font-face { - font-family: 'httpsb'; - font-style: normal; - font-weight: 100; - src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Light.ttf) format('truetype'); + font-family: 'httpsb'; + font-style: normal; + font-weight: 100; + src: local('httpsb'), url(fonts/Roboto_Condensed/RobotoCondensed-Light.ttf) format('truetype'); } @font-face { - font-family: 'FontAwesome'; - src: url('fonts/fontawesome-webfont.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: 'FontAwesome'; + src: url('fonts/fontawesome-webfont.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } .fa { font-family: FontAwesome; @@ -51,24 +51,24 @@ line-height: 1; vertical-align: baseline; display: inline-block; - } +} body[dir="ltr"] { direction: ltr; - } +} body[dir="rtl"] { direction: rtl; - } +} /* http://stackoverflow.com/questions/2011142/how-to-change-the-style-of-title-attribute-inside-the-anchor-tag?answertab=votes */ *[data-i18n-tip] { position: relative; cursor: pointer; - } +} *[data-i18n-tip]:after { content: ""; opacity: 0; - } +} *[data-i18n-tip]:hover:after { background-color: #fffffa; border: 1px solid gray; @@ -89,15 +89,15 @@ body[dir="rtl"] { transition: opacity 0.15s 0.5s; white-space: pre-line; z-index: 20; - } +} body[dir="ltr"] .tip-anchor-left[data-i18n-tip]:hover:after, body[dir="rtl"] .tip-anchor-right[data-i18n-tip]:hover:after { left: -3vw; - } +} body[dir="ltr"] .tip-anchor-right[data-i18n-tip]:hover:after, body[dir="rtl"] .tip-anchor-left[data-i18n-tip]:hover:after { right: -3vw; - } +} button.custom { padding: 0.6em 1em; border: 1px solid transparent; @@ -108,10 +108,10 @@ button.custom { background-repeat: repeat-x; color: #000; opacity: 0.8; - } +} button.custom:hover { opacity: 1.0; - } +} button.custom.important { padding: 0.6em 1em; border: 1px solid transparent; @@ -122,10 +122,10 @@ button.custom.important { background-repeat: repeat-x; color: #222; opacity: 0.8; - } +} button.custom.important:hover { opacity: 1.0; - } +} button.custom.disabled, button.custom[disabled] { border-color: #ddd #ddd hsl(36, 0%, 85%); @@ -134,7 +134,7 @@ button.custom[disabled] { color: #666; opacity: 0.6; pointer-events: none; - } +} code { font-size: 90%; - } +} |