MDL-9716
[moodle-linuxchix.git] / theme / orangewhitepda / styles_pda.css
blob189ad5d139596a440156258dbaaef695a1d56ccc
1 /* $Id$ */
3 /*************************************************
4 ***
5 *** pda
6 ***
7 **************************************************/
9 /*************************************************
10 ***
11 *** This CSS file contains all layout definitions
12 *** like positioning, floats,
13 *** margins, padding,
14 *** borders etc.
15 ***
16 *** Shortindex:
17 *** basic and general styles
18 *** header and footer styles
19 *** content styles (alphabetically)
20 *** admin, course, activities, calendar, blocks
21 ***
22 *** Please sort new styles for existing content
23 *** into the appropriate part of this CSS file.
24 *** Styles for new Blocks or Activities please
25 *** place at the end.
26 *** Wouldn't the alphabetical order be better?
27 ***
28 **************************************************/
29 #page,
30 #content {
31 margin:0;
32 padding:0
34 p, a, li, dd, dt, pre, code, input, select {
35 font-size:1.5em !important
37 .content, .topic {
38 font-size:1.5em !important
40 #header {
41 height:auto;
43 .headermenu {
44 clear:left;
45 float:none;
46 text-align:left;
48 #layout-table #left-column,
49 #layout-table #middle-column,
50 #layout-table #right-column,
51 #layout-table #middle-column .topics,
52 #layout-table #middle-column .sections {
53 width:auto !important;
54 margin-left:0 !important;
55 margin-right:0 !important;
56 padding-left:0 !important;
57 padding-right:0 !important;
58 border:1px solid #AAA !important
60 #course-view .headingblock,
61 #course-view .topics {
62 margin-left:0 !important;
63 margin-right:0 !important;
64 border:1px solid #AAA !important;
66 #course-view .spacer {
67 height:1em !important;
69 #course-view .topics .left,
70 #course-view .topics .right {
71 width:1.5em;
72 border:1px solid #AAA !important;
73 vertical-align:top;
75 #course-view .topics .content {
76 border:1px solid #AAA !important;
78 .sideblock {
79 width:100% !important;
80 text-align:left !important;
81 font-size:1.3em !important;
82 line-height:1.3em !important;
84 #left-column .sideblock .header,
85 #right-column .sideblock .header {
86 width:100%;
87 margin:0;
88 padding:0;
89 background:#A00 url(pix/gray.gif) repeat !important;
90 height:1.3em !important;
91 border:1px solid #AAA !important;
92 font-weight:bold;
94 /** {
95 border:1px solid #A00 !important
96 }*/
97 .tabs tr,
98 .tabs td {
99 background-image:none !important
101 .tabs td {
102 border:1px solid #AAA !important;
103 padding:2px;
104 text-align:center;
106 .glossarydisplay {
107 width:100%
109 #course-log .r1 td {
110 border:1px solid #AAA;
111 text-align:left;
113 .generaltable th,
114 .generaltable td {
115 border:1px solid #AAA !important;