]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/style.css
add some icons for the newbie stuff (diabook but 24px not 32); fixes for dispy (broke...
[friendica.git] / view / theme / dispy / style.css
index 26ac08c8c5bb4d835e9306313394c954abd6f097..c2c7467671b14db929512ed307f5e54c5508f4a1 100644 (file)
@@ -48,7 +48,7 @@ body {
 body, button, input, select, textarea {
     font-family: sans-serif;
     color: #222;
-    background-color: rgb(254,254,254);
+    background-color: #efefef;
 }
 select {
        border: 1px #555 dotted;
@@ -59,6 +59,9 @@ option {
        padding: 3px;
        vertical-align: middle;
 }
+li {
+       padding: 0 0 0 2px;
+}
 /* remember to define focus styles! */
 :focus {
     outline: 0;
@@ -152,10 +155,11 @@ a:hover {
     color: #729fcf;
 }
 input[type=submit] {
+    background-color: #555753;
+       color: #eeeeec;
+       font-weight: bold;
     margin-top: 10px;
     height: 22px;
-    background-color: #555753;
-    color: #eeeeec;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
@@ -198,14 +202,49 @@ input[type=submit] {
 .action {
        margin: 5px 0;
 }
+.tool {
+       margin: 5px 0;
+       list-style: none;
+}
 
 
 /**
  *     login
  */
+#login-extra-links {
+    overflow: auto;
+    padding-top: 140px !important;
+    width: 100%;
+}
 #login-extra-links a {
     margin-right: 20px;
 }
+#login_standard {
+    display: block;
+    float: none;
+    height: 100px;
+    position: absolute;
+       width: 100%;
+}
+#login_standard .field label {
+       width: 200px;
+}
+#login_standard input, #login_standard input[type="text"] {
+       margin: 0 0 8px;
+    width: 210px;
+}
+#login-submit-wrapper {
+       margin: 0;
+}
+#login-submit-button {
+    margin-left: 0px !important;
+}
+#login_openid #id_openid_url {
+       width: 200px;
+}
+#login_openid label {
+       width: 208px;
+}
 
 
 /**
@@ -242,25 +281,6 @@ nav #banner #logo-text a {
        font-weight: bold;
        margin-left: 3px;
 }
-nav #user-menu {
-    display: block;    
-    width: auto;
-    float: right;
-    margin: 3px 68px 0 0;
-    position: relative;
-       background-color: #555753;
-    -webkit-border-radius: 5px;
-    -moz-border-radius: 5px;
-    border-radius: 5px;
-    background: #555753 url("menu-user-pin.jpg") 98% center no-repeat;
-    clear: both;
-}
-nav #user-menu-label {
-       float: left;
-       font-size: 12px;
-    padding: 3px 20px 9px 5px;
-    height: 10px;
-}
 ul#user-menu-popup {
        display: none;
        position: absolute;
@@ -289,14 +309,6 @@ ul#user-menu-popup li a:hover {
 ul#user-menu-popup li a.nav-sep {
        border-top: 1px solid #eeeeec;
 }
-#nav-buttons {
-    clear: both;
-       list-style: none;
-       padding: 0px;
-}
-#nav-buttons li {
-       padding: 0;
-}
 nav .nav-link {
        float: right;
        display: block;
@@ -404,13 +416,6 @@ nav .nav-link {
 .icon, .hover, .focus, .pointer {
     cursor: pointer;
 }
-#notifications {
-       height: 20px;
-       width: 100%;
-       position: absolute;
-       top: -19px;
-       left: 0;
-}
 /* popup notifications */
 div.jGrowl div.notice {
     background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
@@ -459,6 +464,13 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
 .show {
     display: block;
 }
+#notifications {
+       height: 20px;
+       width: 170px;
+       position: absolute;
+       top: -19px;
+       left: 7px;
+}
 #nav-floater {
     position: fixed;
     top: 20px;
@@ -468,12 +480,24 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
        color: transparent;
     border-radius: 5px;
     z-index: 100;
+       width: 300px;
+       height: 60px;
+}
+#nav-buttons {
+    clear: both;
+       list-style: none;
+       padding: 0px;
+       margin: 0 7px 0 0;
+       height: 25px;
+}
+#nav-buttons li {
+       padding: 0;
 }
 .floaterflip {
        display: block;
     position: fixed;
     z-index: 110;
-    top: 53px;
+    top: 56px;
     right: 19px;
        width: 22px;
        height: 22px;
@@ -481,6 +505,45 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
        margin: 0px;
        background: transparent url(icons.png) -190px -60px no-repeat;
 }
