Files
atlastheme/plugins/default/css/exception.css
2021-07-28 00:25:39 +02:00

49 lines
880 B
CSS

body {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
.ossn-exception-handler {
width:800px;
margin:0 auto;
}
.ossn-exception-header {
background: #2B5470;
position:fixed;
width:100%;
top: 0;
}
.ossn-exception-handler .container-inner {
width:100%;
background: #FFEBE8;
border: 1px solid #C53B3B;
display:table;
margin-top: 30px;
padding: 20px;
}
.ossn-exception-header .inner {
margin: 0 auto;
margin-top: -14px;
display: block;
color: #fff;
font-size: 26px;
margin-top: -46px;
font-weight: bold;
font-family: arial;
}
.container-inner .title {
font-size: 12px;
font-weight: bold;
margin-bottom: 3px;
}
.ossn-exception-description {
background: #FFFFC5;
border: 1px solid #ECEC52;
width: 100%;
padding: 20px;
}