HtmGem/css/htmgem.css

64 lines
752 B
CSS
Raw Normal View History

2021-03-27 19:20:50 +00:00
@import "base.css";
2021-03-01 14:22:22 +00:00
html {
2021-03-04 19:39:54 +00:00
color:#1E4147;
background-color:#fafafa;
2021-03-01 14:22:22 +00:00
}
2021-03-07 23:13:04 +00:00
h1, h2, h3 {
2021-03-04 19:39:54 +00:00
color: #66f;
2021-03-01 14:22:22 +00:00
}
2021-03-04 19:39:54 +00:00
blockquote {
background-color: #eee;
border-left: 3px solid #444;
margin: 1rem -1rem 1rem calc(-1rem - 3px);
padding: 1rem;
2021-03-01 14:22:22 +00:00
}
a {
2021-03-04 19:39:54 +00:00
margin: -1.35rem;
color:#820;
}
a:before {
content: "🔗 ";
2021-03-01 14:22:22 +00:00
}
a:visited {
2021-03-04 19:39:54 +00:00
color: #868;
2021-03-01 14:22:22 +00:00
}
2021-03-08 15:59:17 +00:00
a.local:before {
content: "🛩️ ";
font-weight: bold;
}
a.gemini:before {
content: "🚀 ";
}
a.gopher:before {
content: "📜 ";
}
a.https:before {
content: "🕸️ ";
font-weight: bolder;
}
a.http:before {
content: "🕸️ ";
font-weight: lighter;
}
a.mumble:before {
content: "🎤 ";
}
a.mailto:before {
content: "✉️ ";
}