]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
friend suggestions
[friendica.git] / view / theme / duepuntozero / style.css
index 485efec59174b0fbf83081adee3620b38215dcf6..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 {
@@ -226,8 +226,10 @@ div.wall-item-content-wrapper.shiny {
 #profile-link,
 #profile-title, 
 #wall-image-upload,
+#wall-file-upload,
 #profile-upload-wrapper,
 #wall-image-upload-div,
+#wall-file-upload-div,
 .hover, .focus {
        cursor: pointer;
 }
@@ -1136,7 +1138,10 @@ input#dfrn-url {
        float: left;
        margin-left: 30px;
 }
-
+#profile-attach-wrapper {
+       float: left;
+       margin-left: 30px;
+}
 #profile-rotator {
        float: left;
        margin-left: 30px;
@@ -2218,11 +2223,69 @@ a.mail-list-link {
   cursor: pointer;
 }
 
+.eventcal {
+       float: left;
+       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;
+}
+
+.event-start, .event-end {
+       margin-left: 10px;
+       width: 330px;
+       clear: both;
+}
+
+.event-start .dtstart, .event-end .dtend {
+       float: right;
+}
+
+.event-list-date {
+       margin-bottom: 10px;
+}
+
+.prevcal, .nextcal {
+       float: left;
+       margin-left: 32px;
+       margin-right: 32px;
+       margin-top: 64px;
+}
+.event-calendar-end {
+       clear: both;
+}
 
 .calendar {
        font-family: Courier, monospace;
 }
 .today {
+       font-weight: bold;
        color: #FF0000;
 }
 
@@ -2293,8 +2356,8 @@ a.mail-list-link {
 
 #language-selector {
        position: absolute;
-       top: 0;
-       left: 0;
+       top: 0px;
+       left: 16px;
 }
 
 #group-members {
@@ -2389,6 +2452,167 @@ a.mail-list-link {
        margin: 0px 3px 0px 3px;
 }
 
+
+#netsearch-box {
+       margin-top: 20px;       
+}
+
+#netsearch-box #search-submit {
+       margin: 5px 0px 0px 0px;
+}
+
+.required {
+       color: #FF0000;
+}
+
+#event-start-text, #event-finish-text {
+       margin-top: 10px;
+       margin-bottom: 5px;
+}
+
+#event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
+       float: left;
+}
+#event-datetime-break {
+       margin-bottom: 10px;
+}
+
+#event-nofinish-break, #event-adjust-break {
+       clear: both;
+}
+
+#event-desc-text, #event-location-text {
+       margin-top: 10px;
+       margin-bottom: 5px;
+}
+#event-submit {
+       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.2;
+       filter:alpha(opacity=20);
+}
+
+#lang-select-icon:hover {
+       opacity: 1;
+       filter:alpha(opacity=100);
+}
+
+/**
+ * ADMIN
+ */
+#pending-update {
+       float:right;
+       color: #ffffff;
+       font-weight: bold;
+       background-color: #FF0000;
+       padding: 0em 0.3em;
+       
+}
+#adminpage dl {
+       clear: left;
+       margin-bottom: 2px;
+       padding-bottom: 2px;
+       border-bottom: 1px solid black;
+}
+#adminpage dt {
+       width: 200px;
+       float: left;
+       font-weight: bold;
+}
+#adminpage dd {
+       margin-left: 200px;
+}
+
+#adminpage .field {
+       clear: left;
+       margin-bottom: 5px;
+       padding-bottom: 5px;
+}
+
+#adminpage .field label {
+       float: left;
+       width: 200px;
+       font-weight: bold;
+}
+
+#adminpage .field input,
+#adminpage .field textarea {
+       width: 400px;
+}
+#adminpage .field textarea { height: 100px; }
+#adminpage .field_help {
+       display: block;
+       margin-left: 200px;
+       color: #666666;
+       
+}
+
+#adminpage h3 {
+       border-bottom: 1px solid #cccccc;
+}
+
+#adminpage .submit {
+       clear:left;
+       text-align: right;
+}
+
+#adminpage #pluginslist {
+       margin: 0px; padding: 0px;
+}
+#adminpage .plugin {
+       list-style: none;
+       display: block;
+       border: 1px solid #888888;
+       padding: 1em;
+       margin-bottom: 5px;
+       clear: left;
+}
+#adminpage .plugin .desc { margin-left: 2.5em;}
+#adminpage .toggleplugin {
+       float:left;
+       margin-right: 1em;
+}
+
+#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
  */
@@ -2423,12 +2647,24 @@ a.mail-list-link {
 .unlock { background-position: -32px -32px;}
 .video { background-position: -48px -32px;}
 .youtube { background-position: -64px -32px;}
+.attach { background-position: -80px -32px; }
+.language { background-position: -96px -32px; }
+.prev { background-position: -112px -32px; }
+.next { background-position: -128px -32px; }
+.on { background-position: -144px -32px; }
+
+.off { background-position: 0px -48px; }
+
+.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
 
 .attachtype {
        display: block; width: 20px; height: 23px;
-       padding: 3px;
        float: left;
-       background-image: url('../../../images/content-types.gif');
+       background-image: url('../../../images/content-types.png');
+}
+
+.body-attach {
+       margin-top: 10px;
 }
 
 .type-video { background-position: 0px; 0px; }