diff options
author | plegall <plg@piwigo.org> | 2005-08-15 22:01:00 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-08-15 22:01:00 +0000 |
commit | 149edc131d7cac50dfac0a9d00c0a36c4355ec9a (patch) | |
tree | d960644608912a1f6d6ba79c89104089bb472d3a /template/default/default.css | |
parent | 3b957eb48093b4705cd98d0f9c70ea932a37e633 (diff) |
- new : introduction page to administration section. This page gives
informations about PhpWebGallery version, PHP version, MySQL version,
gallery database informations (number of categories, elements, users,
comments). Ability to request phpwebgallery.net for upgrade.
- deletion : of obsolete admin/admin_phpinfo.php page replaced by a link in
introduction page.
git-svn-id: http://piwigo.org/svn/trunk@814 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r-- | template/default/default.css | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/template/default/default.css b/template/default/default.css index 352f5d5f1..bfadbfa81 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -26,8 +26,16 @@ input,select,textarea { color:#FFFFCC;} /* Forms font color */ /* ANCHORS */ -a { text-decoration:none; color:#FFFFFF;} -a:hover { text-decoration:none; color:#FFF48E;} +a { + text-decoration: none; + color: #F6B620; +} + +a:hover { + text-decoration:none; + color: #ffee40; +} + a.none:hover { text-decoration:none;} a.image:hover { text-decoration:none;} a.thumbLink:hover { text-decoration:none;} @@ -520,4 +528,18 @@ table.doubleSelect { table.doubleSelect td { padding: 0 5px; +} + +div#adminMain dl { + margin: 10px; +} + +div#adminMain dl>dd { + margin-bottom: 10px; +} + +div#adminMain dl>dt { + margin-bottom: 5px; + font-style: italic; + font-size: 110%; }
\ No newline at end of file |