Bem-vindo: Sáb, 23 de Novembro 2024, 5:12
Pesquisa avançada
Apresente aqui temas que gostou, skins de programas, ícones, wallpapers, conky's, etc. Ou seja, tudo o que possa alterar de estético no seu Ubuntu, apresente aqui. Em caso de dúvidas de personalização ou se quiser mostrá-la ao mundo, utilize esta secção!
por TiagoG » Qui, 21 de Novembro 2013, 23:43
Miguel Fonseca (21-11-2013, 22:34) escreveu:Boas Tiago e instalaste o slim wingpanel?
Utilizaste as permissões root para abrir o ficheiro css?
Muda as cores para que o painel fique completamente transparente!
Utiliza o site que explica como as cores funcionam que está disponível no link que o Cláudio te deixou!
E lê o link até ao fim.
Aguardo.
Sim fiz tudo o que o Cláudio me mandou e o slim wing panel tambem esta instalado e mudei os valores para 0 ou seja para transparente correcto?
Obrigado
-
TiagoG
-
- Mensagens: 36
- Registrado em: 21 Novembro, 2013
por Claudio Novais » Qui, 21 de Novembro 2013, 23:48
Devia! Ponha aqui o conteúdo do ficheiro para averiguarmos.
Ou melhor, crie um tópico sobre esse assunto, em vez de estarmos a povoar aqui este tópico com esse problema! Escolha um título adequado ao assunto!
Ainda não tem o Ubuntu instalado? Veja:
|
|
Dicas para melhorar o Ubuntu:
|
|
|
|
Quer ter uma assinatura igual a esta? Apenas precisa de pôr a seguinte tag do forum: [AssinaturaRecs][/AssinaturaRecs]
-
Claudio Novais
- Editor do Ubuntued
-
- Mensagens: 16869
- Registrado em: 25 Maio, 2011
-
por TiagoG » Qui, 21 de Novembro 2013, 23:56
Claudio Novais (21-11-2013, 22:48) escreveu:Devia! Ponha aqui o conteúdo do ficheiro para averiguarmos.
Ou melhor, crie um tópico sobre esse assunto, em vez de estarmos a povoar aqui este tópico com esse problema! Escolha um título adequado ao assunto!
Já consegui por transparente mas n ficou totalmente..
Agora tenho uma linha preta em baixo do painel...isso é referente a shadow?
Conteudo do ficheiro
- Código: Selecionar todos
/* Copyright 2011-2013 elementary LLC.
*
* This file is part of the elementary GTK theme.
*
* The elementary GTK theme is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* The elementary GTK theme is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with the elementary GTK theme. If not, see http://www.gnu.org/licenses/.
*/
/**************
* GNOME Crap *
*************/
ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
{
-EogScrollView-shadow-type: none;
}
/**********
* Birdie *
*********/
BirdieWidgetsTweetList * {
background-image: none;
background-color: @transparent;
-unico-inner-stroke-style: none;
-unico-outer-stroke-style: none;
}
/********
* Gala *
*******/
.gala-workspaces-background {
border-top: 1px solid alpha (#fff, 0.15);
background-image: -gtk-gradient (linear,
left top, left bottom,
from (#1d1d1d),
color-stop (0.07, #252525),
to (#252525));
}
.gala-workspace-selected {
border: 1px solid alpha (#000, 0.15);
border-radius: 4px;
-unico-inner-stroke-width: 1px;
background-image: -gtk-gradient (linear,
left top,
left bottom,
from (shade (@selected_bg_color, 1.25)),
to (shade (@selected_bg_color, 0.98)));
}
/*********
* Geary *
********/
ConversationListView {
-GtkTreeView-grid-line-width: 0;
}
ConversationListView.view.cell {
border-style: solid;
border-width: 0 0 1px 0;
border-color: alpha (#000, 0.2);
}
ConversationListView.view.cell:selected {
border-style: solid;
border-width: 0 0 1px 0;
border-color: shade (@selected_bg_color, 0.8);
}
/*********
* Noise *
********/
.album-list-view,
.album-list-view GtkLabel,
.album-list-view:backdrop,
.album-list-view GtkLabel:backdrop,
.album-list-view GraniteWidgetsRating {
background-color: #262626;
color: @selected_fg_color;
border-radius: 0;
border-color: #000;
}
.album-list-view GtkTreeView,
.album-list-view GtkTreeView:backdrop {
background-color: #262626;
background-image: -gtk-gradient (linear,
right bottom,
left bottom,
from (#262626),
to (#262626));
color: @selected_fg_color;
-GtkTreeView-vertical-separator: 3;
-GtkTreeView-grid-line-width: 0;
}
.album-list-view GtkTreeView row:nth-child(even),
.album-list-view GtkTreeView row:nth-child(even):backdrop {
background-image: none;
background-color: #313131;
border-width: 1px;
border-style: solid;
border-color: #373737;
}
.album-list-view GtkTreeView row:nth-child(odd),
.album-list-view GtkTreeView row:nth-child(odd):backdrop {
background-image: none;
background-color: #262626;
border-width: 0px;
border-style: none;
}
.album-list-view GtkTreeView row:selected {
background-color: @selected_bg_color;
color: @selected_fg_color;
}
/**********
* Notify *
*********/
.notify {
/*-notify-shadow: 0px 2px 18px alpha (#000, 0.60);*/
border-radius: 5px;
border-width: 1px;
border-style: solid;
border-color: alpha (#000, 0.30);
background-color: alpha (#f8f8f8, 0.95);
}
.notify .low {
}
.notify .critical {
}
/*********
* Panel *
********/
.panel {
background-color: alpha (#ffffff, 0.0);
color: #fff;
font-weight: bold;
}
.panel-shadow {
background-color: @transparent;
background-image: -gtk-gradient (linear,
left top, left bottom,
from (alpha (#000, 1.0),
to (alpha (#000, 1.0)));
}
.panel-app-button {
-GtkMenuItem-horizontal-padding: 6px;
}
.composited-indicator {
background-color: @transparent;
color: #fff;
padding: 0 2px;
}
.composited-indicator.menuitem:active,
.composited-indicator.menuitem:prelight {
border-style: none;
-unico-inner-stroke-width: 0;
background-image: none;
}
/************
* Terminal *
***********/
TerminalScreen {
-TerminalScreen-background-darkness: 0.85;
background-color: #000;
color: #fff;
}
/*********
* Tweet *
********/
.tweet {
padding: 0;
-unico-inner-stroke-width: 0;
}
Obrigado pela ajuda
-
TiagoG
-
- Mensagens: 36
- Registrado em: 21 Novembro, 2013
por Claudio Novais » Sex, 22 de Novembro 2013, 0:01
Sim!
Ainda não tem o Ubuntu instalado? Veja:
|
|
Dicas para melhorar o Ubuntu:
|
|
|
|
Quer ter uma assinatura igual a esta? Apenas precisa de pôr a seguinte tag do forum: [AssinaturaRecs][/AssinaturaRecs]
-
Claudio Novais
- Editor do Ubuntued
-
- Mensagens: 16869
- Registrado em: 25 Maio, 2011
-
por Miguel Fonseca » Sex, 22 de Novembro 2013, 0:07
Bem Tiago e Cláudio, acabei de testar no meu Elementary e funciona!!!
O problema é que eu não tinha como tema escolhido o Elementary, mas sim o MacOsLion, por isso não dava!
Nem mesmo movendo o ficheiro apps.css para o tema dá!
Só dá com o tema Elementary ou um tema que tenha o ficheiro DE ORIGEM apps.css no mesmo.
Por isso Tiago, se não estás a conseguir, é porque não estás a utilizar o tema Elementary (default), certo?
Aguardo.
It is only in Love and Murder, that we still remain sincere! - Friedrich Durrenmatt
-
Miguel Fonseca
- Bleeding-edge Helper
-
- Mensagens: 2512
- Registrado em: 10 Junho, 2011
por TiagoG » Sex, 22 de Novembro 2013, 0:10
Miguel fica totalmente transparente sem nenhuma linha preta em baixo?
Obrigado
-
TiagoG
-
- Mensagens: 36
- Registrado em: 21 Novembro, 2013
por Miguel Fonseca » Sex, 22 de Novembro 2013, 0:14
Aqui fica uma imagem do meu Elementary, com o tema Elementary e o painel transparente!
Hasta.
It is only in Love and Murder, that we still remain sincere! - Friedrich Durrenmatt
-
Miguel Fonseca
- Bleeding-edge Helper
-
- Mensagens: 2512
- Registrado em: 10 Junho, 2011
por TiagoG » Sex, 22 de Novembro 2013, 0:19
Miguel E por acaso não sabes como se tira a linha preta em baixo?
Obrigado
-
TiagoG
-
- Mensagens: 36
- Registrado em: 21 Novembro, 2013
por Claudio Novais » Sex, 22 de Novembro 2013, 0:25
Desculpem eu ter divido o tópico, mas já estava a ficar muito longa esta conversa! Assim o fórum mantém-se mais organizado!
Ainda não tem o Ubuntu instalado? Veja:
|
|
Dicas para melhorar o Ubuntu:
|
|
|
|
Quer ter uma assinatura igual a esta? Apenas precisa de pôr a seguinte tag do forum: [AssinaturaRecs][/AssinaturaRecs]
-
Claudio Novais
- Editor do Ubuntued
-
- Mensagens: 16869
- Registrado em: 25 Maio, 2011
-
por Miguel Fonseca » Sex, 22 de Novembro 2013, 0:28
Ok Cláudio, mas a minha última resposta ainda está no outro tópico!
Hasta.
It is only in Love and Murder, that we still remain sincere! - Friedrich Durrenmatt
-
Miguel Fonseca
- Bleeding-edge Helper
-
- Mensagens: 2512
- Registrado em: 10 Junho, 2011
Voltar para Temas do Ubuntu
Quem está online
Usuários navegando neste fórum: Google [Bot] e 73 visitantes