+.search-box {
+       display: inline-block;
+       margin: 5px;
+       position: fixed;
+       right: 0px;
+       bottom: 0px;
+       z-index: 100;
+       background: #1d1f1d;
+       border-radius: 5px;
+}
+#search-text {
+       border: 1px #eec solid;
+       background: #2e3436;
+       color: #eec;
+}
+.search-box #search-text {
+       margin: 8px;
+       width: 10em;
+       color: #eec;
+}
+nav #user-menu {
+    display: block;    
+    width: 75%;
+    margin: 3px 0 0 0;
+    position: relative;
+       background-color: #555753;
+    -webkit-border-radius: 5px;
+    -moz-border-radius: 5px;
+    border-radius: 5px;
+    background: #555753 url("menu-user-pin.jpg") 98% center no-repeat;
+    clear: both;
+       top: 4px;
+       left: 10px;
+}
+nav #user-menu-label {
+       font-size: 12px;
+    padding: 3px 20px 9px 5px;
+    height: 10px;
+}
 .nav-ajax-update, .nav-ajax-left {
        width: 30px;
        height: 19px;
@@ -585,6 +648,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link
     background: #ddd;
 }
 
+
 /** sysmsg **/
 #sysmsg_info {
        position: fixed;
@@ -686,12 +750,17 @@ aside #viewcontacts {
        padding:.2em .5em;
 }
 #netsearch-box {
-       margin: 30px 0px;
+       margin: 20px 0px 30px;
+    width: 150px;
+}
+#netsearch-box #search-submit {
+    margin: 5px 5px 0px 0px;
 }
 .ttright {
        margin: 0px 0px 0px 0px;
 }
 
+
 /**
 * contacts block
 */
@@ -945,7 +1014,7 @@ aside #viewcontacts {
     background-color: #ffffe0;
        color: #111;
     border: 1px #aa0 solid;
-    border-radius: 3px;
+    border-radius: 5px;
     padding: 3px 3px 6px 10px;
 }
 #jot-preview-content .wall-item-outside-wrapper {
@@ -958,7 +1027,7 @@ aside #viewcontacts {
  * section
  */
 section {
-    margin: 20px 8% 0 4%;
+    margin: 20px 9% 0 4%;
     font-size: 0.8em;
     padding-right: 230px;
        min-width: 475px;
@@ -977,7 +1046,7 @@ section {
     border: 1px solid #729fcf;
        padding: 4px;
 }
-.tab:hover {
+.tab:hover, .tab.active:hover {
     background: #729fcf;
     color: #eeeeec;
 }
@@ -989,11 +1058,15 @@ section {
        background: #729fcf;
     color: #eeeeec;
 }
+.tab.active a {
+       color: #729fcf;
+}
 .tab a {
        border: 0;
        text-decoration: none;
 }
 
+
 /**
  *     items
  */
@@ -1018,6 +1091,9 @@ section {
 .shiny {
     background: #efefdf;
 }
+.wall-outside-wrapper .shiny {
+       border-radius: 5px;
+}
 .heart {
        color: red;
 }
@@ -1063,7 +1139,7 @@ section {
     border-radius: 5px;
 }
 [class^="wall-item-tools"] > *, [class^="wall-item-tools"] > * > * {
-       margin: 0 0 5px 0;
+       /*margin: 0 0 5px 0;*/
 }
 .wall-item-tools {
     float: right;
@@ -1084,6 +1160,12 @@ section {
     -ms-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
 }
+.wall-item-subtools1 {
+       list-style: none;
+}
+.wall-item-subtools2 {
+       list-style: none;
+}
 .wall-item-title {
        font-size: 1.2em;
        font-weight: bold;
@@ -1194,6 +1276,24 @@ section {
     overflow: auto;
     width: 100%;
 }
+#connect-services-header {
+
+}
+#connect-services {
+       margin: 5px 0 0 0;
+}
+#extra-help-header {
+
+}
+#extra-help {
+       margin: 5px 0 0 0;
+}
+#postit-header {
+
+}
+#postit {
+       margin: 5px 0 0 0;
+}
 
 
 /**
@@ -1256,7 +1356,7 @@ section {
 }
 [class^="comment-edit-text"] {
     margin: 5px 0 10px 20px;
-    width: 86.5%;
+    width: 84.5%;
 }
 .comment-edit-text-empty {
        height: 20px;
@@ -1494,6 +1594,8 @@ div[id$="wrapper"] br {
 }
 #prvmail-subject {
     width: 100%;
+       color: #eec;
+       background: #444;
 }
 #prvmail-submit-wrapper {
     margin-top: 10px;
@@ -1709,8 +1811,10 @@ div[id$="wrapper"] br {
 /**
  *     register, settings & profile forms
  */
-#id_openid_url,
 .openid {
+
+}
+#id_openid_url {
     background:url(login-bg.gif) no-repeat;
     background-position:0 50%;
     padding-left:18px;
