<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-twelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       KLJ Services
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* &lt;?php get_sidebar(); ?&gt; */
/* =navigation menu changes */


	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu &gt; ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: center;
		width: 100%;
		background: #000000;
	}

	.main-navigation li ul li a {
		background: #000000;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}

/* =Centre background fill */
.site {
    background-image: url("http://www.triecapbeagles.co.uk/wp-content/uploads/2014/01/triecap-background.jpg");
    padding: 0 1.71429rem;
}

/* =navigation letter colour changes */

	.main-navigation li a:hover {
		color: #ffffff;
	}

	.main-navigation .current-menu-item &gt; a,
	.main-navigation .current-menu-ancestor &gt; a,
	.main-navigation .current_page_item &gt; a,
	.main-navigation .current_page_ancestor &gt; a {
		color: #ffffff;
		font-weight: bold;
	}

/* =page h1 name center */

.entry-header .entry-title {
    font-size: 1.57143rem;
    text-align: center;
}

/*This bit changes the global line spacing between the main content text*/

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.3;
}


/*boxes with rounded corners*/

div.coolbox{
border:5px solid black;
padding:5px 20px;
background: #2B2609;
width:400px;
border-radius:30px;
}
</pre></body></html>