]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
friend suggestions
[friendica.git] / view / theme / duepuntozero / style.css
index 206074c92659d3e756065a30f5c49ea614403793..c6ce8ea2cb02c31d3b418f5a0a1310992d19e035 100644 (file)
@@ -104,7 +104,7 @@ nav #site-location {
 
 nav #banner {
        display: block;
-    padding-top: 14px;
+    margin-top: 14px;
        position: absolute;
 }
 nav #banner #logo-text a {
@@ -2228,10 +2228,29 @@ a.mail-list-link {
        font-size: 20px;
 }
 
+.vevent {
+       border: 1px solid #CCCCCC;
+}
+.vevent .event-description, .vevent .event-location {
+       margin-left: 10px;
+       margin-right: 10px;
+}
+.vevent .event-start {
+       margin-left: 10px;
+       margin-right: 10px;
+}
+
 #new-event-link {
        margin-bottom: 10px;
 }
 
+.edit-event-link, .plink-event-link {
+       float: left;
+       margin-top: 4px;
+       margin-right: 4px;
+       margin-bottom: 15px;
+}
+
 .event-description:before {
        content: url('../../../images/calendar.png');
        margin-right: 15px;
@@ -2247,6 +2266,10 @@ a.mail-list-link {
        float: right;
 }
 
+.event-list-date {
+       margin-bottom: 10px;
+}
+
 .prevcal, .nextcal {
        float: left;
        margin-left: 32px;
@@ -2262,6 +2285,7 @@ a.mail-list-link {
        font-family: Courier, monospace;
 }
 .today {
+       font-weight: bold;
        color: #FF0000;
 }
 
@@ -2465,16 +2489,41 @@ a.mail-list-link {
        margin-top: 10px;
 }
 
+.item-select {
+       opacity: 0.1;
+       filter:alpha(opacity=10);
+       float: right;
+       margin-right: 10px;
 
+}
+.item-select:hover, .checkeditem {
+       opacity: 1;
+       filter:alpha(opacity=100);
+}
 
 
+#item-delete-selected {
+       margin-top: 30px;
+}
+
+#item-delete-selected-end {
+       clear: both;
+}
+#item-delete-selected-icon, #item-delete-selected-desc {
+       float: left;
+       margin-right: 5px;
+}
+#item-delete-selected-desc:hover {
+       text-decoration: underline;
+}
+
 #lang-select-icon {
        cursor: pointer;
        position: absolute;
        left: 0px;
        top: 0px;
-       opacity: 0.3;
-       filter:alpha(opacity=30);
+       opacity: 0.2;
+       filter:alpha(opacity=20);
 }
 
 #lang-select-icon:hover {
@@ -2557,10 +2606,13 @@ a.mail-list-link {
        float:left;
        margin-right: 1em;
 }
-#adminpage .author .icon { float: left;}
+
 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
 #adminpage table th { text-align: left;}
 #adminpage td .icon { float: left;}
+#adminpage table#users img { width: 16px; height: 16px; }
+#adminpage table tr:hover { background-color: #bbc7d7; }
+#adminpage .selectall { text-align: right; }
 /**
  * ICONS
  */