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

@ -2,18 +2,33 @@
*/
body.login {
background: url(../images/bg-login.jpg) no-repeat center center fixed;
/*
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 {
background-image: url(../images/logo-w.png);
background-size: 312px 84px;
height: 84px;
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;
}
@ -77,7 +92,88 @@ form p {
#backtoblog a {
text-decoration: none;
}
#login {
#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;

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

@ -14,7 +14,8 @@
</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>
<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>

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 {
}