]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/testbubble/style.css
Merge branch 'pull'
[friendica.git] / view / theme / testbubble / style.css
index bce4a9c71968de46c1d06342738d22e2af2aa28b..1830a7408633ae08975cbeb026528f1f79c84818 100644 (file)
@@ -615,6 +615,7 @@ h3#search:before {
        text-align: center;
 }
 
+
 #sidebar-new-group:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b20202), color-stop(1, #d60808) );
        background:-moz-linear-gradient( center top, #b20202 5%, #d60808 100% );
@@ -627,6 +628,25 @@ h3#search:before {
        top:1px;
 }
 
+.group-selected {
+       padding-bottom: 0px;
+       padding-left: 2px;
+       padding-right: 2px;
+       -moz-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       -webkit-box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       box-shadow:inset 0px 1px 0px 0px #cfcfcf;
+       background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       background:-moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+       background-color:#bdbdbd;
+       -moz-border-radius:5px;
+       -webkit-border-radius:5px;
+       border-radius:5px;
+       display:inline-block;
+       color:#efefef;
+       text-decoration:none;
+}
+
 #sidebar-new-group a {
        color: #efefef;
        font-size: 14px;
@@ -640,8 +660,10 @@ ul .sidebar-group-li{
        padding-bottom: 5px;
 }
 
-ul .sidebar-group-li img{
-       display: none;
+ul .sidebar-group-li .icon{
+       display: inline-block;
+       height: 12px;
+       width: 12px;
 }
 
 .widget h3{
@@ -681,6 +703,20 @@ ul .sidebar-group-li img{
        margin-right: 5px;
 }
 
+.birthday-today, .event-today {
+       font-weight: bold;
+}
+
+#birthday-wrapper, #event-wrapper {
+       margin-left: 15px;
+}
+
+#pause {
+  position: fixed;
+  bottom: 5px;
+  right: 5px;
+}
+
 /* ================== */
 /* = Contacts Block = */
 /* ================== */
@@ -853,7 +889,7 @@ profile-jot-banner-wrapper {
        margin-top: 20px;
        padding-right: 10px;
        padding-left: 12px;
-       overflow: hidden;
+/*     overflow: hidden; */
 }
 
 .wall-item-outside-wrapper-end { clear: both;}
@@ -949,6 +985,8 @@ profile-jot-banner-wrapper {
        max-width: 85%;
 }
 
+.wall-item-body img { max-width: 100%; height: auto; }
+
 .wall-item-body p {
        font-size: 0.8em;
 }