/* Modifications by https://horche.demkontinuum.de/profile/hoergen */
+body { background-color: whitesmoke; }
+
h1 {
font-size: 18px;
color: blue;
/* 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; }
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; }
.wall-item-bottom { font-size: 14px; }
+.icon::before {
+ width: 10px;
+}
+
/* comments */
.wall-item-like { font-size:10px; }
}
.field label {
- width: 300px;
+ width: 300px;
}
+
+/* popup */
+
+ul.menu-popup {
+ width: 16em;
+}
+
+ul.menu-popup a {
+ padding: 0 0 0 5px;
+}
+