123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- html, body, div, span, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- abbr, address, cite, code,
- del, dfn, em, img, ins, kbd, q, samp,
- small, strong, sub, sup, var,
- b, i,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section, summary,
- time, mark, audio, video {
- margin:0;
- padding:0;
- border:0;
- outline:0;
- font-size:100%;
- vertical-align:baseline;
- background:transparent;
- }
- body {
- line-height: 1;
- }
- h1, h2, h3, h4, h5, h6 {
- clear: both;
- font-weight: normal;
- }
- ol, ul {
- list-style: none;
- }
- blockquote {
- quotes: none;
- }
- blockquote:before, blockquote:after {
- content: '';
- content: none;
- }
- del {
- text-decoration: line-through;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- a img {
- border: none;
- }
- .clear {
- clear: both;
- }
- body {
- background: rgba(160,160,160,0.73) url(images/3.png);
- }
- body,
- input,
- textarea {
- color: #666;
- font-size: 12px;
- line-height: 18px;
- }
- hr {
- background-color: #e7e7e7;
- border: 0;
- clear: both;
- height: 1px;
- margin-bottom: 18px;
- }
- /* Text elements */
- p {
- font-size: 13px;
- margin-bottom: 8px;
- }
- h4 {
- font-size: 13px;
- margin-bottom: 10px;
- }
- h3 {
- font-size: 14px;
- margin-bottom: 0px;
- }
- h2 {
- font-size: 16px;
- }
- p.noindent {
- margin-bottom: 10px;
- text-indent : 0px;
- }
- a:link {
- color: #000;
- text-decoration: none;
- }
- a:visited {
- color: #000;
- text-decoration: none;
- }
- a:active,
- a:hover {
- color: #757576;
- text-decoration: none;
- }
- /* Text meant only for screen readers */
- .screen-reader-text {
- position: absolute;
- left: -9000px;
- }
- /* =Layout
- -------------------------------------------------------------- */
- body {
- padding: 0;
- margin: 0;
- }
- .header {
- margin: 0 0 55px 0;
- }
- #container {
- margin: 0 auto;
- text-align: center;
- }
- #content {
- margin: 150px auto;
- width:500px;
- background: #fff;
- padding: 20px;
- border: 1px solid #dadada;
- }
- #content img {
- float: left;
- margin: -5px 0 -40px 65px;
- }
- .card #content {
- margin: 150px auto;
- width: 500px;
- // -webkit-animation-name: Rotation;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-timing-function: linear;
- -webkit-animation-duration: 400s;
- z-index:-1;
- border-top: 1px solid #fff;
- -webkit-box-shadow: 0px 3px 5px #cbcbcb;
- -moz-box-shadow: 0px 3px 5px #cbcbcb;
- box-shadow: 0px 3px 5px #cbcbcb;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .bottom {
- margin-top: 50px;
- }
- .bottom p {
- margin: 0;
- }
- .left-bottom {
- float: left;
- display: block;
- text-align: left;
- margin: 0px 0 0 50px;
- }
- .left-bottom p {
- font-size: 9px;
- }
- .right-bottom {
- margin: 0px 50px 0 0;
- text-align: right;
- font-size: 9px;
- }
- .right-bottom p {
- font-size: 9px;
- }
- .contact {
- font-size: 12px;
- }
|