I agree. However what do you mean by "it isn't clear whether the h2 and h3 are from the post or from the planet"? Do you mean the posting date (h2) and the h2 in the post itself. For example - the "December 21, 2007" and the "Idea" both look identical?The main problems I see:
* the text of the posts shouldn't be centered but justified.
* the subscription people should be on the top or in a "special encadré"
* most important is the fact that it isn't clear whether the h2 and h3 are from the post or from the planet...
OK, I wondered where the class="" came from .I have added some class="" to help you do that...
Yes, exactly. We should mistake the Main planet layout with the posts layout.I agree. However what do you mean by "it isn't clear whether the h2 and h3 are from the post or from the planet"? Do you mean the posting date (h2) and the h2 in the post itself. For example - the "December 21, 2007" and the "Idea" both look identical?The main problems I see:
* the text of the posts shouldn't be centered but justified.
* the subscription people should be on the top or in a "special encadré"
* most important is the fact that it isn't clear whether the h2 and h3 are from the post or from the planet...
God interventionOK, I wondered where the class="" came from .I have added some class="" to help you do that...
I can add any Css you want.I altered a couple of minor bits to get it left aligned (added 8px padding too so that the body isn't positioned on the far left edge):
Actually, the above isn't just the VideoLAN.org main.css - also includes planet.css.
This is what just the main.css (modified to be left aligned) looks like as-is (done using the Firebug extension):
Arite.
.God interventionOK, I wondered where the class="" came from .I have added some class="" to help you do that...
Code: Select all
/**** VideoLAN.org main.css Mods ****/
div.sidebar
{
align:right;
position:absolute;
right:20px;
border: solid #9999ff;
background-color: #fee7c4;
padding: 20px;
padding-top: 0px;
}
h2.planet_date
{
font-style: italic;
text-decoration: underline;
font-size: large;
}
Code: Select all
h2.subs { color: #2D58AE; font-weight: bold; font-size: 14px;
margin: 0; padding: 0px 0 4px; line-height: 19px;
}
Code: Select all
.panel-orange {
width: 100%; margin: -20px auto 0;
min-width: 200px;max-width: 792px;
color:#C60;
}
Code: Select all
<hr>
<p>
<a href="http://www.planetplanet.org/">Powered by Planet!</a><br>
<em>Last updated: May 13, 2008 05:30 PM</em>
</p>
</body>
Code: Select all
</div>
</div>
<div id="footer">
<a href="http://www.planetplanet.org/">Powered by Planet!</a><br>
<em>Last updated: May 13, 2008 05:00 PM</em>
</div>
</body>
Code: Select all
padding-bottom: 20px;
Code: Select all
#pagecontainer { padding-bottom: 20px; }
Code: Select all
<link rel="stylesheet" href="http://www.videolan.org/main.css" type="text/css" title="planet">
Code: Select all
<link rel="stylesheet" type="text/css" href="http://www.videolan.org/main.css" />
<link rel="stylesheet" type="text/css" href="http://www.videolan.org/panels.css" />
Code: Select all
div.sidebar
{
align:right;
position:absolute;
right:20px;
padding: 20px;
padding-top: 0px;
}
Code: Select all
div.sidebar
{
float: right;
padding: 20px;
padding-top: 25px;
}
Return to “Forum, Website and Artwork discussion”
Users browsing this forum: No registered users and 7 guests