Rev 14442 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7074 | obado | 1 | /************************************************************************/ |
2 | /****** STYLE POUR LES EXERCICES IMPORTES PAR IFRAME ********************/ |
||
3 | /************************************************************************/ |
||
4 | #wimstopbox{ |
||
5 | padding:0; |
||
14181 | obado | 6 | /*background: none;*/ |
7074 | obado | 7 | } |
5677 | obado | 8 | |
7074 | obado | 9 | #wimstopbox #wims_title{ |
10 | display: none; |
||
11 | visibility: hidden; |
||
12 | } |
||
5677 | obado | 13 | |
7074 | obado | 14 | body.main_body, #wimsbodybox{ |
15 | background-color: transparent; |
||
16 | } |
||
5677 | obado | 17 | |
7074 | obado | 18 | #wimspagebox { |
19 | min-height: inherit; |
||
20 | } |
||
5677 | obado | 21 | |
7074 | obado | 22 | /* |
5677 | obado | 23 | body h1.oeftitle, |
24 | #wimsbodybox h1.oeftitle, |
||
25 | #wimsbodybox #wimspagebox h1.oeftitle, |
||
26 | #wimsbodybox #wimspagebox div.wimsbody h1.oeftitle { |
||
27 | background-color: #FFF; |
||
28 | background-image: none; |
||
29 | color: #000; |
||
30 | text-shadow: none; |
||
31 | text-align: center; |
||
32 | border-style: none; |
||
33 | padding: 0; |
||
34 | } |
||
35 | body #wimsbodybox #wimspagebox div.wimsbody, |
||
36 | #wimsbodybox #wimsbodybox #wimspagebox div.wimsbody, |
||
37 | #wimsbodybox #wimspagebox #wimsbodybox #wimspagebox div.wimsbody, |
||
38 | #wimsbodybox #wimspagebox div.wimsbody #wimsbodybox #wimspagebox div.wimsbody { |
||
39 | float: none; |
||
40 | margin: 0; |
||
41 | } |
||
42 | body #wimsbodybox #wimspagebox div.wimsbody div.oefstatement, |
||
43 | #wimsbodybox #wimsbodybox #wimspagebox div.wimsbody div.oefstatement, |
||
44 | #wimsbodybox #wimspagebox #wimsbodybox #wimspagebox div.wimsbody div.oefstatement, |
||
45 | #wimsbodybox #wimspagebox div.wimsbody #wimsbodybox #wimspagebox div.wimsbody div.oefstatement { |
||
46 | border-style: none; |
||
47 | } |
||
48 | #wimsbodybox div#wimsmenumodubox { |
||
49 | padding: 0; |
||
50 | } |
||
51 | .wimsbody { |
||
52 | padding: 0; |
||
53 | margin: 0; |
||
54 | } |
||
55 | div.navbar.navbar-fixed-top, |
||
56 | a.class_home, |
||
57 | span.menuitem intro, |
||
58 | span.text_item, |
||
59 | span.intro { |
||
60 | display: none !important; |
||
61 | } |
||
62 | #wimslogoleft { |
||
63 | display: none; |
||
64 | } |
||
65 | .navbar .nav > li > a, |
||
66 | .subnav .nav > li > a { |
||
67 | background-image: none; |
||
68 | } |
||
69 | .subnav .nav > li > a { |
||
70 | white-space: nowrap; |
||
71 | text-overflow: ellipsis; |
||
72 | overflow: hidden; |
||
73 | display: block; |
||
74 | padding-left: 5px !important; |
||
75 | padding-right: 5px !important; |
||
76 | } |
||
14442 | bpr | 77 | /*Eléments ŕ cacher pour l'appli mobile et tablette*/ |
7074 | obado | 78 | /*span.oef_modulescore, |
5677 | obado | 79 | a#oef_exo_intro, |
80 | footer, |
||
81 | span.oef_congratulations { |
||
82 | display: none; |
||
7074 | obado | 83 | }*/ |
84 | |||
85 | |||
5677 | obado | 86 | /*mise en page pour tablette, mobile*/ |
15043 | obado | 87 | /*div.answer_analysis p { |
5677 | obado | 88 | font-size: 16px; |
89 | margin-top: 20px; |
||
90 | margin-bottom: 20px; |
||
91 | } |
||
92 | h1.oeftitle { |
||
93 | margin-bottom: 20px; |
||
94 | } |
||
95 | div.oefstatement { |
||
96 | margin-bottom: 10px; |
||
97 | } |
||
98 | legend { |
||
99 | margin-bottom: 0; |
||
100 | } |
||
101 | /*couleurs questionnaire*/ |
||
7074 | obado | 102 | /*div.question { |
5677 | obado | 103 | background: #F5F5F5; |
104 | } |
||
105 | .oef_indgood { |
||
106 | color: green; |
||
107 | } |
||
108 | .oef_indbad { |
||
109 | color: red; |
||
110 | } |
||
111 | label input, |
||
112 | label textarea, |
||
113 | label select { |
||
114 | display: inline-block !important; |
||
115 | } |
||
116 | input[type="image"], |
||
117 | input[type="checkbox"], |
||
118 | input[type="radio"] { |
||
119 | margin-right: 10px !important; |
||
120 | } |
||
121 | .reponse { |
||
122 | background: #D9EDF7 !important; |
||
123 | } |
||
124 | div#wimstailbox{ |
||
125 | background-color: transparent; |
||
7074 | obado | 126 | }*/ |