politikorama/static/css/representative.css

86 lines
1006 B
CSS

.record{
}
.record h2{
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
padding-left: .6em;
color: white;
}
.record section{
padding-left: 2em;
margin-bottom: 1.2em;
}
.record ul{
padding-left: 1em;
}
.record li{
padding: .4em;
}
.record div{
padding: .3em;
border: 1px solid lightgrey;
}
.record .identity{
padding: 0;
}
.record .identity h1{
font-size: 2em;
font-weight: bold;
margin: 0;
}
.record .identity img.nationality{
font-size: .4em;
width: 32px;
height: 32px;
vertical-align: bottom;
}
.record .identity .picture{
float: right;
border: none;
}
.record .identity .picture img{
width: 128px;
}
.record .identity ul{
min-height: 164px;
}
.record .memberships h2{
background-color: DarkOrange;
}
.record .votes h2{
background-color: DarkMagenta;
}
.record .stances h2{
background-color: DarkBlue;
}
.record .contacts h2{
background-color: ForestGreen;
}
.record .stances .what{
font-weight: bold;
}
.record .stances .when{
font-style: italic;
}
.record .old{
display: none;
}