/*
style.css
- Smoothly
-
- Created by alex@friendica.pixelbits.de on 2013-03-27
+ Theme: Smoothly
+ Maintainer: alex@friendica.pixelbits.de
+ last change: 2013-04-01
** Colors **
Blue links - #1873a2
@import url('css/typography.css');
+@media only screen and (device-width: 768px) {
+/* For general iPad layouts */
+#page {
+ -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;
}
}
.mframe {
- padding: 0;
- /*background: none repeat scroll 0 0 #FFFFFF;
+ padding: 1px;
+ background: none repeat scroll 0 0 #FFFFFF;
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;*/
+ -webkit-box-shadow: 0 0 8px #BDBDBD;
}
#wall-item-lock {
/* = Jot = */
/* ======= */
+.jothidden {
+ display: none;
+}
+#jot {
+ width: 100%;
+ margin: 0px 2em 20px 0px;
+}
+
#profile-jot-text-loading,
#profile-jot-text {
height: 20px;
border: 1px solid #cccccc;
}
-.jothidden {
- display: none;
-}
-
.preview {
background: #FFFFC8;
}
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,
}
.wall-item-photo {
-
- border: 1px solid #7C7D7B;
- border-radius: 5px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- box-shadow: 0 0 8px #BDBDBD;
+ 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;
+ -webkit-box-shadow: 0 0 8px #BDBDBD;*/
}
.wall-item-tools {
.wall-item-body img {
max-width: 100%;
- height: auto;
+ height: auto;
+ border-radius: 0;
}
.wall-item-body p {
.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 {
.sparkle {
cursor: url('lock.cur'), pointer;
width: 100%;
- height: 100%;
+ height: auto;
/*border: 1px solid #7C7D7B;
border-radius: 3px;
-moz-border-radius: 3px;