Projet

Général

Profil

0001-use-10000px-indentation-to-hide-texts-32680.patch

Thomas Noël, 29 avril 2019 19:55

Télécharger (14,4 ko)

Voir les différences:

Subject: [PATCH] use -10000px indentation to hide texts (#32680)

 static/alpes-maritimes-2018/_custom.scss         | 2 +-
 static/amiens/_custom.scss                       | 2 +-
 static/auch/_custom.scss                         | 2 +-
 static/bron/_custom.scss                         | 2 +-
 static/clermont-metropole/_custom.scss           | 2 +-
 static/clisson-sevre-et-maine-agglo/_custom.scss | 2 +-
 static/clisson/_custom.scss                      | 2 +-
 static/dardilly/_custom.scss                     | 2 +-
 static/dreux/_custom.scss                        | 2 +-
 static/fontenay-sous-bois-2017/_custom.scss      | 4 ++--
 static/gorges/_custom.scss                       | 4 ++--
 static/grandlyon-sau/_custom.scss                | 2 +-
 static/grandlyon/_custom.scss                    | 4 ++--
 static/groupe-up/_custom.scss                    | 2 +-
 static/haute-goulaine/_custom.scss               | 4 ++--
 static/la-reunion/_custom.scss                   | 2 +-
 static/meudon/_custom.scss                       | 2 +-
 static/meyzieu-2018/_custom.scss                 | 2 +-
 static/meyzieu/_custom.scss                      | 2 +-
 static/montpellier/_custom.scss                  | 2 +-
 static/nanterre/_custom.scss                     | 2 +-
 static/saint-lo-agglo/_custom.scss               | 2 +-
 static/seine-et-marne-apa/_custom.scss           | 6 +++---
 static/sicoval/_custom.scss                      | 2 +-
 static/thonon-agglomeration/_custom.scss         | 2 +-
 static/toulouse/_custom.scss                     | 4 ++--
 static/tours-metropole/_custom.scss              | 4 ++--
 static/tours/_custom.scss                        | 2 +-
 static/villejuif/_custom.scss                    | 2 +-
 29 files changed, 37 insertions(+), 37 deletions(-)
static/alpes-maritimes-2018/_custom.scss
55 55
	span {
56 56
		a {
57 57
			@media screen and (max-width: $mobile-limit) {
58
				text-indent: -9999px;
58
				text-indent: -10000px;
59 59
			}
60 60
			&:first-child {
61 61
				&::before {
static/amiens/_custom.scss
33 33
	padding-left: 200px;
34 34
	color: $font-color;
35 35
	overflow: hidden;
36
	text-indent: -2000px;
36
	text-indent: -10000px;
37 37
}
38 38

  
39 39
div#main-content-wrapper {
static/auch/_custom.scss
30 30
	background-size: contain;
31 31
	display: block;
32 32
	height: 180px;
33
	text-indent: -9999px;
33
	text-indent: -10000px;
34 34
}
static/bron/_custom.scss
10 10
	color: white;
11 11
	@media screen and (max-width: $mobile-limit) {
12 12
		overflow: hidden;
13
		text-indent: -2000px;
13
		text-indent: -10000px;
14 14
	}
15 15
}
16 16

  
static/clermont-metropole/_custom.scss
7 7
		background-repeat: no-repeat;
8 8
		background-position: 5% bottom;
9 9
		display: block;
10
		text-indent: -9999px;
10
		text-indent: -10000px;
11 11
		height: 50px;
12 12
		@media screen and (max-width: $mobile-limit) {
13 13
			background-position: center center;
static/clisson-sevre-et-maine-agglo/_custom.scss
26 26
		width: 100%;
27 27
		padding-left: 0;
28 28
		overflow: hidden;
29
		text-indent: -2000px;
29
		text-indent: -10000px;
30 30
	}
31 31
}
32 32

  
static/clisson/_custom.scss
16 16
	color: $title-color;
17 17
	@media screen and (max-width: $mobile-limit) {
18 18
		overflow: hidden;
19
		text-indent: -2000px;
19
		text-indent: -10000px;
20 20
	}
21 21
}
22 22

  
static/dardilly/_custom.scss
17 17
	color: white;
18 18
	display: block;