@@ -1806,10 +1910,12 @@ div[id$="wrapper"] br {
  *     contacts selector
  */
 .group-delete-wrapper {
-       margin: -31px 122px 0 0;
+       margin: -31px 50px 0 0;
     float: right;
 }
-
+/*.group-delete-icon {
+    margin: 0 0 0 10px;
+}*/
 #group-edit-submit-wrapper {
     margin: 0 0 10px 0;
     display: inline;
@@ -1849,6 +1955,7 @@ div[id$="wrapper"] br {
     display: none;
 }
 
+
 /**
  * profile
  */
@@ -1859,6 +1966,71 @@ div[id$="wrapper"] br {
     clear:both;
 }
 
+
+/**
+ * intros
+ */
+.intro-wrapper {
+    margin-top: 20px;
+}
+
+.intro-fullname {
+    font-size: 1.1em;
+    font-weight: bold;
+
+}
+.intro-desc {
+    margin-bottom: 20px;
+    font-weight: bold;
+}
+
+.intro-note {
+    padding: 10px;
+}
+
+.intro-end {
+    padding: 30px;
+}
+
+.intro-form {
+    float: left;
+}
+.intro-approve-form {
+    clear: both;
+}
+.intro-approve-as-friend-end {
+    clear: both;
+}
+.intro-submit-approve, .intro-submit-ignore {
+    margin-right: 20px;
+}
+.intro-submit-approve {
+    margin-top: 15px;
+}
+
+.intro-approve-as-friend-label, .intro-approve-as-fan-label {
+    float: left;
+}
+.intro-approve-as-friend, .intro-approve-as-fan {
+    float: left;
+}
+.intro-form-end {
+    clear: both;
+    margin-bottom: 10px;
+}
+.intro-approve-as-friend-desc {
+    margin-top: 10px;
+}
+.intro-approve-as-end {
+    clear: both;
+    margin-bottom: 10px;
+}
+
+.intro-end {
+    clear: both;
+}
+
+
 /**
  * events
  **/
@@ -1955,6 +2127,16 @@ div[id$="wrapper"] br {
        opacity: 1.0 !important;
        filter:alpha(opacity=100) !important;
 }
+.filesavetags {
+       margin: 20px 0;
+       opacity: 0.5;
+       filter:alpha(opacity=50);
+}
+.filesavetags:hover {
+       margin: 20px 0;
+       opacity: 1.0 !important;
+       filter:alpha(opacity=100) !important;
+}
 .item-select {
        opacity: 0.1;
        filter:alpha(opacity=10);
@@ -2008,13 +2190,13 @@ div[id$="wrapper"] br {
 #group-sidebar {
     margin-bottom: 10px;
 }
-.group-selected, .nets-selected {
+.group-selected, .nets-selected, .fileas-selected {
     padding: 3px;
        color: #111;
     background: #f8f8f8;
     font-weight: bold;
 }
-.group-selected:hover, .nets-selected:hover {
+.group-selected:hover, .nets-selected:hover, .fileas-selected:hover {
        color: #111;
 }
 .groupsideedit {
@@ -2092,6 +2274,7 @@ div[id$="wrapper"] br {
     margin: 5px 0px 0px 0px;
 }
 
+
 /**
  * ADMIN
  */
@@ -2162,11 +2345,16 @@ div[id$="wrapper"] br {
     width: 16px; height: 16px;
 }
 #adminpage table tr:hover {
-    background-color:#bbc7d7;
+/*     color: ;*/
+    background-color: #bbc7d7;
 }
 #adminpage .selectall {
     text-align: right;
 }
+#adminpage #users a {
+/*     color: #;*/
+       text-decoration: underline;
+}
 
 /**
  * Form fields
@@ -2174,7 +2362,7 @@ div[id$="wrapper"] br {
 .field {
        /*margin-bottom: 10px;*/
        /*padding-bottom: 10px;*/
-    overflow: auto;
+       overflow: auto;
     width: 100%;
 }
 .field label, label {
@@ -2182,11 +2370,10 @@ div[id$="wrapper"] br {
     width: 275px;
        display: block;
        font-size: 1.077em;
-       /*font-weight: bold;*/
        margin: 0 10px 0.5em 0;
        border: 1px #999 solid;
        padding: 5px;
-       background: #eee;
+       background: #ccc;
        vertical-align: middle;
        color: #111;
 }
@@ -2401,6 +2588,9 @@ div[id$="wrapper"] br {
 .dislike {
        background-position: -190px 0;
 }
+.file-as {
+       background-position: -230px -60px;
+}
 .like {
        background-position: -211px 0;
 }
@@ -2487,9 +2677,9 @@ div[id$="wrapper"] br {
 }
 .border, .border:hover {
        border: 1px solid #babdb6;
-    -webkit-border-radius: 3px;
-    -moz-border-radius: 3px;
-    border-radius: 3px;        
+    -webkit-border-radius: 5px;
+    -moz-border-radius: 5px;
+    border-radius: 5px;        
 }
 .attachtype {
     display: block;
@@ -2616,7 +2806,7 @@ footer {
        vertical-align: middle;
 }
 #acl-wrapper a:hover {
-    text-decoration:none;
+    text-decoration: none;
     color: #000;
        border: 0;
 }
@@ -2698,6 +2888,29 @@ footer {
 .network-star.icon.starred {
     display: inline-block;
 }
+#fileas-sidebar {
+       
+}
+.fileas-ul {
+       padding: 0;
+}
+
+
+
+/*
+ * ADDONS THEMING
+ */
+
+#sidebar-page-list {
+       
+}
+#sidebar-page-list ul {
+       padding: 0;
+       margin: 5px 0;
+}
+#sidebar-page-list li {
+       list-style: none;
+}
 
 
 @media handheld {