<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Customised CSS for Ribchester St Wilfrid's Primary School on e-Voice */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* All the rules below control the style of the various elements */

.navbar-default {
    background-color: #c40d3b;
    border-color: transparent;
}

.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:hover, .nav-pills&gt;li.active&gt;a:focus { */ set the active menu item to red */
    color: #ffffff;
    background-color: #c40d3b;
} 

.navbar-default .navbar-nav&gt;.open&gt;a:hover {
background-color: #333333;
}

.navbar-default .navbar-nav&gt;.open&gt;a:focus {
    background-color: #333333;
}

.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #c40d3b;
}

h1.community-name {
	text-align:left;
	color: #c40d3b;	
	font-weight:bold;
   	font-size:40px;
	margin-bottom:240px;
}

h1 { /* make all H1 red */
color: #c40d3b;
font-weight:bold;
}

.nav-type-list .nav-logo #logoImage{
width:100%;
height:100%;
}

#banner {
background-size: auto 100% }
    
.newsinclude p {
    font-size: small; 
    }
    
.calendarinclude p {
    font-size: small; 
    }
    
#thePageContent a { /* all the links in the main text body */
	color: #c403db;
	text-decoration: underline; 
}

/* visited link */
a:visited {
    color: #333333;
}

/* mouse over link */
a:hover {
    color: #333333;
}

/* selected link */
a:active {
    color: #333333;
}


.alert-warning { /* make the colour of alert boxes red */
    background-color: #c40d3b;

}

.btn-primary { /* make the primary button colour red */
    background-color: #c40d3b;
    border-color: transparent;
    color: white;
}

.btn-primary:hover { /* adjust the hover colour of the primary button */
    background-color: #ab8d3f;
    border-color: transparent;
}



.well { /* adjust the footer */
    padding: 15px;
}

a {
    color: #c40d3b;
    text-decoration: none;
    

.footer { 
	min-height: 50px;
}

#footerText a { /* colour the links in the footer */ 
	color: #c40d3b;
	text-decoration: none;
}

#footerlinks a {
    color: #c40d3b;
    text-decoration: none;
}</pre></body></html>