1
- /* W3MOBILE.CSS 4.03 Apr 2017 by Jan Egil and Borge Refsnes */
1
+ /* W3MOBILE.CSS 4.10 February 2018 by Jan Egil and Borge Refsnes */
2
2
html {box-sizing : border-box}* , * : before , * : after {box-sizing : inherit}
3
3
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
4
4
html {-ms-text-size-adjust : 100% ;-webkit-text-size-adjust : 100% }body {margin : 0 }
@@ -29,14 +29,14 @@ html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{ove
29
29
h1 {font-size : 36px }h2 {font-size : 30px }h3 {font-size : 24px }h4 {font-size : 20px }h5 {font-size : 18px }h6 {font-size : 16px }.w3-serif {font-family : serif}
30
30
h1 , h2 , h3 , h4 , h5 , h6 {font-family : "Segoe UI" , Arial, sans-serif;font-weight : 400 ;margin : 10px 0 }.w3-wide {letter-spacing : 4px }
31
31
hr {border : 0 ;border-top : 1px solid # eee ;margin : 20px 0 }
32
- .w3-image {max-width : 100% ;height : auto}img {margin-bottom : -5 px }a {color : inherit}
32
+ .w3-image {max-width : 100% ;height : auto}img {vertical-align : middle }a {color : inherit}
33
33
.w3-table , .w3-table-all {border-collapse : collapse;border-spacing : 0 ;width : 100% ;display : table}.w3-table-all {border : 1px solid # ccc }
34
34
.w3-bordered tr , .w3-table-all tr {border-bottom : 1px solid # ddd }.w3-striped tbody tr : nth-child (even){background-color : # f1f1f1 }
35
35
.w3-table-all tr : nth-child (odd){background-color : # fff }.w3-table-all tr : nth-child (even){background-color : # f1f1f1 }
36
36
.w3-hoverable tbody tr : hover , .w3-ul .w3-hoverable li : hover {background-color : # ccc }.w3-centered tr th , .w3-centered tr td {text-align : center}
37
37
.w3-table td , .w3-table th , .w3-table-all td , .w3-table-all th {padding : 8px 8px ;display : table-cell;text-align : left;vertical-align : top}
38
38
.w3-table th : first-child , .w3-table td : first-child , .w3-table-all th : first-child , .w3-table-all td : first-child {padding-left : 16px }
39
- .w3-btn , .w3-button {border : none;display : inline-block;outline : 0 ; padding : 8px 16px ;vertical-align : middle;overflow : hidden;text-decoration : none;color : inherit;background-color : inherit;text-align : center;cursor : pointer;white-space : nowrap}
39
+ .w3-btn , .w3-button {border : none;display : inline-block;padding : 8px 16px ;vertical-align : middle;overflow : hidden;text-decoration : none;color : inherit;background-color : inherit;text-align : center;cursor : pointer;white-space : nowrap}
40
40
.w3-btn : hover {box-shadow : 0 8px 16px 0 rgba (0 , 0 , 0 , 0.2 ), 0 6px 20px 0 rgba (0 , 0 , 0 , 0.19 )}
41
41
.w3-btn , .w3-button {-webkit-touch-callout : none;-webkit-user-select : none;-khtml-user-select : none;-moz-user-select : none;-ms-user-select : none;user-select : none}
42
42
.w3-disabled , .w3-btn : disabled , .w3-button : disabled {cursor : not-allowed;opacity : 0.3 }.w3-disabled * , : disabled * {pointer-events : none}
@@ -48,10 +48,10 @@ hr{border:0;border-top:1px solid #eee;margin:20px 0}
48
48
.w3-input {padding : 8px ;display : block;border : none;border-bottom : 1px solid # ccc ;width : 100% }
49
49
.w3-select {padding : 9px 0 ;width : 100% ;border : none;border-bottom : 1px solid # ccc }
50
50
.w3-dropdown-click , .w3-dropdown-hover {position : relative;display : inline-block;cursor : pointer}
51
- .w3-dropdown-hover : hover .w3-dropdown-content {display : block; z-index : 1 }
51
+ .w3-dropdown-hover : hover .w3-dropdown-content {display : block}
52
52
.w3-dropdown-hover : first-child , .w3-dropdown-click : hover {background-color : # ccc ;color : # 000 }
53
53
.w3-dropdown-hover : hover > .w3-button : first-child , .w3-dropdown-click : hover > .w3-button : first-child {background-color : # ccc ;color : # 000 }
54
- .w3-dropdown-content {cursor : auto;color : # 000 ;background-color : # fff ;display : none;position : absolute;min-width : 160px ;margin : 0 ;padding : 0 }
54
+ .w3-dropdown-content {cursor : auto;color : # 000 ;background-color : # fff ;display : none;position : absolute;min-width : 160px ;margin : 0 ;padding : 0 ; z-index : 1 }
55
55
.w3-check , .w3-radio {width : 24px ;height : 24px ;position : relative;top : 6px }
56
56
.w3-sidebar {height : 100% ;width : 200px ;background-color : # fff ;position : fixed!important ;z-index : 1 ;overflow : auto}
57
57
.w3-sidebar .w3-collapse {display : none}.w3-main {margin-left : 0 !important ;margin-right : 0 !important }
@@ -62,12 +62,12 @@ hr{border:0;border-top:1px solid #eee;margin:20px 0}
62
62
.w3-modal {z-index : 3 ;display : none;padding-top : 30px ;position : fixed;left : 0 ;top : 0 ;width : 100% ;height : 100% ;overflow : auto;background-color : rgb (0 , 0 , 0 );background-color : rgba (0 , 0 , 0 , 0.4 )}
63
63
.w3-modal-content {margin : 0 10px ;width : auto!important ;background-color : # fff ;position : relative;padding : 0 ;outline : 0 }
64
64
.w3-bar {width : 100% ;overflow : hidden}.w3-center .w3-bar {display : inline-block;width : auto}
65
- .w3-bar .w3-bar-item {padding : 8px 16px ;float : left;width : auto;border : none;outline : none; display : block}
65
+ .w3-bar .w3-bar-item {padding : 8px 16px ;float : left;width : auto;border : none;display : block; outline : 0 }
66
66
.w3-bar .w3-dropdown-hover , .w3-bar .w3-dropdown-click {position : static;float : left}
67
67
.w3-bar .w3-button {white-space : normal}
68
- .w3-bar-block .w3-bar-item {width : 100% ;display : block;padding : 8px 16px ;text-align : left;border : none;outline : none;white-space : normal;float : none}
68
+ .w3-bar-block .w3-bar-item {width : 100% ;display : block;padding : 8px 16px ;text-align : left;border : none;outline : none;white-space : normal;float : none; outline : 0 }
69
69
.w3-bar-block .w3-center .w3-bar-item {text-align : center}.w3-block {display : block;width : 100% }
70
- .w3-responsive {overflow-x : auto}
70
+ .w3-responsive {display : block; overflow-x : auto}
71
71
.w3-container : after , .w3-container : before , .w3-panel : after , .w3-panel : before , .w3-row : after , .w3-row : before , .w3-row-padding : after , .w3-row-padding : before ,
72
72
.w3-cell-row : before , .w3-cell-row : after , .w3-clear : after , .w3-clear : before , .w3-bar : before , .w3-bar : after {content : "" ;display : table;clear : both}
73
73
.w3-col , .w3-half , .w3-third , .w3-twothird , .w3-threequarter , .w3-quarter {float : left;width : 100% }
@@ -130,4 +130,4 @@ hr{border:0;border-top:1px solid #eee;margin:20px 0}
130
130
.w3-padding-64 {padding-top : 64px !important ;padding-bottom : 64px !important }.w3-left {float : left!important }.w3-right {float : right!important }
131
131
.w3-button : hover {color : # 000!important ;background-color : # ccc!important }
132
132
.w3-transparent , .w3-hover-none : hover {background-color : transparent!important }
133
- .w3-hover-none : hover {box-shadow : none!important }
133
+ .w3-hover-none : hover {box-shadow : none!important }
0 commit comments