mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-09 14:47:04 +02:00
@@ -28,7 +28,7 @@
|
||||
#gelato-error td {font-size:14px;background:#fff;border-color: #ddd;border-width: 1px 1px 0 0;border-style: solid;margin: 0;padding: 4px;}
|
||||
.pull-right {float: right;}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div id="gelato-error">
|
||||
|
||||
<div class="error">
|
||||
|
@@ -4,8 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Error</title>
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
body {
|
||||
height:100%;
|
||||
background:#eee;
|
||||
padding:0px;
|
||||
@@ -16,43 +15,30 @@ color:#333;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 100%;
|
||||
}
|
||||
a
|
||||
{
|
||||
a {
|
||||
color:#0088cc;
|
||||
text-decoration:none;
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
a:hover {
|
||||
color:#005580;
|
||||
text-decoration:underline;
|
||||
}
|
||||
h1
|
||||
{
|
||||
h1 {
|
||||
font-size: 4em;
|
||||
}
|
||||
small
|
||||
{
|
||||
small {
|
||||
font-size: 0.7em;
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
hr
|
||||
{
|
||||
hr {
|
||||
border:0px;
|
||||
border-bottom:1px #ddd solid;
|
||||
}
|
||||
#message
|
||||
{
|
||||
#message {
|
||||
width: 700px;
|
||||
margin: 15% auto;
|
||||
}
|
||||
#back-home
|
||||
{
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
position:absolute;
|
||||
padding:10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user