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 {
background: url(../images/bg-login.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-size: 14px;
}
.login h1 a {
background-image: url(../images/logo-w.png);
background-size: 312px 84px;
height: 84px;
}
.login form {
background: none repeat scroll 0 0 #FFF;
border: 1px solid #E5E5E5;
border-bottom: 0px;
border-radius: 5px 5px 0px 0px;
box-shadow: 0 4px 18px #fff;
font-weight: normal;
margin-left: 8px;
padding: 16px 16px 40px;
}
form .forgetmenot {
}
#login form .submit input {
}
#login form p {
margin-bottom: 0;
}
label {
color: #777777;
font-size: 13px;
}
form .forgetmenot label {
font-size: 11px;
line-height: 19px;
}
form .submit {
float: right;
}
form p {
margin-bottom: 24px;
}
#nav, #backtoblog {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-top: none;
border-bottom: none;
border-radius: 0px;
box-shadow: none;
font-weight: normal;
margin: 0px;
padding: 16px 16px 40px;
box-shadow: 0 4px 18px #fff;
}
.login #nav, .login #backtoblog {
margin-left: 8px;
padding-bottom: 16px;
padding-top: 0;
}
#backtoblog {
border-top: none;
border-radius: 0px 0px 5px 5px;
}
#backtoblog a {
text-decoration: none;
}
#login {
}
#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;
/*
*/
body.login {
/*
background: url(../images/login.jpg) no-repeat center 75px fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-size: 14px;
*/
background-attachment: inherit;
background-clip: border-box;
background-color: #c6c9d5;
background-image: url("../images/login.jpg");
background-origin: padding-box;
background-position: center 75px;
background-repeat: no-repeat;
background-size: contain;
font-size: 14px;
height: 1628px;
}
.login h1 a {
float: left;
}
.login h1 a {
background-image: url(http://www.asong2u.com/wp-content/uploads/2012/08/logo-w21.png);
background-size: 225px 61px;
height: 61px;
}
.login form {
background: none repeat scroll 0 0 #FFF;
border: 1px solid #E5E5E5;
border-bottom: 0px;
border-radius: 5px 5px 0px 0px;
box-shadow: 0 4px 18px #fff;
font-weight: normal;
margin-left: 8px;
padding: 16px 16px 40px;
}
form .forgetmenot {
}
#login form .submit input {
}
#login form p {
margin-bottom: 0;
}
label {
color: #777777;
font-size: 13px;
}
form .forgetmenot label {
font-size: 11px;
line-height: 19px;
}
form .submit {
float: right;
}
form p {
margin-bottom: 24px;
}
#nav, #backtoblog {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E5E5E5;
border-top: none;
border-bottom: none;
border-radius: 0px;
box-shadow: none;
font-weight: normal;
margin: 0px;
padding: 16px 16px 40px;
box-shadow: 0 4px 18px #fff;
}
.login #nav, .login #backtoblog {
margin-left: 8px;
padding-bottom: 16px;
padding-top: 0;
}
#backtoblog {
border-top: none;
border-radius: 0px 0px 5px 5px;
}
#backtoblog a {
text-decoration: none;
}
#container {
background: url("../images/background.png") repeat-x scroll left -6px transparent;
padding-top: 6px;
width: 100%;
}
div#container div#login {
padding-top: 0;
text-align: left;
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
/**
* BuddyPress - Users Header
*
* @package BuddyPress
* @subpackage bp-default
*/
?>
<?php global $bp; ?>
<div class="columns twothirds 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>
</div>
<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>
<div id="item-meta">
<?php if (bp_is_active(BP_DEDICATION_SLUG)) : ?>
<div class="my-dedications"><?php _e('My dedications:'); ?>&nbsp;<?php echo $bp->dedications->get_count_dedications_from_user(bp_displayed_user_id()); ?></div>
<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>
<?php endif; ?>
<div class="friend-requests"><?php _e('Friend requests:'); ?>&nbsp;<?php echo bp_friend_get_total_requests_count(); ?></div>
<div class="edit-profile"></div>
</div><!-- #item-meta -->
</div>
</div>
<?php
/**
* BuddyPress - Users Header
*
* @package BuddyPress
* @subpackage bp-default
*/
?>
<?php global $bp; ?>
<div class="columns twothirds 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>
</div>
<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><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>
<div id="item-meta">
<?php if (bp_is_active(BP_DEDICATION_SLUG)) : ?>
<div class="my-dedications"><?php _e('My dedications:'); ?>&nbsp;<?php echo $bp->dedications->get_count_dedications_from_user(bp_displayed_user_id()); ?></div>
<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>
<?php endif; ?>
<div class="friend-requests"><?php _e('Friend requests:'); ?>&nbsp;<?php echo bp_friend_get_total_requests_count(); ?></div>
<div class="edit-profile"></div>
</div><!-- #item-meta -->
</div>
</div>

View File

@ -1481,13 +1481,68 @@ color: #325670;
list-style: none !important;
}
/************** CAMBIOS DE ESTILO POR NANDO Y JORGE ***************/
div#comments div div#respond form#commentform.commentform input#submit {
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 {
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 {
}