Skip to Content

CSS File

URL: https://manleywineestate.co.za/wp-content/plugins/responsive-full-width-background-slider/css/rfwbs_slider.css?ver=5.8
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Thu, 20 May 2021 09:42:00 GMT
Download Time: Less than a second
Cookies: None
Size: 3 KB
Rules: 14 style rules
Imports: 0 stylesheets
HTTP Headers:  9 headers
Links In:  1 pages
Links Out:  0 links
Images:  1 images
CSS:  0 files
JavaScript:  0 files
  
OK Issues: No issues found

1/*

2 RESPONSIVE FULL WIDTH BACKGROUND SLIDER STYLE

3*/

4

5body.rfwbs-active{

6 padding-bottom:40px;

7}

8

9.rfwbs_slider {

10 position: fixed;

11 top: 0;

12 width: 100%;

13 z-index: -1;

14 background:#fff;

15 left:0;

16}

17.rfwbs_slider .rfwbs_container {

18 display: none;

19}

20.rfwbs_slider .scrollable {

21

*zoom: 1;

22 position: relative;

23 top: 0;

24 left: 0;

25 overflow-y: auto;

26 -webkit-overflow-scrolling: touch;

27 height: 100%;

28}

29.rfwbs_slider .scrollable:after {

30 content: "";

31 display: table;

32 clear: both;

33}

34.rfwbs_slider .rfwbs_navigation{

35 margin: 0 auto;

36 position: absolute;

37 z-index: 3;

38 top: 46%;

39 width: 100%;

40}

41.rfwbs_pagination {

42 background-color: #FFFFFF;

43 bottom: 0;

44 box-sizing: border-box;

45 opacity: 0.4;

46 padding: 11.3px;

47 position: fixed;

48 text-align: center;

49 width: 100%;

50 z-index: 999999999;

51 height: 40px;

52 line-height: 0;

53}

54.rfwbs_pagination a {

55 width: 9px;

56 height: 12px;

57 display: -moz-inline-stack;

58 display: inline-block;

59 vertical-align: middle;

60

*vertical-align: auto;

61 zoom: 1;

62

*display: inline;

63 background-image: url("../inc/images/bullets.jpg");

64 margin: 4px 2px 2px;

65 overflow: hidden;

66 text-indent: -99999px;

67 outline:0 !important;

68 background-color:transparent;

69 background-position: 0 0 !important;

70 line-height: 0;

71 border:0;

72 transition: none 0s ease 0s;

73}

74.rfwbs_pagination a.current{

75 background-position: 12px 0 !important;

76 width: 12px !important;

77}

78

79

80.rfwbs_slider .rfwbsoverlay {

81 height: 100%;

82 opacity: 0.5;

83 position: fixed;

84 top: 0;

85 width: 100%;

86 z-index: 99;

87}

88.rfwbs_navi img{

89 height: 20px;

90 outline:0 !important;

91}

92.rfwbs_navi{

93 background-color: rgba(255, 255, 255, 0.6);

94 bottom: 0;

95 box-sizing: border-box;

96 display: block;

97 height: 40px;

98 line-height: 0;

99 padding: 9px 4px 9px 3px;

100 position: fixed;

101 z-index: 999999999;

102}

103.rfwbs_navi a{

104 border: 0 none;

105 display: inline-block;

106 height: 20px;

107 line-height: 0;

108 margin-left: 8px;

109 margin-right: 6px;

110 outline: 0 none !important;

111 padding: 0;

112 width: 20px;

113}

114#rfwbs_prev_slide,#rfwbs_next_slide{

115 margin:0 4px;

116 position: relative;

117 top: 2px;

118}