cleanup style

This commit is contained in:
sejo 2021-08-18 14:26:41 -05:00
parent dc4dbea769
commit 22b8594cb3
1 changed files with 3 additions and 33 deletions

View File

@ -1,20 +1,6 @@
/* links en el sitio */
a[href^="./"]{
text-decoration:none;
}
/* links externos */
a[rel=external]:after{
content: "↗";
}
a{
color: #757;
}
a:visited{
color: #535;
}
a[rel=external]:after{ content: "↗"; }
body{
color: #010;
max-width:40em;
margin:0 auto;
font-size:20px;
@ -24,7 +10,7 @@ body{
footer{
font-size: x-small;
text-align: center;
padding-top:2em;
}
footer img{
margin:0;
@ -32,9 +18,7 @@ footer img{
pre{
background-color: #fee;
color: #434;
padding:1em;
border-radius:5px;
overflow-x: auto;
}
@ -48,7 +32,6 @@ main h1{
}
main h2{
font-size: 25px;
/* border-top: 1px dashed;*/
margin-top: 1em;
margin-left:0.3em;
}
@ -74,9 +57,7 @@ img{
nav{
font-size:smaller;
}
nav li{
list-style-type:square;
padding:0.2em;
}
main li{
@ -84,22 +65,11 @@ main li{
}
table,th,td{
border-style:inset;
border-width: 1px;
border-style:ridge;
}
th,td{
padding:5px;
}
table{
margin:10px;
overflow-x: auto;
}
#count{ /* para tiempo */
word-wrap:break-word;
font-size:9px;
font-family:monospace;
}
/* desktop */
@media screen and (min-width: 600px) {