0
1
Fork 0
hedera-web-mindshore/forms/cms/about/style.css

107 lines
1.3 KiB
CSS
Raw Normal View History

2015-01-31 01:05:12 +00:00
2015-03-06 23:33:54 +00:00
.about
{
2015-02-08 15:38:38 +00:00
padding: 1em;
}
2015-12-10 13:48:43 +00:00
.about .cols
{
2015-12-10 13:48:43 +00:00
max-width: 85em;
2015-01-31 01:05:12 +00:00
margin: 0 auto;
}
2016-12-23 08:57:49 +00:00
@media screen and (min-width: 1000px)
2015-12-10 13:48:43 +00:00
{
.about .cols
{
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
}
}
2016-12-23 08:57:49 +00:00
.about .card
2015-12-10 13:48:43 +00:00
{
2016-12-23 08:57:49 +00:00
margin: 0;
max-width: none;
2015-12-10 13:48:43 +00:00
margin-bottom: 1em;
padding: 2em;
}
2016-12-23 08:57:49 +00:00
.about .card > :first-child
{
margin-top: 0;
}
.about .card > :last-child
{
margin-bottom: 0;
}
.about h1,
.about h2,
.about h3
2015-12-10 13:48:43 +00:00
{
padding: 0;
2016-12-23 08:57:49 +00:00
}
.about h1
{
2015-12-10 13:48:43 +00:00
font-weight: normal;
font-size: 1.6em;
}
2015-03-06 23:33:54 +00:00
.about h2
{
text-align: center;
2015-01-31 01:05:12 +00:00
font-size: 1.2em;
font-weight: normal;
margin: 1em;
}
2015-03-06 23:33:54 +00:00
.about h3
{
text-align: center;
2015-01-31 01:05:12 +00:00
font-size: 1.2em;
font-weight: normal;
2016-12-23 08:57:49 +00:00
margin: 1em;
2015-12-10 13:48:43 +00:00
color: #00796B;
}
2015-03-06 23:33:54 +00:00
.about p
{
2015-12-10 13:48:43 +00:00
margin: 1em 0;
2015-02-08 15:38:38 +00:00
}
2015-12-10 13:48:43 +00:00
.about p.summary
{
2015-12-10 13:48:43 +00:00
max-width: 26em;
text-align: center;
background-color: #FF8;
2015-02-08 15:38:38 +00:00
padding: 1em;
2015-01-31 01:05:12 +00:00
border-radius: 0.1em;
box-shadow: 0 0.2em 0.2em #AAA;
2015-12-10 13:48:43 +00:00
margin: 1.5em auto;
}
/* Images */
2015-03-06 23:33:54 +00:00
.about img
{
2015-01-31 01:05:12 +00:00
max-width: 90%;
text-align: center;
display: block;
2016-12-23 08:57:49 +00:00
margin: 1em auto;
}
2015-03-06 23:33:54 +00:00
.about img[alt="producers"],
.about img[alt="4_control"],
.about img[alt="dealer"],
.about img[alt="goods_transport"]
{
2016-12-23 08:57:49 +00:00
margin: 1em;
float: right;
}
2015-03-06 23:33:54 +00:00
.about img[alt="2_control"]
{
2016-12-23 08:57:49 +00:00
margin: 1em;
float: left;
}
2015-03-06 23:33:54 +00:00
.about img[alt="glass"]
{
display: inline;
2016-12-23 08:57:49 +00:00
margin: 0;
margin-left: .9em;
vertical-align: middle;
}