diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css index 7ae53a2658..62b9d5acdc 100644 --- a/view/theme/smoothly/css/typography.css +++ b/view/theme/smoothly/css/typography.css @@ -41,7 +41,7 @@ h4, h5, h6 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; - font-weight: 400; + font-weight: 550; color:#626262; margin:0; } @@ -60,7 +60,7 @@ h2 { h3 { font-size:145%; - margin:0 0 5px 0; + margin:0.4286em 0 5px 0; } h4 { diff --git a/view/theme/smoothly/screenshot.png b/view/theme/smoothly/screenshot.png new file mode 100644 index 0000000000..09237d71aa Binary files /dev/null and b/view/theme/smoothly/screenshot.png differ diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index ef7891f12e..7d78a5a3a8 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2,7 +2,7 @@ style.css Smoothly - Created by alex@friendica.pixelbits.de on 2012-10-25 + Created by alex@friendica.pixelbits.de on 2012-11-12 ** Colors ** Blue links - #1873a2 @@ -943,9 +943,9 @@ ul .sidebar-group-li .icon { 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; + /* border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; - -webkit-border-radius: 5px 5px 0px 0px; + -webkit-border-radius: 5px 5px 0px 0px; */ border: 1px solid #e2e2e2; border-bottom: 1px solid #cdcdcd; padding-top: 5px; @@ -3549,6 +3549,7 @@ margin-left: 0px; #adminpage h3 { border-bottom: 1px solid #898989; margin-bottom: 5px; + padding-bottom: 5px; margin-top: 10px; } @@ -3565,10 +3566,16 @@ margin-left: 0px; #adminpage .plugin { list-style: none; display: block; - border: 1px solid #888888; - padding: 1em; - margin-bottom: 5px; clear: left; + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding:10px; + margin:10px 10px 10px 0; } #adminpage .toggleplugin { @@ -4351,10 +4358,14 @@ div #datebrowse-sidebar.widget { #settings-notifications { border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:10px; + margin:10px 10px 10px 0; } #id_npassword {} @@ -4382,3 +4393,14 @@ div #datebrowse-sidebar.widget { #remote-friends-in-common {} +.settings-block { + border: 1px solid #7C7D7B; + box-shadow: 0 0 8px #BDBDBD; + -moz-box-shadow: 3px 3px 4px #959494; + -webkit-box-shadow: 3px 3px 4px #959494; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + padding:10px; + margin:10px 10px 10px 0; +} diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 95dd4bb973..a08e9c0da0 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Description: Like coffee with milk. Theme works fine with iPad[2]. - * Version: Version 0.10.25 + * Version: Version 0.11.12 * Author: Alex * Maintainer: Alex * Screenshot: Screenshot