]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/style.css
poke template: make use of global.css
[friendica.git] / view / theme / smoothly / style.css
index 48ae1fbe044a91bbc684a36ffb8779ad833275f3..bcb47367f943b2f9fbe6a0fc4f27541ad62f3eb2 100644 (file)
@@ -1,8 +1,8 @@
 /*
        style.css
-       Smoothly
-   
-       Created by alex@friendica.pixelbits.de on 2013-03-26
+       Theme: Smoothly
+       Maintainer: Nomen Nominandum
+       last change: 2013-05-08
 
 ** Colors ** 
 Blue links - #1873a2
@@ -16,6 +16,28 @@ Orange - #fec01d
 
 @import url('css/typography.css');
 
+@media only screen and (device-width: 768px) {
+/* For general iPad layouts */
+#body {
+       -moz-background-clip: border; 
+       -moz-background-origin: pdading; 
+       -moz-background-size: auto auto; 
+       background-attachment: scroll; 
+       background-color: transparent; 
+       background-image: url( ); 
+       background-position: center top; 
+       background-repeat: no-repeat;
+       } 
+}
+
+@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
+/* For portrait layouts only */
+}
+        
+@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
+/* For landscape layouts only */
+}
+
 .lockview {
        cursor: pointer;
 }
@@ -111,11 +133,16 @@ input[type=submit]:active {
 }
 
 section {
+       position: relative;
        float: left;
-       margin-top: 50px;
+       margin: 50px auto -2em; /* the bottom margin is the negative value of the footer's height */
        width: 730px;
+       min-height: 100%;
+       height: auto !important;
+       height: 100%;
        font-size: 0.9em;
        line-height: 1.2em;
+       padding-bottom: 2em;
 }
 
 .lframe {
@@ -128,7 +155,7 @@ section {
 }
 
 .mframe {
-       padding: 0;
+       padding: 1px;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #7C7D7B;
        border-radius: 3px;
@@ -219,19 +246,26 @@ section {
        border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
-       padding: 10px;
-       margin: 10px 0 0 0;
+       padding: 15px 10px 10px 20px;
+       margin: 20px 0 0 210px;
 }
 
 #login_openid,
-#div_id_remember,
 #login-extra-links a {
        width: 460px;
        float: left;
+       margin: 5px 0 0 230px;
+}
+
+#div_id_remember {
+       width: 258px;
+       float: left;
+       margin: 5px 0 0 230px;
 }
 
 #login_standard input,
 #login_openid input {
+       height: 20px;
        width: 240px;
 }
 
@@ -253,10 +287,11 @@ section {
 }
 
 #login-submit-button {
-       width: 280px;
+       width: 250px;
+       margin: 10px 0 0 230px;
 }
 
-.login-form,
+.login-form {
        margin-top: 10px;
 }
 
