Subida a producción de la maqueta

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@21 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-07-19 16:15:56 +00:00
parent 6b401dd02f
commit 838d468d78
13 changed files with 177 additions and 77 deletions

View File

@ -281,12 +281,12 @@ class Top_Members extends WP_Widget {
$defaults = array( $defaults = array(
'title' => __( 'Top Members', 'top_members'), 'title' => __( 'Top Members', 'top_members'),
'number' => __(1, 'top_members'), 'number' => __(1, 'top_members'),
'template' => __('<h3>Thanks %firstname% %lastname% !!!</h3><div class="post type-post status-publish format-standard hentry post-loop"><div class="post-thumbnail"><a href="%linktoposts%">%gravatar%</a></div><div class="post-text"><a href="%linktoposts%">%firstname% %lastname% </a> has recommended<br/>us to %nrofposts% friends!!!<div class="post-meta"></div></div></div><a href="" class="button">Invite your friends</a>', 'top_members'), 'template' => __('<h3>Thanks %nickname% !!!</h3><div class="post type-post status-publish format-standard hentry post-loop"><div class="post-thumbnail"><a href="%linktoposts%">%gravatar%</a></div><div class="post-text"><a href="%linktoposts%">%nickname% </a> has recommended<br/>us to %nrofposts% friends!!!<br/><br/><div class="post-meta"></div></div></div><div class="clear"></div><a href="" class="button">Invite your friends</a>', 'top_members'),
'linkbase' => 'buddypress/members', 'linkbase' => 'buddypress/members',
'author_link' => 'username', 'author_link' => 'username',
'before' => __('<ul>', 'top_members'), 'before' => __('<ul>', 'top_members'),
'after' => __('</ul>', 'top_members'), 'after' => __('</ul>', 'top_members'),
'gravatar_size' => __(24), 'gravatar_size' => __(100),
); );

View File

@ -36,8 +36,6 @@ global $bp;
$song = get_post_meta($post->ID, 'ghostpool_dedication_song', true); $song = get_post_meta($post->ID, 'ghostpool_dedication_song', true);
break; break;
default : die();
} }
?> ?>

View File

@ -2,7 +2,12 @@
</div> </div>
<!--End Content Wrapper--> <!--End Content Wrapper-->
</div>
<!--End Page Wrapper-->
<div class="clear"></div>
<div id="footer">
<!--Begin Footer Widgets--> <!--Begin Footer Widgets-->
<?php if($theme_footer_widgets == "All Pages" OR ($theme_footer_widgets == "Homepage" && is_home())) { ?> <?php if($theme_footer_widgets == "All Pages" OR ($theme_footer_widgets == "Homepage" && is_home())) { ?>
@ -50,7 +55,7 @@
<?php } ?> <?php } ?>
<?php } ?> <?php } ?>
<div class="clear"></div>
</div> </div>
<?php } ?> <?php } ?>
<!--End Footer Widgets--> <!--End Footer Widgets-->
@ -62,16 +67,12 @@
</div> </div>
<?php } ?> <?php } ?>
<!--End Footer Bottom--> <!--End Footer Bottom-->
<div class="clear"></div>
<div class="clear"></div>
</div>
<!--End Page Shadow-->
</div> </div>
<!--End Page Wrapper-->
<div class="clear"></div>
<?php wp_footer(); ?> <?php wp_footer(); ?>

View File

@ -15,7 +15,7 @@
<div class="padder"> <div class="padder">
<form action="<?php bp_group_creation_form_action(); ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data"> <form action="<?php bp_group_creation_form_action(); ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data">
<h3><?php _e( 'Create a Group', 'buddypress' ); ?><h3> &nbsp;<a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() ); ?>"><?php _e( 'Groups Directory', 'buddypress' ); ?></a> <h3><?php _e( 'Create a Group', 'buddypress' ); ?></h3> &nbsp;<a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() ); ?>"><?php _e( 'Groups Directory', 'buddypress' ); ?></a>
<?php do_action( 'bp_before_create_group' ); ?> <?php do_action( 'bp_before_create_group' ); ?>
@ -95,7 +95,7 @@
<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li> <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li>
</ul> </ul>
</label> </label>
<?php if (0) : ?>
<label><input type="radio" name="group-status" value="hidden"<?php if ( 'hidden' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> /> <label><input type="radio" name="group-status" value="hidden"<?php if ( 'hidden' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> />
<strong><?php _e('This is a hidden group', 'buddypress'); ?></strong> <strong><?php _e('This is a hidden group', 'buddypress'); ?></strong>
<ul> <ul>
@ -104,10 +104,11 @@
<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li> <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li>
</ul> </ul>
</label> </label>
<?php endif; ?>
</div> </div>
<hr /> <hr />
<?php if (0) : ?>
<h4><?php _e( 'Group Invitations', 'buddypress' ); ?></h4> <h4><?php _e( 'Group Invitations', 'buddypress' ); ?></h4>
<p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ) ?></p> <p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ) ?></p>
@ -130,7 +131,7 @@
</div> </div>
<hr /> <hr />
<?php endif; ?>
<?php do_action( 'bp_after_group_settings_creation_step' ); ?> <?php do_action( 'bp_after_group_settings_creation_step' ); ?>
<?php wp_nonce_field( 'groups_create_save_group-settings' ); ?> <?php wp_nonce_field( 'groups_create_save_group-settings' ); ?>

