The new book "The Emperor of People" has been released!
The new book "The Emperor of People" has been releasedThe new book "The Emperor of People" has been released, ask for recommendation votes, ask for collections, you can enter through the channel under the chapter or the author's information.
In the second half of 2012, I have worked in ten steps, experienced interruptions, made choices, experienced failures, and experienced ridicule.
And whether it is the Sword Ancestor or the Ancient God, more or less, there is the shadow of others, maybe the original mind of the ten steps was too big, and he originally wanted to fuse a new style of writing, but he did not have the strength and will to control it, but was fused and lost himself.
"The Emperor of People" is a book with the longest preparation time in ten steps, and it is also a book with the greatest hope of ten steps, although it has only been written recently, but ten steps believe that the blood that was immortal at the beginning has come back again, belonging to the world of the emperor of people, and belongs to all of you who have been supporting ten steps from the beginning of immortality.
(To be continued.) If you like this work, you are welcome to vote for recommendation and monthly passes, and your support is my biggest motivation.
V [End of chapter]
$(function(){
Navigate toggle events
$("a#topDaoHang").toggle(function(){
Hide if the setting is displayed
if($("#topNavBox").is(":visible")){
$("#topNavBox").hide();
}
$("div#topNavBoxTo").sho();
},function(){
$("div#topNavBoxTo").hide();
});
However, when displaying settings, if the display is hidden, it is hidden
$("a.yuedushezhi").click(function(){
if($("div#topNavBoxTo").is(":visible")){
$("div#topNavBoxTo").hide();
}
});
Page function guide area
var userReadSet = getCookie("userReadSet");
if(!userReadSet){
setCookie("userReadSet",1,30);
}
Determine the background color setting Whether the cookie is saved If there is a restoration setting
if(readSetBackground){
if(readSetBackground == 'rbgcloselight'){
$(".lilighttxet").text('turn on the lights');
$("div#readercontainer").css("color","#666");
}else if(readSetBackground == 'rbgopenlight'){
$(".lilighttxet").text('Turn off the lights');
$("div#readercontainer").css("color","rgb(0, 0, 0)");
}
}
Determine the text font size setting Whether the cookie is saved If there is a restoration setting
var readsetfontsize = getCookie("readsetfontsize");
if(readsetfontsize){
$("div#readercontainer").css("font-size",readsetfontsize+"px");
}
Determine whether the text line spacing setting is saved or not if there is a restore setting
var readsetlineheihgt = getCookie("readsetlineheihgt");
if(readsetlineheihgt){
$("div#readercontainer").css("line-height",readsetlineheihgt+"px");
}
Reduce the font
$("#ddminus").click(function(){
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize > 16){
var nefont = eval(fontsize-2);
$("div#readercontainer").css("font-size",nefont+"px");
$("#ddplus").html("A+");
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize==16){
$("#ddminus").html("A");
}
Add cookie logs
setCookie("readsetfontsize",nefont,30);
}
});
Increase the font size
$("#ddplus").click(function(){
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize A-");
var fontbody = $("div#readercontainer").css("font-size");
var fontsize = parseInt(fontbody);
if(fontsize==28){
$("#ddplus").html("A");
}
Add cookie logs
setCookie("readsetfontsize",nefont,30);
}
});
The line spacing setting increases
$("#hang-xiao").click(function(){
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum >25){
var lineHN = eval(lineHeightNum-4);
$("div#readercontainer").css("line-height",lineHN+"px");
$("#hang-da").html("T+");
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum==22){
$("#hang-xiao").html("T");
}
Add cookie logs
setCookie("readsetlineheihgt",lineHN,30);
}
});
The line spacing setting is reduced
$("#hang-da").click(function(){
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum T-");
var lineHeight = $("div#readercontainer").css("line-height");
var lineHeightNum = parseInt(lineHeight);
if(lineHeightNum==46){
$("#hang-da").html("T");
}
Add cookie logs
setCookie("readsetlineheihgt",lineHN,30);
}
});
Toggle the reading background color
$("d_bg dl span").each(function(index,element){
$(this).click(function(){
var backColorValue = $(this).attr('class');
$("body").removeClass();
$("body").addClass(backColorValue);
Add cookie logs
setCookie("readSetBackground",backColorValue,30);
});
});
Toggle the lights off effect
$("div.book_title xet").toggle(function(){
$("#qiehuancss").attr('href',"-");
$("div#readercontainer").css("color","#666");
$(".lilighttxet").text('turn on the lights');
Add cookie logs
setCookie("readSetBackground","rbgcloselight",30);
},function(){
$("#qiehuancss").attr('href',"");
$("div#readercontainer").css("color","rgb(0, 0, 0)");
$(".lilighttxet").text('Turn off the lights');
Add cookie logs
setCookie("readSetBackground","rbgopenlight",30);
});
$("#add_bookcase").click(function(){
var textContent = $(this).text();
var jquser = getCookie("jieqiUserInfo");
if(textContent == 'Add to Bookshelf') {
if(!jquser){
.href="";
return false;
}
var article_id = "130160";
var chapter_id = "5884939";
var page_ = pageidth();
var page_h = pageHeight();
var page_l = pageLeft();
var page_t = pageTop();
var dialog_ = parseInt(dth);
var dialog_h = parseInt();
var dialog_top = page_t + (page_h / 2) - (dialog_h / 2);
if(dialog_top (.+?)","igm");
var cc=(//g,"");
var str = xec(cc)[1];
str = ("style=\"idth:500px; margin-top:150px;\"","");
$("#dialog").css("display","block");
$("#dialog").css("top",dialog_top);
$("#dialog").css("left",dialog_left);
$("#dialogCN").html(str);
}