summaryrefslogtreecommitdiffabout
authorhacker <hacker@fe716a7a-6dde-0310-88d9-d003556173a8>2008-06-19 22:14:19 (UTC)
committer Michael Krelin <hacker@klever.net>2008-06-22 22:08:14 (UTC)
commit48ce1fa6ea531652df75eb6a8748feff290443bb (patch) (side-by-side diff)
treee4056e2f895aaf7775cb341e1938aa2089025643
parent62a4a62845eb2956101984bf5a97c7361006eb9b (diff)
downloadfireflix-48ce1fa6ea531652df75eb6a8748feff290443bb.zip
fireflix-48ce1fa6ea531652df75eb6a8748feff290443bb.tar.gz
fireflix-48ce1fa6ea531652df75eb6a8748feff290443bb.tar.bz2
restyled for firefox 3
git-svn-id: file:///home/hacker/svns/kin/fireflix/trunk@309 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--content/fireflix.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/fireflix.css b/content/fireflix.css
index 0164b4b..7bc0a3c 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -1,87 +1,90 @@
html#help,
.generated.wholething, .about.wholething /* XXX:,
tabbox, tabpanels, tabpanel */ {
background: url("background.jpeg");
}
tabpanels {
padding: 0px;
}
tree {
margin-top: 2px;
color: #2d354a;
font-size: 90%;
}
tree treechildren { /* for windows */
background: #c5ffc5;
}
tree#uploadlist treechildren::-moz-tree-cell-text(pending) {
}
tree#uploadlist treechildren::-moz-tree-cell-text(completed) {
color: black;
}
tree#uploadlist treechildren::-moz-tree-row(failed) {
background: yellow;
}
tree#uploadlist treechildren::-moz-tree-cell-text(failed) {
color: red;
}
tree#uploadlist treechildren::-moz-tree-cell-text(uploading) {
font-weight: bold;
}
groupbox#searchresult_props,
groupbox.search_params,
groupbox#upload_file_props,
groupbox#set_props,
groupbox#set_photo_props {
background: white;
+ -moz-border-radius: 1ex;
+ border: 1px outset;
+ display: -moz-box;
}
groupbox#upload_file_props label {
text-align: right;
}
description#upload_failure {
border-top: solid 1px red;
margin: 0px; padding: 2px;
text-align: left;
font-size: 85%;
line-height: 105%;
}
image#search_photo, image#set_photo, image#set_primary {
border: black 1px solid;
}
.about .insides {
margin: 1ex;
}
.about .text {
border: yellow solid 1px;
background: green;
}
.about .title {
font-size: 300%;
font-weight: bold;
color: yellow;
}
.about .link {
text-decoration: underline;
color: white;
cursor: pointer;
}
menuitem.menuhead {
background: gray;
color: black;
font-weight: bold;
}
div#searchresult_description {
min-height: 5em; max-height: 8em;
overflow: auto;
font-size: 90%;
margin: 0.1ex 0.5ex;
}