KASKUS 2015

KASKUS 2015 New

目前為 2015-02-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name        KASKUS 2015 
// @namespace   KASKUS 2015 New
// @description KASKUS 2015 New
// @include     http://www.kaskus.co.id/thread/*
// @include     http://www.kaskus.co.id/forum/*
// @include     http://www.kaskus.co.id/post/*
// @include     http://www.kaskus.co.id/edit_post/*
// @include     http://www.kaskus.co.id/post_reply/*
// @include     http://www.kaskus.co.id/*
// @version     0.3
// @grant       none
// ==/UserScript==
$('table').css('color','#3E3E3E');
$('#leader-banner').html('<img src="http://help.kaskus.co.id/img/home-logo-n.png" alt="Kaskus">');
$('#leader-banner').css('line-height','90px');
$('#leader-banner').css('text-align','left');
$('.main-content').css('width', '1170px');
$('body').css('background', 'linear-gradient(#ebebeb, #0680c4) fixed');
$('.title').css('font-size','1.2em');

//main
$('.head-title').css('background-color', '#F0F0F0');
$('.head-title').css('padding-right', '8px');
$('.hot-service-second-hand, .kaskus-hq-field-reports, .regional-community, .top-picture-video').css('background-color', '#F0F0F0');
$('.hot-service-second-hand, .kaskus-hq-field-reports, .regional-community, .top-picture-video').css('padding-bottom', '5px');
$('.list-top-thread').css('background-color', '#FFF');
$('.list-top-thread').css('margin', '0');
$('.list-top-thread li').css('padding-left', '8px');

//thread
$('.entry-body').css('width','1040px');
$('.entry-body').css('float','right');
$('.entry-body').css('border-left','1px solid #1998ed');
$('.post-title a').css('color','#3e3e3e');
$('.entry').css('color','#3E3E3E');