2017-08-02 11:08:36 +02:00
|
|
|
@import (once) "../include/infopages.less";
|
|
|
|
|
@import (once) "../include/colortheme.less";
|
|
|
|
|
|
|
|
|
|
.infopages_main();
|
|
|
|
|
.infopages_topbar();
|
2017-08-03 15:58:51 +02:00
|
|
|
|
|
|
|
|
.bio-avatar {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin: 1em 0;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
max-height: 300px;
|
2017-08-09 18:35:36 +03:00
|
|
|
}
|
|
|
|
|
.cp-about-intro {
|
|
|
|
|
padding-top: 3em;
|
|
|
|
|
padding-bottom: 3em;
|
|
|
|
|
background-image: url(/customize/bkabout.jpg);
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
.container {
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-family: "Open Sans";
|
|
|
|
|
h1 {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
p {
|
|
|
|
|
padding-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-04 17:58:29 +03:00
|
|
|
}
|