/
alesu1543
/
practPython
Обзор
Документация
Войти
/
alesu1543
/
practPython
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
style/main3.css
154 строки
4 KB
Alexey Subbotin
func del
31 июл 2022, 20:17
Не верифицирован
31 июл 2022, 20:17
3721d9e
Код
Авторство
О чём код?
body {background-color: #ffffff; color: #000000;} body, td, th, h1, h2 {font-family: sans-serif;} pre {margin: 0px; font-family: monospace;} a:link {color: #000099; text-decoration: none; /*background-color: #ffffff;*/} a:hover {text-decoration: underline;} table {border-collapse: collapse;} .center {text-align: center;} .center table { margin-left: auto; margin-right: auto; text-align: left;} .center th { text-align: center !important; } td, th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;} h1 {font-size: 150%;} h2 {font-size: 125%;} .p {text-align: left;} .e {background-color: #ccccff; font-weight: bold; color: #000000;} .h {background-color: #9999cc; font-weight: bold; color: #000000;} .v {background-color: #cccccc; color: #000000;} .vr {background-color: #cccccc; text-align: right; color: #000000;} img {float: right; border: 0px;} hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;} p {margin:3px;padding:1px;} /* настройки таблицы */ .tView1 { width: 65%; /* Ширина таблицы */ table-layout: fixed; } td { padding: 5px; /* Поля в ячейках */ position: relative; /* Относительное позиционирование */ border: 1px solid #333; height:20px; } td a { position: absolute; /* Абсолютное позиционирование */ left: 0; right: 0; /* По ширине ячейки */ top: 0; bottom: 0; /* По высоте ячейки */ background: #fcfffa; /* Цвет фона */ /* color: #fff; /* Цвет ссылок */ padding: 7px; /* Поля вокруг текста */ } /* a:visited { background-color: white; }*/ a:hover { text-decoration: none; /* Убираем подчеркивание у ссылок */ background-color: #e9efe6; /* Цвет фона при наведении */ cursor: pointer; } input:hover { background-color: #e9efe6; } /* настройки таблицы - КОНЕЦ */ /* красивые кнопки */ .bt { align-items: center; border: none; display: inline-flex; justify-content: center; outline: none; position: relative; z-index: 0; -webkit-font-smoothing: antialiased; font-family: Helvetica,Arial,sans-serif; font-size: .875rem; letter-spacing: .25px; background: none; border-radius: 4px; box-sizing: border-box; color: #5f6368; cursor: pointer; font-weight: 500; height: 36px; min-width: 80px; outline: none; padding: 0 16px; background-color: #2da44e; color: #fff; margin: 0 0 0 8px; } .bt:hover, .bt:visited { background-color: #6cbf83; background-image: -webkit-linear-gradient(top,transparent,transparent); background-image: linear-gradient(top,transparent,transparent); color: #fff; box-shadow: 0px 1px 2px 0px #6cbf83; } .bt:active { background-color: #48b065; } .btMenu { margin:0px; padding:0px; width:63px; height:63px; } .btMenu1 a { margin:0px; padding:0px; } .btMenuImg { vertical-align:middle; height:60px; width:60px; float:left; cursor:pointer; } input[type="edit"] { background: #80adf8; padding: 7px; font-style: italic; } input[type="edit"]:hover { background: #4487f5; } i { font-size:12px; } .cellDel { width:20px; } .cellDel img { height:20px; width:20px; border: none; } h1 a { color: #80adf8; background-color: #fff; } h1 a:hover { color: #4487f5; background-color: #fff; }