modified: view/theme/smoothly/css/typography.css
new file: view/theme/smoothly/screenshot.png modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
b75ca0d5b8
commit
8395966cf2
4 changed files with 31 additions and 9 deletions
|
@ -41,7 +41,7 @@ h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 550;
|
||||||
color:#626262;
|
color:#626262;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,7 @@ h2 {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size:145%;
|
font-size:145%;
|
||||||
margin:0 0 5px 0;
|
margin:0.4286em 0 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|
BIN
view/theme/smoothly/screenshot.png
Normal file
BIN
view/theme/smoothly/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
|
@ -2,7 +2,7 @@
|
||||||
style.css
|
style.css
|
||||||
Smoothly
|
Smoothly
|
||||||
|
|
||||||
Created by alex@friendica.pixelbits.de on 2012-10-25
|
Created by alex@friendica.pixelbits.de on 2012-11-12
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
Blue links - #1873a2
|
Blue links - #1873a2
|
||||||
|
@ -943,9 +943,9 @@ ul .sidebar-group-li .icon {
|
||||||
background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
|
background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
|
||||||
background-color: #f0edf0;
|
background-color: #f0edf0;
|
||||||
border-radius: 5px 5px 0px 0px;
|
/* border-radius: 5px 5px 0px 0px;
|
||||||
-moz-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: 1px solid #e2e2e2;
|
||||||
border-bottom: 1px solid #cdcdcd;
|
border-bottom: 1px solid #cdcdcd;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -3549,6 +3549,7 @@ margin-left: 0px;
|
||||||
#adminpage h3 {
|
#adminpage h3 {
|
||||||
border-bottom: 1px solid #898989;
|
border-bottom: 1px solid #898989;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3565,10 +3566,16 @@ margin-left: 0px;
|
||||||
#adminpage .plugin {
|
#adminpage .plugin {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: block;
|
display: block;
|
||||||
border: 1px solid #888888;
|
|
||||||
padding: 1em;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
clear: left;
|
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 {
|
#adminpage .toggleplugin {
|
||||||
|
@ -4351,10 +4358,14 @@ div #datebrowse-sidebar.widget {
|
||||||
|
|
||||||
#settings-notifications {
|
#settings-notifications {
|
||||||
border: 1px solid #7C7D7B;
|
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;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
|
margin:10px 10px 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#id_npassword {}
|
#id_npassword {}
|
||||||
|
@ -4382,3 +4393,14 @@ div #datebrowse-sidebar.widget {
|
||||||
|
|
||||||
#remote-friends-in-common {}
|
#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;
|
||||||
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
||||||
* Version: Version 0.10.25
|
* Version: Version 0.11.12
|
||||||
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* 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