Updated main page header/footer
This commit is contained in:
parent
69b4b69ef4
commit
7415345bf4
46
index.html
46
index.html
@ -15,6 +15,11 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.number {
|
||||||
|
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
div.wrapper {
|
div.wrapper {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -22,8 +27,10 @@
|
|||||||
|
|
||||||
div.main {
|
div.main {
|
||||||
border: 0px solid transparent;
|
border: 0px solid transparent;
|
||||||
padding: 16px;
|
font-size: 15px;
|
||||||
padding-bottom: 48px;
|
padding-bottom: 48px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.footer {
|
div.footer {
|
||||||
@ -34,6 +41,32 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background-color: #DDDDDD;
|
background-color: #DDDDDD;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
min-width: 512px;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
font-family: "Consolas", "Inconsolata", "Lucida Console", Monospace;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
div.footer a {
|
||||||
|
color: #888888;
|
||||||
|
text-decoration: none;
|
||||||
|
vertical-align: middle;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.header {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
|
padding-left: 16px;
|
||||||
|
padding-right: 16px;
|
||||||
|
padding-top: 12px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
min-width: 480px;
|
||||||
|
}
|
||||||
|
div.header span {
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.title {
|
span.title {
|
||||||
@ -80,8 +113,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div style="font-weight:bold; font-size:16px;">Display Technology Information Repository and Utilities<br /><hr /></div>
|
<div class="header number">
|
||||||
<table>
|
<span>Display Technology Information Repository and Utilities</span>
|
||||||
|
<hr />
|
||||||
|
</div>
|
||||||
|
<table style="padding-left:20px;">
|
||||||
<tr><td><span class="title">Utilities</span>
|
<tr><td><span class="title">Utilities</span>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./diu/">Display Info Utility</a></li>
|
<li><a href="./diu/">Display Info Utility</a></li>
|
||||||
@ -97,8 +133,8 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer" onclick="document.getElementById('profile_link').click();" style="padding-top:10px; padding-bottom:10px;">
|
<div class="footer" onclick="document.getElementById('profile_link').click();">
|
||||||
<a id="profile_link" target="_blank" href="https://linustechtips.com/main/profile/2466-glenwing/" style="color:#888888; text-decoration:none; vertical-align:middle; padding:10px;">Glenwing</a>
|
<a id="profile_link" target="_blank" href="https://linustechtips.com/main/profile/2466-glenwing/">Glenwing</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user