pogmom-suite/style/css/style.css
2025-02-18 23:36:26 -08:00

127 lines
2.4 KiB
CSS

body {
background-color: #000000;
margin: 0 5vw;
}
h1,h2,h3,p,a,hr {
color: #da74e5;
}
h1,h2,h3,p,a{
font-family: 'Overpass', sans-serif;
font-weight: 50;
text-align: center;
margin-bottom: 0;
text-decoration: none;
}
h1 {
font-size: 3em;
}
.flexrow {
margin: 2vmax 0;
}
.flexrow,.wrapgroup{
display:flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.wrapgroup {
flex-wrap: nowrap;
flex: 0 1 0px;
}
.header {
.wrapgroup > .flexbutton {
a {
min-width: 45px;
img {
width: auto;
}
p {
font-size: 0.75em;
}
}
}
}
.footer {
.wrapgroup > .flexbutton > a {
min-width: 35px;
/* padding: 1vmax;*/
}
}
.flexbutton,.flexbutton > a {
display: flex;
flex-direction: column;
justify-content: center;
}
.pinkborder {
border-style: solid;
border-color: #da74e5;
border-width: 3px;
border-radius: 8px;
}
.flexbutton {
margin: 1vh 1vw;
transition: 0.5s;
> a {
min-width: 75px;
text-decoration: none;
padding: 1.5vh;
> p {
font-size: 1em;
margin-bottom: 0px;
}
}
> .buttondetails {
display:flex;
flex-direction: row;
width: 100%;
justify-content: space-evenly;
> a {
width: 50%;
padding: 10px 0;
> img {
display: block;
margin: 0 auto;
}
}
> a:hover {
opacity: 50%;
}
}
}
.flexbutton:hover {
box-shadow: 0px 0px 30px #da75e5dd;
transition: 0.25s;
}
.textsection {
padding: 0 2vw 2vh;
margin: 2vh 10vw;
}
.clientgroup{
width: 40%;
/* flex-grow:1;*/
margin: 0vh 2vw;
}
:target {
/* box-shadow: 0px 0px 30px #da75e5dd;*/
background-color: #da75e533;
border-radius: 13px;
padding: 2vh 0;
}
/* latin-ext */
@font-face {
font-family: 'Overpass';
font-style: normal;
font-weight: 400;
src: url(/style/fonts/overpass/latin-ext.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Overpass';
font-style: normal;
font-weight: 400;
src: url(/style/fonts/overpass/latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}