/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/forge/eternalwars.org/htdocs
currentDir : /home/forge/eternalwars.org/htdocs/style/pages

file-relative URI  : ../../images/parch.jpg
path prepended     : /home/forge/eternalwars.org/htdocs/style/pages/../../images/parch.jpg
docroot stripped   : /style/pages/../../images/parch.jpg
traversals removed : /images/parch.jpg

*/

/* goodie.css */

/* 1   */ .vignette_bloc, .vignette_bloc_serre, .vignette_bloc_reduit, .banniere_bloc,.smiley_bloc {
/* 2   */ 	text-align: center;
/* 3   */ 	margin: 5px;
/* 4   */ 	padding-top: 2px;
/* 5   */ 	float: left;
/* 6   */ 	clear: none;
/* 7   */ }
/* 8   */ 
/* 9   */ .vignette_bloc {
/* 10  */ 	width: 230px;
/* 11  */ 	height: 210px;
/* 12  */ }
/* 13  */ 
/* 14  */ .vignette_bloc img {
/* 15  */ 	max-width: 230px;
/* 16  */ 	max-height: 210px;
/* 17  */ }
/* 18  */ 
/* 19  */ .vignette_bloc_serre {
/* 20  */ 	padding-bottom: 15px;
/* 21  */ 	width: 150px;
/* 22  */ 	height: 130px;
/* 23  */ }
/* 24  */ 
/* 25  */ .vignette_bloc_reduit {
/* 26  */ 	width: 230px;
/* 27  */ 	height: 170px;
/* 28  */ }
/* 29  */ 
/* 30  */ .smiley_bloc {
/* 31  */ 	padding-right: 20px;
/* 32  */ }
/* 33  */ 
/* 34  */ .theme {
/* 35  */ 	padding-left: 40px;
/* 36  */ }
/* 37  */ 
/* 38  */ /* ============================================================
/* 39  *|    Premium goodies gallery (goodie.css loads only here, so these
/* 40  *|    selectors are safely scoped to this page).
/* 41  *|    ============================================================ */
/* 42  */ #goodiesPage {
/* 43  */ 	max-width: 1140px;
/* 44  */ 	margin: 22px auto 48px;
/* 45  */ 	padding: 0 16px;
/* 46  */ 	-webkit-box-sizing: border-box;
/* 47  */ 	box-sizing: border-box;
/* 48  */ }
/* 49  */ 
/* 50  */ #goodiesPage h1 {

/* goodie.css */

