modified: view/theme/smoothly/profile_vcard.tpl
modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php new file: view/theme/smoothly/vcard-widget.tpl
This commit is contained in:
parent
5f61290811
commit
136175047d
4 changed files with 26 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
{{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}
|
{{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}
|
||||||
<div id="profile-photo-wrapper"><img class="photo" width="191" height="191" src="$profile.photo" alt="$profile.name"></div>
|
<div id="profile-photo-wrapper"><img class="photo" src="$profile.photo" alt="$profile.name"></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1954,6 +1954,11 @@ div[id$="wrapper"] br {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.photo {
|
||||||
|
height: 191px;
|
||||||
|
width: 191px;
|
||||||
|
}
|
||||||
|
|
||||||
#side-bar-photos-albums h3:before {
|
#side-bar-photos-albums h3:before {
|
||||||
content: url("photography.png");
|
content: url("photography.png");
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
|
@ -2642,6 +2647,20 @@ margin-left: 0px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#contact-edit-info-wrapper,
|
||||||
|
#contact-edit-info-end,
|
||||||
|
#contact-edit-profile-select-text,
|
||||||
|
#contact-edit-profile-select-end,
|
||||||
|
#contact-edit-poll-wrapper,
|
||||||
|
#contact-edit-end {
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-edit-submit {
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact-profile-selector {
|
||||||
|
}
|
||||||
|
|
||||||
.contact-photo-menu-button {
|
.contact-photo-menu-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-image: url("photo-menu.jpg");
|
background-image: url("photo-menu.jpg");
|
||||||
|
|
|
@ -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.23
|
* Version: Version 0.10.23-2
|
||||||
* 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>
|
||||||
|
|
5
view/theme/smoothly/vcard-widget.tpl
Normal file
5
view/theme/smoothly/vcard-widget.tpl
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<div class="vcard">
|
||||||
|
<div class="fn">$name</div>
|
||||||
|
<div id="profile-photo-wrapper"><img class="photo" src="$photo" alt="$name" /></div>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue