Autor Tópico: Jaunty Black  (Lida 4586 vezes)

Offline SergioJP

  • Usuário Ubuntu
  • *
  • Mensagens: 220
  • Nada é melhor do que aprender e compartilhar.
    • Ver perfil
Jaunty Black
« Online: 30 de Janeiro de 2010, 20:42 »
Nautilus
               

Resources:

   gtk ____________________kuler - http://monkeymagico.deviantart.com/art/Kuler-2-V4-135296556
                                                   ou
                                                   http://www.gnome-look.org/content/show.php/Kuler+Surviver?content=116825
                                                  
   icones_________________Slyd1.2        http://www.gnome-look.org/content/show.php/Slyd?content=117407
   
   wallpaper_____________Montana Caterpilar        http://www.gnome-look.org/content/show.php/Montana+caterpillar?content=118309
   
   Emerald_______________http://www.gnome-look.org/content/show.php/Plasma+Oxygen?content=118433
                                                   ou
                                                   http://www.kde-look.org/content/show.php/Plasma+Oxygen-Transparent?content=118456
   
       Firefox 3.6 com strata 40                          https://addons.mozilla.org/pt-BR/firefox/addon/14284
       Stratabuddy 0.1.6.9c  https://addons.mozilla.org/en-US/firefox/addon/14762
       Stratahometab 0.0.2   https://addons.mozilla.org/pt-BR/firefox/addons/versions/14764
         OBS: A versão mais nova 0.5 só para windows mas a 0.0.2 funciona perfeitamente no Linux.
       Fision 1.0.9                      https://addons.mozilla.org/en-US/firefox/addon/1951
       Tab progress bar  0.6 https://addons.mozilla.org/en-US/firefox/addon/14644

   E se quiserem usar o meu userChrome.css e o userContent.css abaixo estão os codigos:
          OBS:  Crie duas imagens 5x5 com o gimp e salvem na pasta Chrome do seu profile.
          também.png ___________com cor de fundo 141414
          tb1.png__________com cor de fundo  323436

  *userChrome*   Deve se salvo na pasta Chrome do seu profile.

