1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Updated the General Error page

git-svn-id: file:///svn/phpbb/trunk@5430 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Tom Beddard
2006-01-05 22:47:44 +00:00
parent 7d8b57811f
commit ff86c423cf
2 changed files with 59 additions and 15 deletions

View File

@@ -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
*/