View File

@ -75,7 +75,7 @@
<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li> <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li>
</ul> </ul>
</label> </label>
<?php if (0) : ?>
<label> <label>
<input type="radio" name="group-status" value="hidden"<?php bp_group_show_status_setting( 'hidden' ) ?> /> <input type="radio" name="group-status" value="hidden"<?php bp_group_show_status_setting( 'hidden' ) ?> />
<strong><?php _e( 'This is a hidden group', 'buddypress' ) ?></strong> <strong><?php _e( 'This is a hidden group', 'buddypress' ) ?></strong>
@ -85,10 +85,11 @@
<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li> <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ) ?></li>
</ul> </ul>
</label> </label>
<?php endif; ?>
</div> </div>
<hr /> <hr />
<?php if (0) : ?>
<h4><?php _e( 'Group Invitations', 'buddypress' ); ?></h4> <h4><?php _e( 'Group Invitations', 'buddypress' ); ?></h4>
<p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ) ?></p> <p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ) ?></p>
@ -111,7 +112,7 @@
</div> </div>
<hr /> <hr />
<?php endif; ?>
<?php do_action( 'bp_after_group_settings_admin' ); ?> <?php do_action( 'bp_after_group_settings_admin' ); ?>
<p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" id="save" name="save" /></p> <p><input type="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" id="save" name="save" /></p>

View File