Código: [Selecionar]
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url(http://www.w3.org/1999/xhtml);
/*Início da configuração das fontes menubar, urlbar, searchbar, personal tollbar e tabbar */
#main-window[stylish-platform^="Win"] #navigator-toolbox textbox:not([hover]) html|input,
#main-window[stylish-platform^="Win"] #identity-box #identity-icon-label
{line-height: 1.6 !important;}

#navigator-toolbox textbox:not([hover]) html|input,
#identity-box #identity-icon-label
{line-height: 1.5 !important;
color: white !important;
text-shadow: #666666 0px 0px 2px, rgba(0,0,0,0.7) 1px 1px 2px, rgba(0,0,0,1) 1px 1px 3px, white 0px 0px 8px, white 0px 0px 8px !important;}

#navigator-toolbox textbox:hover html|input,
#identity-box:hover #identity-icon-label
{color: white !important;
text-shadow: #666666 0px 0px 2px, rgba(0,0,0,0.7) 1px 1px 2px, rgba(0,0,0,1) 1px 1px 2px, white 0px 0px 8px, white 0px 0px 8px !important;}

#main-window textbox[focused] html|input,
#main-window #myInputBox:not([blah]) html|input,
.findbar-textbox[focused] html|input
{line-height: normal !important;
color: black !important;
text-shadow: none !important;}

#main-window .tabbrowser-tab:not([selected="true"]):not([blah]) label
{text-shadow: #666666 0px 0px 1px, #111111 1px 1px 4px, #333333 1px 1px 4px, white 0px 0px 6px, white 0px 0px 6px !important;}

#main-window .tabbrowser-tab[selected="true"]:not([blah]) label,
#main-window .tabbrowser-tab:not([selected="true"]):hover:not([blah]) label
{text-shadow: #666666 0px 0px 1px, #111111 1px 1px 3px, #333333 1px 1px 3px, white 0px 0px 6px, white 0px 0px 6px !important;}

#main-window .tabbrowser-tab:not([blah]) label
{color: white !important;
font-weight: bold !important;}

#navigator-toolbox label:not([class^="menu-"]),
#sidebar-title,
#status-bar,
#main-window:not([stylish-application-version^="3.5"]) #FindToolbar label:not([class^="menu-"]),
#main-window:not([stylish-application-version^="3.5"]) #FindToolbar description,
#main-window:not([stylish-application-version^="3.5"]) #FindToolbar textbox:not([focused]) html|input
{color: white !important;
text-shadow: #666666 0px 0px 1px, rgba(0,0,0,1) 1px 1px 3px, rgba(0,0,0,1) 1px 1px 3px, white 0px 0px 8px, white 0px 0px 8px !important;}
/*Fim da configuração das fontes menubar, urlbar, searchbar, personal tollbar e tabbar */


/* Torna as fontes dos botões  barra de favoritos  larga*/
.bookmark-item[type="menu"] > .toolbarbutton-text {
   font-weight: 700;
  }
 
/* Muda a fonte da barra de Endereços */
   #urlbar{ font-family: Droid Sans !important; font-size: 10pt !important; background-color: #222222 !important;
   }

   /* Muda a cor da barra de progresso das abas */
   .tab-progress > .progress-bar { background-color: #00FF00 !important; }
   

   
  /*Muda a cor de fundo das abas e adiciona imagem de fundo */
   #browser tabs {-moz-appearance: none !important;
   margin: 0 !important;
   border: 0 !important;
   background: rgb(100,100,100)  url("file:também.png") !important;
  }
   
   /* Imagem de fundo para as  toolbars */
   toolbar, tabbox,  menubar,  toolbox, menupopup,  tooltip, #FindToolbar, menulist {
   -moz-appearance: none !important;
    background: rgb(40,  40, 40) url("file:também.png") !important;
}
menubar, menubutton, menu, menuitem, menupopup, popup > * {color: rgb(207, 207, 207) !important;}

   /* Imagem de fundo para a barra de favoritos */
   bookmarks toolbar{
   -moz-appearance: none !important;
   margin-left: 4px !important;
   margin-right: 4px !important;
   margin-top:0  !important;
   margin-bottom:0 !important;
   border: 0 !important;
    background: rgb(255,255,204) url("file:tb1b.png") !important;
   }
   



/* The following four lines were added by KDE */
scrollbarbutton[sbattr="scrollbar-up-top"] { display: -moz-box !important; }
scrollbarbutton[sbattr="scrollbar-down-top"] { display: none !important; }
scrollbarbutton[sbattr="scrollbar-up-bottom"] { display: -moz-box !important; }
scrollbarbutton[sbattr="scrollbar-down-bottom"] { display: -moz-box !important; }

#menubar-items {
padding-left: 10px !important;
}


/* Remove a estrela adicionar aos Favoritos */
#star-button { display: none !important; }

/* Inicio - personaliza  bookmarks menus e scrollbar */
#bookmarksMenuPopup menupopup,
#personal-bookmarks menupopup {
  max-height: 750px !important;
  width: 250px !important;
}
#bookmarksMenuPopup autorepeatbutton,
#personal-bookmarks autorepeatbutton {
  display: none !important;
}
#bookmarksMenuPopup scrollbox,
#personal-bookmarks scrollbox {
  overflow-y: auto !important;
}

menupopup {
  max-height: 340px; /* ou a largura de seu gosto */
}

menupopup autorepeatbutton {
  display: none;
}

menupopup scrollbox {
  overflow-y: auto;
}

#contentAreaContextMenu,
#contentAreaContextMenu menupopup {
  max-height: 300px; /* ou a largura de seu gosto */
}

#contentAreaContextMenu autorepeatbutton {
  display: none;
}

#contentAreaContextMenu scrollbox {
  overflow-y: auto;
}


#togglePasswords{display:none;}

#contentAreaContextMenu {
    -moz-appearance: none !important;
    background-color: rgb(10, 10, 10 ) !important;
    color: white !important;
    }
/* Fim - personaliza  bookmarks menus e scrollbar */
body {
background-color: #FFF;
color:  #000 ;
display: block;
margin: 8px;
}

-----------------------------------xxx------------------------------
*userContent*    Deve se salvo na pasta Chrome do seu profile.

Código: [Selecionar]
/*
 * Edit this file and copy it as userContent.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to apply a style to all web pages you view
 * Rules without !important are overruled by author rules if the
 * author sets any.  Rules with !important overrule author rules.
 */