/* 51  */ 	font-family: Georgia, "Times New Roman", serif;
/* 52  */ 	color: #ffe370;
/* 53  */ 	font-size: 26px;
/* 54  */ 	text-align: center;
/* 55  */ 	margin: 0 0 2px;
/* 56  */ 	letter-spacing: 0.5px;
/* 57  */ 	text-shadow: 0 2px 0 #5a4a18, 0 3px 8px rgba(0,0,0,0.7);
/* 58  */ }
/* 59  */ 
/* 60  */ .goodiesFlourish {
/* 61  */ 	display: -webkit-box;
/* 62  */ 	display: -ms-flexbox;
/* 63  */ 	display: flex;
/* 64  */ 	-webkit-box-align: center;
/* 65  */ 	-ms-flex-align: center;
/* 66  */ 	align-items: center;
/* 67  */ 	-webkit-box-pack: center;
/* 68  */ 	-ms-flex-pack: center;
/* 69  */ 	justify-content: center;
/* 70  */ 	margin: 8px 0 14px;
/* 71  */ }
/* 72  */ .goodiesFlourish:before,
/* 73  */ .goodiesFlourish:after {
/* 74  */ 	content: "";
/* 75  */ 	width: 60px;
/* 76  */ 	height: 1px;
/* 77  */ 	background: linear-gradient(90deg, rgba(201,164,0,0), #c9a400);
/* 78  */ }
/* 79  */ .goodiesFlourish:after {
/* 80  */ 	background: linear-gradient(90deg, #c9a400, rgba(201,164,0,0));
/* 81  */ }
/* 82  */ .goodiesFlourish span {
/* 83  */ 	color: #c9a400;
/* 84  */ 	font-size: 13px;
/* 85  */ 	margin: 0 12px;
/* 86  */ 	text-shadow: 0 0 8px rgba(255,226,109,0.5);
/* 87  */ }
/* 88  */ 
/* 89  */ #goodiesPage > p {
/* 90  */ 	text-align: center;
/* 91  */ 	color: #d8d2c4;
/* 92  */ 	line-height: 1.6;
/* 93  */ 	margin: 0 auto 18px;
/* 94  */ 	max-width: 820px;
/* 95  */ }
/* 96  */ 
/* 97  */ /* Tab content panels — premium framed cards (contain the floated items) */
/* 98  */ #goodiesPage #bannieres,
/* 99  */ #goodiesPage #fondsDEcran,
/* 100 */ #goodiesPage #posters,

/* goodie.css */

/* 101 */ #goodiesPage #smileys {
/* 102 */ 	overflow: hidden;
/* 103 */ 	background-image:
/* 104 */ 		linear-gradient(160deg, rgba(58,55,46,0.96), rgba(34,32,28,0.98)),
/* 105 */ 		url(/images/parch.jpg);
/* 106 */ 	background-size: cover, 260px 242px;
/* 107 */ 	background-blend-mode: normal, soft-light;
/* 108 */ 	border: 1px solid #6b5a2e;
/* 109 */ 	border-radius: 5px;
/* 110 */ 	padding: 16px 18px;
/* 111 */ 	box-shadow:
/* 112 */ 		inset 0 0 0 1px rgba(255,226,109,0.1),
/* 113 */ 		inset 0 0 40px rgba(0,0,0,0.4),
/* 114 */ 		0 6px 24px rgba(0,0,0,0.5);
/* 115 */ }
/* 116 */ 
/* 117 */ /* Group headings (wallpaper / poster names) */
/* 118 */ #goodiesPage #fondsDEcran h3,
/* 119 */ #goodiesPage #posters h3,
/* 120 */ #goodiesPage .vignette_bloc h3 {
/* 121 */ 	font-family: Georgia, "Times New Roman", serif;
/* 122 */ 	color: #ffe370;
/* 123 */ 	font-size: 15px;
/* 124 */ 	margin: 4px 0 8px;
/* 125 */ }
/* 126 */ 
/* 127 */ /* Item blocks become hover cards (they are download links) */
/* 128 */ #goodiesPage .banniere_bloc,
/* 129 */ #goodiesPage .vignette_bloc,
/* 130 */ #goodiesPage .smiley_bloc {
/* 131 */ 	background: rgba(0,0,0,0.22);
/* 132 */ 	border: 1px solid rgba(255,226,109,0.12);
/* 133 */ 	border-radius: 5px;
/* 134 */ 	padding: 6px;
/* 135 */ 	-webkit-box-sizing: border-box;
/* 136 */ 	box-sizing: border-box;
/* 137 */ 	-webkit-transition: border-color 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease;
/* 138 */ 	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
/* 139 */ }
/* 140 */ 
/* 141 */ #goodiesPage .banniere_bloc:hover,
/* 142 */ #goodiesPage .vignette_bloc:hover,
/* 143 */ #goodiesPage .smiley_bloc:hover {
/* 144 */ 	border-color: #ffe26d;
/* 145 */ 	-webkit-transform: translateY(-2px);
/* 146 */ 	transform: translateY(-2px);
/* 147 */ 	box-shadow: 0 6px 16px rgba(0,0,0,0.5), 0 0 12px rgba(255,226,109,0.2);
/* 148 */ }
/* 149 */ 
/* 150 */ #goodiesPage .banniere_bloc img,

