File modules/cms/ui/themes/default/style/openrat-normalize.css
Last commit: Sun Oct 13 13:17:32 2024 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.
1 /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ 2 /* Customized for OR-CMS */ 3 html { 4 font-family: 'Oxygen', 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5 font-size: 0.9em; 6 -ms-text-size-adjust: 100%; 7 -webkit-text-size-adjust: 100%; 8 } 9 body { 10 margin: 0; 11 } 12 article, 13 aside, 14 details, 15 figcaption, 16 figure, 17 footer, 18 header, 19 hgroup, 20 main, 21 nav, 22 section, 23 summary { 24 display: block; 25 } 26 audio, 27 canvas, 28 progress, 29 video { 30 display: inline-block; 31 vertical-align: baseline; 32 } 33 audio:not([controls]) { 34 display: none; 35 height: 0; 36 } 37 [hidden], 38 template { 39 display: none; 40 } 41 a { 42 background: transparent; 43 } 44 a:active, 45 a:hover { 46 outline: 0; 47 } 48 abbr[title] { 49 border-bottom: 1px dotted; 50 } 51 b, 52 strong { 53 font-weight: bold; 54 } 55 dfn { 56 font-style: italic; 57 } 58 h1 { 59 font-size: 1.2em; 60 margin: 0.67em 0; 61 } 62 mark { 63 background: #ff0; 64 color: #000; 65 } 66 small { 67 font-size: 80%; 68 } 69 sub, 70 sup { 71 font-size: 75%; 72 line-height: 0; 73 position: relative; 74 vertical-align: baseline; 75 } 76 sup { 77 top: -0.5em; 78 } 79 sub { 80 bottom: -0.25em; 81 } 82 img { 83 border: 0; 84 } 85 svg:not(:root) { 86 overflow: hidden; 87 } 88 figure { 89 margin: 1em 40px; 90 } 91 hr { 92 -moz-box-sizing: content-box; 93 box-sizing: content-box; 94 height: 0; 95 } 96 pre { 97 overflow: auto; 98 } 99 code, 100 kbd, 101 pre, 102 samp, 103 time { 104 font-family: 'Source Code Pro', monospace, monospace; 105 font-size: 1em; 106 text-overflow: ellipsis; 107 overflow: hidden; 108 display: block; 109 white-space: pre-wrap; 110 } 111 button, 112 input, 113 optgroup, 114 select, 115 textarea { 116 color: inherit; 117 background-color: inherit; 118 font: inherit; 119 margin: 0; 120 } 121 button { 122 overflow: visible; 123 } 124 button, 125 select { 126 text-transform: none; 127 } 128 button, 129 html input[type="button"] { 130 -webkit-appearance: button; 131 cursor: pointer; 132 } 133 button[disabled], 134 html input[disabled] { 135 cursor: default; 136 } 137 button input::-moz-focus-inner { 138 border: 0; 139 padding: 0; 140 } 141 input { 142 line-height: normal; 143 } 144 input[type="reset"], 145 input[type="submit"] { 146 -webkit-appearance: button; 147 cursor: pointer; 148 } 149 input[type="checkbox"], 150 input[type="radio"] { 151 box-sizing: border-box; 152 padding: 0; 153 } 154 input[type="number"]::-webkit-inner-spin-button, 155 input[type="number"]::-webkit-outer-spin-button { 156 height: auto; 157 } 158 input[type="search"] { 159 -webkit-appearance: textfield; 160 -moz-box-sizing: content-box; 161 -webkit-box-sizing: content-box; 162 box-sizing: content-box; 163 } 164 input[type="search"]::-webkit-search-cancel-button, 165 input[type="search"]::-webkit-search-decoration { 166 -webkit-appearance: none; 167 } 168 fieldset { 169 border: 1px solid #c0c0c0; 170 margin: 0 2px; 171 padding: 0.35em 0.625em 0.75em; 172 } 173 legend { 174 border: 0; 175 padding: 0; 176 } 177 textarea { 178 overflow: auto; 179 } 180 optgroup { 181 font-weight: bold; 182 } 183 table { 184 border-collapse: collapse; 185 border-spacing: 0; 186 } 187 td, 188 th { 189 padding: 0; 190 text-align: left; 191 } 192 /* Box-Sizing: We are using border-box as this is the most intuitive way for sizing. */ 193 *, 194 ::before, 195 ::after { 196 box-sizing: border-box; 197 } 198
Downloadmodules/cms/ui/themes/default/style/openrat-normalize.css
History Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.