.cp {
#mainBlock {
z-index: 1;
width: 1000px;
max-width: 90%;
margin: auto;
display: flex;
justify-content: center;
#container {
font-size: 25px;
width: 100%;
}
#header {
#rightside {
flex: 1;
flex-flow: column;
#avatar {
width: 300px;
//height: 350px;
margin: 10px;
text-align: center;
&> span {
display: inline-block;
line-height: 300px;
height: 300px;
border: 1px solid black;
border-radius: 10px;
overflow: hidden;
img {
max-width: 300px;
max-height: 300px;
media-tag {
height: 100%;
vertical-align: top;
button {
height: 40px;
margin: 5px;
#displayName, #link {
margin: 10px 0;
input {
font-size: 20px;
box-sizing: border-box;
padding-right: 30px;
input:focus ~ .edit {
display: none;
.edit {
position: absolute;
margin-left: -25px;
margin-top: 8px;
.temp {
font-weight: 400;
font-family: sans-serif;
.displayName {
font-weight: bold;
font-size: 30px;
.displayName, .link {
line-height: 40px;
#description {
position: relative;
font-size: 16px;
border: 1px solid #DDD;
.rendered {
padding: 0 15px;
.ok, .spin {
top: 2px;
right: 2px;
z-index: 1000;
textarea {
.CodeMirror {
font-family: monospace;
line-height: initial;
pre {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;