Showing posts with label custom. Show all posts
Showing posts with label custom. Show all posts
Saturday, May 20, 2017
Custom Dasar Blogspot Body dan Link
Custom Dasar Blogspot Body dan Link
Kumpulan Tips dan Triks Internet dan Blogspot - Custom Blogspot Dengan CSS Bagian 1. Edit Blog dengan code-code CSS agar lebih menarik dan lebih Ringan. Berikut ini beberapa Tulisan yang bisa Anda simak tentang Kustomisasi Blog Anda dengan Script CSS.
![]() |
| Custom Dasar Blogspot Body dan Link |
Log in to dashboard ? Layout ? Click Template Designer link ? Advanced ? Add CSS
Background
BACKGROUND COLOR
Untuk menggunakan Background dengan Warna Anda bisa mengganti warna sesuai dengan keinginan Anda seperti dibawah ini :
body {
background: #FCF9F8;
}
BACKGROUND IMAGE
Jika Anda ingin menggunakan Background dengan Gambar bisa juga menambahi scriptnya seperti berikut ini
body {
background:#FCF9F8 url(http://www.yourdomain.com/yourbgimage.png) repeat right top;
}
Font
Untuk mengganti / kustomisasi Font anda juga bisa menggantinya seperti berikut ini
body {
font-family:Helvetica, Arial, sans-serif;font-size:12px;color:#1a1a1a;text-align:left;}
Font-family : merupakan jenis atau style font yang juga bisa kamu rubah disesuaikan dengan keinginan.
Font-size : pengaturan untuk ukuran fontColor : Pengaturan untuk Warna Font yang juga bisa Anda rubah disesuakan dengan template/kesukaan.
Text-align : merupakan suatu aturan untuk mengatur rata text, bisa anda ganti : center, left atau right.
LINKS
link bisa anda rubah warna dan aturan lain seperti garis bawah dihilangkan / yang lain.
a:link {color:#1A1A1A;
text-decoration:none;
font-weight:bold;}
a:visited {color:#1A1A1A;
text-decoration:none;
font-weight:bold;}
a:hover {color: #B7ABA3;
text-decoration:underline;
font-weight:bold;}
a:active {color:#1A1A1A;
text-decoration:none;
font-weight:bold;
}
text-decoration:none : Berfungsi untuk menghilangkan garis bawah yang biasanya muncul pada link.
FINAL
Sehingga jika dirangkai menjadi satu keseluruhan akan menjadi seperti berikut ini
body {Semoga Bermanfaat Bagi rekan-rekan yang masih dalam tahap belajar Blogspot.
background:#FCF9F8 url(http://www.yourdomain.com/yourbgimage.png) repeat right top;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
color:#1a1a1a;
text-align:left;}
a:link {color:#1A1A1A;
text-decoration:none;
font-weight:bold;}
a:visited {color:#1A1A1A;
text-decoration:none;
font-weight:bold;}
a:hover {color: #B7ABA3;
text-decoration:underline;
font-weight:bold;}
a:active {color:#1A1A1A;
text-decoration:none;
font-weight:bold;
}
Follow my blog with Bloglovin
Go to link Download
Wednesday, April 12, 2017
CUSTOM ROM MIUI 7 1 10 Global Stable KITKAT for Lenovo A6000
CUSTOM ROM MIUI 7 1 10 Global Stable KITKAT for Lenovo A6000
DroidDosh.com - This is custom rom MIUI 7.1.10 Global Stable (Kitkat) for Lenovo A6000. This rom has included Google Apps, so you do not need to waste time to download Google Apps. The custom rom has been ported by Boediyono an Indonesian developer and all credits goes to him for his hard work.
![[CUSTOM ROM] MIUI 7.1.10 Global Stable KITKAT for Lenovo A6000 [CUSTOM ROM] MIUI 7.1.10 Global Stable KITKAT for Lenovo A6000](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdplAKc-I38FvnNcet3J4WFUhDiZZ62v4Ya5w0gbFNxgLYKHzMmY_Hz8fhj2Ppjye7xyWAZa2tAAG1GZrzb0r1w930wlEcaAiVBwtVp-CPSsknxfweF3j2OsbiMR9u8WZV6KTXfZqcl7Co/s320/miui7-logo.jpg)
ROM Description
File name: KKMIUI_HM2XWCGLBV7110.KHJMICK_444_32BIT.zipAndroid Version: 4.4.4
File Size: 645 MB
Author: Boediyono
GApps: Included
How to flash: visit here
Download
Go to link Download
Friday, February 10, 2017
Create A Custom Ubuntu Or Linux Mint ISO With PinguyBuilder
Create A Custom Ubuntu Or Linux Mint ISO With PinguyBuilder
PinguyBuilder is a script which allows creating a customized Live CD/Live USB (remaster) of Ubuntu or Linux Mint, that can be used either as a distributable ISO or as a backup.

The script is a fork of remastersys, created by the Pinguy OS developer and its actually the tool used to build Pinguy OS.
PinguyBuilder allows creating a complete system backup (including user data) or a distributable ISO or filesystem and from its UI, it allows selecting a boot menu picture, Plymouth theme as well as the user whose settings will be used as default.
Other features include: EFI support (including EFI partition on ISO), offline install of grub-efi-amd64-signed (so it works with Linux Mint), MDM and GDM support and more.
The tool comes with a GTK user interface but it can also be used from the command line - simply run "sudo PinguyBuilder" and follow the instructions.
Its important to mention that you cant build an ISO larger than 4GB and youll need GDebi to install PinguyBuilder or else the app may not start, according to its release notes (GDebi is no longer required).
Download PinguyBuilder
Download PinguyBuilder
Version 3.x is for Ubuntu 14.04 and version 4.x is for Ubuntu 15.04+. For Ubuntu 15.10, youll need to manually download and install xresprobe (download: 32bit | 64bit) because this package is not available in the official repositories any more.
Important note: remove remastersys before installing PinguyBuilder to avoid any incompatibility issues.
Important note: remove remastersys before installing PinguyBuilder to avoid any incompatibility issues.
Make sure you read the FAQ on its download page before installing PinguyBuilder!
Thanks to Antoni for the tip!
Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.
Go to link Download
Thursday, January 19, 2017
Custom ROM Deodex
Custom ROM Deodex
FIRMWARE I8262LBH_XSE INDONESIA
Flashable Zip Update (Deodex,Rooted,Init.D Support)
File Download HERE
- Rooted
- Deodex
- Zipalign
- Init.d Enable
- Add EPM (Extended Power Menu)
- Pre-installed BBM (need update )
- Remove Bloatware Apps
- And Many More
Blog Archive
-
▼
2017
(531)
-
▼
May
(62)
- Custom Dasar Blogspot Body dan Link
- CORBY2 Fonts Hearts
- Csp Ncp3000
- Control a Phone with My Computer Android
- Dell Inspiron 3442 Drivers For Windows 10 64bit
- CORBY2 Theme White Paramore
- DELL Inspiron 15 5545 Windows 8 1 64bit Drivers
- Create a Basic Graphic Design using MS Word
- Dell Inspiron 3442 Drivers For Windows 7 32 64bit
- Curhat Kontes Seo kucoba com
- Dell 5558 driver for windows 7 64bit
- Dell Inspiron 14 3421 drivers for windows 8 Free D...
- CORBY2 Theme Akatsuki Sketch
- Dell Inspiron 5559 Drivers For Windows 8 1 64bit
- coolpad 8290 L100 mt 6735 read pattern lock reset ...
- DELL Inspiron 14 7437 Windows 10 64bit Drivers
- Dlf Ipl Tv Download Free
- Dell Inspiron 5425 Drivers For Windows 8 1 64bit
- D G Unlocker Tools Instaler exe FRP Samsung Motoro...
- DELL Latitude 14 E7470 Windows 10 64bit Drivers
- Dell Inspiron 14 3451 Drivers Downloads for window...
- Dell Inspiron 3451 Drivers For Windows 10 32bit
- Controlador Belkin F6D3001
- contoh table
- Compaq Presario CQ57 410ER Drivers for Windows XP
- Dell Optilex 755 Windows 7 Drivers
- Dell Inspiron 3737 Drivers For Windows 10 64bit
- DATA NUPTK BANYUWANGI
- Dell Inspiron 5542 Drivers For Windows 7 8 1 10 64bit
- Deltaco Ucr 104 Driver
- Cube U30GT2 USB Driver For Windows
- Dell Inspiron 15R 5520 Drivers For Windows 7
- Dell Inspiron 3537 Drivers For Windows 10 64bit
- Dell Inspiron 5547 Drivers For Windows 8 1 64bit
- DELL Inspiron 15 5551 Drivers Support for Windows ...
- Dana Kas Kecil
- Dell XPS M1730 driver for windows 7 64bit
- Diet For Fat Loss And Muscle Gain For Women 1 6 He...
- Dell XPS 12 9250 drivers for windows 10 64 bit
- D33005 Vga Driver
- Download All the Version of Source Code for New Ze...
- Dell Inspiron 5455 Drivers For Windows 10 64bit
- DELL Venue 10 Pro 5056 Tablet Windows 10 64bit Dri...
- Dell Inspiron 15 3521 Drivers
- CPUID HWMonitor Free 1 24
- DELL Inspiron 15 5555 Support Drivers for Windos 1...
- CyanogenMod 10 2 Stable Android 4 3 1 Officially R...
- DELL Inspiron 15 7557 Support Drivers for Windows ...
- Conroe Fsb1066 Software
- CORBY2 Firmware Galaxy Mini
- Dell M1640 drivers for windows 7 64bit
- Detik detik Penutupan Bidik Misi 2013 yang Menakutkan
- D Link DIR 100 Firmware
- Compaq Presario CQ60 204EL Windows XP Vista 7 8 8 ...
- DELL Inspiron 15 5559 Windows 10 Drivers Update
- device drivers
- define trong láºp trình c là gì
- CUSROM LENOVO Andromax I3
- Compaq Presario Sg3430il Desktop Pc Drivers For Wi...
- Dell Inspiron 3452 Drivers For Windows 10 64bit
- Cyberlink YouCam Software for WindowsXP
- Daftar Web Untuk Dapat Uang Tambahan dari Iklan CPM
-
▼
May
(62)
