:root.darkmode {
  /*filter: invert(1) hue-rotate(.5turn);*/
  #inner-wrap {
	background: #232426;
	box-shadow: 0 0 5px 2px #232426;
}
	
	.nav-black {
	border-radius: 0 0 7px 7px;
	background: #343434;
	padding-top: 0;
	padding-bottom: 0;
}
	
	
body.simple .page-body {
	margin: 20px 20px 0;
	padding: 20px;
	background: #232426;
}


/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			SE:Gamer
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PlanetStyles ( https://www.planetstyles.net/ )
    --------------------------------------------------------------
*/

/* colours.css changes 

343434

*/
.post:target .content {
    color: #000000;
}

html, body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	/* color: black; */
}

body.simple {
	min-height: 100%;
	padding: 0 5px;
}

h1 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
}

h1 span {
	color: #ffffff;
}

h2 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0;
}

h3 {color: #313131;}

.wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px rgba(157, 154, 147, 0.5),  inset 0 3px 18px rgba(100, 100, 100, .25);
	background: repeating-linear-gradient(
		135deg,
		#C5C5C5,
		#C5C5C5 30px,
		#000000 30px,
		#000000 60px
	);	
}

.search-header {
	box-shadow: 0 0 10px #5b5b5b;
}

.navbar {
	background-color: #313131;
}

.forabg, .forumbg {
	background-color: #060606;
}

.copyright a {
	color: #000000 !important;
}

.username-coloured {
    text-shadow: 0 0 0.2em white, 0 0 0.2em white,  0 0 0.2em white;
}

li.row {
	background-color: #313131;
}

li.row {
	border-top: none;
	border-bottom-color: #313131;
	padding: 0 0 5px 8px;
}

li.row:hover {
}

/*.bg1, .bg3, .panel {background-color: #252729 !important;}
.bg2 {background-color: #2d3031 !important;}

li.row.bg3 {
	background-color: #252729;
}

li.row.bg3:hover {
	background-color: #f7f7f7;
}

li.row.reported {
	background-color: #ECD5D8 !important;
}*/

.bg1, .bg3, .panel {background-color: #8f8f8f !important;}
.bg2 {background-color: #adadad !important;}

li.row.bg3 {
	background-color: #a91717;
}

li.row.bg3:hover {
	background-color: #f7f7f7;
}

li.row.reported {
	background-color: #ECD5D8 !important;
}


li.header dt, li.header dd {
	padding: 6px 0 10px 0;	
}



.forumbg, .forabg {
	margin-bottom: 15px;
}




a {color: #f6f6f6;} 

.action-bar.bar-top > a.button {
  color: red !important;
  border-color: darkred !important;
}

a:hover {color: #c1c1c1;}

#nav-main > li > a, #nav-footer > li > span > a, #nav-footer > li > a, #page-footer .navbar {color: #e5e5e5;}

.navbar i {color: #c1c1c1;}

.badge {
	background-color: #c1c1c1;
	top: 5px;
	opacity: 1;
}

.copyright span {
	color: #7660ff;
}

.search-header {
	margin-top: 79px;
}

li.header dl.row-item dt .list-inner {
	padding-left: 20px;
	padding-right: 30px;
}

.action-bar {
	margin: 15px 0;
	{color: #e5e5e5;}
}




/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	html, body {
		background-color: #343434;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	body {
		padding: 0;
	}
	
	.headerbar {
		margin-left:-5px !important;
		margin-right:-5px !important;
	}
}


/* Pagination
---------------------------------------- */

.pagination li a {
	background: black;
	filter: none;
	border-color: #000000;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #555555;
}

.pagination li.ellipsis span {
	background: transparent;
	color: #000000;
}

.pagination li.active span {
	background: linear-gradient(#959595, #313131);
	color: #000000;
}

.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
	background: linear-gradient(#959595, #313131);
	border-color: #7DA2CE;
	filter: none;
	color: #000000;
	text-shadow: none;
}


/* Post body links */
.postlink {
	border-bottom-color: #f6f6f6;
	color: #f6f6f6;
}

.postlink:visited {
	border-bottom-color: #f6f6f6;
	color: #f6f6f6;
}

.postlink:hover {
	background-color: #c1c1c1;
	color: #f6f6f6;
}

.signature a, .signature a:hover {
	background-color: transparent;
}

.dropdown .dropdown-contents {
	background: #000000;
	border-color: #B9B9B9;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: linear-gradient(to bottom right, #d4cfc9, #344754);
	/*background-image: url("./images/quote.gif");*/
	border-color:#DBDBCE;
}

blockquote blockquote {
	/* Nested quotes */
	background: linear-gradient(to bottom right, #d4cfc9, #344754);
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background: linear-gradient(to bottom right, #d4cfc9, #344754);
}

.cp-main .pm {
	background-color: #adadad;
	border-bottom: 1px solid transparent;
}

.dropdown .dropdown-contents {
	background: #000;
	border-color: #B9B9B9;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li, .dropdown li li {
	border-color: #DCDCDC;
}

.header {
	background: #1d315a;

}
	

/* ============ Slideshow container ============ */
/* ============ Slideshow container ============ */
/* ============ Slideshow container ============ */


.slideshow-slides-text {
	text-align: center;
	padding: 10px 50px 10px 50px;
	/*background-color: rgba(255, 255, 255, 0.8); Modif halloween theme*/
	background-color: #232426;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Dot navigator container */
.slideshow-dot-navigator-container {
	text-align: center;
	padding: 10px;
	/*background: #13315c; Modif halloween theme*/ 
	background: #adadad;
}
.slideshow-dot-navigator {
  cursor: pointer;
  height: 10px;
  width: 10px;
  font-size : 0px;
  color: #c1c1c1;
  background-color: #c1c1c1;
  border-radius: 50%;
  margin: auto 4px;
  display: inline-block;
  /* transition: background-color 0.4s ease;*/
  
	/* cursor: pointer;
	height: auto;
	width: auto;
	padding: 3px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease; */
}
.slideshow-active, .slideshow-dot-navigator:hover {
	background-color: #FFF;
	color: #FFF;
	/* color: #ffffff; #717171 */
}

/* ============ Next & previous buttons ============ */
.slideshow-prev, .slideshow-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 5px;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
}

.slideshow-prev:hover, .slideshow-next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
	text-decoration: none;
}


.slideshow-slides {
  background-image: url("https://delta-island.com/forum/images/delta-island/logo-delta-dark.png") !important;
}

	
	
}