Posted: 01 Mar 2007 16:50
admin wrote:Hey, new wiki logo!Well done, jacky!
admin wrote:Hey, new wiki logo!Well done, jacky!
jacky wrote:admin wrote:Hey, new wiki logo!Well done, jacky!
Thanks, glad you like it.
admin wrote:Here's one thing I don't like: that blue-on-pig-skin heading-style <h2>! Can I change this style or do I need some admin rights for this? (I'm a wikidiot)
Code: Select all
<style>
body {
font-size : 9px;
font-family : verdana, arial, helvetica, sans-serif;
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
color: black;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
color: black;
background: none;
font-weight: normal;
margin: 0;
margin-top: 20px;
padding-bottom: .17em;
padding-left: 10px;
}
h2 {
background: #fec;
padding-top: 5px;
margin-top: 35px;
color: blue;
border-bottom: 2px solid #999;
font-size: 150%;
padding-left: 20px;
}
#globalWrapper {
font-size: 127%;
width: 100%;
margin: 0;
padding: 0;
}
</style>
<div id="globalWrapper">
<h2>Make me beautiful!</h2>
</div>lukescammell wrote:Sorry, but IMO, the styling of the wiki leaves something to be desired. For instance, I find something like the Lussumo Vanilla documentation far easier to read than the XY one. I know there is a (large) element of personal preference in this, but I do think he Lussumo wiki looks a lot more professional.
Code: Select all
h1 {
margin: 0.5em 0 0 0;
padding: 0.5em 1em 0.5em 0.8em;
background: #D3D0B9;
color: #fff;
border: 1px solid #ddd;
line-height: 1.5em;
}
h2 {
margin: 2em 0 0 0;
padding: 0.5em 1em 0.5em 0.8em;
background: #fafafa;
color: #444;
border: 1px solid #ddd;
border-left: none;
border-right: none;
line-height: 1.5em;
}
h3 {
margin: 1.5em 0 0 0;
padding: 0.5em 1em 0.5em 1em;
background: none;
color: #666;
border: none;
line-height: 1.5em;
}
h4 {
margin: 1.5em 0 0 0;
padding: 0.5em 1em 0.5em 1.3em;
background: none;
color: #666;
border: none;
font-size: 1em;
line-height: 1.5em;
}
h5 {
margin: 1.5em 0 0 0;
padding: 0.5em 1em 0.5em 1em;
background: none;
color: #666;
border: none;
line-height: 1.5em;
}
p {
padding: 0em 3em 0.5em 1.4em;
}
div.pBody {
border: 1px solid #ddd;
border-left: none;
border-right: none;
}
a {color: #369;}
1) hmm, works very well here. Calibrate your monitor?j_c_hallgren wrote:Looked at that test screen shot....appears quite nice but:
1) White text in "Main Page" header on gray background doesn't quite work, IMO...hard to read as shown.
Needs to be either black, blue or that other text color that is on XY site (left sidebar) to better match XY main site.
2) Background for "What is XY?" sub-head almost disappears on my laptop...almost looks white when viewed at slightly less than straight-on angle...needs to be a bit darker to show consistently.
3) Could the XY site green or red/orange be used as background for either of the above? Just wondering...
BTW, it's not a monitor, it's an LCD screen that doesn't allow calibration...and the white on gray is almost always a bad choice for readability, as when I've seen it done before...on the XY site, you use black or blue text for nav bar on top, and another darker grayish color on left sidebar, so why wouldn't one of these options be valid for wiki also? Any of these three colors is MUCH more easy to read on the particular gray background.admin wrote:1) hmm, works very well here. Calibrate your monitor?
Yeah, I like it much better than before. Though, I find a white <h1> heading clearly better than #222. Also, there are too many lines (borders) for my taste. I prefer white space as separator -- more air... Also, all grey boxes and box-like forms should have the same grey colors, namely #f9f9f9 and a #ddd border. Also, the left margin should be more aligned, now it's too chaotic. All this, of course, in my taste. Just suggesting...jacky wrote:Very nicely done, Don
Okay so, I used your CSS stuff, and I changed a few things too... Mainly I kept the borders in, because I believe they also act as "separators" and are usefull on pages that have a lot of text in them.