test/mashup/style.css
changeset 944 8a6c9e3d0158
parent 903 d9da52e20f7f
equal deleted inserted replaced
907:27b248a13355 944:8a6c9e3d0158
       
     1 @font-face {
       
     2     font-family: DIN;
       
     3     font-weight: normal;
       
     4     font-style: normal;
       
     5     src: url(fonts/DINRg.ttf);
       
     6 }
       
     7 
       
     8 @font-face {
       
     9     font-family: DIN;
       
    10     font-weight: bold;
       
    11     font-style: normal;
       
    12     src: url(fonts/DINBd.ttf);
       
    13 }
       
    14 
       
    15 html, body, div, span, applet, object, iframe,
       
    16 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
       
    17 a, abbr, acronym, address, big, cite, code,
       
    18 del, dfn, em, img, ins, kbd, q, s, samp,
       
    19 small, strike, strong, sub, sup, tt, var,
       
    20 b, u, i, center,
       
    21 dl, dt, dd, ol, ul, li,
       
    22 fieldset, form, label, legend,
       
    23 table, caption, tbody, tfoot, thead, tr, th, td,
       
    24 article, aside, canvas, details, embed, 
       
    25 figure, figcaption, footer, header, hgroup, 
       
    26 menu, nav, output, ruby, section, summary,
       
    27 time, mark, audio, video {
       
    28     margin: 0;
       
    29     padding: 0;
       
    30     border: 0;
       
    31     font-size: 100%;
       
    32     font: inherit;
       
    33     vertical-align: baseline;
       
    34 }
       
    35 
       
    36 img a {
       
    37     border: none;
       
    38 }
       
    39 
       
    40 body {
       
    41     background: url(img/background.png) repeat-x top #f8f6f7;
       
    42     font-family: DIN;
       
    43 }
       
    44 
       
    45 .main-container {
       
    46     width: 960px; margin: 0 auto;
       
    47 }
       
    48 
       
    49 h1 {
       
    50     width: 141px; height: 83px; text-indent: -999px; background: url(img/title.png);
       
    51 }
       
    52 
       
    53 h2 {
       
    54     color: #30036d; margin: 5px 0 2px; font-size: 18px; font-weight: bold;
       
    55 }
       
    56 
       
    57 hr {
       
    58     width: 100%; border: none; margin: 2px 0; background: #666666; height: 1px;
       
    59 }
       
    60 
       
    61 .steps-frame {
       
    62     width: 960px; height: 70px; border-style: solid none; border-width: 1px; border-color: #666666; clear: both; background: url(img/barbg.png) #ffffff;
       
    63 }
       
    64 
       
    65 .step {
       
    66     width: 256px; height: 70px; float: left; cursor: pointer;
       
    67 }
       
    68 
       
    69 .step-separator {
       
    70     width: 96px; height: 70px; float: left; background: url(img/mashupbar.png);
       
    71 }
       
    72 
       
    73 .step-icon {
       
    74     margin: 0 5px; height: 70px; float: left; background: url(img/mashupbar.png);
       
    75 }
       
    76 
       
    77 .step-1 {
       
    78     background-position: -100px -70px; width: 58px;
       
    79 }
       
    80 
       
    81 .active .step-1, .step:hover .step-1 {
       
    82     background-position: -100px 0; width: 58px;
       
    83 }
       
    84 
       
    85 .step-2 {
       
    86     background-position: -159px -70px; width: 96px;
       
    87 }
       
    88 
       
    89 .active .step-2, .step:hover .step-2 {
       
    90     background-position: -159px 0; width: 96px;
       
    91 }
       
    92 
       
    93 .step-3 {
       
    94     background-position: -255px -70px; width: 115px;
       
    95 }
       
    96 
       
    97 .active .step-3, .step:hover .step-3 {
       
    98     background-position: -255px 0; width: 115px;
       
    99 }
       
   100 
       
   101 .step-title {
       
   102     margin: 5px 0; font-size: 18px; font-weight: bold; color: #808080;
       
   103 }
       
   104 
       
   105 .active .step-title, .step:hover .step-title {
       
   106     color: #30036d;
       
   107 }
       
   108 
       
   109 .colgauche {
       
   110     float: left; width: 630px; margin: 5px 10px 5px 0; min-height: 650px;
       
   111 }
       
   112 
       
   113 .coldroite {
       
   114     float: left; width: 310px; margin: 5px 0 5px 10px;
       
   115 }
       
   116 
       
   117 .footer {
       
   118     width: 100%; clear: both;
       
   119 }