modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
cda327a368
commit
ee07251d38
2 changed files with 57 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
style.css
|
style.css
|
||||||
Smoothly
|
Theme: Smoothly
|
||||||
|
Maintainer: alex@friendica.pixelbits.de
|
||||||
Created by alex@friendica.pixelbits.de on 2013-03-27
|
last change: 2013-04-01
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
Blue links - #1873a2
|
Blue links - #1873a2
|
||||||
|
@ -16,6 +16,28 @@ Orange - #fec01d
|
||||||
|
|
||||||
@import url('css/typography.css');
|
@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 {
|
.lockview {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -128,15 +150,15 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mframe {
|
.mframe {
|
||||||
padding: 0;
|
padding: 1px;
|
||||||
/*background: none repeat scroll 0 0 #FFFFFF;
|
background: none repeat scroll 0 0 #FFFFFF;
|
||||||
border: 1px solid #7C7D7B;
|
border: 1px solid #7C7D7B;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
box-shadow: 0 0 8px #BDBDBD;
|
box-shadow: 0 0 8px #BDBDBD;
|
||||||
-moz-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 {
|
#wall-item-lock {
|
||||||
|
@ -1047,6 +1069,14 @@ ul .sidebar-group-li .icon {
|
||||||
/* = Jot = */
|
/* = Jot = */
|
||||||
/* ======= */
|
/* ======= */
|
||||||
|
|
||||||
|
.jothidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#jot {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0px 2em 20px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
#profile-jot-text-loading,
|
#profile-jot-text-loading,
|
||||||
#profile-jot-text {
|
#profile-jot-text {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
@ -1096,10 +1126,6 @@ ul .sidebar-group-li .icon {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jothidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
background: #FFFFC8;
|
background: #FFFFC8;
|
||||||
}
|
}
|
||||||
|
@ -1244,11 +1270,12 @@ ul .sidebar-group-li .icon {
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-acl-wrapper {
|
#profile-jot-acl-wrapper {
|
||||||
margin: 0px 10px;
|
margin: 0px 10px;
|
||||||
border: 1px solid #eeeeee;
|
border: 1px solid #eeeeee;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
display:block!important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-video-wrapper,
|
#profile-video-wrapper,
|
||||||
|
@ -1427,14 +1454,13 @@ ul .sidebar-group-li .icon {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-photo {
|
.wall-item-photo {
|
||||||
|
border: 0px solid #7C7D7B;
|
||||||
border: 1px solid #7C7D7B;
|
border-radius: 2px;
|
||||||
border-radius: 5px;
|
-webkit-border-radius: 2px;
|
||||||
-webkit-border-radius: 5px;
|
-moz-border-radius: 2px;
|
||||||
-moz-border-radius: 5px;
|
/*box-shadow: 0 0 8px #BDBDBD;
|
||||||
box-shadow: 0 0 8px #BDBDBD;
|
|
||||||
-moz-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-tools {
|
||||||
|
@ -1534,7 +1560,8 @@ ul .sidebar-group-li .icon {
|
||||||
|
|
||||||
.wall-item-body img {
|
.wall-item-body img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-body p {
|
.wall-item-body p {
|
||||||
|
@ -1747,11 +1774,17 @@ code {
|
||||||
.wall-item-outside-wrapper.comment .wall-item-photo {
|
.wall-item-outside-wrapper.comment .wall-item-photo {
|
||||||
width: 40px!important;
|
width: 40px!important;
|
||||||
height: 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 {
|
.wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
|
||||||
width: 40px;
|
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 {
|
.wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
|
||||||
|
@ -3774,7 +3807,7 @@ margin-left: 0px;
|
||||||
.sparkle {
|
.sparkle {
|
||||||
cursor: url('lock.cur'), pointer;
|
cursor: url('lock.cur'), pointer;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: auto;
|
||||||
/*border: 1px solid #7C7D7B;
|
/*border: 1px solid #7C7D7B;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
|
|
@ -3,8 +3,9 @@
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
||||||
* Version: Version 2013-03-27.1
|
* Version: Version 2013-04-1
|
||||||
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Author: Anne Walk
|
||||||
|
* Author: Devlon Duthied
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue