From: Jan Paul Tuecking Date: Fri, 31 Jul 2009 13:00:58 +0000 (+0200) Subject: Changed table colors at uriel page. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de351d1374aa388b9f7ee07990d6fd5f472cefce;p=ipfire.org.git Changed table colors at uriel page. --- diff --git a/www/images/ui-bg_flat_75_f5f5f5_40x100.png b/www/images/ui-bg_flat_75_f5f5f5_40x100.png new file mode 100644 index 00000000..2b2f587a Binary files /dev/null and b/www/images/ui-bg_flat_75_f5f5f5_40x100.png differ diff --git a/www/images/ui-bg_flat_75_ffffff_40x100.png b/www/images/ui-bg_flat_75_ffffff_40x100.png deleted file mode 100755 index ac8b229a..00000000 Binary files a/www/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ diff --git a/www/images/ui-bg_glass_75_dadada_1x400.png b/www/images/ui-bg_glass_75_dadada_1x400.png new file mode 100755 index 00000000..5a46b47c Binary files /dev/null and b/www/images/ui-bg_glass_75_dadada_1x400.png differ diff --git a/www/images/ui-bg_glass_75_e6e6e6_1x400.png b/www/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100755 index 00000000..86c2baa6 Binary files /dev/null and b/www/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/www/include/style.css b/www/include/style.css index 90dde631..8636b9ae 100644 --- a/www/include/style.css +++ b/www/include/style.css @@ -683,8 +683,8 @@ table.uriel td.value { } table.uriel td.footer { text-align: right; - background-color: #ddd; - border: 1px solid #666; + background-color: #dedede; + border: 1px solid #999; } /* Tabs */ .ui-tabs { @@ -729,8 +729,8 @@ table.uriel td.footer { } /* Component containers */ .ui-widget-content { - border: 1px solid #880400/*{borderColorContent}*/; - background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; + border: 1px solid #999/*{borderColorContent}*/; + background: #F5F5F5/*{bgColorContent}*/ 50%/*{bgContentXPos}*/ url(/images/ui-bg_flat_75_f5f5f5_40x100.png)/*{bgImgUrlDefault}*/50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; } .ui-widget-content a { @@ -738,7 +738,7 @@ table.uriel td.footer { } .ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; - background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; + background: #cccccc/*{bgColorHeader}*/ url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; } @@ -748,7 +748,7 @@ table.uriel td.footer { /* Interaction states */ .ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; - background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; + background: #e6e6e6/*{bgColorDefault}*/ url(/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; @@ -772,7 +772,7 @@ table.uriel td.footer { } .ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; - background: #ffffff/*{bgColorActive}*/ url(/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; + background: #F5F5F5/*{bgColorActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; diff --git a/www/pages/uriel.py b/www/pages/uriel.py index df3cd466..c2a1bb33 100644 --- a/www/pages/uriel.py +++ b/www/pages/uriel.py @@ -32,7 +32,7 @@ class Content(web.Content): Total hosts: """ + "%s" % self.db.count() + """ - """ +
""" ret += """