34 lines
473 B
CSS
34 lines
473 B
CSS
|
|
div.avatar img {
|
||
|
|
max-height: 190px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.container h1 {
|
||
|
|
font-weight: bold;
|
||
|
|
color: #27A822;
|
||
|
|
}
|
||
|
|
|
||
|
|
.panel {
|
||
|
|
box-shadow: none;
|
||
|
|
-webkit-box-shadow: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul.nav li.active a {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Site specific settings */
|
||
|
|
section#about p {
|
||
|
|
font-size: 18px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
div.contact p {
|
||
|
|
line-height: 1.5em;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* transparency of tags */
|
||
|
|
div.container.links .label-success {
|
||
|
|
background-color: rgba(92, 184, 92, 0.6);
|
||
|
|
}
|