summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-12-20 21:25:54 +0100
committerache <ache@ache.one>2021-12-20 21:25:54 +0100
commitd218dd7d157ab7a8b6ead163f337af32d46fe729 (patch)
tree6c3bf415e1e4b0d8d601c0cf539f5aa4c98f5ca4
parentFix font size (diff)
Add keys styles
-rwxr-xr-xsrc/css/_contenu.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index a5ed06c..f9f81c9 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -115,7 +115,6 @@ article {
font: bold 1.1em arial, sans-serif;
}
-
@media #{$gt-gsm} {
font-size: 1.1em;
h1 {
@@ -148,8 +147,6 @@ article {
}
}
section {
- > p:nth-of-type(1) {
- }
> p:nth-of-type(1):after {
content: " ";
display: table;
@@ -169,4 +166,15 @@ section {
}
}
}
+.keybs {
+ border: 1px solid gray;
+ font-size: 1em;
+ box-shadow: 1px 0 1px 0 #eee,0 2px 0 2px #ccc,0 2px 0 3px #444;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ margin: 2px 3px;
+ padding: 1px 5px;
+ white-space: nowrap;
+}