No edit summary |
No edit summary Tag: Reverted |
||
Line 20: | Line 20: | ||
gap: 0; | gap: 0; | ||
width: 100%; | width: 100%; | ||
min-width: 450px; | |||
grid-auto-columns: 1fr; | grid-auto-columns: 1fr; | ||
} | } |
Revision as of 12:53, 26 October 2022
/* titles for pages */
.standard-title {
display: inline-block;
width: 100%;
font-weight: bold;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
box-shadow: 3px 3px 2px 0px #888888;
background-color: #000000;
color: #ffaa00;
}
/* hierarchy - generic */
.hierarchy-generic-holder {
display: grid;
grid-auto-flow: column;
gap: 0;
width: 100%;
min-width: 450px;
grid-auto-columns: 1fr;
}
.hierarchy-generic-container {
align-self: center;
justify-self: center;
display: grid;
align-items: center;
justify-items: center;
width: 75%;
}
.hierarchy-generic-button {
flex: 1;
}
.hierarchy-generic-button a {
text-decoration: none;
font-family: Impact, Courier New, monospace;
font-weight: normal;
font-variant: small-caps;
font-size: 400%;
color: rgba(0,0,0,255);
text-shadow:
-1px 1px 0px yellow,
-1px -1px 0px yellow,
1px -1px 0px yellow,
1px 1px 0px yellow;
}
.hierarchy-generic-button a:hover {
filter: drop-shadow(2px 2px 3px yellow);
}
/* hierarchy - main */
.hierarchy-main-container {
width: 100%;
}
/* hierarchy - policy */
/* hierarchy - SoP */
/* hierarchy - lore */
/* backgrounds - generated */
.cssgen-carbon {
background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
}
.cssgen-carbon-fiber {
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
}