Server IP : 173.249.157.85 / Your IP : 216.73.216.232 Web Server : Apache System : Linux server.frogzhost.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : econtech ( 1005) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/econtech/www/public/front/slider/css/less/core/reset/ |
Upload File : |
// Base Styles // ----------------------------------------------------------------------------/ * { .box-sizing; margin: 0; padding: 0; border: 0 none; font-size: inherit; font-family: inherit; line-height: inherit; color: inherit; vertical-align: baseline; outline: 0; } body, html { height: 100%; } html { .font-size(@base: @root-font-size); -webkit-text-size-adjust: 100%; } body { font-family: @base-font-family; font-weight: 400; color: @font-color; .line-height(@base-line-height); background-color: @background-color; overflow: auto; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block; } audio, canvas, progress, video { display: inline-block; } summary { display: list-item; } audio, canvas, iframe, img, svg, video { vertical-align: middle; } [hidden], audio:not([controls]), template { display: none; height: 0; } svg:not(:root) { overflow: hidden; } embed, img, object { max-width: 100%; } img { height: auto; } figure { .margin(); } progress[value] { -webkit-appearance: none; -moz-appearance: none; appearance: none; } dd, ol, ul { .padding-left(@indent); } dl, ol, ul { .margin-bottom(@base-leading; @unit: rem); list-style-position: outside; } dl dl, ol ol, ol ul, ul ul, ul ol { margin: 0; } nav ol, nav ul { padding-left: 0; list-style-type: none; } nav a { display: block; &:hover { text-decoration: none; } } hr { .box-sizing(content-box); display: block; height: 1px; .margin-bottom(@base-leading; @unit: rem); .border-top(@hr-border-width; @hr-border-style; @hr-border-color); } .selection();