93 lines
1.8 KiB
CSS
93 lines
1.8 KiB
CSS
@import url("MasterPage.css");
|
|
@import url("BuildBlocks.css");
|
|
@import url("ExtraComp.css");
|
|
@import url("ETS.css");
|
|
|
|
|
|
.bodyMainCenter
|
|
{
|
|
background-image: url('../images/logo_sw.png');
|
|
vertical-align: middle;
|
|
border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/
|
|
text-align: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-position: center;
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.bodyCenter
|
|
{
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.centerMenu
|
|
{
|
|
background-color: White;
|
|
text-align: center;
|
|
border-width: thin;
|
|
border-style: groove;
|
|
border-color: Blue;
|
|
}
|
|
A:hover
|
|
{
|
|
color: red;
|
|
}
|
|
|
|
.bodyMain
|
|
{
|
|
background-image: url('../images/logo_sw.png');
|
|
vertical-align: top;
|
|
border-left: #0D0083 1px solid; /*border-top: #0D0083 1px solid;*/
|
|
height: 100%;
|
|
width: 100%;
|
|
background-position: center; /*was topleft*/
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.bodyMainEmpty
|
|
{
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.bodyMainWhite
|
|
{
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-position: center;
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.bodyMainWhite a:hover
|
|
{
|
|
color: white;
|
|
}
|
|
|
|
.bodyMainNoLogo
|
|
{
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.bodyMainLogoPiccolo
|
|
{
|
|
background-image: url('../images/sfondoMedio.png');
|
|
background-position: 97% 210px;
|
|
vertical-align: top;
|
|
border-left: maroon 1px solid;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
}
|