]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
frio: add notifications templates to frio
[friendica.git] / view / theme / frio / css / style.css
index abdfba2ba1621bc8a41f7d753e1155201c274312..efff14a4eafd89e4daf038975204cc1a77042b5b 100644 (file)
@@ -1499,14 +1499,19 @@ code > .hl-main {
 /* item social action buttons */
 .wall-item-actions, .wall-item-actions a {
     font-size: 13px;
-    /*color: #aeaeae;*/
     color: #555;
     margin-top: 15px;
     margin-bottom: 0;
 }
+.wall-item-actions a.active {
+    font-weight: bold;
+}
 .wall-item-actions a:hover {
     color: #555;
 }
+.wall-item-actions a.active:hover {
+    color: $link_color;
+}
 .wall-item-actions-left {
     display: table-cell;
     vertical-align: middle;
@@ -1877,6 +1882,9 @@ ul.dropdown-menu li:hover {
     -moz-box-shadow: 0 0 3px #dadada;
 }
 
+.section-title-wrapper {
+    overflow: hidden;
+}
 /* Profile-page */
 #profile-content-standard,
 #profile-content-advanced {
@@ -2203,7 +2211,7 @@ ul li:hover .contact-wrapper a.contact-action-link:hover {
     margin-left: 20px;
 }
 
-/* Notifications */
+/* Intro Notifications */
 ul.notif-network-list {
     margin-left: -15px;
     margin-right: -15px;
@@ -2221,10 +2229,9 @@ ul.notif-network-list li.unseen {
     word-wrap: break-word;
     margin-top: 0;
 }
-.intro-photo-wrapper img.intro-photo,
-.notif-item img.notif-image {
-    height:80px;
-    width: 80px;
+.intro-photo-wrapper img.intro-photo {
+    height:48px;
+    width: 48px;
     border-radius: 4px;
 }
 .intro-actions {
@@ -2275,6 +2282,23 @@ ul.notif-network-list > li:hover .intro-action-buttons {
     margin-top: 5px
 }
 
+/* Notifications Page */
+.notif-item img.notif-image {
+    height: 48px;
+    width: 48px;
+    border-radius: 4px;
+}
+.notif-item .notif-desc-wrapper {
+    height: 48px;
+}
+.notif-item .notif-desc-wrapper a {
+    height: 100%;
+    display: block;
+    color: #555;
+    font-size: 13px;
+    font-weight: 600;
+}
+
 /* Search Page */
 
 /* This is a little bit hacky. Since the search page is used for diferent
@@ -2313,9 +2337,13 @@ section.help-content-wrapper h2 {
 section.help-content-wrapper h3 {
     font-size: 1.2em;
 }
+section.help-content-wrapper h4 {
+    font-size: 1em;
+}
 section.help-content-wrapper h1,
 section.help-content-wrapper h2,
 section.help-content-wrapper h3,
+section.help-content-wrapper h4,
 section.help-content-wrapper h5,
 section.help-content-wrapper h6 {
     margin-top: 24px;
@@ -2327,7 +2355,8 @@ section.help-content-wrapper p {
     margin: 0.4em 0;
 }
 section.help-content-wrapper p,
-section.help-content-wrapper a {
+section.help-content-wrapper a,
+section.help-content-wrapper li {
     line-height: 1.6;
     font-size: 0.96em;
 }