Opened 16 years ago

Closed 16 years ago

#667 closed Enhancement (fixed)

Alternative skin for BOINC project website.

Reported by: Simek Owned by: davea
Priority: Undetermined Milestone: Undetermined
Component: Web - Project Version:
Keywords: Cc:

Description

I make some cleanup on my HDD and I found CSS file (skin) which I made for Enigma@Home project. Now I think that this style could be an alternative skin for BOINC project website.

I attached some example screens - I use FireBug?, BOINC Alpha and MindModelingBeta? websites.

Only the message boards post view screen is missing because this style to work properly on this page need small change in forum_forum.php file.

I attached this patch too.

Attachments (6)

css_test.png (366.5 KB) - added by Simek 16 years ago.
enigma.css (5.7 KB) - added by Simek 16 years ago.
forum_forum_php.patch (700 bytes) - added by Simek 16 years ago.
forum_forum_php.2.patch (709 bytes) - added by Simek 16 years ago.
background.png (43.7 KB) - added by Simek 16 years ago.
style2.css.patch (1.4 KB) - added by Simek 16 years ago.
patch for new style2.css | missing classes added | minor fixes

Download all attachments as: .zip

Change History (15)

Changed 16 years ago by Simek

Attachment: css_test.png added

Changed 16 years ago by Simek

Attachment: enigma.css added

Changed 16 years ago by Simek

Attachment: forum_forum_php.patch added

Changed 16 years ago by Simek

Attachment: forum_forum_php.2.patch added

comment:1 Changed 16 years ago by davea

Resolution: fixed
Status: newclosed

I checked in the .css file

I don't understand the php changes; they refer to classes (lastpost and threadauthor) that aren't present in the .css

comment:2 Changed 16 years ago by Simek

Resolution: fixed
Status: closedreopened

CSS file was checked - this file was used on Enigma@Home project.

Those changes make Message Boards easier to skin with new CSS file. This CSS include style properties for those classes.

Try it on work copy and compare overall look of forum with and without those classes with my CSS.

comment:3 Changed 16 years ago by Simek

Hmm... I think that you should upload background file from CSS and place it into this file directory and change background-image: url(http://img64.imageshack.us/img64/8050/tlopx4.png); to background-image: url(background.png);

Changed 16 years ago by Simek

Attachment: background.png added

comment:4 Changed 16 years ago by Nicolas

Heh yeah, or imageshack admins won't be happy.

comment:5 Changed 16 years ago by davea

?? the PHP refers to classes "lastpost" and "threadauthor" but these are not in enigma.css

comment:6 Changed 16 years ago by Simek

It's my fault. I tried to find newest version of this file into my HDD, mail and forum, but I couldn't find it. I'll try to contact the project admin - maybe he have this file, because I don't remember what properties I use in those classes.

Changed 16 years ago by Simek

Attachment: style2.css.patch added

patch for new style2.css | missing classes added | minor fixes

comment:7 Changed 16 years ago by Simek

Now CSS is completed I think - tested by my friend at Enigma@Home.

comment:8 Changed 16 years ago by Simek

Can you add those two classes to forum_forum.php? Look at forum_forum.php.2.patch.

comment:9 Changed 16 years ago by davea

Resolution: fixed
Status: reopenedclosed

(In [15307]) - web: style tweaks; fixes #667

Note: See TracTickets for help on using tickets.