/
telnov.ob
/
cerberus
Обзор
Документация
Войти
/
telnov.ob
/
cerberus
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
css/css3.css
173 строки
5 KB
Daniel J Wilcox
removed executable bit
02 май 2013, 06:17
02 май 2013, 06:17
5030b71
Код
Авторство
О чём код?
/*----------------------------------------------------------------------------------------*/ /* html */ /*----------------------------------------------------------------------------------------*/ /* apple styles to alter touch behaviour with css cool */ *{ -webkit-touch-callout: none; -webkit-user-select: none; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } body { margin: 0; padding: 0; background: #ffffff; font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color: #333333; } article {display: block;} aside {display: block;} header {display: block;} hgroup {display: block;} figure {display: block;} figcaption {display: block;} section {display: block;} footer {display: block;} nav {display: block;} dialog {display: block;} time {display: inline-block;} h1 {font-size: 18px; margin: 0 0 .75em 0;} h2 {font-size: 14px; margin: 0 0 .5em 0;} h3 {font-size: 13px; margin: 0 0 .5em 0;} h4 {font-size: 11px; margin: 0 0 .5em 0;} h5, h6 {font-size: 10px; margin: 0 0 .5em 0;} a, a:link, a:visited { text-decoration: none; word-wrap: break-word; color: #005689; transition: color 1s linear; -o-transition: color 1s linear; -moz-transition: color 1s linear; -webkit-transition: color 1s linear; transition-timing-function:ease-out,cubic-bezier(0.5,0.2,0.3, 1.0); -o-transition-timing-function:ease-out,cubic-bezier(0.5,0.2,0.3, 1.0); -moz-transition-timing-function:ease-out,cubic-bezier(0.5,0.2,0.3, 1.0); -webkit-transition-timing-function:ease-out,cubic-bezier(0.5,0.2,0.3, 1.0); } a:hover {text-decoration: none;} a:active {text-decoration: none;} menu {display: block;} ul {position: relative;} ol {position: relative;} li {line-height: 1.6; } dl {margin: 12px 0 12px 6px; padding: 0; line-height: 1.5; position: relative;} dlfn {} dl dt {margin: 0 0 2px 0; padding: 0;} dl dd {margin: 0 12px 6px 18px; padding: 0;} form {margin: 0; padding: 0;} fieldset {margin: 0 0 12px 0; padding: 6px 12px; border: solid 1px rgba(204,204,204,1);} legend {} button {} input[type="text"], input[type="password"] {font: -webkit-small-control;} input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus {} input[type="button"], input[type="submit"] {} label {margin: 0; padding: 0;} textarea {margin: 0; line-height: 1.2; outline: 0; resize: none; cursor: auto; -webkit-appearance: textarea; -webkit-rtl-ordering: logical; -webkit-user-select: text; -webkit-box-orient: vertical;} textarea:hover, textarea:focus {} select {} optgroup {} option {} table {border: 1px solid rgba(204,204,204,1); border-collapse: collapse; width: 100%;} tbody {} thead {background: rgba(229,230,232,1);} thead th {border-bottom: 1px solid rgba(204,204,204,1); padding: 7px; text-align: left;} th {margin: 0; padding: 7px;} td {border-bottom: 1px solid rgba(204,204,204,1); margin: 0; padding: 7px;} tr.even {background: rgba(241,245,250,1);} tr.odd {background: rgba(255,255,255,1);} tfoot {} caption {} col {} colgroup {} address {margin: 10px 0 10px 0; padding: 0;} br {} div {margin: 0; padding: 0;} cite {} code {margin: 0; padding: 0;} hr {background: rgba(153,153,153,1); margin: 6px 0 20px 0; padding: 0; border: none; height: 1px;} iframe {margin: 0; padding: 0;} span {} script {} abbr {} b {font-weight: bold;} blockquote { margin: 0 16px 16px 16px; padding: 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } em {} i {font-style: italic;} p {font-size: 13px; margin: 0 0 1em 0; padding: 0;} pre {} q {} small {} strong {font-weight: bold;} sub {} sup {} area {} a img {border: 0; text-decoration: none;} img {border: 0;} audio {margin: 0; padding: 0;} embed {margin: 0; padding: 0; display: block; max-width: 100%;} map {} object {margin: 0; padding: 0;} noscript {} video {margin: 0; padding: 0; max-width: 100%; display: block;} /*----------------------------------------------------------------------------------------*/ /* CSS Selectors */ /*----------------------------------------------------------------------------------------*/ p::first-letter {} p::first-line {} p:first-child {} p:last-child {} p:nth-child(odd) {} p:nth-child(even) {} p:nth-child(2n) {} p:nth-child(2n+3) {} p:nth-last-child(2n) {} p::selection {background: rgba(204,204,204,1);} li:only-child {} li:first-of-type {} li:last-of-type {} /*----------------------------------------------------------------------------------------*/ /* Media Queries for device widths */ /*----------------------------------------------------------------------------------------*/ @media screen and (min-device-width: 1025px) {} @media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { html {-webkit-text-size-adjust: none;} } @media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { html {-webkit-text-size-adjust: none;} } @media only screen and (max-device-width: 480px) { html {-webkit-text-size-adjust: none;} } @media only screen and (-webkit-min-device-pixel-ratio: 2) {}