Merge pull request #4000 from hoergen/develop
plusminus - removed blockquote borders, adjusted font size on several…
This commit is contained in:
commit
168c374029
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue