Skip to Content

CSS File

URL: https://www.tantrafuengirola.com/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=2.4.7
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Tue, 21 Feb 2023 13:17:22 GMT
Download Time: Less than a second
Cookies: None
Size: 3 KB
Rules: 15 style rules
Imports: 0 stylesheets
HTTP Headers:  8 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/*

2 * Menu Language Switcher

3 */

4

5.menu-item-object-language_switcher .trp-flag-image {

6 display: inline-block;

7 margin: -1px 5px;

8 vertical-align: baseline;

9 padding: 0;

10 border: 0;

11 border-radius:0;

12}

13

14/*

15 * Shortcode Language Switcher

16 */

17.trp-language-switcher{

18 position: relative;

19 display: inline-block;

20 padding: 0;

21 border: 0;

22 margin: 2px;

23 box-sizing: border-box;

24}

25

26

27.trp-language-switcher > div {

28 box-sizing: border-box;

29

30 padding:3px 20px 3px 5px;

31 border: 1px solid #c1c1c1;

32 border-radius: 3px;

33

34 background-image:

35 linear-gradient(45deg, transparent 50%, gray 50%),

36 linear-gradient(135deg, gray 50%, transparent 50%);

37

38 background-position:

39 calc(100% - 8px) calc(1em + 0px),

40 calc(100% - 3px) calc(1em + 0px);

...

</html>