111 lines
1.9 KiB
CSS
Executable File
111 lines
1.9 KiB
CSS
Executable File
#netkitesContainer
|
|
{
|
|
margin-left: 3%;
|
|
margin-right: 20px;
|
|
}
|
|
#netkitesContainer .title
|
|
{
|
|
padding: 20px 40px 20px;
|
|
font-size: 25px;
|
|
}
|
|
|
|
#netkitesContainer .description
|
|
{
|
|
border: #888 1px solid;
|
|
margin: 5px;
|
|
background: #eee;
|
|
padding: 0px 5px;
|
|
padding-right: 180px;
|
|
background: url(/images/nk.gif) no-repeat center right;
|
|
}
|
|
|
|
#netkitesContainer .description p
|
|
{
|
|
line-height: 20px;
|
|
}
|
|
|
|
#netkitesContainer a:visited
|
|
{
|
|
color: #006699;
|
|
}
|
|
#netkitesContainer a:hover
|
|
{
|
|
color: Red;
|
|
}
|
|
|
|
|
|
#netkitesContainer .links
|
|
{
|
|
}
|
|
|
|
#netkitesContainer .links ul
|
|
{
|
|
list-style-type: none;
|
|
}
|
|
|
|
|
|
#netkitesContainer .links li
|
|
{
|
|
}
|
|
|
|
#netkitesContainer .links ul a,
|
|
#netkitesContainer .links ul a:visited
|
|
{
|
|
color: Blue;
|
|
text-decoration:none;
|
|
background: url(/images/linkOpaque.gif) no-repeat;
|
|
padding-left:15px;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
}
|
|
#netkitesContainer .links ul a:hover
|
|
{
|
|
color:Red;
|
|
}
|
|
|
|
#netkitesContainer .smallLinks ul
|
|
{
|
|
list-style-type: none;
|
|
margin-top: 0px;
|
|
line-height: 20px;
|
|
}
|
|
#netkitesContainer .smallLinks ol
|
|
{
|
|
margin-top: 0px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
#netkitesContainer .content
|
|
{
|
|
margin-bottom: 30px;
|
|
}
|
|
#netkitesContainer .stepsTitle
|
|
{
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#netkitesContainer .important
|
|
{
|
|
border-right: black 1px dotted;
|
|
border-top: black 1px dotted;
|
|
margin-left: 50px;
|
|
border-left: black 1px dotted;
|
|
margin-right: 50px;
|
|
border-bottom: black 1px dotted;
|
|
background-color: #f1f1f1;
|
|
padding-right: 10px;
|
|
padding-left: 10px;
|
|
padding-bottom: 5px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.tableHeader
|
|
{
|
|
background-color:#d0d0d0;
|
|
font-size: 14px;
|
|
font-weight:bold;
|
|
text-align: center;
|
|
height: 30px;
|
|
vertical-align: middle
|
|
}
|