Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / css / demo.css @ 44:432095fe3ea3

History | View | Annotate | Download (711 Bytes)

1
* {
2
    outline: none !important;
3
}
4

    
5
body {
6
    margin: 0;
7
    padding: 2em;
8
    font-family: Lucida Sans,Lucida Grande,Arial !important;
9
    font-size: 13px !important;
10
    background: white;
11
    color: #333;
12
}
13

    
14
button {
15
        -webkit-transition: background-color 0.2s linear;
16
        border-radius:4px;
17
        -moz-border-radius: 4px 4px 4px 4px;
18
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
19
        background-color: #E4F2FF;
20
        background-image: url("/js/dojo/1.5/dijit/themes/claro/form/images/button.png");
21
        background-position: center top;
22
        background-repeat: repeat-x;
23
        border: 1px solid #769DC0;
24
        padding: 2px 8px 4px;
25
        font-size:1em;
26
}
27

    
28
button:hover {
29
        background-color: #AFD9FF;
30
        color: #000000;
31
}
32

    
33
h1 {
34
        font-size:1.5em;
35
}