plusminus - removed blockquote borders, adjusted font size on several elements and classes

This commit is contained in:
hoergen 2017-12-03 13:39:56 +01:00
parent e4ac2ff429
commit 0b752324b5
1 changed files with 42 additions and 4 deletions

View File

@ -1,5 +1,7 @@
/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
body { background-color: whitesmoke; }
h1 {
font-size: 18px;
color: blue;
@ -247,16 +249,22 @@ div.pager, ul.tabs {
/* Post content */
.wall-item-content blockquote {
border-left: 2px solid #D2D2D2;
border-left: 0px;
margin-top: 10px;
margin-bottom:10px;
padding-left: 5px;
}
.wall-item-container .wall-item-content {
font-size: 14px;
}
.wall-item-content strong { color:#565656; }
.wall-item-network { font-size:10px; }
.shared-time { font-size: 10px; }
.mention { font-size:12px;}
.tag { font-size:12px; }
@ -268,16 +276,31 @@ div.pager, ul.tabs {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 20px;
margin-bottom: 20px;
}
.type-link blockquote{
border-left: 2px solid #D2D2D2;
border-left: 0px;
margin-top: 10px;
margin-bottom:10px;
padding-left: 5px;
padding-left: 0px;
font-size:12px;
}
.type-link .oembed, .type-video .oembed {
font-size: 14px;
font-weight: 300;
line-height: normal;
}
.shared_header {
min-height: 32px;;
color: #999;
border-top: 0px;
padding-top: 5px;
margin-top: 5px;
}
/* Post footer */
.wall-item-like { font-size:12px; }
@ -314,6 +337,10 @@ div.pager, ul.tabs {
.wall-item-bottom { font-size: 14px; }
.icon::before {
width: 10px;
}
/* comments */
.wall-item-like { font-size:10px; }
@ -421,5 +448,16 @@ select {
}
.field label {
width: 300px;
width: 300px;
}
/* popup */
ul.menu-popup {
width: 16em;
}
ul.menu-popup a {
padding: 0 0 0 5px;
}