modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
405f37b7ae
commit
966d786982
|
@ -2,7 +2,7 @@
|
||||||
style.css
|
style.css
|
||||||
Smoothly
|
Smoothly
|
||||||
|
|
||||||
Created by alex@friendica.pixelbits.de on 2012-11-14
|
Created by alex@friendica.pixelbits.de on 2013-01-01
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
Blue links - #1873a2
|
Blue links - #1873a2
|
||||||
|
@ -1946,9 +1946,10 @@ div[id$="wrapper"] br {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-match-name a {
|
.profile-match-name {
|
||||||
color: #999;
|
float: left;
|
||||||
font-size: 1em;
|
text-align: left;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-match-name a:hover {
|
.profile-match-name a:hover {
|
||||||
|
@ -1956,20 +1957,36 @@ div[id$="wrapper"] br {
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-match-wrapper {
|
.profile-match-wrapper {
|
||||||
|
position: relative;
|
||||||
float:left;
|
float:left;
|
||||||
height:120px;
|
height:80px;
|
||||||
padding:10px;
|
padding:5px;
|
||||||
width:120px;
|
width:80px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 70px;
|
||||||
/*margin-left: 20px;*/
|
margin-right: 29px;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
border: 1px solid #dddddd;
|
border: 1px solid #dddddd;
|
||||||
box-shadow: 3px 3px 4px #959494;
|
box-shadow: 3px 3px 4px #959494;
|
||||||
-moz-box-shadow: 3px 3px 4px #959494;
|
-moz-box-shadow: 3px 3px 4px #959494;
|
||||||
-webkit-box-shadow: 3px 3px 4px #959494;
|
-webkit-box-shadow: 3px 3px 4px #959494;
|
||||||
clear: both;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-match-break,
|
||||||
|
.profile-match-end {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
.profile-match-connect {
|
||||||
|
text-align: left;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.profile-match-ignore {
|
||||||
|
height: 0!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#profile-match-wrapper-end {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
.profile-match-end {
|
.profile-match-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme works fine with iPad[2].
|
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
||||||
* Version: Version 0.11.14-2
|
* Version: Version 0.131
|
||||||
* 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 New Issue
Block a user