tagging as ATutor 1.5.4-release
[atutor.git] / exestyles.css
1 /*
2 ===========================================================================
3 eXe
4 Copyright 2004-2005, University of Auckland
5 style sheet for default theme
6 ===========================================================================
7 */
8
9 .execontent {
10    margin: 10px 20px 10px 20px;
11    padding: 0px 0px 0px 0px;
12    font-family: arial, verdana, helvetica, sans-serif;
13    color:#4d4d4d;
14    font-size: 13px;
15    background: #E0DFD8;
16 }
17
18 a.execontent { color: #FF6600;
19     text-decoration: none;
20 }
21
22 a:hover.execontent { text-decoration: underline;
23 color: #B34700;
24 }
25
26 img.execontent {
27     border: 0;
28 }
29
30 p#nodeTitle { 
31    color: #4d4d4d;
32    font-size: 32px;
33    font-weight: bold;
34    letter-spacing: -1px;
35    display: inline;
36    text-align:left;
37    padding-right: 30px;
38 }
39
40 div#nodeDecoration {
41    padding: 2px;
42    border-bottom:0px;
43    text-align:right;
44 }
45
46
47 /* --- iDevice Styles -- */
48
49
50 .emphasis0 {
51     padding-left: 0px;
52     padding-bottom: 20px;
53     margin: 0px;
54 }
55
56
57 .emphasis1 {
58    background-color: #FFF;
59    border-bottom: 1px solid #9d9d9d;
60    background-image:url(top_left_corner.gif);
61    background-position:top left;
62    background-repeat:no-repeat;
63    margin-bottom: 30px;
64    text-align:left;
65 }
66
67 .emphasis2 {
68    background-color: #E0DFD8;
69    border-bottom: 3px solid #9d9d9d;
70    background-image:url(body_top_bg.gif);
71    background-position:top left;
72    background-repeat:no-repeat;
73    margin-bottom: 10px;
74    text-align:left;
75 }
76
77 * html .iDevice_inner {
78    background-image:none;
79    background-position:top left;
80    background-repeat:no-repeat;
81 }
82
83 .iDevice p {
84    padding-left: 0px;
85    line-height: 16px;
86    text-align:left;
87 }
88
89 .iDeviceTitle {
90    color: #568D14;
91    font-size: 24px;
92    font-family: Arial, Helvetica, sans-serif;
93    font-weight:bold;
94    letter-spacing:-1px;
95    vertical-align: top;
96    background: #FFF; 
97    padding-bottom: 4px;
98    padding-right: 10px;
99    margin-bottom: 0px;
100    background-image:url(top_right_corner.gif);
101    background-position:top right;
102    background-repeat:no-repeat;
103
104
105 .emphasis0 .iDeviceTitle {
106    color: #568D14;
107    font-size: 24px;
108    font-family: Arial, Helvetica, sans-serif;
109    font-weight:bold;
110    letter-spacing:-1px;
111    vertical-align: top;
112    background: transparent; 
113    padding-bottom: 4px;
114    padding-right: 10px;
115    margin-bottom: 0px;
116    background-image:none;
117    background-position:top right;
118    background-repeat:no-repeat;
119  }
120
121 .iDevice_icon {
122    margin-top: -10px;
123    margin-left: 10px;
124    padding-right: 10px;
125 }
126
127 execontent.input.feedbackbutton {
128 margin-top: 10px;
129 margin-bottom: 10px;
130 background: #DBE992;
131 }
132
133 p.reading_reference {
134    font-style: italic;        
135 }
136
137 p.reading_feedback {
138    border: 1px dashed #ADADAD;
139    margin: 20px;
140    padding: 8px;
141    background-color: #FFF;
142 }
143
144 .iDevice_inner {
145    color:#4d4d4d;
146    background-color:#f2f2ef;
147    padding: 10px;
148    margin: 10px;
149    margin-top: 12px;
150    padding-top: 10px;
151    background-image:none;
152 }
153
154 .emphasis0 .iDevice_inner {
155    color:#4d4d4d;
156    background-color:transparent;
157    padding: 10px;
158    margin: 10px;
159    margin-top: 12px;
160    padding-top: 10px;
161 }
162
163
164 /* styles for image with text iDevice */
165
166 .image_text { 
167         border: 1px solid #9D9D9D;
168         background: transparent;
169         padding: 4px;
170         margin: 4px;
171 }
172
173 /* styles for 'tips for completion' and 'pedagogical help' */
174
175 .popupDiv {
176    background-color: #EDEFF0;
177    border: 2px solid #607489;
178    padding: 0px 4px 4px 4px;
179    margin-left: 15px;
180    text-align:left;
181    z-index:99;
182    -moz-border-radius: 3px;
183 }
184
185 .popupDivLabel {
186  text-align: center;
187  font: message-box;
188  font-weight: bold;
189  color: #fff;
190  cursor:move;
191  margin: 0px -4px 0px -4px;
192  background-image:url(popup_bg.gif);
193 }
194
195
196
197