mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 22:52:16 +03:00
update 0.7.14
This commit is contained in:
14
index.html
14
index.html
@@ -7,18 +7,18 @@
|
||||
<meta name="description" content="UAParser.js Lightweight JavaScript-based User-Agent string parser. Supports browser & node.js environment. Also available as jQuery plugin & AMD module." />
|
||||
<meta name="keywords" content="user agent, parser, javascript, detect, details, new, browser, engine, mobile, device, operating system" />
|
||||
<style>
|
||||
@import url("//fonts.googleapis.com/css?family=Raleway");
|
||||
@import url("https://fonts.googleapis.com/css?family=Kalam");
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Raleway, Helvetica, Ubuntu, Arial, Georgia, sans-serif;
|
||||
font-family: Kalam, Helvetica, Ubuntu, Arial, Georgia, sans-serif;
|
||||
}
|
||||
html, input, select {
|
||||
font: 14px/20px Helvetica, Ubuntu, Arial, Georgia, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
body {
|
||||
background: #33A6B2;
|
||||
background: #548796;
|
||||
margin: 0 auto;
|
||||
width: 960px;
|
||||
text-align: center;
|
||||
@@ -29,17 +29,17 @@
|
||||
}
|
||||
header {
|
||||
padding: 100px 50px 50px;
|
||||
background-color: #196674;
|
||||
background-color: #2A4149;
|
||||
color: #fff;
|
||||
}
|
||||
section {
|
||||
background-color: #F0F0F0;
|
||||
background-color: #E3F0C6;
|
||||
}
|
||||
section.test {
|
||||
background-color: #218777;
|
||||
background-color: #ACCBB5;
|
||||
}
|
||||
footer {
|
||||
background-color: #33332D;
|
||||
background-color: #FE6B44;
|
||||
color: #fff;
|
||||
}
|
||||
footer a {
|
||||
|
||||
Reference in New Issue
Block a user