* Custom link handlers for profile (icon-links.html)
* Custom classes for homepage styles (border, tables, etc)
This commit is contained in:
Gitea
2022-07-27 10:00:53 -04:00
parent ed7b80579f
commit 78d0c6db37
7 changed files with 140 additions and 2 deletions

View File

@@ -442,6 +442,22 @@ caption {
margin-top: 0.5rem;
}
/* Infidel borders */
.inf-border {
font-size: 1rem;
border: 2px solid;
padding: 1.5rem;
box-shadow: 5px 10px;
}
.inf-border nav {
margin-top: 1rem;
}
.inf-border ol {
margin-left: 0.75rem;
margin-top: 0.5rem;
}
/* Disqus Comments */
#disqus-container {
text-align: center;
@@ -454,6 +470,62 @@ caption {
display: none;
}
/* infidel Pattern lists */
.inf-patterns-list {
list-style: none;
margin-left: 0;
}
.inf-patterns-list h2 {
font-size: 1.0;
line-height: 1.6;
}
.inf-patterns-list span {
font-size: 1.0;
line-height: 1.6;
}
.inf-patterns-list li + li {
margin-top: 1rem;
padding-top: 1rem;
border-top: 2px solid;
}
.inf-patterns-list a {
border-bottom: none !important;
}
.inf-patterns-list table,th,td {
border: none !important;
}
.inf-patterns-list table,tr:first-child {
border: none !important;
}
.inf-patterns-list table,tr {
border-top: 2px solid !important;
}
.inf-patterns-list th, td:first-child {
margin-top: 1rem;
padding-top: 1rem;
text-align: left;
}
.inf-patterns-list th, td {
margin-top: 1rem;
padding-top: 1rem;
text-align: right;
}
.inf-patterns-list td, a {
border-bottom: none !important;
}
/* Pattern lists */
.patterns-list {
list-style: none;
@@ -898,6 +970,12 @@ h1 svg {
/* Media queries */
@media screen and (max-width: 45em) {
/* Infidel Customs for mobile screen */
.inf-td-hide {
display: none;
}
body a {
hyphens: auto;
}