New theme in progress Indigolded, help needed

Please post suggestions for improvement of Cinnamon here
https://github.com/linuxmint/Cinnamon

New theme in progress Indigolded, help needed

Postby Joe&Bug on Tue Apr 03, 2012 6:05 pm

Hi everybody.

First of all, I'd like to thank Clem for giving us Cinnamon. The growing Linux community gets a new hope thanks to him after the past year disaster and his collateral damage...

Secondly, I'd like to share a snapshot of a theme I'm working on. Not so minty though :wink: but keep in mind it's just my first attempt in this Green Side.

Image

So, if you take a look at the pic, you'll see an weird effect in the selected button which I'm trying to apply a text-shadow property. Extrange behaviour here, cause whole word gets the effect, except last character :? .

This is the code:

Code: Select all
.menu-category-button-greyed {
   padding: 7px;
   color: #888888;
   /* BUG: makes the whole panel to stretch
   font-style: italic;
   */
}
.menu-category-button-selected {
   padding: 7px;
   color: darkgoldenrod;
   text-shadow: 0px 1px 1px gold;
   background-color: rgba(0,0,0,0.01);
   box-shadow: inset -1px -1px 2px 1px rgba(68,72,85,1);
   border-radius: 4px;
   transition-duration: 0;
}


Any ideas? Thanx in advance.

PD: Work progress is 80%
Joe&Bug
Level 1
Level 1
 
Posts: 3
Joined: Tue Apr 03, 2012 5:22 pm

Linux Mint is funded by ads and donations.
 

Re: New theme in progress Indigolded, help needed

Postby bimaljr on Sat May 12, 2012 10:12 am

May be I am late to reply. But if this is still not solved than try this:

Code: Select all
.menu-category-button-selected {
   padding: 7px;
   color: darkgoldenrod;
   /*text-shadow: 0px 1px 1px gold;*/
   background-color: rgba(0,0,0,0.01);
   box-shadow: inset -1px -1px 2px 1px rgba(68,72,85,1);
   border-radius: 4px;
   transition-duration: 0;
}


Comment or remove the "text-shadow" line.
bimaljr
Level 1
Level 1
 
Posts: 1
Joined: Sat May 12, 2012 10:09 am

Re: New theme in progress Indigolded, help needed

Postby Joe&Bug on Sat May 19, 2012 12:47 pm

bimaljr wrote:May be I am late to reply. But if this is still not solved than try this:

Code: Select all
.menu-category-button-selected {
   padding: 7px;
   color: darkgoldenrod;
   /*text-shadow: 0px 1px 1px gold;*/
   background-color: rgba(0,0,0,0.01);
   box-shadow: inset -1px -1px 2px 1px rgba(68,72,85,1);
   border-radius: 4px;
   transition-duration: 0;
}


Comment or remove the "text-shadow" line.


Thanks, bimaljr

The question is I'd like to maintain that blurring effect in the selected item.

I've found that not only last character gets truncated. "It" affects last pixels or maybe % of the button itself.
Joe&Bug
Level 1
Level 1
 
Posts: 3
Joined: Tue Apr 03, 2012 5:22 pm


Return to Cinnamon

Who is online

Users browsing this forum: beriaanirudh and 10 guests