Firefox 4.0'a doğru adıma adım ilerliyoruz
Şeffaflık efektleri
Başlangıçta indirdiğiniz arşivi çıkardığınız klasörün içindeki "Strata40 - Glasser Fixes" metin dosyasını açın, buradaki her şeyi kopyalayıp bir önceki adımda açtığınız Stylish penceresinin içine yapıştırın. "Name" kısmına "Glasser düzeltme" gibi bir isim yazın ve "Save" tuşuna basın. Anında alttaki çerçevenin düzeldiği göreceksiniz.- Haber : Firefox 4.0 ortaya çıkıyor: İşte resimler...
- Haber : Firefox 3.6: Mozilla sözünü tutamadı!
- Haber : Yeni Firefox, hayal kırıklığı mı getirecek?
- Haber : Mac OS Firefox: Yeni tarayıcı böyle gözüküyor
- Haber : Firefox'tan kimsenin beklemediği yenilik...
- Haber : Firefox 3.6: Ne zaman gelecek, neler sunacak?
- Haber : PC'niz artık Firefox ile otomatik kapansın
- Haber : 3 boyutlu Firefox geliyor!
- Makale : Yeni görünüm ve özellikleri şimdiden kullanın
Resmi büyütmek için tıklayın
Oyla:
En Düşük
En Yüksek
YORUMLAR
Toplam 8 yorum
ya o yeşil link dediği gibi yeniden başlattıktan sonra aşağıya gelmiyor çözemedim
| 23 Eyl 2009 22:24 | ![]() | ![]() |
yine saydam olmadi
sürümde bu olmadi
Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
sürümde bu olmadi
Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
| 17 Eyl 2009 02:23 | ![]() | ![]() |
Kod :
/* force urlbar and searchbar style */
#main-window #searchbar .searchbar-textbox,
#main-window #urlbar
{
-moz-background-clip: padding;
background-color: rgba(255, 255, 255, 0.6) !important;
opacity: 0.99 !important;
border: 2px solid !important;;
margin-top: -1px !important;
height: 24px !important;
-moz-border-top-colors: rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.9) !important;
-moz-border-right-colors: rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.9) !important;
-moz-border-left-colors: rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.9) !important;
-moz-border-bottom-colors: rgba(0, 0, 0, 0.35) rgba(255, 255, 255, 0.9) !important;
-moz-appearance: none !important;
}
/* force glass shaded personal bar */
#PersonalToolbar {
-moz-appearance: none !important;
background: none !important;
}
#status-bar, #FindToolbar, .db_downbar {
-moz-appearance: none !important;
background-color: rgba(240, 240, 240, 0.99) !important;
}
#status-bar {
border-top: 2px solid !important;
-moz-border-top-colors: rgba(140, 140, 140, 0.99) rgba(255, 255, 255, 0.99) !important;
}
/* force text black with white glow */
#status-bar,
#FindToolbar,
#personal-bookmarks toolbarbutton,
.toolbarbutton-text,
.statusbarpanel-text,
.findbar-find-fast,
.checkbox-label-box,
#sidebar-title,
#navigator-toolbox .menubar-text,
.tab-text
{
color: black !important;
text-shadow: white 0px 0px 4px !important;
}
/* force show tab-bottom */
.tabs-bottom {
display: -moz-box !important;
background: -moz-dialog url("chrome://browser/skin/tabbrowser/tabstrip-bottom.png") repeat !important;
border: 1px solid !important;
border-color: rgba(0, 0, 0, 0.6) !important;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
}
/* fix non-selected tab alignment and borders */
.tabbrowser-tab:not([selected="true"]), .tabs-newtab-button {
margin-bottom: 4px !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
border: 2px solid !important;
border-bottom: 1px solid !important;
opacity: 1 !important;
-moz-border-top-colors: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.8) !important;
-moz-border-right-colors: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.3) !important;
-moz-border-left-colors: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.3) !important;
-moz-border-bottom-colors: rgba(0, 0, 0, 0.4) !important;
}
/* apply aero style to sidebar */
sidebarheader {
-moz-appearance: none !important;
background: black !important;
min-height: 27px !important;
border-bottom: 1px solid !important;
-moz-border-bottom-colors: rgba(0, 0, 0, 0.4) !important;
border-top: none !important;
}
#sidebar-splitter
{
border: transparent !important;
}
#downbarHolder
{
opacity: 0.99 !important;
}
#identity-box {
-moz-border-start: 1px solid !important;
-moz-border-left-colors: rgba(255,255,255,1) !important;
}
/* force urlbar and searchbar style */
#main-window #searchbar .searchbar-textbox,
#main-window #urlbar
{
-moz-background-clip: padding;
background-color: rgba(255, 255, 255, 0.6) !important;
opacity: 0.99 !important;
border: 2px solid !important;;
margin-top: -1px !important;
height: 24px !important;
-moz-border-top-colors: rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.9) !important;
-moz-border-right-colors: rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.9) !important;
-moz-border-left-colors: rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0.9) !important;
-moz-border-bottom-colors: rgba(0, 0, 0, 0.35) rgba(255, 255, 255, 0.9) !important;
-moz-appearance: none !important;
}
/* force glass shaded personal bar */
#PersonalToolbar {
-moz-appearance: none !important;
background: none !important;
}
#status-bar, #FindToolbar, .db_downbar {
-moz-appearance: none !important;
background-color: rgba(240, 240, 240, 0.99) !important;
}
#status-bar {
border-top: 2px solid !important;
-moz-border-top-colors: rgba(140, 140, 140, 0.99) rgba(255, 255, 255, 0.99) !important;
}
/* force text black with white glow */
#status-bar,
#FindToolbar,
#personal-bookmarks toolbarbutton,
.toolbarbutton-text,
.statusbarpanel-text,
.findbar-find-fast,
.checkbox-label-box,
#sidebar-title,
#navigator-toolbox .menubar-text,
.tab-text
{
color: black !important;
text-shadow: white 0px 0px 4px !important;
}
/* force show tab-bottom */
.tabs-bottom {
display: -moz-box !important;
background: -moz-dialog url("chrome://browser/skin/tabbrowser/tabstrip-bottom.png") repeat !important;
border: 1px solid !important;
border-color: rgba(0, 0, 0, 0.6) !important;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
}
/* fix non-selected tab alignment and borders */
.tabbrowser-tab:not([selected="true"]), .tabs-newtab-button {
margin-bottom: 4px !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
border: 2px solid !important;
border-bottom: 1px solid !important;
opacity: 1 !important;
-moz-border-top-colors: rgba(0, 0, 0, 0.3) rgba(255, 255, 255, 0.8) !important;
-moz-border-right-colors: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.3) !important;
-moz-border-left-colors: rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.3) !important;
-moz-border-bottom-colors: rgba(0, 0, 0, 0.4) !important;
}
/* apply aero style to sidebar */
sidebarheader {
-moz-appearance: none !important;
background: black !important;
min-height: 27px !important;
border-bottom: 1px solid !important;
-moz-border-bottom-colors: rgba(0, 0, 0, 0.4) !important;
border-top: none !important;
}
#sidebar-splitter
{
border: transparent !important;
}
#downbarHolder
{
opacity: 0.99 !important;
}
#identity-box {
-moz-border-start: 1px solid !important;
-moz-border-left-colors: rgba(255,255,255,1) !important;
}
| 14 Eyl 2009 14:59 | ![]() | ![]() |
Googledan "Strata40 - Glasser Fixes" diye aratın bulursunuz başka yerde ben öyle yaptım
| 14 Eyl 2009 11:26 | ![]() | ![]() |
aynı kodları http://userstyles.org/styles/20079 linkinden "show code" tuşuna basarak ta görebilirsiniz.
| 14 Eyl 2009 11:26 | ![]() | ![]() |
Bu sayfalarda yer alan okur yorumları kişilerin kendi görüşleridir. Yazılanlardan CHIP Online sorumlu değildir.
Lütfen bu bölüme sadece yorumlarınızı yazın. Teknik yardıma ihtiyaç duyduğunuz konuları lütfen forumda ilgili bölüme veya Uzmanına Sorun bölümümüze yazın, yanıtınızı çok daha sağlıklı ve hızlı olarak alabilirsiniz
DONANIM İNCELEMELERİ
Galerilerden Seçmeler
CHIP Online-Galeri
Galeriler, Ürünler ve Duvarkağıtları
2012'de çıkması beklenen, hakkında en çok konuşulan 15 cep bombasını bir araya getirdik!
Web hosting'de kampanya!
Sınırsız cpanel hosting...
Alan adı kaydı, web hosting ve sunucu ihtiyaçlarınıza tek elden hesaplı çözümler!


















