

/* 	 		S Y N T A X
				A   d a r k   b l u e   s t y l e s h e e t

			Referenz: Firefox DevTools / Code Editor Dark
			Activation via JS: body.theme-syntax

			- Theme colors
			- Tag Cloud colors

			----------------------------------------------------------
			Version:	1,0		*	2026 05 16
----------------------------------------------------------------------
  							JHM */


	body.theme-syntax {
    --bg-primary:		#1d2230;
    /* RAL Perlnachtblau  ~   */
    --bg-secondary:		#181c28;
    /* 181c28	*/
    --bg-content:		#252a3a;
    /* 252a3a	*/
    --bg-accent:		#303848;
    /* 303848	*/
    --text-primary:		#c8d0e0;
    /* c8d0e0	*/
    --text-secondary:	#7888a8;
    /* Seitenzahlen 2nd	7888a8	*/
    --text-muted:		#506080;
    /* 506080	*/
    --border-color:		#303848;
    /* 303848		*/
    --link-color:		#6db3f2;
    /* << maybe	inactive	*/
    --link-hover:		#9dd1ff;
    /* 9dd1ff		*/
	}

	body.theme-syntax {
    background-color: var(--bg-primary) !important;
    color: var(--text-primary) !important;
    --ignition-pinfinity-light-gray: #111520 !important;
    /*	Naviline BG				 RAL Nachtblau  */
	}








	body.theme-syntax .hentry,
	body.theme-syntax .post,
	body.theme-syntax article.post,
	body.theme-syntax .post-item,
	body.theme-syntax .grid-item,
	body.theme-syntax .masonry-brick {
    background-color: #252a3a !important;
    /* ok  252a3a syntax		  */
    border: none !important;
    color: var(--text-primary);
	}

	body.theme-syntax .entry-header,
	body.theme-syntax .entry-content,
	body.theme-syntax .entry-summary,
	body.theme-syntax .entry-item-content-wrap {
    background-color: transparent !important;
	}

	body.theme-syntax .sidebar,
	body.theme-syntax .widget,
	body.theme-syntax .widget-area {
    background-color: #181c28 !important;		/* sidebar bg	 */
    color: var(--text-secondary);
	}

	body.theme-syntax .sidebar a,
	body.theme-syntax .widget a {
    color: #6db3f2;
    /* blau	6db3f2	ok */
    text-decoration: none;
	}

	body.theme-syntax .sidebar a:hover,
	body.theme-syntax .widget a:hover {
    color: #9dd1ff;
	}

	body.theme-syntax .sidebar .widget-title {
    color: #506080;
	}

	body.theme-syntax .entry-header h2.entry-title,
	body.theme-syntax .entry-header h2.entry-title a {
    color: #90c0e8 !important;
    background-color: transparent !important;
    /*  ok #252a3a syntax */
	}

	body.theme-syntax .entry-header h2.entry-title em,
	body.theme-syntax .entry-header h2.entry-title i {
    color: #ff7de9 !important;
	}

	body.theme-syntax .single h1.entry-title,
	body.theme-syntax .single h1.entry-title a {
    color: #90c0e8 !important;
	}

	body.theme-syntax .single h1.entry-title em,
	body.theme-syntax .single h1.entry-title i {
    color: #ff7de9 !important;
	}

	body.theme-syntax .entry-meta,
	body.theme-syntax .entry-meta-item {
    color: #506080 !important;
	}

	body.theme-syntax .widget_categories a {
    color: #7888a8 !important;
	}

	body.theme-syntax .widget_categories li.current-cat > a::before,
	body.theme-syntax .widget_categories li.current-cat > a::after {
    color: #6db3f2;
	}

	body.theme-syntax .pagination a,
	body.theme-syntax .pagination span,
	body.theme-syntax .nav-links a,
	body.theme-syntax .nav-links span {
    background-color: #252a3a !important;		/* Seitenzahlen		*/
    color: var(--text-secondary);
	}

	body.theme-syntax .pagination a:hover,
	body.theme-syntax .nav-links a:hover {
    color: #9dd1ff;
	}

	body.theme-syntax .post img,
	body.theme-syntax .entry-content img {
    filter: brightness(0.92) contrast(1.05);
    /* was  brightness 0.92  contrast 1.05  sepia 0.00  invert 0.00  */
	}

	body.theme-syntax .head-mast {
    background-color: #111520 !important;
    /* Header BG		 ~ */
	}

	body.theme-syntax .site-title,
	body.theme-syntax .site-title a {
    color: #c8d0e0 !important;
    /* former <<	 		*/
	}

	body.theme-syntax .site-description {
    color: #506080 !important;
    /* former <<			*/
	}

	body.theme-syntax .footer-info {
    background-color: #111520 !important;
    /* Footer BG			*/
    color: #506080 !important;
    /* Footer right 		*/
	}

	body.theme-syntax .footer-info a {
    color: #6db3f2 !important;
	}

	body.theme-syntax .footer-info a:hover {
    color: #9dd1ff !important;
	}

	body.theme-syntax .entry-header .entry-meta
	.entry-meta-item.entry-categories a {
    color: #506080 !important;
	}

	body.theme-syntax .entry-header .entry-meta
	.entry-meta-item.entry-categories a:hover {
    color: #6db3f2 !important;
    /* former	<<			*/
	}

	body.theme-syntax .widget_categories span.count,
	body.theme-syntax .widget_categories a .count {
    background-color: #181c28 !important;
    /* former				*/
    color: #506080 !important;
    border: 3px;
    opacity: 1 !important; }

	body.theme-syntax .entry-content .has-small-font-size,
	body.theme-syntax .entry-content ul.has-small-font-size li,
	body.theme-syntax .entry-content li.has-small-font-size {
	color: #506080 !important;
    list-style: none !important;
    padding-left: 0 !important;	}

	body.theme-syntax .entry-content ul {
    padding-left: 0 !important;	}




	/* Tag Cloud – Syntax */
	body.theme-syntax .sidebar .tagcloud a:nth-child(6n+1),
	body.theme-syntax .widget_tag_cloud a:nth-child(6n+1)
	{ color: #6db3f2; }

	body.theme-syntax .sidebar .tagcloud a:nth-child(6n+2),
	body.theme-syntax .widget_tag_cloud a:nth-child(6n+2)
	{ color: #90e090; }

	body.theme-syntax .sidebar .tagcloud a:nth-child(6n+3),
	body.theme-syntax .widget_tag_cloud a:nth-child(6n+3)
	{ color: #ff7de9; }

	body.theme-syntax .sidebar .tagcloud a:nth-child(6n+4),
	body.theme-syntax .widget_tag_cloud a:nth-child(6n+4)
	{ color: #90c0e8; }

	body.theme-syntax .sidebar .tagcloud a:nth-child(6n+5),
	body.theme-syntax .widget_tag_cloud a:nth-child(6n+5)
	{ color: #8888a8; }

	body.theme-syntax .sidebar .tagcloud a:nth-child(6n+6),
	body.theme-syntax .widget_tag_cloud a:nth-child(6n+6)
	{ color: #f0a060; }




/*		----------------------------------------------------------------------
   		end of the stylesheet •	SYNTAX  says goodbye	*/
