<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Until I can take the html out of paging_functions this is the most customization
that is allowed for paging.  All of the paging_gap classes cannot be found in the templates
but the paging_functions.php file.  To fix this I'm going to have to create a paging_bit_template
and rewrite much of that section.  It's pretty difficult, and I'm not sure it's worth it at 
this point.  If you really really need this enhancement, send an email to brandan@pristinecms.com
and I can add I'll prioritize your request.  */

.paging_gap_1 { /* Base Pixels */
	margin-left: 3px;  
	margin-right: 3px;
}
.paging_gap_2 {  /* Base Pixels x 2 */
	margin-left: 6px;
	margin-right: 6px;
}
.paging_gap_3 { /* Base Pixels x 3 */
	margin-left:  9px; 
	margin-right: 9px;
}
.paging_gap_right_2 { /* Base Pixels x 4 */
	margin-right: 12px;
}
.paging_gap_left_5 {  /* Base Pixels * 10 */
	margin-left: 30px;
}
.paging_gap_left_3 {  /* Base Pixels * 6 */
	margin-left:  18px;
}
.paging_current_page { /* Highlighed Page */
	color: #006aff;
}
.paging_links {
	margin-top:  20px;
	text-align:  center;
	font-size: 20px;
}
.paging_links a:link {
	color: #18274b;
	text-decoration: none;
}
.paging_links a:visited  {
	color: #18274b;
	text-decoration: none;
}
.paging_links a:active {
	color: #18274b;
	text-decoration: none;	
}
.paging_links a:hover {
	color: #18274b;
	text-decoration: underline;
}
.paging_order_by_sort_by {
	text-align: center;
}
.paging_order_by_sort_by a:link {
	color: #18274b;
	text-decoration: none;
}
.paging_order_by_sort_by a:visited  {
	color: #18274b;
	text-decoration: none;
}
.paging_order_by_sort_by a:active {
	color: #18274b;
	text-decoration: none;	
}
.paging_order_by_sort_by a:hover {
	color: #18274b;
	text-decoration: underline;		
}</pre></body></html>