diff options
| author | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-05 22:47:44 +0000 |
|---|---|---|
| committer | Tom Beddard <subblue@users.sourceforge.net> | 2006-01-05 22:47:44 +0000 |
| commit | ff86c423cf76be1ad7e38195a001747082c4b77a (patch) | |
| tree | 4538409dc7a0d07972e49f17c6d5a6471376c3e3 /phpBB/adm | |
| parent | 7d8b57811f654ca23303734e3a8e46a5b15b094c (diff) | |
| download | forums-ff86c423cf76be1ad7e38195a001747082c4b77a.tar forums-ff86c423cf76be1ad7e38195a001747082c4b77a.tar.gz forums-ff86c423cf76be1ad7e38195a001747082c4b77a.tar.bz2 forums-ff86c423cf76be1ad7e38195a001747082c4b77a.tar.xz forums-ff86c423cf76be1ad7e38195a001747082c4b77a.zip | |
Updated the General Error page
git-svn-id: file:///svn/phpbb/trunk@5430 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/admin.css | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index b8a1e26f25..183938e937 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1,11 +1,10 @@ /* phpBB 3.0 Admin Style Sheet - -------------------------------------------------------------- - Original author: Tom Beddard ( http://www.subBlue.com/ ) - Modified by: - Last update: $Id$ + ------------------------------------------------------------------------ + Original author: subBlue ( http://www.subBlue.com/ ) + Official update: $Id$ Copyright 2006 phpBB Group ( http://www.phpbb.com/ ) - -------------------------------------------------------------- + ------------------------------------------------------------------------ */ @@ -189,7 +188,8 @@ a:hover { background-color: #FFFFFF; border: solid 1px #A9B8C2; } -span.corners-top, span.corners-bottom { +span.corners-top, span.corners-bottom, +span.corners-top span, span.corners-bottom span { display: none; } @@ -684,6 +684,26 @@ a.button2, a.button2:link, a.button2:visited, a.button2:active { } +/* Special cases for the error page */ +#errorpage #page-header a { + font-weight: bold; + line-height: 6em; + } +#errorpage #content { + padding-top: 10px; + } +#errorpage #content h1 { + color: #DF075C; + } +#errorpage #content h2 { + margin-top: 20px; + margin-bottom: 5px; + border-bottom: 1px solid #CCCCCC; + padding-bottom: 5px; + color: #333333; + } + + /* Format Buttons for signature editor */ |
