Просмотр файла dl/thm/AgS_web/css.img/AgS.css

Размер файла: 3.95Kb
@charset "utf-8";
body {
background-color:black;
color:#868686;
font-size:11px;
font-family: "Times New Roman", Times, serifl;
     background-image:url('bg.gif');
     background-attachment: fixed;
}



.a_ebtoday{
background-image:url(1.png);
height:37px;
background-repeat:repeat-x;
}

.panel_ebtoday {
background-image:url(panel.png);
height:175px;
width:434px;
}
.panel_ebtoday_text {
margin-top: 10px;
margin-left: 40px;
}

.navigation_ebtoday {
background-image:url(navigation.png);
height:175px;
width:413px;
}

.navigation_ebtoday_text {
margin-left:20px;
}




.left_ebtoday {
width:204;
}

.margin {
margin:2px 2px 2px 2px;
}

.title {
background-image:url(title.png);
width:193px;
height:30px;
margin-left:2px;
margin-top:20px;
font-variant:small-caps;
text-transform:uppercase;
}
.titlenobg {

width:193px;
margin-left:2px;
margin-top:2px;
}

.title_ebtoday {
background-image:url(title_ebtoday.png);
width:193px;
margin-top:1px;
margin-left:2px;
}

.title_AgS {
background-image:url(title_ebtoday.png);
width:193px;
margin-top:5px;
margin-left:2px;
padding-left:2px;
padding-top:20px;
font-variant:small-caps;
font-size:small;
color:#FFFFCC;


}


.mainc{
margin-top:20px;
margin-bottom:10px;
}

.b1 {background-image:url(b1.png);
width:5px;
height:35px;
}

.b2 {background-image:url(b2.png);
height:35px;
}

.b3 {background-image:url(b3.png);
width:5px;
height:35px;
}

.b4 {
background-image:url(b4.png);
width:5px;
border-bottom: solid 1px #000000;
}
.b5 {
background-image:url(b5.png);
width:5px;
border-bottom: solid 1px #000000;
}

.b6 {
background-color:#262626;
border-bottom: solid 1px #000000;
width:637px;
}
.down {
background-image:url(down.png);
widht:874px;
height:96px;
}

A:link {
FONT-SIZE: 11px;
color:#FFFFCC; 
FONT-FAMILY: Verdana;
TEXT-DECORATION: none;


}
A:visited {
FONT-SIZE: 11px; 
color:pink; 
FONT-FAMILY: Verdana;
TEXT-DECORATION: none;
}
A:active {
FONT-SIZE: 11px; 
COLOR: yellow; 
FONT-FAMILY: Verdana;
TEXT-DECORATION: none;
}
A:hover {
FONT-SIZE: 11px; 
COLOR: yellow; 
FONT-FAMILY: Verdana;
text-decoration: underline;
}

.b {
	color: yellow;
	border: 1px solid red;
	background-color: black;
    margin-top: 15px;
    margin-bottom: 5px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 13px;
}
.auth {
margin-top:25px;
margin-left:15px;
font-size:12px;
}

.nav_h {
color:#FFFFFF;
margin-left: 5px;
font-weight: bold;

}

input {
background-color:#232323;
border: solid #333333 1px;
color: yellow;

}

select {
background-color:#232323;
border: solid #333333 1px;
color: yellow;
width:140px;
}

textarea {
background-color:#232323;
border: solid #333333 1px;
color: yellow;
width:562px;

}

.news {
background-color: #131313;
border: 1px solid #353535;
}




#nav, #nav ul {
  list-style: none;
  text-align: center; 
  margin: auto;
  padding: auto;
  background: black;
  background-image:url(top.png)
  float: right;
  width: 100%;
}

#nav li {
  float: left;
  position: relative;
    width: 135px;

  background: red;
  back-ground: none;
}
#nav li ul {
  display: none;
  position: absolute;
  padding: 6px 0;
  width: 135px;
  background:black}

#nav a {
  color: #red;
  text-decoration: none;
  display: block;
  width: 135px;
  padding: 6px 0px;
  background: url(top.png) repeat-y right;
}
#nav a:hover {
  width: 135px;
  color: #000;
  background: #ffba00;
  background: url(top11.png) repeat-y right;
}

#nav li:hover {
  width: 135px;

background: url(topm.png) repeat-y right;
}

#nav li li a {
  width: 135px;
  background: #ffba00;
background: url(topm.png) repeat-y right;

}
#nav li:hover ul {
  display: block;
}
#nav li:hover li ul {
  display: none;
  width: 135px;
  top: -9px;
  left: 133px;
}
#nav li:hover li:hover ul {
  display: block;
}