MediaWiki: Gumaxdd.css/Arsip: Perbedaan antara revisi
k arsip |
kTidak ada ringkasan suntingan |
||
| Baris 39: | Baris 39: | ||
#gumax-nav ul { border: none; opacity: 0.99; filter: alpha(opacity=99); } | #gumax-nav ul { border: none; opacity: 0.99; filter: alpha(opacity=99); } | ||
==Tema The Year of Breakthrough== | |||
/* *************************************************************************************** */ | |||
/* *** TEMA 2010 YEAR OF BREAKTHROUGH *** */ | |||
/* *************************************************************************************** */ | |||
/* theming: UNTUK STYLE BARIS NAVIGASI (SIDEBAR) -- MENU ATAS*/ | |||
#gumax-nav { | |||
height: 29px; | |||
background: #993000; | |||
border-top: 1px #E54100 solid; | |||
border-bottom: 1px #8E3315 solid; | |||
} | |||
#gumax-nav *:hover { background-color: none; } | |||
#gumax-nav a { | |||
font-weight: bold; | |||
color: white; /* #fff; */ | |||
padding: 8px 10px; | |||
line-height: 1; | |||
border-right: 1px #7A3519 solid; | |||
} | |||
#gumax-nav li.hover a, #gumax-nav ul li a { | |||
background-color: #681F00; /* drop down background */ | |||
border-bottom: 1px solid #CC582A; | |||
} | |||
#gumax-nav ul { | |||
top: 28px; | |||
} | |||
#gumax-nav ul li a { | |||
font-weight: bold; | |||
color: white; /* #D85600; */ | |||
padding: 4px 10px; /* white-space: nowrap; /* wrap long item */ } | |||
#gumax-nav a.hover, #gumax-nav ul a.hover { | |||
background-color: #D97517; | |||
} | |||
#gumax-nav ul { border: none; opacity: 1; filter: alpha(opacity=100); } | |||
Revisi terkini sejak 1 Juni 2010 09.48
Tema Natal 2009
body { background: white url("
") 0px 0px no-repeat fixed; }
/* theming: UNTUK STYLE BARIS NAVIGASI (SIDEBAR)*/
- gumax-nav {
height: 30px; background: #9A0000;/* ORIGINAL=#1057A7; */ border-top: 1px #CF0606 solid; border-bottom: 1px #790500 solid; }
- gumax-nav *:hover { background-color: none; }
- gumax-nav a {
font-weight: bold; color: white; /* #fff; */ padding: 8px 10px; line-height: 1;
border-right: 1px #790500 solid;
}
- gumax-nav li.hover a, #gumax-nav ul li a {
background-color: #7C0500/*ORIGINAL=6699CC*/; /* drop down background */ border-bottom: 1px solid firebrick/*gray*//*ORIGINAL=407FC0*/; }
- gumax-nav ul {
top: 28px; }
- gumax-nav ul li a {
font-weight: bold; color: #fff; padding: 4px 10px; /* white-space: nowrap; /* wrap long item */ }
- gumax-nav a.hover, #gumax-nav ul a.hover {
background-color: indianred/*#1057A7*/; }
- gumax-nav ul { border: none; opacity: 0.99; filter: alpha(opacity=99); }
Tema The Year of Breakthrough
/* *************************************************************************************** */ /* *** TEMA 2010 YEAR OF BREAKTHROUGH *** */ /* *************************************************************************************** */ /* theming: UNTUK STYLE BARIS NAVIGASI (SIDEBAR) -- MENU ATAS*/
- gumax-nav {
height: 29px; background: #993000; border-top: 1px #E54100 solid; border-bottom: 1px #8E3315 solid; }
- gumax-nav *:hover { background-color: none; }
- gumax-nav a {
font-weight: bold; color: white; /* #fff; */ padding: 8px 10px; line-height: 1;
border-right: 1px #7A3519 solid;
}
- gumax-nav li.hover a, #gumax-nav ul li a {
background-color: #681F00; /* drop down background */ border-bottom: 1px solid #CC582A; }
- gumax-nav ul {
top: 28px; }
- gumax-nav ul li a {
font-weight: bold; color: white; /* #D85600; */ padding: 4px 10px; /* white-space: nowrap; /* wrap long item */ }
- gumax-nav a.hover, #gumax-nav ul a.hover {
background-color: #D97517; }
- gumax-nav ul { border: none; opacity: 1; filter: alpha(opacity=100); }