Project

General

Profile

« Previous | Next » 

Revision 544c6df3

Added by koszko about 2 years ago

add styling for options page\n\nThis does not include styling for contents of the import popup

View differences:

html/base.css
6 6
 * Redistribution terms are gathered in the `copyright' file.
7 7
 */
8 8

  
9
html {
10
    font-family: sans-serif;
11
}
12

  
13
textarea {
14
    font-family: monospace;
15
}
16

  
9 17
input[type="checkbox"], input[type="radio"], .hide {
10 18
    display: none;
11 19
}
......
32 40
    display: inline-block;
33 41
    padding: 6px 12px;
34 42
    margin: 2px 0px;
43
    -moz-user-select: none;
44
    user-select: none;
35 45
}
36 46

  
37 47
button.slimbutton, .button.slimbutton {
......
42 52
button:hover, .button:hover {
43 53
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
44 54
}
55

  
56
aside {
57
    background: #3f8dc6;
58
    margin: 5px 0;
59
    padding: 0.3em 1em;
60
    border-radius: 3px;
61
    color: #fff;
62
}
63

  
64
textarea: {
65
    resize: none;
66
}

Also available in: Unified diff