ua-parser-js/css/style.css
2021-04-01 00:44:40 +07:00

110 lines
2.0 KiB
CSS

.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 h1.ui.header {
margin-top: 4.5em;
font-size: 3.5em;
}
.masthead h2 {
font-size: 1.2em;
font-weight: normal;
margin: 0.5em 0 1em 0;
}
.masthead h2 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.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;
}
}