Cambios hechos por Fernando

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@170 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-09-06 09:36:42 +00:00
parent 6925e60f3a
commit b93f888c0d
17 changed files with 284 additions and 132 deletions

View File

@ -1,104 +1,200 @@
/* /*
*/ */
body.login { body.login {
background: url(../images/bg-login.jpg) no-repeat center center fixed; /*
-webkit-background-size: cover; background: url(../images/login.jpg) no-repeat center 75px fixed;
-moz-background-size: cover; -webkit-background-size: cover;
-o-background-size: cover; -moz-background-size: cover;
background-size: cover; -o-background-size: cover;
font-size: 14px; background-size: cover;
} font-size: 14px;
*/
.login h1 a { background-attachment: inherit;
background-image: url(../images/logo-w.png); background-clip: border-box;
background-size: 312px 84px; background-color: #c6c9d5;
height: 84px; background-image: url("../images/login.jpg");
} background-origin: padding-box;
background-position: center 75px;
background-repeat: no-repeat;
background-size: contain;
.login form { font-size: 14px;
background: none repeat scroll 0 0 #FFF; height: 1628px;
border: 1px solid #E5E5E5; }
border-bottom: 0px;
border-radius: 5px 5px 0px 0px; .login h1 a {
box-shadow: 0 4px 18px #fff; float: left;
font-weight: normal; }
margin-left: 8px; .login h1 a {
padding: 16px 16px 40px; background-image: url(http://www.asong2u.com/wp-content/uploads/2012/08/logo-w21.png);
} background-size: 225px 61px;
form .forgetmenot { height: 61px;
} }
#login form .submit input {
}
#login form p {
margin-bottom: 0; .login form {
} background: none repeat scroll 0 0 #FFF;
label { border: 1px solid #E5E5E5;
color: #777777; border-bottom: 0px;
font-size: 13px; border-radius: 5px 5px 0px 0px;
} box-shadow: 0 4px 18px #fff;
form .forgetmenot label { font-weight: normal;
font-size: 11px; margin-left: 8px;
line-height: 19px; padding: 16px 16px 40px;
} }
form .submit { form .forgetmenot {
float: right; }
} #login form .submit input {
form p { }
margin-bottom: 24px; #login form p {
} margin-bottom: 0;
#nav, #backtoblog { }
background: none repeat scroll 0 0 #FFFFFF; label {
border: 1px solid #E5E5E5; color: #777777;
border-top: none; font-size: 13px;
border-bottom: none; }
border-radius: 0px; form .forgetmenot label {
box-shadow: none; font-size: 11px;
font-weight: normal; line-height: 19px;
margin: 0px; }
padding: 16px 16px 40px; form .submit {
box-shadow: 0 4px 18px #fff; float: right;
}
} form p {
margin-bottom: 24px;
.login #nav, .login #backtoblog { }
margin-left: 8px; #nav, #backtoblog {
padding-bottom: 16px; background: none repeat scroll 0 0 #FFFFFF;
padding-top: 0; border: 1px solid #E5E5E5;
} border-top: none;
border-bottom: none;
#backtoblog { border-radius: 0px;
border-top: none; box-shadow: none;
border-radius: 0px 0px 5px 5px; font-weight: normal;
} margin: 0px;
padding: 16px 16px 40px;
#backtoblog a { box-shadow: 0 4px 18px #fff;
text-decoration: none;
} }
#login {
} .login #nav, .login #backtoblog {
#login_error, .message { margin-left: 8px;
border-radius: 3px 3px 3px 3px; padding-bottom: 16px;
border-style: solid; padding-top: 0;
border-width: 1px; }
margin: 0 0 16px 8px;
padding: 12px; #backtoblog {
} border-top: none;
#nav { border-radius: 0px 0px 5px 5px;
} }
#user_pass, #user_login, #user_email {
} #backtoblog a {
.clear { text-decoration: none;
clear: both; }
} #container {
background: url("../images/background.png") repeat-x scroll left -6px transparent;
.login #nav a, .login #backtoblog a { padding-top: 6px;
color: #576a7b !important; width: 100%;
font-weight: bold; }
} div#container div#login {
padding-top: 0;
.login #nav, .login #backtoblog { text-align: left;
text-shadow: none; width: 940px;
}
div#container div#login form#loginform,
div#container div#login p#nav,
div#container div#login p#backtoblog {
background-color: transparent;
border: 0 none;
border-radius: 0;
box-shadow: none;
}
div#container div#login form#loginform {
float: left;
padding: 0;
position: relative;
width: 398px;
}
div#container div#login form#loginform p {
float: left;
line-height: 16px;
padding: 0px 10px;
}
div#container div#login form#loginform p label {
color: #ffffff;
font-size: 13px;
}
div#container div#login form#loginform p label input {
border-radius: 0;
font-size: 16px;
height: 26px;
margin-bottom: 0;
width: 173px;
}
div#container div#login form#loginform p label input#rememberme {
background-color: transparent;
clear: both;
height: 13px;
width: 13px;
}
div#container div#login form#loginform p.forgetmenot {
padding: 1px 10px 0;
}
div#container div#login form#loginform p.forgetmenot label {
color: #b5cde7;
font-size: 12px;
}
div#container div#login form#loginform p.forgetmenot label input {
margin-top: -1px;
}
div#container div#login form#loginform p.submit {
position: absolute;
right: -79px;
top: 18px;
}
div#container div#login p#backtoblog {
display: none;
}
div#container div#login p#nav {
color: #0154ac;
padding: 20px 70px 0 0;
position: relative;
text-align: right;
}
div#container div#login p#nav a {
color: #61d130 !important;
font-size: 12px;
}
div#container div#login p#nav a#forgotYourPassword {
color: #B5CDE7 !important;
font-size: 12px;
font-weight: normal;
position: absolute;
right: 270px;
text-decoration: none;
top: 46px;
}
#login_error, .message {
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
margin: 0 0 16px 8px;
padding: 12px;
}
#nav {
}
#user_pass, #user_login, #user_email {
}
.clear {
clear: both;
}
.login #nav a, .login #backtoblog a {
color: #576a7b !important;
font-weight: bold;
}
.login #nav, .login #backtoblog {
text-shadow: none;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -1,27 +1,28 @@
<?php <?php
/** /**
* BuddyPress - Users Header * BuddyPress - Users Header
* *
* @package BuddyPress * @package BuddyPress
* @subpackage bp-default * @subpackage bp-default
*/ */
?> ?>
<?php global $bp; ?> <?php global $bp; ?>
<div class="columns twothirds first text-left"> <div class="columns twothirds first text-left">
<div id="item-header-avatar" class="columns onefourth first text-left"> <div id="item-header-avatar" class="columns onefourth first text-left">
<a href="<?php echo bp_displayed_user_link(); ?>"><?php bp_displayed_user_avatar( 'type=full' ); ?></a> <a href="<?php echo bp_displayed_user_link(); ?>"><?php bp_displayed_user_avatar( 'type=full' ); ?></a>
</div> </div>
<div class="columns threefourths last text-left"> <div class="columns threefourths last text-left">
<span class="user-nicename"><a href="<?php echo bp_displayed_user_link(); ?>" title="<?php bp_displayed_user_fullname(); ?>"><?php bp_displayed_user_fullname(); ?> (<a title="<?php echo (bp_displayed_user_id() == bp_loggedin_user_id()) ? 'My profile' : bp_displayed_user_fullname() . '\'s profile'; ?>" href="<?php echo bp_displayed_user_link().BP_XPROFILE_SLUG; ?>"><?php _e('Profile'); ?></a>)</a></span> <span class="user-nicename">
<div id="item-meta"> <a href="<?php echo bp_displayed_user_link(); ?>" title="<?php bp_displayed_user_fullname(); ?>"><?php bp_displayed_user_fullname(); ?></a><a title="<?php echo (bp_displayed_user_id() == bp_loggedin_user_id()) ? 'My profile' : bp_displayed_user_fullname() . '\'s profile'; ?>" href="<?php echo bp_displayed_user_link().BP_XPROFILE_SLUG; ?>"> (<?php _e('Profile'); ?>)</a></span>
<?php if (bp_is_active(BP_DEDICATION_SLUG)) : ?> <div id="item-meta">
<div class="my-dedications"><?php _e('My dedications:'); ?>&nbsp;<?php echo $bp->dedications->get_count_dedications_from_user(bp_displayed_user_id()); ?></div> <?php if (bp_is_active(BP_DEDICATION_SLUG)) : ?>
<div class="dedicated-to-me"><?php _e('Dedicated to me:'); ?>&nbsp;<?php echo $bp->dedications->get_count_dedications_to_user(bp_displayed_user_id()); ?></div> <div class="my-dedications"><?php _e('My dedications:'); ?>&nbsp;<?php echo $bp->dedications->get_count_dedications_from_user(bp_displayed_user_id()); ?></div>
<?php endif; ?> <div class="dedicated-to-me"><?php _e('Dedicated to me:'); ?>&nbsp;<?php echo $bp->dedications->get_count_dedications_to_user(bp_displayed_user_id()); ?></div>
<div class="friend-requests"><?php _e('Friend requests:'); ?>&nbsp;<?php echo bp_friend_get_total_requests_count(); ?></div> <?php endif; ?>
<div class="edit-profile"></div> <div class="friend-requests"><?php _e('Friend requests:'); ?>&nbsp;<?php echo bp_friend_get_total_requests_count(); ?></div>
</div><!-- #item-meta --> <div class="edit-profile"></div>
</div> </div><!-- #item-meta -->
</div> </div>
</div>