19 19
	@media screen and (max-width: $mobile-limit) {
20
		text-indent: -2000px;
20
		text-indent: -10000px;
21 21
	}
22 22
}
23 23

  
static/dreux/_custom.scss
13 13
	background-color: transparent;
14 14
	height: 215px;
15 15
	display: block;
16
	text-indent: -9999px;
16
	text-indent: -10000px;
17 17
}
18 18

  
19 19
div#header-wrapper {
static/fontenay-sous-bois-2017/_custom.scss
44 44
    min-height: 70px;
45 45
    z-index: 200;
46 46
    width: 215px;
47
    text-indent: -9999px;
47
    text-indent: -10000px;
48 48
    overflow: hidden;
49 49
}
50 50

  
......
65 65
    background: $primary-color url(img/home.png) no-repeat center 0px;
66 66
    width: 45px;
67 67
    color: $nav-color;
68
    text-indent: -2000px;
68
    text-indent: -10000px;
69 69
    padding: 0;
70 70
    @media screen and (max-width: $mobile-limit) {
71 71
        display: none;
static/gorges/_custom.scss
12 12
	line-height: 80px;
13 13
	padding-left: 250px;
14 14
	color: $title-color;
15
        text-indent: -9999px;
15
        text-indent: -10000px;
16 16
	@media screen and (max-width: $mobile-limit) {
17 17
		overflow: hidden;
18
		text-indent: -2000px;
18
		text-indent: -10000px;
19 19
	}
20 20
}
21 21

  
static/grandlyon-sau/_custom.scss
246 246
				background-size: contain;
247 247
				padding-left: 6em;
248 248
				@media screen and (max-width: $mobile-limit) {
249
					text-indent: -9999px;
249
					text-indent: -10000px;
250 250
				}
251 251
				&:hover {
252 252
					color: $link-color;
static/grandlyon/_custom.scss
18 18
		width: 100%;
19 19
		text-indent: 140px;
20 20
		@media screen and (max-width: $mobile-limit) {
21
			text-indent: -1000px;
21
			text-indent: -10000px;
22 22
			width: auto;
23 23
		}
24 24
	}
25 25
	&.has-logo {
26 26
		a {
27 27
			background-image: url(/assets/header:logo);
28
			text-indent: -1000px;
28
			text-indent: -10000px;
29 29
		}
30 30
	}
31 31
}
static/groupe-up/_custom.scss
125 125
	}
126 126
	a.logout {
127 127
		display: inline-block;
128
		text-indent: -2000px;
128
		text-indent: -10000px;
129 129
		margin-right: 0;
130 130
		&::after {
131 131
			content: "\f05c";  // fa-times-circle-o
static/haute-goulaine/_custom.scss
15 15
		height: 155px;
16 16
	}
17 17
	a {
18
		text-indent: -9999px;
18
		text-indent: -10000px;
19 19
	}
20 20
}
21 21

  
......
24 24
	padding-left: 180px;
25 25
	display: inline-block;
26 26
	@media screen and (max-width: $mobile-limit) {
27
		text-indent: -2000px;
27
		text-indent: -10000px;
28 28
		overflow: hidden;
29 29
	}
30 30
}
static/la-reunion/_custom.scss
13 13
	font-weight: normal;
14 14
	@media screen and (max-width: $mobile-limit) {
15 15
		overflow: hidden;
16
		text-indent: -2000px;
16
		text-indent: -10000px;
17 17
	}
18 18
}
19 19

  
static/meudon/_custom.scss
159 159

  
160 160
	#header #top #logo a {
161 161
		padding-left: 0;
162
		text-indent: -1000px;
162
		text-indent: -10000px;
163 163
	}
164 164

  
165 165
	div#nav {
static/meyzieu-2018/_custom.scss
13 13
		background-size: 75% auto;
14 14
	}
15 15
	h1#logo {
16
		text-indent: -999999px;
16
		text-indent: -10000px;
17 17
	}
18 18
}
19 19

  
static/meyzieu/_custom.scss
195 195
       float: right;
196 196
       margin: 50px 0 0 0;
