[Frugalware-darcs] homepage-ng: homepage: let's make that look
nicer (uhh, hopefully =))
AlexExtreme
alex at alex-smith.me.uk
Fri Nov 24 11:39:33 CET 2006
Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=homepage-ng;a=darcs_commitdiff;h=20061124103901-46e39-91e706cd10d235ce7c4b537c37cd4760b13adbfe.gz;
[homepage: let's make that look nicer (uhh, hopefully =))
AlexExtreme <alex at alex-smith.me.uk>**20061124103901] {
hunk ./frugalware/functions.inc.php 64
- <div class=\"boxheader\">
+ <div class=\"postheader\">
hunk ./frugalware/functions.inc.php 67
- <div class=\"boxcontent\">
- $content
+ <div>
+ <div class="entry">
+ <div class="content">
+ $content
+ </div>
+ </div>
hunk ./frugalware/index.php 106
- fwmiddlebox($posts[$i][title], "<span style=\"color: #999\">".gettext("Posted by")." ".$posts[$i][author]." - ".$posts[$i][date]."</span><br /><br />\n<div align=\"justify\">\n".$posts[$i][content]."\n</div>");
- print "<hr /><br />";
+ fwmiddlebox($posts[$i][title], "<span style=\"color: #999\">".gettext("Posted by")." ".$posts[$i][author]." - ".$posts[$i][date]."</span><br /><br />\n<div align=\"justify\">\n".$posts[$i][content]."\n</div><p class=\"date\">".gettext("Posted by")." ".$posts[$i][author]." - ".$posts[$i][date]."</p>");
hunk ./frugalware/static/fwng.css 197
+.postheader {
+ font-family: "Bitstream Vera Sans", sans-serif;
+ font-weight: normal;
+
+ background-color: #a0c0ff;
+ border: 1px solid #5080b0;
+
+ padding: 4px;
+}
+
+.entry {
+ margin-bottom: 2em;
+}
+
+.entry .date {
+ font-family: "Bitstream Vera Sans", sans-serif;
+ color: grey;
+}
+
+.entry .date a {
+ text-decoration: none;
+ color: inherit;
+}
+
+
}
More information about the Frugalware-darcs
mailing list