Merge pull request #8 from radiocontrolled/0004872
[atutor.git] / exestyles.css
1 /*
2 ===========================================================================
3 eXe
4 Copyright 2007. eXelearning.
5 style sheet for default theme
6 see: http://exelearning.org/Creating_a_new_Style for more info on how
7 to modify this style for your needs.
8 ===========================================================================
9 */
10
11 #content-text {
12    margin: 10px 20px 10px 20px;
13    padding: 10px;
14    color:#4d4d4d;
15    background: #E0DFD8;
16    border:thin solid grey;
17 }
18
19
20 a {
21  color: #FF6600;
22 }
23
24 a:hover {
25  color: #B34700;
26 }
27
28 /* --- Styles for the node/page titles --- */
29
30 p#nodeTitle { 
31    color: #4d4d4d;
32    font-size: 32px;
33    letter-spacing: -1px;
34    text-align:left;
35    padding-right: 30px;
36 }
37
38 div#nodeDecoration {
39    padding: 2px;
40    border-bottom:0px;
41    text-align:right;
42 }
43
44
45 /* --- iDevice Styles -- */
46
47
48 .emphasis0 {
49     padding-bottom: 20px;
50 }
51
52
53 .emphasis1 {
54    background-color: #FFF;
55    border-bottom: 1px solid #9d9d9d;
56    background-image:url(top_left_corner.gif); /* The left curve */
57    background-position:top left;
58    background-repeat:no-repeat;
59    margin-bottom: 30px;
60    text-align:left;
61 }
62
63
64 .iDevice p, .iDevice div.block {
65    padding-left: 0px;
66    line-height: 115% 
67    text-align:left;
68 }
69
70
71 .iDevice li {
72         list-style-position: outside;
73 }
74
75 .iDeviceTitle {
76    color: #568D14;
77    font-size: 24px;
78    font-weight:bold;
79    letter-spacing:-1px;
80    background: #FFF; 
81    padding-bottom: 0px;
82    padding-right: 10px;
83    margin-bottom: 0px;
84    background-image:url(top_right_corner.gif);
85    background-position:top right;
86    background-repeat:no-repeat;
87    top: 0;
88
89
90 .emphasis0 .iDeviceTitle {
91    color: #568D14;
92    font-size: 24px;
93    font-weight:bold;
94    letter-spacing:-1px;
95    vertical-align: top;
96    background: transparent; 
97    padding-bottom: 4px;
98    padding-right: 10px;
99    margin-bottom: 0px;
100    background-image:none;
101    background-position:top right;
102    background-repeat:no-repeat;
103  }
104
105 .iDevice_icon {
106    margin-top: 0px;
107    margin-left: 10px;
108    padding-right: 10px;
109    top: 0;
110 }
111
112 .iDevice_inner {
113    color:#4d4d4d;
114    background-color:#f2f2ef;
115    padding: 10px;
116    margin: 10px;
117    margin-top: 12px;
118    padding-top: 10px;
119    background-image:none;
120 }
121
122 .emphasis0 .iDevice_inner {
123    color:#4d4d4d;
124    background-color:transparent;
125    padding: 10px;
126    margin: 10px;
127    margin-top: 12px;
128    padding-top: 10px;
129 }
130
131 /* styles for iDevices with Feedback and form buttons */
132
133 input.feedbackbutton {
134         background: #DBE992;
135 }
136
137 p.reading_feedback {
138    border: 1px dashed #ADADAD;
139    background-color: #FFF;
140 }
141
142
143 /* styles for image with text iDevice */
144
145 .image_text { 
146         border: 1px solid #9D9D9D;
147         background: transparent;
148         padding: 4px;
149         margin: 0px 20px 4px 4px;
150 }
151
152 /* override definition on "fieldset#shortcuts" in themes style.css */
153
154 fieldset#shortcuts {
155         float: right;
156         background-color: #FEFDEF;
157         border: 1pt solid #B8AE9C;
158         margin: 0pt 20pt 5pt 5pt;
159         padding-right: 10pt;
160         padding-bottom: 5pt;
161         padding-left: 10pt;
162 }
163