1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.header .chip {
padding: 4px 12px;
border-radius: 4px;
border: 1px solid black;
}
.attachment {
border-radius: 5px;
background: rgba (150, 150, 150, 0.2);
padding:0px;
margin:0px;
}
.attachment .pic {
border-radius: 5px;
}
.attachment .chip {
padding: 6px;
border-radius:6px;
}
.header-title-button {
margin: 0px;
border-radius: 0px;
border-top: none;
border-bottom: none;
}
.padded.ttl-view {
margin: 32px 0 32px 0;
}
.ttl-view:not(.padded) .content row {
border-radius: 0px;
}
.ttl-action-bar .circular {
box-shadow: none;
}
.ttl-flat-button {
padding: 0px;
margin: 0px;
}
.ttl-post {
padding: 0px;
}
.ttl-thread-line {
background: @theme_fg_color;
opacity: .1;
margin-top: -8px;
margin-bottom: -8px;
}
.ttl-large-body {
font-size: 110%;
}
|