View File

@ -1481,13 +1481,68 @@ color: #325670;
list-style: none !important; list-style: none !important;
} }
/************** CAMBIOS DE ESTILO POR NANDO Y JORGE ***************/ /************** CAMBIOS DE ESTILO POR NANDO Y JORGE ***************/
div#comments div div#respond form#commentform.commentform input#submit { div#comments div div#respond form#commentform.commentform input#submit {
margin-left: 536px; margin-left: 536px;
} }
.home-page div#page-wrapper div#content-wrapper div#content div#precontent-wrapper div#dedicationComments_container.columns div#comments div div#respond form#commentform.commentform input#submit { .home-page div#page-wrapper div#content-wrapper div#content div#precontent-wrapper div#dedicationComments_container.columns div#comments div div#respond form#commentform.commentform input#submit {
margin-left: 536px; margin-left: 536px;
}
div#page-wrapper div#content-wrapper div#the_slider div#slider-wrapper div#dedicationFooter_container div.columns a.button {
border-radius: 0 0 0 0;
line-height: 21px;
padding: 6px 0;
}
div#sidebar div.posts div div.post-thumbnail a img,
div#sidebar div#top_members-6 div.post div.post-thumbnail a img.avatar {
padding: 5px;
border: 1px solid #349BBC;
}
ol#commentlist li.comment div.comment-box div.comment-meta {
width: 600px;
}
ol#commentlist li.comment div.comment-box div.comment-text p {
height: 48px;
overflow: scroll;
}
div#page-wrapper div#content-wrapper div#content.dedication-profile div.padder div#item-body div.columns div.home-dedicated-2-me.post-loop,
div#page-wrapper div#content-wrapper div#content.dedication-profile div.padder div#item-body div.columns div.home-my-dedications.post-loop {
max-height: 250px;
min-height: 250px;
}div#page-wrapper div#content-wrapper div#content.dedication-profile div.padder div#item-body div.columns div div.post-thumbnail a img {
height: 180px!important;
width: 300px!important;
}
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div#my-friends-big-avatars.widget h3,
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div.widget.widget_bp_my_groups_widget h3,
div#page-wrapper div#content-wrapper div#sidebar div.widget.top_members a.button,
div#page-wrapper div#content-wrapper div#sidebar div.widget.sidebarposts .top_10 h3,
div#page-wrapper div#content-wrapper div#sidebar div.widget.widget_specialrecentposts h3 {
border-top: 9px solid;
padding: 10px 0;
text-transform: none;
}
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div#my-friends-big-avatars.widget h3,
div#page-wrapper div#content-wrapper div#sidebar div.widget.widget_specialrecentposts h3 {
border-color: #2C85C7;
}
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div.widget.widget_bp_my_groups_widget h3 {
border-color: #253B48;
}
div#page-wrapper div#content-wrapper div#members-dir-list.members ul#members-list.item-list li div.action {
text-align: left;
}
div#page-wrapper div#content-wrapper div#members-dir-list.members ul#members-list.item-list li div.action div.generic-button {
float: none;
}
div#page-wrapper div#content-wrapper div#content div.padder form#members-directory-form.dir-form div#members-dir-list.members ul#members-list.item-list li div.action div#friendship-button-1 {
} }