Opened 17 years ago
Closed 17 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)
Change History (15)
Changed 17 years ago by
Attachment: | css_test.png added |
---|
Changed 17 years ago by
Attachment: | enigma.css added |
---|
Changed 17 years ago by
Attachment: | forum_forum_php.patch added |
---|
Changed 17 years ago by
Attachment: | forum_forum_php.2.patch added |
---|
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 17 years ago by
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 17 years ago by
Attachment: | background.png added |
---|
comment:5 Changed 17 years ago by
?? the PHP refers to classes "lastpost" and "threadauthor" but these are not in enigma.css
comment:6 Changed 17 years ago by
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 17 years ago by
Attachment: | style2.css.patch added |
---|
patch for new style2.css | missing classes added | minor fixes
comment:7 Changed 17 years ago by
Now CSS is completed I think - tested by my friend at Enigma@Home.
comment:8 Changed 17 years ago by
Can you add those two classes to forum_forum.php? Look at forum_forum.php.2.patch.
comment:9 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
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