diabook-themes: fixed pageheader

This commit is contained in:
tommy tomson 2012-04-02 17:17:14 +02:00
parent 9faa940f04
commit b5d57d5313
17 changed files with 98 additions and 68 deletions

View File

@ -1198,8 +1198,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1193,10 +1193,11 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {
width: 173px;
}

View File

@ -1191,8 +1191,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1254,8 +1254,10 @@ section {
}
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1160,8 +1160,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1159,8 +1159,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1156,8 +1156,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1210,8 +1210,10 @@ section {
}
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1198,8 +1198,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1176,8 +1176,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1173,8 +1173,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1243,8 +1243,10 @@ section {
}
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1144,8 +1144,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1138,8 +1138,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1135,8 +1135,11 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
max-width: 575px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -1190,8 +1190,10 @@ section {
body .pageheader{
text-align: center;
margin-top: 25px;
font-size: 0px;
font-size: 20px;
margin-bottom: 20px;
margin-top: 0px;
max-width: 575px;
}
#id_username {

View File

@ -265,7 +265,7 @@ if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
}
}
//tabs at right_aside on settings page
//tabs at aside on settings page
if ($a->argv[0] === "settings"){
$tabs = array(
@ -324,55 +324,58 @@ $a->page['htmlhead'] .= sprintf('<script language="JavaScript" src="%s" ></scrip
//js scripts
$a->page['htmlhead'] .= <<< EOT
$a->page['htmlhead'] .= '
<script>
$(function() {
$('a.lightbox').fancybox(); // Select all links with lightbox class
$("a.lightbox").fancybox(); // Select all links with lightbox class
});
</script>
</script>';
if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname'] or $a->argv[0] === "network" && local_user()){
$a->page['htmlhead'] .= '
<script>
$("right_aside").ready(function(){
if($.cookie('close_pages') == '1')
if($.cookie("close_pages") == "1")
{
document.getElementById( "close_pages" ).style.display = "none";
};
if($.cookie('close_helpers') == '1')
if($.cookie("close_helpers") == "1")
{
document.getElementById( "close_helpers" ).style.display = "none";
};
if($.cookie('close_services') == '1')
if($.cookie("close_services") == "1")
{
document.getElementById( "close_services" ).style.display = "none";
};
if($.cookie('close_friends') == '1')
if($.cookie("close_friends") == "1")
{
document.getElementById( "close_friends" ).style.display = "none";
};
if($.cookie('close_postit') == '1')
if($.cookie("close_postit") == "1")
{
document.getElementById( "close_postit" ).style.display = "none";
};
if($.cookie('close_lastusers') == '1')
if($.cookie("close_lastusers") == "1")
{
document.getElementById( "close_lastusers" ).style.display = "none";
};
if($.cookie('close_lastphotos') == '1')
if($.cookie("close_lastphotos") == "1")
{
document.getElementById( "close_lastphotos" ).style.display = "none";
};
if($.cookie('close_lastlikes') == '1')
if($.cookie("close_lastlikes") == "1")
{
document.getElementById( "close_lastlikes" ).style.display = "none";
};}
@ -381,60 +384,55 @@ $("right_aside").ready(function(){
function close_pages(){
document.getElementById( "close_pages" ).style.display = "none";
$.cookie('close_pages','1', { expires: 365, path: '/' });
$.cookie("close_pages","1", { expires: 365, path: "/" });
};
function close_helpers(){
document.getElementById( "close_helpers" ).style.display = "none";
$.cookie('close_helpers','1', { expires: 365, path: '/' });
$.cookie("close_helpers","1", { expires: 365, path: "/" });
};
function close_services(){
document.getElementById( "close_services" ).style.display = "none";
$.cookie('close_services','1', { expires: 365, path: '/' });
$.cookie("close_services","1", { expires: 365, path: "/" });
};
function close_friends(){
document.getElementById( "close_friends" ).style.display = "none";
$.cookie('close_friends','1', { expires: 365, path: '/' });
$.cookie("close_friends","1", { expires: 365, path: "/" });
};
function close_postit(){
document.getElementById( "close_postit" ).style.display = "none";
$.cookie('close_postit','1', { expires: 365, path: '/' });
$.cookie("close_postit","1", { expires: 365, path: "/" });
};
function close_lastusers(){
document.getElementById( "close_lastusers" ).style.display = "none";
$.cookie('close_lastusers','1', { expires: 365, path: '/' });
$.cookie("close_lastusers","1", { expires: 365, path: "/" });
};
function close_lastphotos(){
document.getElementById( "close_lastphotos" ).style.display = "none";
$.cookie('close_lastphotos','1', { expires: 365, path: '/' });
$.cookie("close_lastphotos","1", { expires: 365, path: "/" });
};
function close_lastlikes(){
document.getElementById( "close_lastlikes" ).style.display = "none";
$.cookie('close_lastlikes','1', { expires: 365, path: '/' });
$.cookie("close_lastlikes","1", { expires: 365, path: "/" });
};
function restore_boxes(){
$.cookie('close_pages','2', { expires: 365, path: '/' });
$.cookie('close_helpers','2', { expires: 365, path: '/' });
$.cookie('close_services','2', { expires: 365, path: '/' });
$.cookie('close_friends','2', { expires: 365, path: '/' });
$.cookie('close_postit','2', { expires: 365, path: '/' });
$.cookie('close_lastusers','2', { expires: 365, path: '/' });
$.cookie('close_lastphotos','2', { expires: 365, path: '/' });
$.cookie('close_lastlikes','2', { expires: 365, path: '/' });
alert('Right-hand column was restored. Please refresh your browser');
$.cookie("close_pages","2", { expires: 365, path: "/" });
$.cookie("close_helpers","2", { expires: 365, path: "/" });
$.cookie("close_services","2", { expires: 365, path: "/" });
$.cookie("close_friends","2", { expires: 365, path: "/" });
$.cookie("close_postit","2", { expires: 365, path: "/" });
$.cookie("close_lastusers","2", { expires: 365, path: "/" });
$.cookie("close_lastphotos","2", { expires: 365, path: "/" });
$.cookie("close_lastlikes","2", { expires: 365, path: "/" });
alert("Right-hand column was restored. Please refresh your browser");
};
</script>
EOT;
</script>';}