All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.error.jsp Maven / Gradle / Ivy

There is a newer version: 7.0.48
Show newest version
<%--
/**
 * 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