Ticket #341 (closed defect: fixed)

Opened 8 years ago

Last modified 8 years ago

New Skin

Reported by: mharrisonline Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: normal Keywords: skin
Cc:

Description

This is Titan, a skin that is a minor modification of Inditreuse. The background has been changed to look more like nickle, and the dots on the seperator have been replaced. To me, dots mean you can drag something.

Attachments

titan.zip (58.5 kB) - added by mharrisonline 8 years ago.
Titan skin
titan_screenshot.jpg (81.9 kB) - added by mharrisonline 8 years ago.
screenshot of Titan skin
titan.2.zip (5.0 kB) - added by mharrisonline 8 years ago.
improved, the files were too big before
titan3.zip (5.3 kB) - added by mharrisonline 8 years ago.
Titan skin revised to support plugins.
titan_optimized.zip (3.3 kB) - added by mokhet 8 years ago.
optimized version from titan3 before import to repository

Change History

Changed 8 years ago by mharrisonline

Titan skin

Changed 8 years ago by mharrisonline

screenshot of Titan skin

Changed 8 years ago by mharrisonline

The separators now look like they are coupling different sections of nickel bars.

Changed 8 years ago by mharrisonline

improved, the files were too big before

Changed 8 years ago by mharrisonline

Titan skin revised to support plugins.

Changed 8 years ago by mokhet

the file titan_optimized.zip is your files optimized from titan3 with the following enhancements

button-background.png 277 bytes => 183 bytes (66%) hover.png 566 bytes => 497 bytes (87%) selected.png 592 bytes => 540 bytes (91%) separator.png 405 bytes => 300 bytes (74%)

Can you test them and tell me if everything is still looking ok with thoses new files. It's the same on my side, but i prefer to have your confirmation. If they are still ok for you, i will add the skin to repository.

Changed 8 years ago by mokhet

optimized version from titan3 before import to repository

Changed 8 years ago by mharrisonline

It looks the same to me, thank you!

One thing I noticed though, it inherited a problem from the inditreuse style sheet, when I mouse over in FireFox? (IE is okay) the hover state is wider than the normal state, so everything jumps left. Inditreuse does the same thing.

Changed 8 years ago by gocher

change skin.css:

.htmlarea .toolbar .toolbarRow .buttonHover {
  padding:1px;
  border:none !important;
  background-image:url(hover.png);
}

border: none !important; overwrites the border 1px of the htmlarea.css

Changed 8 years ago by mharrisonline

That fixed it!

Changed 8 years ago by mokhet

  • status changed from new to closed
  • resolution set to fixed

skin added in changeset [250] and the inditreuse skin has been updated with the correction suggested by gocher, correction which works perfectly and remove the button jumping when mouse over.

border: none !important;
Note: See TracTickets for help on using tickets.