/*
 * example: turn off "blink" element blinking
 *
 * blink { text-decoration: none ! important; }
 *
 */

/*
 * example: give all tables a 2px border
 *
 * table { border: 2px solid; }
 */

/*
 * example: turn off "marquee" element
 *
 * marquee { -moz-binding: none; }
 *
 */
 
/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */




/* Change cursor for links that open in new window */
:link[target="_blank"], :visited[target="_blank"],
:link[target="_new"], :visited[target="_new"] {
cursor: crosshair;
}

/* Change cursor for JavaScript links */
a[href^="javascript:"] {
cursor: move;
}

   select{color: #c1c1c1 !important;}

select[multiple],
textarea,
input:not([type]),
input[type="text"],
input[type="search"],
input[type="password"],
input[type="submit"]{
    -moz-appearance: none !important;
    color: #c1c1c1 !important;
    margin: 1px;
    border: 2px solid ThreeDShadow;
    -moz-border-top-colors: ThreeDShadow Window;
    -moz-border-right-colors: ThreeDShadow ThreeDHighlight;
    -moz-border-bottom-colors: ThreeDShadow ThreeDHighlight;
    -moz-border-left-colors: ThreeDShadow Window;
    -moz-border-radius: 5px;
    padding: 1px;
}

select[multiple] {
    border-width: 2px 1px 2px 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-bottom-colors: ThreeDShadow Window;
    -moz-border-right-colors: ThreeDShadow;
    padding: 1px 0;
}

select[multiple]:hover,
textarea:hover,
input:not([type]):hover,
input[type="text"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="submit"]:hover{
    -moz-border-top-colors: #3687e3 #91c5ff;
    -moz-border-right-colors: #3687e3 #91c5ff;
    -moz-border-bottom-colors: #3687e3 #91c5ff;
    -moz-border-left-colors: #3687e3 #91c5ff;
}

select[multiple]:focus,
textarea:focus,
input:not([type]):focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus {
    -moz-border-top-colors: #2f5887 #abc3de;
    -moz-border-right-colors: #2f5887 #abc3de;
    -moz-border-bottom-colors: #2f5887 #abc3de;
    -moz-border-left-colors: #2f5887 #abc3de;
}
Ubuntu Gnome 17.04 LTS GIGABYTE H61M-S1- CORE i3 - NVidia GT 420 - 12G RAM

eliseu_carvalho

  • Visitante
Re: Jaunty Black
« Resposta #1 Online: 30 de Janeiro de 2010, 21:03 »
Esses 6 screenshots são 6 razões para se dizer: OMG!!!  :o

Cara... Como é que tu fez um negócio parecido com o Aero do Windows Vista no Ubuntu?  :o :o :o

Offline SergioJP

  • Usuário Ubuntu
  • *
  • Mensagens: 220
  • Nada é melhor do que aprender e compartilhar.
    • Ver perfil
Re: Jaunty Black
« Resposta #2 Online: 30 de Janeiro de 2010, 21:14 »
Esses 6 screenshots são 6 razões para se dizer: OMG!!!  :o

Cara... Como é que tu fez um negócio parecido com o Aero do Windows Vista no Ubuntu?  :o :o :o
Não entendi a pergunta direito.
Se for o flip3d é o pluguin do compiz, mas se for o efeito das letras no firefox é a configuração do userChrome.css.
Espero que seja isso.
Ah! A superbar é o dockbarx.
Abraços.
Ubuntu Gnome 17.04 LTS GIGABYTE H61M-S1- CORE i3 - NVidia GT 420 - 12G RAM

Offline Andreson Goveia

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 1.985
  • Kubuntu 14.10
    • Ver perfil
Re: Jaunty Black
« Resposta #3 Online: 02 de Fevereiro de 2010, 08:49 »
Esses 6 screenshots são 6 razões para se dizer: OMG!!!  :o

Cara... Como é que tu fez um negócio parecido com o Aero do Windows Vista no Ubuntu?  :o :o :o

Provavelmente foi isso
http://ubuntued.info/2010/01/talika-uma-applet-que-lista-as-janelas-em-icones.html
Se não foi, este ai em cima faz a mesma função, hehe. ;)

Obs: muito bonito seu desktop, parabens.

[]s,
Andreson