diff --git a/classic_fancy/config.ini b/classic_fancy/config.ini index e3ac0c8..09aa183 100644 --- a/classic_fancy/config.ini +++ b/classic_fancy/config.ini @@ -1,6 +1,3 @@ -# This theme is based on the one contained in Planet V2.0. It demonstrates -# that one can mix the use of htmltmpl and xslt templates. - [Planet] template_files: atom.xml.xslt diff --git a/classic_fancy/index.html.tmpl b/classic_fancy/index.html.tmpl index ee6af46..8593929 100644 --- a/classic_fancy/index.html.tmpl +++ b/classic_fancy/index.html.tmpl @@ -1,221 +1,471 @@ - - - -<TMPL_VAR name> - -"> - - - - - - - - - - + + + + + <TMPL_VAR name> + + + + + + + + + + + + + + + " title="" type="application/+xml"> + + + + + - - - - -" title="" type="application/+xml"> - - - - - - - - -
- -
- -
-
- - - - -### End
-
-### End
-
-
-
-

- - - - -### End
-
-
-
- -### Planet provides template variables for *all* configuration options for -### the channel (and defaults), even if it doesn't know about them. We -### exploit this here to add hackergotchi faces to our channels. Planet -### doesn't know about the "face", "facewidth" and "faceheight" configuration -### variables, but makes them available to us anyway. - -

" title="">

- -" width="" height="" alt=""> - - - - -
lang=""> - - lang="">"> - -
-
lang=""> - -
- -### Planet also makes available all of the information from the feed -### that it can. Use the 'planet-cache' tool on the cache file for -### a particular feed to find out what additional keys it supports. -### Comment extra fields are 'author' and 'category' which we -### demonstrate below. - -

-">by at under -

-
-
- - -### End
-
-### End
-
-
- - -
- - - - -
- -
- -
- +
+
+
+ + + +
+
+ +
+

+ + + +
+ +
+

" title="">

+ + " width="" height="" alt=""> + + +
lang=""> + + lang="">"> + +
+
lang=""> + +
+

+ ">by at under +

+
+
+ +
+
+
+
+
+
+

About

+

Planet OpenStack is a collection of thoughts from the developers and other key players of the OpenStack projects. If you are working on OpenStack technology you should add your OpenStack blog.

+

Subscriptions

+ +

+ Last updated:
+
+ All times are UTC.
+
+ Powered by:
+ Planet +

+
+
+ + + + + + + diff --git a/classic_fancy/planet.css b/classic_fancy/planet.css index 14fb703..f5796bd 100644 --- a/classic_fancy/planet.css +++ b/classic_fancy/planet.css @@ -1,152 +1,15 @@ -body { - border-right: 1px solid black; - margin-right: 200px; - - padding-left: 20px; - padding-right: 20px; +ul.subscriptions { + list-style-type: none; + padding-left: 0; } -h1 { - margin-top: 0px; - padding-top: 20px; - font-family: "Bitstream Vera Sans", sans-serif; - font-weight: normal; - letter-spacing: -2px; - text-transform: lowercase; - - color: grey; -} - -.admin { - text-align: right; -} - -h2 { - font-family: "Bitstream Vera Sans", sans-serif; - font-weight: normal; - margin-left: -20px; -} - -h3 { - font-family: "Bitstream Vera Sans", sans-serif; - font-weight: normal; - border: 1px solid #5080b0; - padding: 4px; -} - -h3 a { - text-decoration: none; - color: inherit; -} - -h4 { - font-family: "Bitstream Vera Sans", sans-serif; - font-weight: bold; -} - -h4 a { - text-decoration: none; - color: inherit; +img { + max-width: 600px; + max-height: 400px; } img.face { - float: right; - margin-top: -3em; -} - -.entry { - margin-bottom: 2em; - padding-bottom: 2em; - border-bottom: 2px solid #BC1518; -} - -.entry .date { - font-family: "Bitstream Vera Sans", sans-serif; - color: grey; -} - -.entry .date a { - text-decoration: none; - color: inherit; -} - -.entry .content pre { - overflow: auto; - word-wrap: normal; - white-space: pre; -} - -.sidebar { - position: absolute; - top: 0px; - right: 0px; - width: 200px; - - margin-left: 0px; - margin-right: 0px; - padding-right: 0px; - - padding-top: 20px; - padding-left: 0px; - - font-family: "Bitstream Vera Sans", sans-serif; - font-size: 85%; -} - -.sidebar h2 { - font-size: 110%; - font-weight: bold; - color: black; - - padding-left: 5px; - margin-left: 0px; -} - -.sidebar ul { - padding-left: 1em; - margin-left: 0px; - - list-style-type: none; -} - -.sidebar ul li:hover { - color: grey; -} - -.sidebar ul li a { - text-decoration: none; -} - -.sidebar ul li a:hover { - text-decoration: underline; -} - -.sidebar ul li a img { - border: 0; -} - -.sidebar p { - border-top: 1px solid grey; - margin-top: 30px; - padding-top: 10px; - - padding-left: 5px; -} - -.sidebar .message { - cursor: help; - border-bottom: 1px dashed red; -} - -.sidebar a.message:hover { - cursor: help; - background-color: #ff0000; - color: #ffffff !important; - text-decoration: none !important; -} - -a:hover { - text-decoration: underline !important; - color: blue !important; + float: right; + margin-top: -3em; }