@ -29,9 +29,6 @@
<!--Begin Page Wrapper--> <!--Begin Page Wrapper-->
<div id="page-wrapper"> <div id="page-wrapper">
<!--Begin Page Shadow-->
<div id="page-shadow">
<!--Begin Header--> <!--Begin Header-->
<div id="header"> <div id="header">
<!--Begin Logo--> <!--Begin Logo-->
@ -45,7 +42,7 @@
<!--End Logo--> <!--End Logo-->
<?php if(is_user_logged_in()) { ?> <?php if(is_user_logged_in()) { ?>
<?php global $bp, $current_user; get_currentuserinfo(); ?> <?php global $bp, $current_user; get_currentuserinfo(); ?>
<div class="login-name"><?php echo $current_user->display_name; ?></div> <div class="login-name"><?php echo $current_user->display_name; ?> (<a href="<?php echo wp_logout_url(); ?>"><?php _e( 'Logout', 'buddypress' ) ?></a>)</div>
<? } ?> <? } ?>
<?php if ( is_user_logged_in() ) : ?> <?php if ( is_user_logged_in() ) : ?>
@ -57,9 +54,9 @@
<!--End Nav--> <!--End Nav-->
<?php } ?> <?php } ?>
<ul class="navmenu"> <ul class="navmenu">
<li><a class="friends" href="<?php echo bp_get_members_directory_permalink(); ?>"><span><?php __( 'Members', 'buddypress' ); ?></span></a></li> <li><a class="events" href="#"><span><?php __( 'Events', 'buddypress' ); ?></span></a></li>
<li><a class="groups " href="<?php echo bp_get_groups_directory_permalink(); ?>"><span><?php __( 'Groups', 'buddypress' ); ?></span></a></li> <li><a title="<?php __( 'Members', 'buddypress' ); ?>" class="friends" href="<?php echo bp_get_members_directory_permalink(); ?>"><span><?php __( 'Members', 'buddypress' ); ?></span></a></li>
<li><a class="dedications" href="<?php echo bp_loggedin_user_domain() . bp_get_dedication_slug() ?>"><span><?php printf( __( 'My Friends <span>%s</span>', 'buddypress' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ); ?></span></a></li> <li><a title="<?php __( 'Groups', 'buddypress' ); ?>" class="groups " href="<?php echo bp_get_groups_directory_permalink(); ?>"><span><?php __( 'Groups', 'buddypress' ); ?></span></a></li>
<li><a class="profile" href="<?php if(function_exists('bp_is_active')) { echo $bp->loggedin_user->domain; } else { echo get_author_posts_url(get_the_author_id()); } ?>"><span><?php _e('Profile', 'gp_lang'); ?></span></a></li> <li><a class="profile" href="<?php if(function_exists('bp_is_active')) { echo $bp->loggedin_user->domain; } else { echo get_author_posts_url(get_the_author_id()); } ?>"><span><?php _e('Profile', 'gp_lang'); ?></span></a></li>
</ul> </ul>
<?php endif; ?> <?php endif; ?>

View File

@ -1347,6 +1347,7 @@ function gp_admin() {
<?php screen_icon('options-general'); ?> <?php screen_icon('options-general'); ?>
<h2><?php _e('Theme Options', 'gp_lang'); ?></h2> <h2><?php _e('Theme Options', 'gp_lang'); ?></h2>
<?php if(0) : ?>
<div id="message" class="error"> <div id="message" class="error">
<p><?php _e('Need help? First check the', 'gp_lang'); ?> <a href="http://ghostpool.com/help/<?php echo $dirname; ?>/help.html" target="_blank"><?php _e('help file', 'gp_lang'); ?></a><?php _e(', then visit the', 'gp_lang'); ?> <a href="http://ghostpool.com/support" target="_blank"><?php _e('support forum', 'gp_lang'); ?></a>.</p> <p><?php _e('Need help? First check the', 'gp_lang'); ?> <a href="http://ghostpool.com/help/<?php echo $dirname; ?>/help.html" target="_blank"><?php _e('help file', 'gp_lang'); ?></a><?php _e(', then visit the', 'gp_lang'); ?> <a href="http://ghostpool.com/support" target="_blank"><?php _e('support forum', 'gp_lang'); ?></a>.</p>
@ -1358,7 +1359,8 @@ function gp_admin() {
<p class="textright"><a href="#TB_inline?height=300&amp;width=500&amp;inlineId=import_export" title="<?php _e('Import/Export Theme Options', 'gp_lang'); ?>" class="thickbox" onclick="return false;"><?php _e('Import/Export Theme Options', 'gp_lang'); ?></a></p> <p class="textright"><a href="#TB_inline?height=300&amp;width=500&amp;inlineId=import_export" title="<?php _e('Import/Export Theme Options', 'gp_lang'); ?>" class="thickbox" onclick="return false;"><?php _e('Import/Export Theme Options', 'gp_lang'); ?></a></p>
</div> </div>
<?php endif; ?>
<div id="import_export" class="hide-if-js"> <div id="import_export" class="hide-if-js">
<h3><?php _e('Import Theme Options', 'gp_lang'); ?></h3> <h3><?php _e('Import Theme Options', 'gp_lang'); ?></h3>

View File

@ -14,13 +14,54 @@ class SidebarPosts extends WP_Widget {
$this->WP_Widget('sidebar-posts-widget', __('GP Sidebar Posts', 'gp_lang'), $widget_ops); $this->WP_Widget('sidebar-posts-widget', __('GP Sidebar Posts', 'gp_lang'), $widget_ops);
} }
function string_limit_words($string, $word_limit) { function htmlwrap(&$str, $maxLength, $char='<br />'){
$words = explode(' ', $string, ($word_limit + 1)); $count = 0;
if (count($words) > $word_limit) $newStr = '';
array_pop($words); $openTag = false;
return implode(' ', $words); $lenstr = strlen($str);
} for($i=0; $i<$lenstr; $i++){
$newStr .= $str{$i};
if($str{$i} == '<'){
$openTag = true;
continue;
}
if(($openTag) && ($str{$i} == '>')){
$openTag = false;
continue;
}
if(!$openTag){
if($str{$i} == ' '){
if ($count == 0) {
$newStr = substr($newStr,0, -1);
continue;
} else {
$lastspace = $count + 1;
}
}
$count++;
if($count==$maxLength){
if ($str{$i+1} != ' ' && $lastspace && ($lastspace < $count)) {
$tmp = ($count - $lastspace)* -1;
$newStr = substr($newStr,0, $tmp) . $char . substr($newStr,$tmp);
$count = $tmp * -1;
} else {
$newStr .= $char;
$count = 0;
}
$lastspace = 0;
}
}
}
return $newStr;
}
function cutstr($str, $length, $ellipsis=''){
$cut = (array)explode('\n\n', $this->htmlwrap($str, $length, '\n\n'));
return $cut[0].((strlen($cut)<strlen($str))?$ellipsis:'');
}
function widget($args, $instance) { function widget($args, $instance) {
global $gp_settings, $post, $wp_query, $paged; global $gp_settings, $post, $wp_query, $paged;
extract($args); extract($args);
@ -112,9 +153,7 @@ class SidebarPosts extends WP_Widget {
$song = get_post_meta($post->ID, 'ghostpool_dedication_song', true); $song = get_post_meta($post->ID, 'ghostpool_dedication_song', true);
$artist_song = $artist . '. ' . $song; $artist_song = $artist . '. ' . $song;
$artist_song_span = '<span>'.$artist.'</span>'.'. '.$song; $artist_song_span = '<span>'.$artist.'</span>'.'. '.$song;
$new_name = $this->string_limit_words($artist_song_span, 6); $new_name = $this->cutstr($artist_song_span, 30, '...');
if ($new_name != $artist_song_span)
$new_name .= '...';
?> ?>
<a href="<?php the_permalink(); ?>" class="post-artist-song" title="<?php echo $artist_song; ?>"><?php echo $new_name; ?></a> <a href="<?php the_permalink(); ?>" class="post-artist-song" title="<?php echo $artist_song; ?>"><?php echo $new_name; ?></a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -3,7 +3,7 @@
/* Page Styling */ /* Page Styling */
body { body {
border-top: 1px solid #616161; border-top: 1px solid #616161;
background: #fff url(lib/images/background.png) left -15px repeat-x; background: #fff url(lib/images/background.png) left -25px repeat-x;
font-family: Arial, Helvetica,sans-serif; font-family: Arial, Helvetica,sans-serif;
} }
@ -32,6 +32,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
#page-wrapper { #page-wrapper {
padding-top: 0; padding-top: 0;
width: 940px; width: 940px;
text-align: left;
} }
#page-shadow { #page-shadow {
@ -48,7 +49,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
/*************************** Header ***************************/ /*************************** Header ***************************/
#header { #header {
margin-bottom: 0px; margin-bottom: 10px;
} }
/* Header */ /* Header */
@ -133,29 +134,26 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hove
ul.navmenu { ul.navmenu {
width: 269px; width: 269px;
float: right; float: right;
margin-bottom: 10px;
} }
ul.navmenu li { ul.navmenu li {
float: left; float: left;
width: 50px; width: 51px;
height: 100px; height: 85px;
margin-left: 15px; margin-left: 15px;
box-shadow: 2px 1px 4px #999; /*box-shadow: 2px 1px 4px #999;
background: #1586ae; background: #1586ae;
border: 1px solid #1b7695; border: 1px solid #1b7695;
border-top: 0; border-top: 0;*/
/*background: url(lib/images/bg-header.png) repeat-x;*/ /*background: url(lib/images/bg-header.png) repeat-x;*/
} }
ul.navmenu li a { ul.navmenu li a {
background-color: transparent; background-color: transparent;
display: block; display: block;
width: 50px; width: 51px;
height: 100px; height: 85px;
}
ul.navmenu li a:hover, ul.navmenu li a:active {
background-color: #488cbd;
} }
ul.navmenu li a span { ul.navmenu li a span {
@ -163,29 +161,54 @@ ul.navmenu li a span {
} }
ul.navmenu li a.friends { ul.navmenu li a.friends {
background-image: url(lib/images/friends-icon.png); background-image: url(lib/images/icons.png);
background-position: 50% 40%; background-position: 0px -255px;
background-repeat: no-repeat;
}
ul.navmenu li a.friends:hover {
background-image: url(lib/images/icons.png);
background-position: -52px -255px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
ul.navmenu li a.groups { ul.navmenu li a.groups {
background-image: url(lib/images/forum-icon.png); background-image: url(lib/images/icons.png);
background-position: 50% 20%; background-position: 0px -85px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
ul.navmenu li a.dedications { ul.navmenu li a.groups:hover {
background-image: url(lib/images/dedications-icon.png); background-image: url(lib/images/icons.png);
background-position: 50% 40%; background-position: -52px -85px;
background-repeat: no-repeat;
}
ul.navmenu li a.events {
background-image: url(lib/images/icons.png);
background-position: 0px 0px;
background-repeat: no-repeat;
}
ul.navmenu li a.events:hover {
background-image: url(lib/images/icons.png);
background-position: -52px 0px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
ul.navmenu li a.profile { ul.navmenu li a.profile {
background-image: url(lib/images/profile-icon.png); background-image: url(lib/images/icons.png);
background-position: 50% 30%; background-position: 0px -170px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
ul.navmenu li a.profile:hover {
background-image: url(lib/images/icons.png);
background-position: -52px -170px;
background-repeat: no-repeat;
}
.login-name { .login-name {
color: #596a7c; color: #596a7c;
width: 40%; width: 40%;
@ -441,17 +464,25 @@ ul.navmenu li a.profile {
color: #077dc8; color: #077dc8;
} }
/*************************** Footer ***************************/ /*************************** Footer ***************************/
#footer .page-wrapper { #footer {
background: url("lib/images/bg-header-overlay.png") no-repeat center top transparent; width: 100%;
} text-align: center;
/* Footer Widgets */
#footer-widgets {
background: #e7e7e7; background: #e7e7e7;
padding-right: 0px;
border: 2px solid #349BBC; border: 2px solid #349BBC;
border-left: none; border-left: none;
border-right: none; border-right: none;
margin-top: 15px;
}
/* Footer Widgets */
#footer-widgets {
padding: 10px;
background: transparent;
margin: 0 auto;
float: none;
font-weight: bold;
color: #576a7b;
} }
#footer-widgets h3 { #footer-widgets h3 {
@ -461,8 +492,22 @@ ul.navmenu li a.profile {
background: transparent; background: transparent;
} }
#footer-widgets #nav_menu-4 h3 {
color: #ef54ca !important;
}
#footer-widgets #nav_menu-5 h3 {
color: #f0776f !important;
}
#footer-widgets #nav_menu-6 h3 {
color: #7dafc6 !important;
}
#footer-widgets .widget li { #footer-widgets .widget li {
padding-top: 8px; padding-top: 4px;
text-align: left;
} }
.footer-widgets-border-right { .footer-widgets-border-right {
@ -476,11 +521,11 @@ ul.navmenu li a.profile {
} }
#footer .widget a { #footer .widget a {
color: #8ad0e8; color: #576a7b;
} }
#footer .widget a:hover { #footer .widget a:hover {
color: #fff; color: #4B8CC6;
} }
/* Footer Bottom */ /* Footer Bottom */
@ -623,11 +668,11 @@ ul.navmenu li a.profile {
text-align: center; text-align: center;
} }
.widget.sidebarposts h3, #sidebar-home .widget.sidebarposts h3,
.widget.sidebarposts .post-loop .post-text { #sidebar-home .widget.sidebarposts .post-loop .post-text {
color: #34a089 !important; color: #34a089 !important;
text-align: left; text-align: left;
font-size: 12px; font-size: 12px;
} }
.widget.sidebarposts a { .widget.sidebarposts a {
@ -641,6 +686,7 @@ ul.navmenu li a.profile {
.widget.sidebarposts .post-loop .post-meta { .widget.sidebarposts .post-loop .post-meta {
color: #34a089; color: #34a089;
white-space: nowrap; white-space: nowrap;
line-height: 19px;
} }
.widget.sidebarposts .post-loop .post-meta span a { .widget.sidebarposts .post-loop .post-meta span a {
@ -660,6 +706,8 @@ ul.navmenu li a.profile {
.widget.sidebarposts .post-text .post-artist-song { .widget.sidebarposts .post-text .post-artist-song {
white-space: nowrap; white-space: nowrap;
line-height: 19px;
} }
.widget.widget_specialrecentposts { .widget.widget_specialrecentposts {
@ -726,12 +774,19 @@ a.button {
} }
a.button:hover { a.button:hover {
background: #879db1; background: -moz-linear-gradient(
border: 1px outset #34404b; top,
#7cb9d0 0%,
#466b94);
background: -webkit-gradient(
linear, left top, left bottom,
from(#7cb9d0),
to(#466b94));
border: 1px outset #7CB9D0;
} }
a.button:active { a.button:active {
background: #685f6e; background: #0f3d5f;
border: 1px inset #34404b; border: 1px inset #34404b;
-moz-box-shadow: inset 0 0 10px #262630; -moz-box-shadow: inset 0 0 10px #262630;
-webkit-box-shadow: inset 0 0 10px #262630; -webkit-box-shadow: inset 0 0 10px #262630;
@ -747,7 +802,7 @@ a.button:active {
} }
h3.comments { h3.comments {
border-bottom: 1px solid #e5e5e5; border-bottom: none;
} }
.comment-box { .comment-box {
@ -795,6 +850,12 @@ h3.comments {
font-weight: bold; font-weight: bold;
} }
#respond h3 {
margin: 0;
border-bottom: none;
}
/*************************** Page/Post ***************************/ /*************************** Page/Post ***************************/
/* Posts */ /* Posts */

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB