Changeset 1867258
- Timestamp:
- 05/02/2018 03:05:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
salah-widget/trunk/public/css/salah-stylesheet.css
r1866059 r1867258 1 1 .classicTable { 2 overflow: hidden; 3 -webkit-border-radius: 3px; 4 -moz-border-radius: 3px; 5 border-radius: 3px; 2 table-layout: auto; 3 border-collapse: collapse; 6 4 } 7 5 8 6 .classicTable tbody td, .classicTable thead th { 7 vertical-align: middle; 9 8 padding:1%; 10 9 border: 1px solid #7D7D7D; … … 15 14 16 15 .blueTable { 17 overflow: hidden; 18 -webkit-border-radius: 3px; 19 -moz-border-radius: 3px; 20 border-radius: 3px; 16 table-layout: auto; 17 border-collapse: collapse; 21 18 } 22 19 … … 27 24 28 25 .blueTable thead th { 26 vertical-align: middle; 29 27 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F)); 30 28 background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%); … … 38 36 39 37 .blueTable tbody td { 38 vertical-align: middle; 40 39 padding:1%; 41 40 font: normal 12px/150% Arial, Helvetica, sans-serif; … … 46 45 47 46 .greenTable { 48 overflow: hidden; 49 -webkit-border-radius: 3px; 50 -moz-border-radius: 3px; 51 border-radius: 3px; 47 table-layout: auto; 48 border-collapse: collapse; 52 49 } 53 50 … … 58 55 59 56 .greenTable thead th { 57 vertical-align: middle; 60 58 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #36752D), color-stop(1, #275420)); 61 59 background: -moz-linear-gradient(center top, #36752D 5%, #275420 100%); … … 68 66 69 67 .greenTable tbody td { 68 vertical-align: middle; 70 69 padding:1%; 71 70 font: normal 12px/150% Arial, Helvetica, sans-serif; … … 76 75 77 76 .redTable { 78 overflow: hidden; 79 -webkit-border-radius: 3px; 80 -moz-border-radius: 3px; 81 border-radius: 3px; 77 table-layout: auto; 78 border-collapse: collapse; 82 79 } 83 80 … … 88 85 89 86 .redTable thead th { 87 vertical-align: middle; 90 88 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C)); 91 89 background: -moz-linear-gradient(center top, #991821 5%, #80141C 100%); … … 98 96 99 97 .redTable tbody td { 98 vertical-align: middle; 100 99 padding:1%; 101 100 font: normal 12px/150% Arial, Helvetica, sans-serif; … … 106 105 107 106 .greyTable { 108 overflow: hidden; 109 -webkit-border-radius: 3px; 110 -moz-border-radius: 3px; 111 border-radius: 3px; 107 table-layout: auto; 108 border-collapse: collapse; 112 109 } 113 110 … … 118 115 119 116 .greyTable thead th { 117 vertical-align: middle; 120 118 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D)); 121 119 background: -moz-linear-gradient(center top, #8C8C8C 5%, #7D7D7D 100%); … … 128 126 129 127 .greyTable tbody td { 128 vertical-align: middle; 130 129 padding:1%; 131 130 font: normal 12px/150% Arial, Helvetica, sans-serif;
Note: See TracChangeset
for help on using the changeset viewer.