
META-INF.resources.error.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.marketplace.store.web
Show all versions of com.liferay.marketplace.store.web
Liferay Marketplace Store Web
<%--
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
--%>
<%@ include file="/init.jsp" %>
a {
border: 2px solid #1C75B9;
border-radius: 4px;
color: #1C75B9;
line-height: 20px;
padding: 8px 14px;
text-decoration: none;
}
a:hover {
border-color: #65B6F0;
color: #65B6F0;
}
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
}
p {
background: #F1D1D8;
border: 1px solid transparent;
border-radius: 4px;
color: #D77C8A;
padding: 14px;
margin: 2em 0;
}
.error {
margin: 0 auto;
max-width: 960px;
padding: 6em 4em;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy