aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/diabook-pink
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/diabook/diabook-pink')
-rw-r--r--view/theme/diabook/diabook-pink/admin_users.tpl6
-rw-r--r--view/theme/diabook/diabook-pink/nav.tpl2
-rw-r--r--view/theme/diabook/diabook-pink/style-network-wide.css6
-rw-r--r--view/theme/diabook/diabook-pink/style-network.css6
-rw-r--r--view/theme/diabook/diabook-pink/style-profile-wide.css6
-rw-r--r--view/theme/diabook/diabook-pink/style-profile.css6
-rw-r--r--view/theme/diabook/diabook-pink/style-wide.css8
-rw-r--r--view/theme/diabook/diabook-pink/style.css9
8 files changed, 25 insertions, 24 deletions
diff --git a/view/theme/diabook/diabook-pink/admin_users.tpl b/view/theme/diabook/diabook-pink/admin_users.tpl
index 40f94f5fe..8aabb51ec 100644
--- a/view/theme/diabook/diabook-pink/admin_users.tpl
+++ b/view/theme/diabook/diabook-pink/admin_users.tpl
@@ -14,7 +14,7 @@
<h1>$title - $page</h1>
<form action="$baseurl/admin/users" method="post">
-
+ <input type='hidden' name='form_security_token' value='$form_security_token'>
<h3>$h_pending</h3>
{{ if $pending }}
<table id='pending'>
@@ -72,8 +72,8 @@
<td class='login_date'>$u.page-flags</td>
<td class="checkbox"><input type="checkbox" class="users_ckbx" id="id_user_$u.uid" name="user[]" value="$u.uid"/></td>
<td class="tools" style="width:60px;">
- <a href="$baseurl/admin/users/block/$u.uid" title='{{ if $u.blocked }}$unblock{{ else }}$block{{ endif }}'><span class='icon block {{ if $u.blocked==0 }}dim{{ endif }}'></span></a>
- <a href="$baseurl/admin/users/delete/$u.uid" title='$delete' onclick="return confirm_delete('$u.name')"><span class='icon ad_drop'></span></a>
+ <a href="$baseurl/admin/users/block/$u.uid?t=$form_security_token" title='{{ if $u.blocked }}$unblock{{ else }}$block{{ endif }}'><span class='icon block {{ if $u.blocked==0 }}dim{{ endif }}'></span></a>
+ <a href="$baseurl/admin/users/delete/$u.uid?t=$form_security_token" title='$delete' onclick="return confirm_delete('$u.name')"><span class='icon ad_drop'></span></a>
</td>
</tr>
{{ endfor }}
diff --git a/view/theme/diabook/diabook-pink/nav.tpl b/view/theme/diabook/diabook-pink/nav.tpl
index 5f316bcdd..e3aabaa8b 100644
--- a/view/theme/diabook/diabook-pink/nav.tpl
+++ b/view/theme/diabook/diabook-pink/nav.tpl
@@ -138,7 +138,7 @@
</nav>
-<div style="position: fixed; bottom: 5px; right: 10px;"><a href="javascript:scroll(0,0); "><img src="view/theme/diabook/icons/scroll_top.png" title="scroll to top"></a></div>
+<div id="scrollup" style="position: fixed; bottom: 5px; right: 10px;"><a href="#top"><img src="view/theme/diabook/icons/scroll_top.png" alt="back to top" title="Back to top"></a></div>
<div style="position: fixed; bottom: 3px; left: 25px;">$langselector</div>
<div style="position: fixed; bottom: 23px; left: 5px;"><a href="http://pad.toktan.org/p/diabook" target="blank" ><img src="view/theme/diabook/icons/bluebug.png" title="report bugs for the theme diabook"/></a></div>
diff --git a/view/theme/diabook/diabook-pink/style-network-wide.css b/view/theme/diabook/diabook-pink/style-network-wide.css
index 321fb2940..0a83955df 100644
--- a/view/theme/diabook/diabook-pink/style-network-wide.css
+++ b/view/theme/diabook/diabook-pink/style-network-wide.css
@@ -121,7 +121,7 @@
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
}
.video { background-image: url("../diabook-pink/icons/video.png");
- display: block; width: 100%; height: 28px; background-repeat: no-repeat;
+ display: block; width: 100%; height: 140px; background-repeat: no-repeat;
}
.audio2 { background-image: url("../diabook-pink/icons/audio.png");
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
@@ -1371,7 +1371,7 @@ transition: all 0.2s ease-in-out;
max-width: 690px;
word-wrap: break-word;
- margin-bottom: 14px;
+
}
/*marker*/
.wall-item-container .wall-item-content img {
@@ -1451,7 +1451,7 @@ transition: all 0.2s ease-in-out;
}
.wall-item-comment-wrapper {
- margin: 1px 5px 17px 80px;
+ margin: 1px 5px 5px 80px;
background-color: #fff;
width: 500px;
}
diff --git a/view/theme/diabook/diabook-pink/style-network.css b/view/theme/diabook/diabook-pink/style-network.css
index ea6105799..3a4f49877 100644
--- a/view/theme/diabook/diabook-pink/style-network.css
+++ b/view/theme/diabook/diabook-pink/style-network.css
@@ -121,7 +121,7 @@
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
}
.video { background-image: url("../diabook-pink/icons/video.png");
- display: block; width: 100%; height: 28px; background-repeat: no-repeat;
+ display: block; width: 100%; height: 140px; background-repeat: no-repeat;
}
.audio2 { background-image: url("../diabook-pink/icons/audio.png");
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
@@ -1365,7 +1365,7 @@ transition: all 0.2s ease-in-out;
max-width: 420px;
word-wrap: break-word;
- margin-bottom: 14px;
+
}
.wall-item-container .wall-item-content img {
@@ -1444,7 +1444,7 @@ transition: all 0.2s ease-in-out;
}
.wall-item-comment-wrapper {
- margin: 1px 5px 17px 80px;
+ margin: 1px 5px 5px 80px;
background-color: #fff;
width: 500px;
}
diff --git a/view/theme/diabook/diabook-pink/style-profile-wide.css b/view/theme/diabook/diabook-pink/style-profile-wide.css
index 15b97cf43..080551896 100644
--- a/view/theme/diabook/diabook-pink/style-profile-wide.css
+++ b/view/theme/diabook/diabook-pink/style-profile-wide.css
@@ -121,7 +121,7 @@
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
}
.video { background-image: url("../diabook-pink/icons/video.png");
- display: block; width: 100%; height: 28px; background-repeat: no-repeat;
+ display: block; width: 100%; height: 140px; background-repeat: no-repeat;
}
.audio2 { background-image: url("../diabook-pink/icons/audio.png");
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
@@ -1346,7 +1346,7 @@ transition: all 0.2s ease-in-out;
max-width: 690px;
word-wrap: break-word;
- margin-bottom: 14px;
+
}
/*marker*/
.wall-item-container .wall-item-content img {
@@ -1425,7 +1425,7 @@ transition: all 0.2s ease-in-out;
padding-left: 12px;
}
.wall-item-comment-wrapper {
- margin: 1px 5px 17px 80px;
+ margin: 1px 5px 5px 80px;
}
.wall-item-comment-wrapper .comment-edit-photo {
display: none;
diff --git a/view/theme/diabook/diabook-pink/style-profile.css b/view/theme/diabook/diabook-pink/style-profile.css
index 7d043dbb3..8f3753061 100644
--- a/view/theme/diabook/diabook-pink/style-profile.css
+++ b/view/theme/diabook/diabook-pink/style-profile.css
@@ -121,7 +121,7 @@
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
}
.video { background-image: url("../diabook-pink/icons/video.png");
- display: block; width: 100%; height: 28px; background-repeat: no-repeat;
+ display: block; width: 100%; height: 140px; background-repeat: no-repeat;
}
.audio2 { background-image: url("../diabook-pink/icons/audio.png");
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
@@ -1338,7 +1338,7 @@ transition: all 0.2s ease-in-out;
max-width: 420px;
word-wrap: break-word;
- margin-bottom: 14px;
+
}
.wall-item-container .wall-item-content img {
@@ -1416,7 +1416,7 @@ transition: all 0.2s ease-in-out;
padding-left: 12px;
}
.wall-item-comment-wrapper {
- margin: 1px 5px 17px 80px;
+ margin: 1px 5px 5px 80px;
}
.wall-item-comment-wrapper .comment-edit-photo {
display: none;
diff --git a/view/theme/diabook/diabook-pink/style-wide.css b/view/theme/diabook/diabook-pink/style-wide.css
index 52155cc9e..65e22aa90 100644
--- a/view/theme/diabook/diabook-pink/style-wide.css
+++ b/view/theme/diabook/diabook-pink/style-wide.css
@@ -150,7 +150,7 @@
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
}
.video { background-image: url("../../../view/theme/diabook/diabook-pink/icons/video.png");
- display: block; width: 100%; height: 28px; background-repeat: no-repeat;
+ display: block; width: 100%; height: 140px; background-repeat: no-repeat;
}
.audio2 { background-image: url("../../../view/theme/diabook/diabook-pink/icons/audio.png");
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
@@ -614,7 +614,7 @@ header #banner #logo-text {
}
/* messages */
#message-new {
- background: #3465A4;
+ background: #996d73;
border: 1px solid #333;
width: 150px;
}
@@ -1601,7 +1601,7 @@ body .pageheader{
max-width: 690px;
word-wrap: break-word;
- margin-bottom: 14px;
+
}
.wall-item-container .wall-item-content img {
@@ -1679,7 +1679,7 @@ body .pageheader{
padding-left: 12px;
}
.wall-item-comment-wrapper {
- margin: 1px 5px 17px 80px;
+ margin: 1px 5px 5px 80px;
}
.wall-item-comment-wrapper .comment-edit-photo {
display: none;
diff --git a/view/theme/diabook/diabook-pink/style.css b/view/theme/diabook/diabook-pink/style.css
index 84311fbe4..c223e6439 100644
--- a/view/theme/diabook/diabook-pink/style.css
+++ b/view/theme/diabook/diabook-pink/style.css
@@ -150,7 +150,7 @@
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
}
.video { background-image: url("../../../view/theme/diabook/diabook-pink/icons/video.png");
- display: block; width: 100%; height: 28px; background-repeat: no-repeat;
+ display: block; width: 100%; height: 140px; background-repeat: no-repeat;
}
.audio2 { background-image: url("../../../view/theme/diabook/diabook-pink/icons/audio.png");
display: block; width: 28px; height: 28px; background-repeat: no-repeat;
@@ -615,8 +615,9 @@ header #banner #logo-text {
top: 10%;
}
/* messages */
+/*color*/
#message-new {
- background: #3465A4;
+ background: #996d73;
border: 1px solid #333;
width: 150px;
}
@@ -1599,7 +1600,7 @@ body .pageheader{
max-width: 720px;
word-wrap: break-word;
- margin-bottom: 14px;
+
}
.wall-item-container .wall-item-content img {
@@ -1676,7 +1677,7 @@ body .pageheader{
padding-left: 12px;
}
.wall-item-comment-wrapper {
- margin: 1px 5px 17px 80px;
+ margin: 1px 5px 5px 80px;
}
.wall-item-comment-wrapper .comment-edit-photo {
display: none;