aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/feed-browser/css
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-24 10:00:33 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-24 10:00:33 +0000
commit448afde0d8c049b93f6f4e87dc9392a6bfdde409 (patch)
tree8f892711b521ab766d58d1e309b7c0f67edd6426 /contrib/feed-browser/css
parent14910a6560718b83bc0dbe1eba8bf885d2928ac1 (diff)
downloadopenembedded-448afde0d8c049b93f6f4e87dc9392a6bfdde409.tar.gz
feed-browser: starting version of web browser for feeds (GPLv2 license)
- show packages list - show sections list - show package information - allow to download package
Diffstat (limited to 'contrib/feed-browser/css')
-rw-r--r--contrib/feed-browser/css/.mtn2git_empty0
-rw-r--r--contrib/feed-browser/css/feed.css57
2 files changed, 57 insertions, 0 deletions
diff --git a/contrib/feed-browser/css/.mtn2git_empty b/contrib/feed-browser/css/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/contrib/feed-browser/css/.mtn2git_empty
diff --git a/contrib/feed-browser/css/feed.css b/contrib/feed-browser/css/feed.css
new file mode 100644
index 0000000000..fd9f65c5c1
--- /dev/null
+++ b/contrib/feed-browser/css/feed.css
@@ -0,0 +1,57 @@
+body
+{
+ color: #000;
+ background-color: #fff;
+ font-family: Sans;
+ padding: 0;
+ margin: 0;
+}
+
+a
+{
+ text-decoration: none;
+ color: #0066cc
+}
+
+table
+{
+ width: 100%;
+}
+
+th
+{
+ font-weight: bold;
+}
+
+td
+{
+ padding: 0 0.5em;
+ vertical-align: top;
+}
+
+#page {
+ margin: 1em auto;
+ width: 80%;
+}
+
+#letters
+{
+ margin: 1em 0;
+ text-align: center;
+}
+
+h1
+{
+ font-size: 125%;
+}
+
+h2
+{
+ font-size: 105%;
+}
+
+#menu, #menu li
+{
+ display: inline;
+ list-style: none;
+}