<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Basic*/
body, a, .sLink																						{color:#ccc;}
#htmlLightbox																						{background:#222;}
input, textarea, select																				{background:#333; color:#ccc; border:1px solid #555!important;}

/*Liens principaux / label+checkbox / accÃ¨s utilisateur..*/
a:hover, [onclick]:hover, .sLink:hover, .linkSelect, .menuLaunch:hover, button:hover, label:hover, input:checked+label, .sAccessRead	{color:rgb(173,211,255);}

/*Blocks d'objet &amp; menus contextuels*/
.sAccessWrite, .sAccessWriteLimit																	{color:#f88;}								/*Droit d'accÃ¨s "Write" &amp; "Write limit"*/
.objContainer, .miscContainer, .emptyContainer, .menuContext										{background:#222;}							/*blocks principaux*/
.objContainerSelect, #objSelectMenu, .lineSelect, .menuContext .menuLine:hover, .lineHover:hover	{background:#444!important;}				/*objets sÃ©lectionnÃ©s &amp; lignes survolÃ©es (cf. droit d'accÃ¨s &amp; CO)*/
.objLines .objContainer																				{border-bottom:solid 1px #555;}			/*pas de "box-shadow" en affichage "objLines"*/

/*MOBILE*/
@media screen and (max-width:1023px){
	#htmlMainPage	{background:#333 url(../img/logoMobileBg.png) no-repeat center 95%; height:100%;}
	.objContainer, .miscContainer, .emptyContainer	{width:100%; box-shadow:0px 2px 5px rgb(100,100,100);}										/*cf. affichage de news et fichiers*/
}

/*Divers*/
#headerBar								{background:linear-gradient(180deg,#111,#222,#111); box-shadow:0px 2px 8px rgb(80,80,80);}		/*barre de menu principale*/
hr										{background:linear-gradient(90deg,#555,#999,#555);}													/*barre de sÃ©paration*/
fieldset, .objMenuTab, .objMenuOptions	{background:#333; border:1px solid #444; border-radius:5px;}											/*fieldset &amp; "VueObjEditMenuSubmit.php"*/
.fieldsetSub							{background:#444; border:1px solid #414141; border-radius:5px;}										/*"VueObjEditMenuSubmit.php"*/
.objMenuTab:hover, .objMenuTabSelect	{background:linear-gradient(0deg,#333,#222);}															/*"VueObjEditMenuSubmit.php"*/
.optionSelect, .optionUnselect:hover	{color:rgb(173,211,255); background:#333; border:solid 1px #555; border-radius:5px;}					/*option/categorie sÃ©lectionnÃ©e*/
.optionUnselect							{border:solid 1px transparent;}
::-webkit-scrollbar						{background:#333; width:12px;}																			/*scrollbar: background et width*/
::-webkit-scrollbar-thumb				{background:#888;}																						/*scrollbar: couleur de la barre*/</pre></body></html>