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.
 
 
 
 
 
 

140 lines
4.6 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Simples IP - Documentação API</title>
<style type="text/css" >
<!--
body {
background-image: url();
background-repeat: repeat-x;
background-color: #F8F9FA;
text-align: left;
font-family: helvetica, arial;
}
.style1 {
font-size: x-large;
font-weight: bold;
}
#tableStyle {
border-color: #FFF;
border-radius: 7px;
box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
}
#DisplayMetodos
{
border: 0;
padding: 2px;
border-collapse: collapse;
border-color: #FFF;
}
#DisplayMetodos td
{
border-right: 0;
border: 1px solid #FFF;
padding: 6px;
}
#DisplayMetodos th
{
border-right: 0;
border: 1px solid #FFF;
padding: 6px;
color: #fff;
}
#TipoRetorno{
padding: 3px 10px 3px;
border-radius: 5px;
background-color: #FF8D00;
font-family: inherit;
font-size: 10px;
color: #FFF;
margin-left: 40px;
}
#TipoParam{
padding: 3px 10px 3px;
border-radius: 5px;
background-color: #e4e4e4;
font-family: inherit;
font-size: 10px;
color: #FF8D00;
}
#TipoResponse{
font-size: 14px;
color: #888;
}
#isRequire{
padding: 3px 10px 3px;
border-radius: 5px;
background-color: red;
font-family: inherit;
font-size: 10px;
color: #FFF;
margin-left: 40px;
}
#isNoRequire{
padding: 3px 10px 3px;
background-color: #029ef3;
border-radius: 5px;
font-family: inherit;
font-size: 10px;
color: #FFF;
margin-left: 40px;
}
#url{
padding: 3px 10px 3px;
border-radius: 2px;
background-color: #f5f5f5;
font-family: inherit;
font-size: 13px;
}
hr.separate {
border-top: 1px solid #f1f1f2;
}
hr.new {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
-->
</style>
</head>
<body>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td align="center">
<div style="width: 90%; margin:0; border: 0; padding:0;">
<table id="tableStyle" width="100%" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td colspan="2">
<table width="100%" border="0" align="center" cellspacing="10" cellpadding="5">
<tr>
<td width="20%" align="left">
<img src={LOGO} />
<p style="font-family: inherit; color: #CCCCCC">[v1.0] Documentação API - <i>Developers</i></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
{LINHAS}
</div>
</td>
</tr>
</table>
</body>
</html>