aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-22 00:02:16 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-22 00:02:16 +0200
commit4acfe0601af342ad8aabba16fdba85ad58c319b5 (patch)
tree436907e40d1afbe60a3438910d7fe159567e618c /css
parent5365dc7a461e1879b49638320e9bd9e501338e9f (diff)
downloadtaamas.xyz-4acfe0601af342ad8aabba16fdba85ad58c319b5.tar.gz
taamas.xyz-4acfe0601af342ad8aabba16fdba85ad58c319b5.zip
Añadidos algunos botones 88x31 a pie de página.
Diffstat (limited to 'css')
-rw-r--r--css/style.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index f79c443..e449697 100644
--- a/css/style.css
+++ b/css/style.css
@@ -25,7 +25,7 @@ h1 {
font-variant: small-caps;
text-align: center;
- line-height: 1em;
+ line-height: 0.2em;
font-size: 2em;
}
@@ -106,3 +106,25 @@ section {
:focus {
outline: 2px solid white;
}
+
+.oldButtons {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+}
+
+/* No subrayado para que no aparezca una línea al lado de botones visitados.
+ * El selector :visited no funciona para quitar esta línea.
+ */
+.oldButtons a {
+ text-decoration: none;
+}
+
+.oldButtons img {
+ width: 88px;
+ height: 31px;
+ margin: .2em;
+ border-radius: 0;
+ box-shadow: none;
+ background: white;
+}