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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user