You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
740 B
23 lines
740 B
<!DOCTYPE HTML> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>GeoData for IP</title> |
|
<script type="text/javascript" src="popup.js"></script> |
|
<style> |
|
* { font-family: Verdana, Arial; color: #000; font-size: 14px; overflow: hidden } |
|
body { padding-bottom: 0; margin-bottom: 0 } |
|
table { width: 650px; } |
|
table td { padding: 0 5px; height: 27px } |
|
table td:nth-child(2n) { text-align: right } |
|
table td:nth-child(2n+1) { white-space: nowrap; padding-right: 5px } |
|
table tr:nth-child(1) td:nth-child(2) { font-weight: bold } |
|
table tr:nth-child(2n) { background-color: #FFFBF2 } |
|
</style> |
|
</head> |
|
<body> |
|
|
|
<table style="display: table" cellpadding="0" cellspacing="0" id="infotable"></table> |
|
|
|
</body> |
|
</html> |