link to style
This commit is contained in:
Родитель
5f83b322e0
Коммит
45a01d5c01
|
@ -0,0 +1,42 @@
|
||||||
|
body {
|
||||||
|
font-family: "Segoe UI", "Lucida Grande";
|
||||||
|
padding-left: 40px;
|
||||||
|
padding-right: 40px;
|
||||||
|
padding-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: "Segoe UI Light", "Lucida Grande";
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 35pt;
|
||||||
|
letter-spacing: -3px;
|
||||||
|
color: #505050;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: "Segoe UI Semibold", "Lucida Grande";
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-family: "Segoe UI Semibold", "Lucida Grande";
|
||||||
|
color: #0066cc;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td {
|
||||||
|
vertical-align: top;
|
||||||
|
border-left: 1px solid #ddd;
|
||||||
|
padding-right: 10pt;
|
||||||
|
padding-left: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td:first-child {
|
||||||
|
padding-left: 0pt;
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.SubHeading {
|
||||||
|
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||||
|
letter-spacing: -2px;
|
||||||
|
}
|
|
@ -1,54 +1,11 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Azure Data Lake</title>
|
<title>Azure Data Lake</title>
|
||||||
<style>
|
<link rel="stylesheet" href="index.css" /></head>
|
||||||
<!--
|
|
||||||
body {
|
|
||||||
font-family: "Segoe UI", "Lucida Grande";
|
|
||||||
padding-left: 40px;
|
|
||||||
padding-right: 40px;
|
|
||||||
padding-top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-family: "Segoe UI Light", "Lucida Grande";
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 50pt;
|
|
||||||
color: #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-family: "Segoe UI Semibold", "Lucida Grande";
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
font-family: "Segoe UI Semibold", "Lucida Grande";
|
|
||||||
color: #0066CC;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table td {
|
|
||||||
vertical-align: top;
|
|
||||||
border-left: 1px solid #ddd;
|
|
||||||
padding-right: 10pt;
|
|
||||||
padding-left: 10pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
table td:first-child {
|
|
||||||
padding-left: 0pt;
|
|
||||||
border-left: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
-->
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
<h1>The U-SQL Language </h1>
|
<h1>U-SQL</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://usql.io">usql.io</a>
|
<a href="http://usql.io">usql.io</a>
|
||||||
|
@ -105,9 +62,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td style="max-width: 350pt">
|
<td>
|
||||||
</td>
|
</td>
|
||||||
<td style="max-width: 350pt" colspan="2">
|
<td colspan="2">
|
||||||
|
|
||||||
<h2>Developer Tools</h2>
|
<h2>Developer Tools</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче