Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Diplom2 / style

.css
Скачиваний:
19
Добавлен:
16.05.2015
Размер:
2.77 Кб
Скачать
* {
margin: 0;
padding: 0;
}

input.user {
width: 105px; /* ?????? ???? ? ?????? padding */
height: 26px; /* ?????? */
background: #dad7c5 url(images/input.png) no-repeat; /* ??? */

border: none; /* ??????? ????? */
font-size: 1em; /* ?????? ?????? */
font-family:Han Zi;
font-size:22px;
background:#B2B2B2;
text-shadow:#D0D0D0;
margin-bottom:5px;
color: #fff;


}


strong { font-weight: normal; }
@font-face{
font-family: Han Zi; /* ???????? ?????? */
src: url(HanZi.ttf); /* ???? ?? ????? ??????? */
}
@font-face{
font-family: ChinaCyr; /* ???????? ?????? */
src: url(ChinaCyr.ttf); /* ???? ?? ????? ??????? */
}
#Gmenu0{
border:3px double #cc0033;
background-color:#FFF;
}
html {
height: 100%;
}
body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
width: 100%;
height: 100%;
background: #8B1A1A;
}
a {

color: blue;
outline: none;
text-decoration: underline;

}
a.Gm:hover{

}
a.Gm{
color:#8B1A1A;
text-decoration:none;


}
a:hover {
color:#f00;
-webkit-transition:color 500ms ease-in;
-moz-transition:color 500ms ease-in;
-o-transition:color 500ms ease-in;
transition:color 500ms ease-in;
position: relative;
top: 2px;
}
a:hover {
text-decoration: none;
}

p {
margin: 0 0 18px
}
img.Gm22 {
border: 5px solid #B11111;

}
input {
vertical-align: middle;
}
#wrapper {
width: 1000px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
background: #FFF;
}


/* Header
-----------------------------------------------------------------------------*/

#header {
height: 150px;
background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
width: 100%;
padding: 0 0 100px;
height: 1%;
position: relative;
}
#middle:after {
content: '';
clear: both;
display: table;
}
#container {
width: 100%;
float: left;
overflow: hidden;
}
#container1 {
width: 100%;
float: left;
overflow: hidden;
}
#content {
padding: 0 0 0 270px;
}
#content1 {
padding: 0 0 0 750px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
height: 100%;
float: left;
width: 250px;
margin-left: -100%;
position: relative;
background: #B5E3FF;
}
#sideLeft1 {
float: left;
width: 750px;
height: 100%;
margin-left: -100%;
position: relative;
background: #B5E3FF;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
width: 1000px;
margin: -100px auto 0;
height: 100px;
background: #BFF08E;
position: relative;
}
Соседние файлы в папке Diplom2