~ubuntu-branches/ubuntu/feisty/pyblosxom/feisty

« back to all changes in this revision

Viewing changes to flavour_examples/head.html

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-04-06 18:56:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050406185644-t4dg3gqw55bdfu3z
Tags: 1.2-1
* New upstream release (closes: #291726)
  - no contributed plugins any more.  License issues and upstream
    splitting it out of the upstream tarball.
  - No more xmlrpc.py (closes: #227080, #229342)
  - Now actually uses ignore_directories correctly (closes: #271655)
  - Corrected use of hex constants (closes: #274830)
  - Uses $pyblosxom_version in default renderer (closes: #282603)
  - No longer has version number in default config file (closes: #231621)

* Update new upstream URL in welcome.txt
* Update license to the MIT license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
 
3
 
<head>
4
 
        <title>$blog_title</title>
5
 
<style>
6
 
#content {
7
 
float:left;
8
 
width:67%;
9
 
background:#fff;
10
 
border-right:2px solid #000;
11
 
border-bottom:2px solid #000;
12
 
margin-right:15px;
13
 
padding-bottom:20px;
14
 
}
15
 
#rightmenu {}
16
 
#title {border-bottom:1px solid #000;}
17
 
body,td { font-family: Verdana,Geneva,Arial,Sans-serif; 
18
 
          font-size: 12px; color: #111111; }
19
 
a { text-decoration: none; }
20
 
a:hover { text-decoration: none; color: #FFFF99; background: #00F}
21
 
.title { font-size: 14pt; font-weight: bold; color: #336699; }
22
 
.rightMenu { font-size: 10pt; font-weight: bold; color: #336699; }
23
 
.blosxomDate {font-weight: bold; color: #336699; }
24
 
.blosxomTitle {font-size: 13pt; font-weight: bold; color: #000000; }
25
 
.blosxomTime { text-decoration: italicize; color: #336699; }
26
 
</style>
27
 
<link rel="alternate" type="application/rss+xml" title="RSS" href="$url/?flav=rss" />
28
 
<link rel="alternate" type="text/plain" title="RSS3" href="$url/?flav=rss3" />
29
 
 
30
 
</head>
31
 
 
32
 
<body bgcolor="#ffffff">
33
 
<div id='content'>
34
 
<div id='title'>
35
 
<span class="title"><a href="$base_url">$blog_title</a><br />$blog_description</span>
36
 
</div>
37
 
<br />