HtmGem/css/htmgem.css

83 lines
1013 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
}
.menu a, .menu a:visited {
color: #888;
}
.menu a:hover {
color: #000;
}
.menu hr {
color: white;
}
#gmi a {
margin: -0.7rem;
2021-03-04 19:39:54 +00:00
color:#820;
}
#gmi a:before {
2021-03-04 19:39:54 +00:00
content: "🔗 ";
2021-03-01 14:22:22 +00:00
}
#gmi a:visited {
2021-03-04 19:39:54 +00:00
color: #868;
2021-03-01 14:22:22 +00:00
}
#gmi a.local:before {
2021-03-08 15:59:17 +00:00
content: "🛩️ ";
font-weight: bold;
}
#gmi a.gemini:before {
2021-03-08 15:59:17 +00:00
content: "🚀 ";
}
#gmi a.gopher:before {
2021-03-08 15:59:17 +00:00
content: "📜 ";
}
#gmi a.https:before {
2021-03-08 15:59:17 +00:00
content: "🕸️ ";
font-weight: bolder;
}
#gmi a.http:before {
2021-03-08 15:59:17 +00:00
content: "🕸️ ";
font-weight: lighter;
}
#gmi a.mumble:before {
2021-03-08 15:59:17 +00:00
content: "🎤 ";
}
#gmi a.mailto:before {
2021-03-08 15:59:17 +00:00
content: "✉️ ";
}
@media only screen and (max-width: 1024px) {
#gmi a {
margin: -2.9rem;
}
}