@@ -286,11 +321,9 @@ section {
 /* ========= */
 
 .pager {
-       padding-top: 10px;
-       padding-bottom: 10px;
        display: block;
-       clear: both;
-       text-align: center;
+       /*clear: both;*/
+       text-align: left;
 }
 
 .pager a {
@@ -317,7 +350,7 @@ nav {
        list-style: none outside none;
        margin: 0;
        padding: 0;
-       width: 960px;
+       width: 958px;
        z-index: 10000;
        height: 40px;
        position: fixed;
@@ -331,9 +364,9 @@ nav {
        box-shadow: 0 0 8px #BDBDBD;
                -moz-box-shadow: 0 0 8px #BDBDBD;
                -webkit-box-shadow: 0 0 8px #BDBDBD;
-       border-radius: 5px;
-               -moz-border-radius: 5px;
-               -webkit-border-radius: 5px;
+       border-radius: 0px 0px 5px 5px;
+               -moz-border-radius: 0px 0px 5px 5px;
+               -webkit-border-radius: 0px 0px 5px 5px;
 }
 
 nav a {
@@ -539,16 +572,16 @@ ul#user-menu-popup li a.nav-sep {
 }
 
 #lang-select-icon {
-       bottom: 6px;
+       bottom: 5px;
        cursor: pointer;
-       left: 28px;
+       left: 25px;
        position: fixed;
        z-index: 10;
 }
 #language-selector {
        position: fixed;
        bottom: 2px;
-       left: 52px;
+       left: 55px;
        z-index: 10;
 }
 
@@ -606,6 +639,12 @@ aside h4 {
        font-size: 1.3em;
 }
 
+.vcard  {
+       width: 205px;
+       padding-bottom: 10px;
+       /*border-bottom-style: dotted;*/
+}
+
 .vcard .title {
        font-size: 1em;
 }
@@ -630,7 +669,7 @@ aside h4 {
        margin: 10px 0px;
        padding: 0;
        width: auto;
-       background: none repeat scroll 0 0 #FFFFFF;
+       /*background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
                -moz-box-shadow: 0 0 8px #BDBDBD;
@@ -639,7 +678,7 @@ aside h4 {
                -webkit-box-shadow: 0 0 8px #BDBDBD;
        border-radius: 5px;
                -moz-border-radius: 5px;
-               -webkit-border-radius: 5px;
+               -webkit-border-radius: 5px;*/
 }
 
 
@@ -896,7 +935,7 @@ li.widget-list {
 }
 
 ul .sidebar-group-li {
-       list-style: none;
+       list-style: disc;
        font-size: 1.0em;
 }
 
@@ -906,13 +945,14 @@ ul .sidebar-group-li .icon {
        width: 12px;
 }
 
-.nets-ul, .fileas-ul, .categories-ul  {
+.nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul  {
        list-style-type: none;
 }
 
 .nets-ul li, 
 .fileas-ul li, 
-.categories-ul li {
+.categories-ul li,
+.datebrowse-link {
 }
 
 .nets-link {
@@ -999,8 +1039,8 @@ ul .sidebar-group-li .icon {
 /* ================== */
 
 .contact-block-img {
-       width: 47px;
-       height: 47px;
+       width: 47px !important;
+       height: 47px !important;
        margin-right: 2px;
        border: 1px solid #7C7D7B;
        border-radius: 3px;
@@ -1028,17 +1068,27 @@ ul .sidebar-group-li .icon {
 .contact-block-h4,
 .contact-block-content {
        margin: 0;
+       font-size: 1.2em;
 }
 
 #contact-block,
 #contact-block-end {
        clear: both;
+       padding-top: 10px;
 }
 
 /* ======= */
 /* = Jot = */
 /* ======= */
 
+.jothidden {
+  display: none;
+}
+#jot {
+  width: 100%;
+  margin: 0px 2em 20px 0px;
+}
+
 #profile-jot-text-loading,
 #profile-jot-text {
        height: 20px;
@@ -1088,10 +1138,6 @@ ul .sidebar-group-li .icon {
        border: 1px solid #cccccc;
 }
 
-.jothidden {
-       display: none; 
-}
-
 .preview {
        background: #FFFFC8;
 }
@@ -1236,11 +1282,12 @@ ul .sidebar-group-li .icon {
        border-bottom: 0px;
        padding: 5px;
 }
+
 #profile-jot-acl-wrapper {
        margin: 0px 10px;
        border: 1px solid #eeeeee;
        border-top: 0px;
-    display:block!important;
+       display: block !important;
 }
 
 #profile-video-wrapper,
@@ -1340,6 +1387,13 @@ ul .sidebar-group-li .icon {
 /* = Posts = */
 /* ========= */
 
+.wall-item-name {
+       font-style: bold !important;
+       border: 0px !important;
+       border-radius: 0px !important;
+       box-shadow: none !important;
+}
+
 .wall-item-outside-wrapper {
        max-width: 100%;
        border-bottom: 1px solid #dedede; 
@@ -1374,13 +1428,13 @@ ul .sidebar-group-li .icon {
 .wall-item-photo-menu-button {
        display: none;
        text-indent: -99999px;
-       background: #eeeeee url("images/menu-user-pin.png") no-repeat 75px center;
+       background: #eeeeee url("images/menu-user-pin.png") no-repeat 35px center;
        position: absolute;
        overflow: hidden;
        height: 20px;
        width: 100%;
-       top: 85px;
-       left: -1px;
+       top: 82px;
+       left: 0;
        border-right: 1px solid #7C7D7B;
        border-left: 1px solid #7C7D7B;
        border-bottom: 1px solid #7C7D7B;
@@ -1402,13 +1456,23 @@ ul .sidebar-group-li .icon {
        height: 80px;
        padding: 0;
        position: relative;
-       border: 1px solid #7C7D7B;
+       /*border: 1px solid #7C7D7B;
        border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
        box-shadow: 0 0 8px #BDBDBD;
                -moz-box-shadow: 0 0 8px #BDBDBD;
-               -webkit-box-shadow: 0 0 8px #BDBDBD;
+               -webkit-box-shadow: 0 0 8px #BDBDBD;*/
+}
+
+.wall-item-photo { 
+       border: 0px solid #7C7D7B;
+       border-radius: 2px;
+               -webkit-border-radius: 2px;
+               -moz-border-radius: 2px;
+       /*box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 0 0 8px #BDBDBD;
+               -webkit-box-shadow: 0 0 8px #BDBDBD;*/
 }
 
 .wall-item-tools { 
@@ -1508,7 +1572,8 @@ ul .sidebar-group-li .icon {
 
 .wall-item-body img { 
        max-width: 100%; 
-       height: auto; 
+       height: auto;
+       border-radius: 0;
 }
 
 .wall-item-body p {
@@ -1619,7 +1684,7 @@ ul .sidebar-group-li .icon {
        border-left: 1px solid #7C7D7B;
        border-bottom: 1px solid #7C7D7B;
        position: absolute;
-       left: -1px; 
+       left: 0px; 
        top: 101px;
        display: none;
        z-index: 10000;
@@ -1662,6 +1727,59 @@ ul .sidebar-group-li .icon {
        background-color: #1873a2; 
 }
 
+.wall-item-container .wall-item-content .type-link img,
+.type-link img {
+  max-width: 160px;
+  max-height: 160px;
+  float: left;
+  margin-right: 10px;
+}
+.type-link blockquote {
+  margin-left: 160px;
+  max-height: 160px;
+  overflow: hidden;
+}
+.type-link .oembed {
+}
+
+.shared_header {
+  height: 32px;
+  color: #999;
+  border-top: 1px solid #D2D2D2;
+  padding-top: 5px;
+  margin-top: 5px;
+}
+
+.shared_header a {
+  color: black;
+  -webkit-transition: all 0.2s ease-in-out;
+  -moz-transition: all 0.2s ease-in-out;
+  -o-transition: all 0.2s ease-in-out;
+  -ms-transition: all 0.2s ease-in-out;
+  transition: all 0.2s ease-in-out;
+}
+
+.shared_header a:hover {
+  color: #36c;
+}
+
+.shared_header img {
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+  float: left;
+}
+
+.shared_header span {
+  margin-left: 9px;
+}
+
+blockquote.shared_content {
+  margin-left: 32px;
+  color: #000;
+  border: none;
+}
+
 .icon.drop,
 .icon.drophide { 
        float: left;
@@ -1670,7 +1788,7 @@ ul .sidebar-group-li .icon {
 #item-delete-selected-end,
 #item-delete-selected {        
        overflow: auto;
-       margin-top: 20px;
+       margin-top: 0px;
        float: right;
        width: 250px;
 }
@@ -1721,16 +1839,22 @@ code {
 .wall-item-outside-wrapper.comment .wall-item-photo {
        width: 40px!important;
        height: 40px!important;
+       border-radius: 3px;
+               -webkit-border-radius: 3px;
+               -moz-border-radius: 3px;
 }
 
 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
        width: 40px; 
-       height: 40px; 
+       height: 40px;
+       border-radius: 3px;
+               -webkit-border-radius: 3px;
+               -moz-border-radius: 3px;
 }
 
 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
-       top: 45px;
-       background-position: 35px center;
+       top: 42px;
+       background-position: 15px center;
 }
        
 .wall-item-outside-wrapper.comment .wall-item-info { 
@@ -2009,6 +2133,15 @@ div[id$="wrapper"] br {
 .photo {
        height: 203px !important;
        width: 203px !important;
+       border: 1px solid #7C7D7B;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 0 0 8px #BDBDBD;
+               -webkit-box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 0 0 8px #BDBDBD;
+               -webkit-box-shadow: 0 0 8px #BDBDBD;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-bar-photos-albums {
@@ -2560,6 +2693,13 @@ margin-left: 0px;
        border: 1px solid #7C7D7B;
 }
 
+/* ========== */
+/* = Poke = */
+/* ========== */
+#poke-recip {
+       float: none;
+}
+
 /* ================= */
 /* = Notifications = */
 /* ================= */
@@ -2663,6 +2803,13 @@ margin-left: 0px;
 
 .contact-entry-photo {
        position: relative;
+       /*border: 1px solid #7C7D7B;
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 0 0 8px #BDBDBD;
+               -webkit-box-shadow: 0 0 8px #BDBDBD;*/
 }
 
 .contact-entry-edit-links .icon {      
@@ -3643,25 +3790,25 @@ margin-left: 0px;
 /* =============== */
 
 .field {
-    margin-bottom: 10px;
+    /*margin-bottom: 10px;*/
     overflow: auto;
-    padding-bottom: 0px;
+    padding-bottom: 10px;
     width: 100%;
 }
 
 .field.radio .field_help {
-    margin-left: 205px;
+    margin-left: 255px;
 }
 
 .field .field_help {
     color: #666666;
     display: block;
-    margin-left: 200px;
+    margin-left: 225px;
 }
 
 .field label {
     float: left;
-    width: 200px;
+    width: 230px;
 }
 
 .field checkbox {
@@ -3671,7 +3818,8 @@ margin-left: 0px;
 
 .field input,
 .field textarea {
-       width: 400px;
+       /*width: 400px;*/
+       float: left;
        border: 1px solid #7C7D7B;
        border-radius: 5px;
                -moz-border-radius: 5px;
@@ -3731,6 +3879,21 @@ margin-left: 0px;
 
 .sparkle {
        cursor: url('lock.cur'), pointer;
+       width: 100%;
+       height: auto;
+       /*border: 1px solid #7C7D7B;
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 0 0 8px #BDBDBD;
+               -webkit-box-shadow: 0 0 8px #BDBDBD;*/
+}
+
+.label {
+       border: 0px;
+       border-radius: 0px;
+       box-shadow: none;
 }
 
 .icon {
@@ -3831,12 +3994,39 @@ margin-left: 0px;
        font-size: 0.7em; 
 }
 
-footer { 
-       display: block; 
-       margin: 50px 20%; 
-       clear: both; 
-}
+footer { display: block; margin: 50px 20%; clear: both; }
 
+/* ========== */
+/* = Tools = */
+/* ========== */
+
+tools {
+       background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
+       background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
+       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
+       background-color: #f0edf0;
+       border-radius: 5px 5px 0px 0px;
+               -moz-border-radius: 5px 5px 0px 0px;
+               -webkit-border-radius: 5px 5px 0px 0px;
+       border: 1px solid #7C7D7B;
+       border-bottom: none;
+       box-shadow: 1px 2px 6px 0px #959494;
+               -moz-box-shadow: 1px 2px 6px 0px #959494;
+               -webkit-box-shadow: 1px 2px 6px 0px #959494;
+       color: #EFEFEF;
+       display: block;
+       float: right;
+       font-size: 15px;
+       height: 38px;
+       list-style: none outside none;
+       margin: 0 0 0 755px;
+       padding: 0;
+       position: fixed;
+       bottom: 0;
+       width: 203px;
+       z-index: 10;
+       clear:both;
+}
 
 /* ======= */
 /* = ACL = */
@@ -4205,10 +4395,11 @@ ul.menu-popup {
 /* SCROLL TO TOP
 ----------------------------------------------------------- */
 #scrollup {
-       position: fixed;
-       right: 1px;
-       bottom: 30px;
+       position: absolute;
+       right: 0px;
+       bottom: -1px;
        z-index: 100;
+padding-right: 10px;
 }
 
 #scrollup a:hover {
@@ -4216,6 +4407,10 @@ ul.menu-popup {
        border: 0;
 }
 
+.item-scrollup {
+       margin-left: 5px;
+}
+
 /* New posts and comments => background color
 ----------------------------------------------------------- */
 .shiny {
@@ -4310,6 +4505,7 @@ hr.line-dots {
        float: left;
        text-align: left;
        display: block;
+       line-height: 0.6em;
 }
 
 .adr, 
@@ -4319,6 +4515,8 @@ hr.line-dots {
        float: left;
        display: block;
        margin-left: 8px;
+       line-height: 1em;
+       text-align: left;
 }
 
 #birthday-notice {}
@@ -4415,17 +4613,15 @@ div #datebrowse-sidebar.widget {
 
 #id_npassword {}
 
-#posted-date-selector {
-       margin-left: 33px;
-}
-
 #hide-comments-page-widget {
        margin-left: 40px;
 }
 
 #collapsed-comments-page-widget {}
 
-.tool {}
+.tool {
+    list-style-type: disc;
+}
 
 #logo-text {
 }
@@ -4491,6 +4687,7 @@ div #datebrowse-sidebar.widget {
 
 #id_remember {
        width: auto;
+       float: right;
 }
 
 .field.input.openid {