ua-parser-js/css/style.css
2023-04-11 10:41:55 +07:00

117 lines
2.1 KiB
CSS

html {
scroll-behavior: smooth;
}
.ui.horizontal.divider {
margin: 3rem 0 2rem;
}
.hidden.menu {
display: none;
}
.masthead.inverted.segment {
background-color: #6435c9;
}
.masthead.segment {
min-height: 600px;
padding: 1em 0em;
}
.masthead .ui.menu .ui.button {
margin-left: 0.5em;
}
.masthead h2.ui.header {
margin-top: 3em;
font-size: 7em;
}
.masthead h1 {
font-size: 1.3em;
font-weight: normal;
margin: 0.5em 0 2em 0;
}
.masthead h1 a {
color: #fff;
font-weight: bold;
}
.instagram.masthead.inverted.segment {
background: #6435c9;
background-image: linear-gradient(to left top, #6435c9, #7143d0, #7e51d6, #8a5edd, #966ce3);
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.instagram.footer.inverted.segment {
background: #6435c9;
background-image: linear-gradient(to right bottom, #6435c9, #7143d0, #7e51d6, #8a5edd, #966ce3);
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.ui.image.illustration {
bottom: -1em;
width:1000px;
}
.ui.vertical.stripe {
padding: 8em 0em;
}
.ui.vertical.stripe h3 {
font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
clear: both;
}
.ui.vertical.stripe p {
font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
margin: 3em 0em;
}
.quote.stripe.segment {
padding: 0em;
}
.quote.stripe.segment .grid .column {
padding-top: 5em;
padding-bottom: 5em;
}
.footer.segment {
padding: 5em 0em;
}
.footer p {
color: #fff;
}
.secondary.pointing.menu .toc.item {
display: none;
}
@media only screen and (max-width: 700px) {
.ui.fixed.menu {
display: none !important;
}
.secondary.pointing.menu .item,
.secondary.pointing.menu .menu {
display: none;
}
.secondary.pointing.menu .toc.item {
display: block;
}
.masthead.segment {
min-height: 300px;
}
.masthead .ui.massive.label {
font-size: 1rem;
}
.masthead h1.ui.header {
font-size: 1.5em;
margin-top: 3em;
}
.masthead h2 {
margin-top: 1em;
font-size: 0.75em;
font-weight: normal;
}
#demo-result > .row > .column,
#showcase .ui.stackable.grid > .row > .column {
width: 33.3% !important;
}
}