Opened 16 years ago
Last modified 15 years ago
#716 reopened Enhancement
UPDATED2: Alternative/New version of "white.CSS"
Reported by: | Simek | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Web - Project | Version: | |
Keywords: | Cc: |
Description
Work In Progress
Idea was taken from: http://boinc.berkeley.edu/trac/wiki/DevProjects
"Use CSS instead of HTML for formatting where possible; clean up white.css; improve the look; develop alternative looks (perhaps with the curiously popular rounded corners)."
Project progress after about 1,5h of work:
File is initially divide into parts. Project related website part look nice, I didn't notice any major visual bugs or glitches, but forum part it's still buggy and need improvements... I tried to fix or correct them, but I use Firebug plugin and it's hard to do it. However I think that CSS should be tested on real server.
If some want to help in this project I attach actually version of my white.css file.
Attachments (7)
Change History (22)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Awesome work davea, but you must add:
-webkit-border-radius
It add rounded corners to table when browse BOINC project site by Safaii.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Done; I deployed this on BOINC Alpha, S@h and S@h beta.
Changed 16 years ago by
Attachment: | white.css.patch added |
---|
comment:4 follow-up: 7 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I add little cleanup patch... Sorry for another reopen...
comment:5 Changed 16 years ago by
Aha, is this why the Reply button in Seti Q&A now points to the Report post option? Both the red-x and the Reply button (that's right next to it) go off to Report post. And as said, in the Q&A section only, apparently it works on the main forums.
comment:6 Changed 16 years ago by
Replying to Simek:
Idea was taken from: http://boinc.berkeley.edu/trac/wiki/DevProjects
"Use CSS instead of HTML for formatting where possible; clean up white.css; improve the look; develop alternative looks (perhaps with the curiously popular rounded corners)."
Project progress after about 1,5h of work:
Most items in DevProjects were moved to tickets; see #595.
comment:7 Changed 16 years ago by
Replying to Simek:
I add little cleanup patch... Sorry for another reopen...
Would be easier if you got commit access into a branch (letting David review and merge into trunk).
comment:8 Changed 16 years ago by
Nicolas - Good idea. It will be much easier...
Now I'm working on another patch to forum style...
comment:9 Changed 16 years ago by
Another patches included:
user/white.css
inc/forum.inc
Now forum look better... Now I'm going to sleep... It's about 1 a.m... Good night!
Changed 16 years ago by
Attachment: | forum.inc.FORUM.patch added |
---|
comment:10 Changed 16 years ago by
I up new version of white.css with FORUM fixes - some minor changes only in compare with previous version.
Changed 16 years ago by
Attachment: | white.css.FORUM.patch added |
---|
comment:12 Changed 16 years ago by
Summary: | Work In Progress: Alternative/New version of "white.CSS" → UPDATED: Alternative/New version of "white.CSS" |
---|
comment:13 Changed 16 years ago by
Changelog:
white.css + forum_index.php [based on rev.15801]
file: "white.css.and.forum_index.php.patch"
- new class "numbers" added for threads, posts and views counters cells
- refreshed forum quote style
- two unused classes deleted: cellwrap and sigdelim (I preform search in BOINC main catalog and subcatlogs)
- Declimal RGB color code and web named colors converted to ex HTML color code
- font size in post header and footer decreased
- few classes moved to property parts of file
- some duplicated style deleted
- new more pastel colors for sever status on the Server Status page
Changed 16 years ago by
Attachment: | white.css.and.forum_index.php.patch added |
---|
comment:14 Changed 16 years ago by
Summary: | UPDATED: Alternative/New version of "white.CSS" → UPDATED2: Alternative/New version of "white.CSS" |
---|
/html/inc/prefs.inc [based on rev.15802]
file: "prefs.inc.patch"
Another small patch included to fix style in account preferences on site.
Changed 16 years ago by
Attachment: | prefs.inc.patch added |
---|
comment:15 Changed 16 years ago by
Type: | Defect → Enhancement |
---|
(In [15771]) - web: improve white.css, and make corresponding PHP changes