197 197
       a {
198
           text-indent: -9999em;
198
           text-indent: -10000px;
199 199
           display: block;
200 200
           overflow: hidden;
201 201
           background: url(images/back-top.png) left top no-repeat;
static/montpellier/_custom.scss
58 58
div#top > a {
59 59
  padding-top: 30px;
60 60
  display: block;
61
  text-indent: -1000px;
61
  text-indent: -10000px;
62 62
  padding-bottom: 140px;
63 63
}
64 64

  
static/nanterre/_custom.scss
16 16
}
17 17

  
18 18
h1#logo a {
19
	text-indent: -1000px;
19
	text-indent: -10000px;
20 20
	display: block;
21 21
	color: $primary-color;
22 22
	background: url(img/logo_nanterre.png) top left no-repeat;
static/saint-lo-agglo/_custom.scss
27 27
	position: absolute;
28 28
	a {
29 29
		background: url(img/saint-lo-agglo.png) bottom left no-repeat;
30
		text-indent: -3000px;
30
		text-indent: -10000px;
31 31
		display: block;
32 32
		width: 271px;
33 33
		height: 138px;
static/seine-et-marne-apa/_custom.scss
47 47
div#header h1 a {
48 48
	background: url(img/portail.png) top left no-repeat;
49 49
	display: inline-block;
50
	text-indent: -2000px;
50
	text-indent: -10000px;
51 51
	width: 259px;
52 52
	height: 44px;
53 53
	padding: 0;
......
93 93
	div#header h1 a {
94 94
		background: url(img/bienvenue.png) top left no-repeat;
95 95
		display: inline-block;
96
		text-indent: -2000px;
96
		text-indent: -10000px;
97 97
		width: 733px;
98 98
		height: 144px;
99 99
		padding: 0;
......
171 171
	}
172 172
	a.logout {
173 173
		display: inline-block;
174
		text-indent: -2000px;
174
		text-indent: -10000px;
175 175
		margin-right: 0;
176 176
		&::after {
177 177
			content: "\f05c";  // fa-times-circle-o
static/sicoval/_custom.scss
27 27

  
28 28
	#header #top #logo a {
29 29
		padding-left: 0;
30
		text-indent: -1000px;
30
		text-indent: -10000px;
31 31
	}
32 32

  
33 33
	div#nav {
static/thonon-agglomeration/_custom.scss
19 19
	background-size: contain;
20 20
	display: block;
21 21
	height: 68px;
22
	text-indent: -9999px;
22
	text-indent: -10000px;
23 23
}
24 24

  
25 25
@media screen and (max-width: $nav-mobile-limit) {
static/toulouse/_custom.scss
232 232
				border: 0;
233 233
				cursor: pointer;
234 234
				background: url(img/menu/menu-validation.png) center center no-repeat;
235
				text-indent: -1000px;
235
				text-indent: -10000px;
236 236
				height: 43px;
237 237
				width: 43px;
238 238
			}
......
1504 1504
		border: 0;
1505 1505
		cursor: pointer;
1506 1506
		background: url(img/menu/menu-validation.png) center center no-repeat;
1507
		text-indent: -1000px;
1507
		text-indent: -10000px;
1508 1508
		height: 43px;
1509 1509
		width: 43px;
1510 1510
	}
static/tours-metropole/_custom.scss
33 33
				background-position: center left;
34 34
				background-repeat: no-repeat;
35 35
				background-size: contain, contain;
36
				text-indent: -9999px;
36
				text-indent: -10000px;
37 37
				@media screen and (max-width: $mobile-limit) {
38 38
					background-image: url('img/logo-neutre.png');
39 39
					background-repeat: no-repeat;;
......
104 104
			line-height: 2em;
105 105
			font-family: 'Roboto Condensed', sans-serif;
106 106
			@media screen and (max-width: $mobile-limit) {
107
				text-indent: -9999px;
107
				text-indent: -10000px;
108 108
				background-size: contain;
109 109
			}
110 110
		}
static/tours/_custom.scss
9 9
			background-size: contain;
10 10
			display: block;
11 11
			height: 93px;
12
			text-indent: -9999px;
12
			text-indent: -10000px;
13 13
			margin: 15px 0;
14 14
		}
15 15
	}
static/villejuif/_custom.scss
38 38
	min-width: 421px;
39 39
	color: white;
40 40
	font-weight: normal;
41
	text-indent: -9999px;
41
	text-indent: -10000px;
42 42
}
43 43

  
44 44
div#nav {
45
-