~quam-plures-core/quam-plures/mass_file_upload

« back to all changes in this revision

Viewing changes to qp_rsc/css/basic.css

  • Committer: EdB
  • Date: 2013-02-16 17:45:06 UTC
  • mfrom: (7612.2.41 quam-plures)
  • Revision ID: 1912webworks@gmail.com-20130216174506-279ryqeqn89j7in0
core updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 * WindowText:          #000000
36
36
 */
37
37
 
38
 
@import url("basic_styles.css"); /* Import the REAL basic styles */
 
38
code {
 
39
        font-size: 107%;
 
40
}
 
41
.nobr,
 
42
.nowrap,
 
43
.line {
 
44
        white-space: nowrap;
 
45
}
 
46
.left {
 
47
        text-align: left;
 
48
}
 
49
.center {
 
50
        text-align: center;
 
51
}
 
52
.right {
 
53
        text-align: right;
 
54
}
 
55
.top {
 
56
        vertical-align: top;
 
57
}
 
58
.middle {
 
59
        vertical-align: middle;
 
60
}
 
61
.bottom {
 
62
        vertical-align: bottom;
 
63
}
 
64
.floatleft {
 
65
        float: left;
 
66
}
 
67
.floatright {
 
68
        float: right;
 
69
}
 
70
.clear{
 
71
        clear: both;
 
72
}
 
73
.border {
 
74
        border: 1px solid #000;
 
75
}
 
76
.small {
 
77
        font-size: 84%;
 
78
}
 
79
.small_details {
 
80
        font-size: 84%;
 
81
        color: #555;
 
82
}
 
83
.note,
 
84
.notes,
 
85
.dimmed {
 
86
        font-size: 84%;
 
87
        color: #999;
 
88
        font-weight:normal;
 
89
}
 
90
.red {
 
91
        color: #f00;
 
92
}
 
93
.green {
 
94
        color: #0c0
 
95
}
 
96
acronym,
 
97
abbr {
 
98
        border-bottom: 1px dotted #000;
 
99
        cursor: help;
 
100
}
 
101
del {
 
102
        color: #999999;
 
103
}
 
104
ins {
 
105
        color: #009999;
 
106
        text-decoration: none;
 
107
}
 
108
.expanded li {
 
109
        margin-top: 1ex;
 
110
        margin-bottom: 1ex;
 
111
}
 
112
a.discreet {
 
113
        text-decoration: none;
 
114
}
 
115
img.leftmargin {
 
116
        float:left;
 
117
        margin-right:1ex;
 
118
        margin-top:.2ex;
 
119
        margin-bottom:.2ex;
 
120
}
 
121
img.rightmargin {
 
122
        float:right;
 
123
        margin-left:1ex;
 
124
        margin-top:.2ex;
 
125
        margin-bottom:.2ex;
 
126
}
39
127
 
40
128
body {
41
129
        padding: 0;