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

phptest / hospital

.css
Скачиваний:
27
Добавлен:
09.04.2015
Размер:
5.56 Кб
Скачать
@charset "utf-8";
#menu {
background-color: #09F;
height: 901px;
width: 200px;
padding-top: 50px;
text-align: center;
margin-right: 50px;
float: left;
}
.menu_point_select {
background-color: #09F;
font-family: "Courier New", Courier, monospace;
color: #FFF;
font-weight: bold;
border-width: 2px;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
}
.menu_point {
background-color: #09F;
font-family: "Courier New", Courier, monospace;
color: #FFF;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
}

.menu_ppoint {
display:"block";
background-color: #FFF;
font-family: "Courier New", Courier, monospace;
color: #09F;
padding-top: 4px;
padding-bottom: 4px;
border-width: 1px;
border-style: solid;

}
.menu_ppoint:hover{
background-color: #09F;
color: #FFF;
}
.menu_point_select:hover {
background-color: #FFF;
color: #09F;
}
.menu_point:hover {
background-color: #FFF;
color: #09F;
}
.but{
width: 20%;
background-color: #FFF;
font-family: "Courier New", Courier, monospace;
color: #09F;
font-weight: bold;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-width: 2px;
border-style: solid;
text-align: center;
}
#wrapper {
border: 2px solid #666;
position: static;
height: 951px;
width: 1200px;
margin: auto;
}
.link_load {
border-width: 2px;
border-style: solid;
background-color: #09F;
}
.table_div {
width: 800px;
float: left;
margin-top: 30px;
font-family: "Courier New", Courier, monospace;
font-size: 18px;
padding-left: 20px;

}

CSS

.simple-little-table {
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:12px;
text-shadow: 1px 1px 0px #fff;
background:#eaebec;
/*margin:20px;*/
border:#ccc 1px solid;
border-collapse:separate;

-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;

-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
font-weight:bold;
padding:4px 4px 4px 4px;
border-top:1px solid #fafafa;
border-bottom:1px solid #e0e0e0;

background: #ededed;
}
.simple-little-table th:first-child{
text-align: left;
padding-left:4px;
}
.simple-little-table tr:first-child th:first-child{
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
border-top-right-radius:3px;
}
.simple-little-table tr{
text-align: center;
padding-left:4px;
}
.simple-little-table tr td:first-child{
text-align: left;
padding-left:4px;
border-left: 0;
}
.simple-little-table tr td {
padding:4px;
border-top: 1px solid #ffffff;
border-bottom:1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;

background: #fafafa;
}
.simple-little-table tr:nth-child(even) td{
background: #f6f6f6;
}
.simple-little-table tr:last-child td{
border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
background: #f2f2f2;
}

.simple-little-table a:link {
color: #666;
font-weight: bold;
text-decoration:none;
}
.simple-little-table a:visited {
color: #999999;
font-weight:bold;
text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
color: #bd5a35;
text-decoration:underline;
}

.simple-little-table {
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:12px;
text-shadow: 1px 1px 0px #fff;
background:#eaebec;
/*margin:20px;*/
border:#ccc 1px solid;
border-collapse:separate;
border-radius:3px;
box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
font-weight:bold;
padding:4px 4px 4px 4px;
border-top:1px solid #fafafa;
border-bottom:1px solid #e0e0e0;

background: #ededed;
}
.simple-little-table th:first-child{
text-align: left;
padding-left:4px;
}
.simple-little-table tr:first-child th:first-child{
border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
border-top-right-radius:3px;
}
.simple-little-table tr{
text-align: center;
padding-left:4px;
}
.simple-little-table tr td:first-child{
text-align: left;
padding-left:4px;
border-left: 0;
}
.simple-little-table tr td {
padding:4px;
border-top: 1px solid #ffffff;
border-bottom:1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;

background: #fafafa;

}
.simple-little-table tr:nth-child(even) td{
background: #f6f6f6;
}
.simple-little-table tr:last-child td{
border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
background: #f2f2f2;
}

.simple-little-table a:link {
color: #666;
font-weight: bold;
text-decoration:none;
}
.simple-little-table a:visited {
color: #999999;
font-weight:bold;
text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
color: #bd5a35;
text-decoration:underline;
}


Соседние файлы в папке phptest