<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Concourse Theming CSS for Central Texas College */
/* Copyright Intellidemia, Inc. 2007-23 */

/*############################################################################################################################*/
/*##########												Theming CSS												##########*/
/*############################################################################################################################*/

/*################################################################*/
/*#                  Navigation (Main + Footer)                  #*/
/*################################################################*/
.navbar-dark {background-color:#002663;} /* Background should exceed 4.5 contrast ratio against inactive link color of #9da0a2 */
.navbar .dropdown .dropdown-menu .dropdown-item.active, .navbar .dropdown .dropdown-menu .dropdown-item:active, .navbar .dropdown .dropdown-menu .dropdown-item:hover {background-color:#002663;}

/*################################################################*/
/*#                        Feature                               #*/
/*################################################################*/
/* Image must be placed in ../images/ and named inst_access_spread.jpg */

/*################################################################*/
/*#                          Home                                #*/
/*################################################################*/
#home .card .card-header {background-color:#0066cc;}

/*################################################################*/
/*#                       Syllabus                               #*/
/*################################################################*/
/* Logo must be placed in custom/images/ and named inst_syl_logo.png */

/* Separators */
.syl-header hr, .syl hr.category-rule {background-color:#cc092f;}
.syl .category-icon {color:#0066cc;}


/* Colors
	Dark Blue &gt; #002663
	Light Blue &gt; #0066cc
	Red &gt; #cc092f
*/
</pre></body></html>