/* goodie.css */

/* 151 */ #goodiesPage .vignette_bloc img,
/* 152 */ #goodiesPage .smiley_bloc img {
/* 153 */ 	display: block;
/* 154 */ 	/* block images ignore the card's text-align:center, so centre them here and
/* 155 *| 	   cap the width so a thumbnail can never spill past the card edge */
/* 156 */ 	margin: 0 auto;
/* 157 */ 	max-width: 100%;
/* 158 */ 	border-radius: 3px;
/* 159 */ }
/* 160 */ 
/* 161 */ /* Resolution / pack links under thumbnails */
/* 162 */ #goodiesPage .vignette_bloc a,
/* 163 */ #goodiesPage .smiley_bloc a {
/* 164 */ 	color: #ffe370;
/* 165 */ 	text-decoration: none;
/* 166 */ }
/* 167 */ #goodiesPage .vignette_bloc a:hover,
/* 168 */ #goodiesPage .smiley_bloc a:hover {
/* 169 */ 	color: #ffe26d;
/* 170 */ 	text-decoration: underline;
/* 171 */ }
/* 172 */ 
/* 173 */ /* Wallpaper cards carry a variable-length resolution list, so the fixed 210px
/* 174 *|    height (a leftover from the float grid) made the taller cards spill onto the
/* 175 *|    row below. Let each card grow to its own content and flow as a top-aligned
/* 176 *|    inline-block tile — no fixed height, no float overlap. The panel itself stays
/* 177 *|    block, so the .ui-tabs-hide show/hide keeps working. */
/* 178 */ #goodiesPage #fondsDEcran .vignette_bloc {
/* 179 */ 	float: none;
/* 180 */ 	display: inline-block;
/* 181 */ 	vertical-align: top;
/* 182 */ 	height: auto;
/* 183 */ }
/* 184 */ #goodiesPage #fondsDEcran > br { display: none; }
/* 185 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/forge/eternalwars.org/htdocs
currentDir : /home/forge/eternalwars.org/htdocs/style/ext

*/

/* tabs.css */

