Commit for development environment setup

This commit is contained in:
2023-06-19 16:12:33 -04:00
parent be72063a3c
commit bbce2ad0a6
2209 changed files with 1171775 additions and 625 deletions

View File

@@ -0,0 +1,106 @@
html,body
{
background-color: #DEDEDE;
height: 90%;
}
a
{
color: #000000;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
.nav
{
color: #FFFFFF;
text-decoration: none;
}
.nav:hover
{
text-decoration: underline;
}
#mainTable
{
border: solid 1px #000000;
width: 798px;
height: 90%;
min-height: 100%;
padding: 0px;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}
#header
{
background-image: url('images/background.jpg');
background-repeat: no-repeat;
height: 64px;
line-height: 60px;
text-align: left;
color: #FFFFFF;
font-family:
Verdana, Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight: bold;
font-style: italic;
padding-left: 10px
}
#navigation
{
float: left;
width: 150px;
background-color: #000000;
height: 100%
}
#navigationContent
{
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: italic;
margin-left: 25px;
white-space: nowrap;
margin-top: 30px;
}
#subnavigation
{
background-color: #DEDEDE;
height: 19px;
background-image: url('images/corner.png');
position: relative;
left: -3px;
background-repeat: no-repeat;
background-position: left top;
line-height: 19px
}
#logout
{
text-align: right;
padding-right: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#content
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
float: left;
padding: 10px;
padding-top: 10px;
width: 625px;
}

View File

@@ -0,0 +1,29 @@
<asp:TreeView runat="server">
<NodeStyle CssClass="nav" />
</asp:TreeView>
<asp:GridView runat="server" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" ForeColor="Black" GridLines="Vertical">
<FooterStyle BackColor="#CCCCCC" />
<SelectedRowStyle BackColor="#000099" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="Black" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="#DEDEDE" Font-Names="Verdana" Font-Overline="False" Font-Size="9pt" />
<RowStyle Font-Names="Verdana" Font-Size="9pt" Font-Strikeout="False" />
</asp:GridView>
<asp:DetailsView runat="server" BackColor="White" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" CellPadding="3" ForeColor="Black" GridLines="Vertical">
<FooterStyle BackColor="#CCCCCC" />
<EditRowStyle BackColor="#FFFFFF" Font-Bold="True" ForeColor="#000000" />
<RowStyle Font-Names="Verdana" Font-Size="8pt" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<HeaderStyle BackColor="Black" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="#CCCCCC" />
</asp:DetailsView>
<asp:Login runat="server" BackColor="#DEDEDE" BorderColor="Black"
BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana"
Font-Size="10pt">
<TitleTextStyle BackColor="Black" Font-Bold="True"
Font-Names="Verdana" Font-Size="10pt"
ForeColor="White" />
</asp:Login>

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B