HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/bristolfilton.co.uk/public_html/wp-content/themes/anima/admin/css/admin.css
/**
 * Styling for the admin page
 *
 * @package Anima
 */

@import url("../../resources/fonts/fontfaces.css");

.wrap,
.wrap p {
	font-size: 16px;
	line-height: 1.7;
}

.wrap h3 {
	font-size: 1.1em;
}

#main-page {
	display: block;
	float: none;
	max-width: 1280px;
}

#lefty  {
	display: block;
	float: left;
	width: calc(90% - 460px);
	padding: 0 15px;
	background: #FFF;
	border: 1px solid #eee;
	padding: 3em 5%;
}

#description {
	max-width: 610px;
	margin: 0 auto;
	text-align: justify;
}

#righty {
	display: block;
	float: left;
	width: 450px;
	margin-top: 30px;
}

#righty p,
#righty span,
.form-table small,
#righty ul li {
	font-size: 14px;
	color: #444;
	font-family: Segoe UI;
}

#righty h3 {
	padding: 1em 1.5em;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
	margin: 0;
}

.postbox .inside,
.stuffbox .inside {
	padding: 1em 1.5em 2em;
	line-height: 1.5;
}

.postbox .inside p:first-child {
	margin-top: 0;
}

.postbox {
	width: 100%;
	background: rgba(255, 255, 255, .5);
	border-left: 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wrap .button {
    box-sizing: border-box;
    display: table;
    height: auto;
    margin: 0 auto;
	text-align: center;
    padding: 0.75em 1.5em;
    text-transform: uppercase;
	font-weight: bold;
	box-shadow: none;
	border-radius: 100px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

#anima-export {
	display: block;
	margin: 3em auto 0;
	text-align: center;
}

#anima-export h3 {
	text-align: center;
	margin: 0 auto 1em;
}

.wrap a {
	color: #d0422c;
}

.wrap .button:hover {
	border-color: #d0422c;
	color: #d0422c;
}

textarea#cryout-sysinfo {
	font-family: Monaco, monospace;
	white-space: pre;
	overflow: auto;
	display:block;
	width: 100%;
	background: #444;
	color: #FFF;
	padding: 2em;
}

/* NEWS LISTS */
.news .inside {
	height: 220px;
	overflow: auto;
}

#righty ul.news-list {
    margin-top: 0;
}

#righty .news-list li {
	margin-bottom: 1em;
}

#righty span.news-item-date {
	color: #AAA;
	font-size: 12px;
	display: block;
}

a.news-header {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	transition: color .3s ease-in;
}

a.news-header:hover,
a.news-read:hover {
	color: #f42b00 !important;
}

a.news-more {
	color: #444;
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	transition: color .3s ease-in;
}

a.news-more:hover {
	color: #000;
}

/* ADMIN HEADER AND LINKS */
#admin_header {
	display: table;
	text-align: center;
	margin: 0 auto;
}

#admin_links {
	display: table;
	margin: 1em auto;
}

#admin_links a {
	display: block;
	float: left;
	margin: 1em 1em 1em 0;
	padding: 0.75em 1.5em;
	border-radius: 100px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	background: #333;
	-webkit-transition: .3s background;
	-moz-transition: .3s background;
	transition: .3s background;
}

#admin_links a:last-child {
	margin-right: 0;
}

#admin_links a:hover {
	background: #d0422c;
}

.version {
    clear: both;
    color: #888;
    display: block;
	text-align: center;
    font-size: 15px;
	font-weight: normal;
}

#customizer {
	background: #d0422c url(../images/logo-about-customize.png) no-repeat 1em 50%;
	color: #FFF;
	padding: 1em 2em 1em 3em;
	border: none;
	border-radius: 100px;
	text-align: center;
	transition: .3s all ease-in-out;
	font-size: 1em;
}

#customizer:hover {
	text-decoration: underline;
}

.wrap div.updated, .wrap div.error {
	margin-bottom: 50px;
}

#anima-settings-dialog {
	display: none;
}
#anima-settings-dialog textarea {
	width: 97%;
	min-height: 180px;
	overflow: auto;
}
#anima-settings-dialog p strong {
	display: none;
}
#anima-settings-dialog .settings-error {
	text-align: center;
	font-weight: bold;
	color: red;
}

/* ==RESPONSIVE ADMIN==
--------------------------------*/

@media (max-width: 1280px) {
	#admin_links a,
	.wrap .third.button,
	.wrap .third .button {
		margin: .5em .5em .5em 0;
		padding: .7em 1em;
		font-size: 12px;
	}
	#admin_header {
		display: block;
	}
	#admin_header img {
		max-width: 100%;
	}
}

@media (max-width: 1100px) {
	#lefty  {
		width: calc(90% - 260px);
	}
	#righty  {
		width: 250px;
	}
}

@media (max-width: 800px) {
	#lefty {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#righty {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 90%;
	}
	#righty .postbox {
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}

@media (max-width: 620px) {
	#admin_links a,
	.wrap .third.button,
	.wrap .third .button {
		display: block;
		float: none;
	    clear: both;
	    margin: 1em auto;
	    text-align: center;
	}
	.wrap form.third {
		float: none;
		margin: 0 auto;
	}
}

/* FIN */