/* 1   */ /* Caution! Ensure accessibility in print and other media types... */
/* 2   */ @media projection,
/* 3   */ screen {
/* 4   */ 
/* 5   */ 	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
/* 6   */ 	.ui-tabs-hide {
/* 7   */ 		display: none;
/* 8   */ 	}
/* 9   */ }
/* 10  */ 
/* 11  */ /* Hide useless elements in print layouts... */
/* 12  */ @media print {
/* 13  */ 	.ui-tabs-nav {
/* 14  */ 		display: none;
/* 15  */ 	}
/* 16  */ }
/* 17  */ 
/* 18  */ /* Skin */
/* 19  */ .ui-tabs-nav {
/* 20  */ 	list-style: none;
/* 21  */ 	margin: 0;
/* 22  */ 	padding: 0;
/* 23  */ }
/* 24  */ 
/* 25  */ .ui-tabs-nav:after {
/* 26  */ 	/* clearing without presentational markup, IE gets extra treatment */
/* 27  */ 	display: block;
/* 28  */ 	clear: both;
/* 29  */ 	content: " ";
/* 30  */ }
/* 31  */ 
/* 32  */ .ui-tabs-nav li.autreCote {
/* 33  */ 	float: right;
/* 34  */ 	margin: 4px 0 0 4px;
/* 35  */ }
/* 36  */ 
/* 37  */ .ui-tabs-nav li.ui-tabs-selected.autreCote {
/* 38  */ 	margin: 0 0 0 4px;
/* 39  */ }
/* 40  */ 
/* 41  */ .ui-tabs-nav li {
/* 42  */ 	background-color: #7E7A73;
/* 43  */ 	/* Add gradient for depth */
/* 44  */ 	background: linear-gradient(to bottom, #8A8680 0%, #7E7A73 50%, #6E6A63 100%);
/* 45  */ 	border: 1px solid #464440;
/* 46  */ 	border-bottom: 0px;
/* 47  */ 	float: left;
/* 48  */ 	margin: 4px 4px 0 0;
/* 49  */ 	padding: 0 0 0 12px;
/* 50  */ 	font-weight: bold;

/* tabs.css */

/* 51  */ 	height: 20px;
/* 52  */ 	line-height: 20px;
/* 53  */ 	list-style-type: none;
/* 54  */ 	/* Add rounded top corners */
/* 55  */ 	border-radius: 4px 4px 0 0;
/* 56  */ 	/* Add subtle shadow for depth */
/* 57  */ 	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2);
/* 58  */ }
/* 59  */ 
/* 60  */ .ui-tabs-nav a,
/* 61  */ .ui-tabs-nav a span {
/* 62  */ 	float: left;
/* 63  */ 	/* fixes dir=ltr problem and other quirks IE */
/* 64  */ 	padding: 0 12px;
/* 65  */ }
/* 66  */ 
/* 67  */ .ui-tabs-nav a,
/* 68  */ .ui-tabs-nav a:hover {
/* 69  */ 	margin: 0;
/* 70  */ 	/* position: relative makes opacity fail for disabled tab in IE */
/* 71  */ 	padding-left: 0;
/* 72  */ 	text-decoration: none;
/* 73  */ 	white-space: nowrap;
/* 74  */ 	/* @ IE 6 */
/* 75  */ 	outline: 0;
/* 76  */ 	/* @ Firefox, prevent dotted border after click */
/* 77  */ }
/* 78  */ 
/* 79  */ .ui-tabs-nav a:link,
/* 80  */ .ui-tabs-nav a:visited {
/* 81  */ 	color: #fff;
/* 82  */ 	/* Add text shadow for depth */
/* 83  */ 	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
/* 84  */ }
/* 85  */ 
/* 86  */ .ui-tabs-nav a.highlight {
/* 87  */ 	color: #FFE370;
/* 88  */ }
/* 89  */ 
/* 90  */ .ui-tabs-nav .ui-tabs-selected a {
/* 91  */ 	position: relative;
/* 92  */ 	z-index: 2;
/* 93  */ 	margin-top: 0;
/* 94  */ }
/* 95  */ 
/* 96  */ .ui-tabs-nav li.ui-tabs-selected {
/* 97  */ 	position: relative;
/* 98  */ 	height: 24px;
/* 99  */ 	line-height: 24px;
/* 100 */ 	margin: 0 4px 0 0;

/* tabs.css */

/* 101 */ 	background-color: #585550;
/* 102 */ 	/* Add gradient for selected state */
/* 103 */ 	background: linear-gradient(to bottom, #656260 0%, #585550 50%, #4E4B48 100%);
/* 104 */ 	/* Stronger shadow for selected tab */
/* 105 */ 	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
/* 106 */ }
/* 107 */ 
/* 108 */ .ui-tabs-nav a span {
/* 109 */ 	padding-top: 1px;
/* 110 */ 	padding-right: 0;
/* 111 */ 	height: 20px;
/* 112 */ 	line-height: 20px;
/* 113 */ }
/* 114 */ 
/* 115 */ .ui-tabs-nav .ui-tabs-selected a span {
/* 116 */ 	padding-top: 0;
/* 117 */ 	height: 27px;
/* 118 */ 	line-height: 27px;
/* 119 */ }
/* 120 */ 
/* 121 */ .ui-tabs-nav .ui-tabs-selected a:link,
/* 122 */ .ui-tabs-nav .ui-tabs-selected a:visited,
/* 123 */ .ui-tabs-nav .ui-tabs-disabled a:link,
/* 124 */ .ui-tabs-nav .ui-tabs-disabled a:visited {
/* 125 */ 	/* @ Opera, use pseudo classes otherwise it confuses cursor... */
/* 126 */ 	cursor: text;
/* 127 */ }
/* 128 */ 
/* 129 */ .ui-tabs-nav a:hover,
/* 130 */ .ui-tabs-nav a:focus,
/* 131 */ .ui-tabs-nav a:active,
/* 132 */ .ui-tabs-nav .ui-tabs-unselect a:hover,
/* 133 */ .ui-tabs-nav .ui-tabs-unselect a:focus,
/* 134 */ .ui-tabs-nav .ui-tabs-unselect a:active {
/* 135 */ 	/* @ Opera, we need to be explicit again here now... */
/* 136 */ 	cursor: pointer;
/* 137 */ }
/* 138 */ 
/* 139 */ .ui-tabs-nav .ui-tabs-disabled a:link,
/* 140 */ .ui-tabs-nav .ui-tabs-disabled a:visited {
/* 141 */ 	color: #000;
/* 142 */ }
/* 143 */ 
/* 144 */ .ui-tabs-panel {
/* 145 */ 	/* Internal padding so tab content doesn't touch the panel borders.
/* 146 *| 	   Pages that need their own spacing (e.g. #soutienPage #stripe) override
/* 147 *| 	   this with a more specific id selector. */
/* 148 */ 	padding: 12px 14px;
/* 149 */ 	margin: 0;
/* 150 */ 	border: 1px solid #38352E;

/* tabs.css */

/* 151 */ 	background-color: rgba(33, 34, 27, 0.3);
/* 152 */ 	/* Add rounded corners to match tabs */
/* 153 */ 	border-radius: 0 4px 4px 4px;
/* 154 */ 	/* Add subtle shadow for depth */
/* 155 */ 	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
/* 156 */ }
/* 157 */ 
/* 158 */ /* Additional IE specific bug fixes... */
/* 159 */ * html .ui-tabs-nav {
/* 160 */ 	/* auto clear @ IE 6 & IE 7 Quirks Mode */
/* 161 */ 	display: inline-block;
/* 162 */ }
/* 163 */ 
/* 164 */ *:first-child+html .ui-tabs-nav {
/* 165 */ 	/* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
/* 166 */ 	display: inline-block;
/* 167 */ }
/* 168 */ 
/* 169 */ *.ui-tabs-nav .ui-tabs-selected a:hover span {
/* 170 */ 	padding-top: 0;
/* 171 */ 	height: 27px;
/* 172 */ 	background-position: 0 -23px;
/* 173 */ 	line-height: 27px;
/* 174 */ }
/* 175 */ 
/* 176 */ /* ===== Mobile Responsive Tabs ===== */
/* 177 */ 
/* 178 */ @media screen and (max-width: 768px) {
/* 179 */ 	.ui-tabs-nav {
/* 180 */ 		display: flex;
/* 181 */ 		flex-wrap: nowrap;
/* 182 */ 		overflow-x: auto;
/* 183 */ 		-webkit-overflow-scrolling: touch;
/* 184 */ 		scrollbar-width: none; /* Firefox */
/* 185 */ 		padding-bottom: 2px;
/* 186 */ 	}
/* 187 */ 
/* 188 */ 	.ui-tabs-nav::-webkit-scrollbar {
/* 189 */ 		display: none; /* Chrome/Safari */
/* 190 */ 	}
/* 191 */ 
/* 192 */ 	/* Override float-based layout */
/* 193 */ 	.ui-tabs-nav li {
/* 194 */ 		float: none;
/* 195 */ 		flex-shrink: 0;
/* 196 */ 		margin: 4px 2px 0 0;
/* 197 */ 	}
/* 198 */ 
/* 199 */ 	.ui-tabs-nav li.autreCote {
/* 200 */ 		float: none;

/* tabs.css */

/* 201 */ 		margin: 4px 0 0 2px;
/* 202 */ 	}
/* 203 */ 
/* 204 */ 	.ui-tabs-nav li.ui-tabs-selected {
/* 205 */ 		margin: 0 2px 0 0;
/* 206 */ 	}
/* 207 */ 
/* 208 */ 	.ui-tabs-nav li.ui-tabs-selected.autreCote {
/* 209 */ 		margin: 0 0 0 2px;
/* 210 */ 	}
/* 211 */ 
/* 212 */ 	/* Links: override floats, tighter padding */
/* 213 */ 	.ui-tabs-nav a,
/* 214 */ 	.ui-tabs-nav a span {
/* 215 */ 		float: none;
/* 216 */ 		padding: 0 10px;
/* 217 */ 		font-size: 12px;
/* 218 */ 	}
/* 219 */ 
/* 220 */ 	/* Panel gets rounded corners on both sides */
/* 221 */ 	.ui-tabs-panel {
/* 222 */ 		border-radius: 4px;
/* 223 */ 	}
/* 224 */ }
/* 225 */ 
/* 226 */ /* Tab AJAX loading spinner */
/* 227 */ .tab-loading {
/* 228 */ 	display: -webkit-box;
/* 229 */ 	display: -ms-flexbox;
/* 230 */ 	display: flex;
/* 231 */ 	-webkit-box-pack: center;
/* 232 */ 	-ms-flex-pack: center;
/* 233 */ 	justify-content: center;
/* 234 */ 	-webkit-box-align: center;
/* 235 */ 	-ms-flex-align: center;
/* 236 */ 	align-items: center;
/* 237 */ 	padding: 40px 0;
/* 238 */ 	min-height: 80px;
/* 239 */ }
/* 240 */ 
/* 241 */ .tab-loading-spinner {
/* 242 */ 	width: 32px;
/* 243 */ 	height: 32px;
/* 244 */ 	border: 3px solid rgba(255, 255, 255, 0.12);
/* 245 */ 	border-top-color: rgba(255, 255, 255, 0.65);
/* 246 */ 	border-radius: 50%;
/* 247 */ 	-webkit-animation: tab-spin 0.7s linear infinite;
/* 248 */ 	animation: tab-spin 0.7s linear infinite;
/* 249 */ }
/* 250 */ 

/* tabs.css */

/* 251 */ @-webkit-keyframes tab-spin {
/* 252 */ 	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
/* 253 */ }
/* 254 */ @keyframes tab-spin {
/* 255 */ 	to { transform: rotate(360deg); }
/* 256 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/forge/eternalwars.org/htdocs
currentDir : /home/forge/eternalwars.org/htdocs/style

*/

/* devel.css */

/* 1  */ #debug {
/* 2  */ 	position: fixed;
/* 3  */ 	bottom: 0;
/* 4  */ 	right: 0;
/* 5  */ 	
/* 6  */ 	max-height: 100%;
/* 7  */ 	max-width: 100%;
/* 8  */ 	overflow: auto;
/* 9  */ 	
/* 10 */ 	padding: 2px;
/* 11 */ 	
/* 12 */ 	background: gray;
/* 13 */ 	border: 1px solid black;
/* 14 */ 	
/* 15 */ 	z-index: 999;
/* 16 */ }
/* 17 */ 
/* 18 */ #debug .inner:hover {
/* 19 */ 	cursor: pointer;
/* 20 */ 	background: #999;
/* 21 */ }
/* 22 */ 
/* 23 */ #debug .contents {
/* 24 */ 	display: none;
/* 25 */ }
/* 26 */ 
/* 27 */ /* Rapport historique de mise au point. */
/* 28 */ span.dvlp, tr.dvlp {
/* 29 */ 	display: none;
/* 30 */ 	font-style: italic;
/* 31 */ 	color: #EE8800;
/* 32 */ }
/* 33 */ 
/* 34 */ #tabsDevels {
/* 35 */ 	float: right;
/* 36 */ }
/* 37 */ 
