[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 #intro { 2 border-color: #ddd; 3 margin: 2% 10%; 4 padding: 10px; 5 } 6 7 /* 8 ** Needs to be taken out of mod sheets and added 9 ** to Base so we can change the following to 10 ** just .mod_introbox. 11 */ 12 13 #urlintro, 14 #pageintro, 15 #resourceintro { 16 border-color:#ddd; 17 margin: 0 10% 3% 18 } 19 20 /* Forums 21 -------------------------*/ 22 23 .path-mod-forum .forumheaderlist { 24 border-color: #ddd; 25 border-collapse: collapse; 26 } 27 28 .path-mod-forum .forumheaderlist td { 29 border-color: #ddd; 30 } 31 32 .path-mod-forum .forumheaderlist th { 33 text-align: left; 34 border-right: 1px solid #ddd; 35 } 36 .path-mod-forum.dir-rtl .forumheaderlist th {text-align: right;} 37 38 .forumnodiscuss, 39 .path-mod-forum .forumheaderlist .replies { 40 text-align: center; 41 } 42 43 .forumpost { 44 border: none; 45 } 46 47 .forumpost .content .commands, 48 .forumpost .content .link { 49 font-size: 0.9em; 50 } 51 52 .forumpost .attachments { 53 font-size: 0.95em; 54 margin: 0.5em 0; 55 } 56 57 .forumpost .attachments .icon { 58 height: 14px; 59 width: 14px; 60 } 61 62 .forumolddiscuss { 63 text-align:right; 64 } 65 66 /* Folder 67 ------------------------*/ 68 69 .path-mod-folder #pageintro { 70 border-color: #ddd; 71 width: 75%; 72 margin: 0 auto; 73 } 74 75 .path-mod-folder .foldertree { 76 width: 90%; 77 margin: 1.5em auto; 78 padding: 10px; 79 } 80 81 #page-mod-folder-edit .foldertree { 82 width: 100%; 83 } 84 85 /* Chat 86 ------------------------*/ 87 88 #page-mod-chat-view #enterlink { 89 text-align: center; 90 border: none; 91 } 92 93 #page-mod-chat-view #chatcurrentusers { 94 margin: 10px auto; 95 } 96 97 .path-mod-chat.pagelayout-embedded #content { 98 padding: 5px; 99 } 100 101 .path-mod-chat .generaltable, 102 .path-mod-chat .generaltable td, 103 .path-mod-chat .generaltable th { 104 border: none !important; 105 } 106 107 .chat-message .text .title { 108 font-style: italic; 109 color: #444; 110 } 111 112 #mod-chat-gui_basic #participants ul { 113 margin: 0 0 1em; 114 } 115 116 #mod-chat-gui_basic #participants ul li { 117 list-style: none; 118 padding: 5px 0; 119 line-height: 1.75; 120 } 121 122 #mod-chat-gui_basic #participants ul li a { 123 float: left; 124 padding-right: 10px; 125 } 126 127 #mod-chat-gui_basic #editing { 128 margin-bottom: 15px; 129 } 130 131 #mod-chat-gui_basic #editing input { 132 margin: 5px 5px 0; 133 } 134 135 #mod-chat-gui_basic #messages dl { 136 margin: 0 0 5px 1em; 137 } 138 139 #mod-chat-gui_basic #messages dt { 140 font-weight: normal; 141 } 142 143 #page-mod-chat-report .generalbox { 144 padding: 10px; 145 width: 50%; 146 margin: 0 auto 1em; 147 } 148 149 #page-mod-chat-report .generalbox p { 150 margin: 0; 151 } 152 153 #page-mod-chat-report #notice { 154 margin-bottom: 1em; 155 } 156 157 /* Choice 158 -------------------------*/ 159 160 .path-mod-choice #notice { 161 width: 50%; 162 margin: 1em auto; 163 padding: 5px; 164 } 165 166 .path-mod-choice .results .header, .path-mod-choice td { 167 border-top: 1px solid; 168 border-color: #ddd; 169 } 170 171 .path-mod-choice .count, 172 .path-mod-choice .results .header, 173 .path-mod-choice .data, 174 .path-mod-choice .lastcol { 175 border-right: 1px solid #ddd; 176 } 177 178 .path-mod-choice .col1, .path-mod-choice .c0, 179 .path-mod-choice .lastcol { 180 border-left: 1px solid #ddd; 181 } 182 183 .path-mod-choice .lastrow td { 184 border-bottom: 1px solid #ddd; 185 border-top: 1px solid #ddd; 186 } 187 188 .path-mod-choice .count { 189 border-top: 2px solid #ddd; 190 background: #f5f5f5; 191 border-bottom: 1px solid #ddd; 192 } 193 194 /* Lesson 195 --------------------------*/ 196 197 .path-mod-lesson .firstpageoptions { 198 padding: 10px; 199 } 200 201 .path-mod-lesson .centerpadded { 202 text-align: center; 203 display: block; 204 padding: 10px; 205 } 206 207 .path-mod-lesson .edit_pages_box .addlinks { 208 text-align: center; 209 } 210 211 .path-mod-lesson .feedback { 212 text-align: center; 213 font-weight: bold; 214 } 215 216 .path-mod-lesson .password-form .generalbox { 217 padding: 10px; 218 width: 50%; 219 text-align: center; 220 } 221 222 .path-mod-lesson .center { 223 text-align: center; 224 } 225 226 .path-mod-lesson .ongoing { 227 color: #00f; 228 margin: 0 0 1em; 229 } 230 231 .path-mod-lesson .clock .content { 232 font-size: 1.2em; 233 padding-left: 15px; 234 } 235 236 .path-mod-lesson .leftduring .generalbox { 237 padding: 10px; 238 width: 50%; 239 margin: 0 auto; 240 } 241 242 .path-mod-lesson .correctanswer { 243 margin: 1em auto; 244 width: 50%; 245 padding: 10px; 246 } 247 248 .path-mod-lesson .correctanswer .correct { 249 color: #0fb337; 250 } 251 252 #page-mod-lesson-view #pageheader, 253 #page-mod-lesson-view #pageheader legend { 254 border: none; 255 } 256 257 #page-mod-lesson-continue .generalbox { 258 padding: 10px; 259 } 260 261 .branchbuttoncontainer { 262 text-align: center; 263 } 264 265 .branchbuttoncontainer input { 266 margin: 10px; 267 } 268 269 /* Resources 270 -------------------------------*/ 271 272 .path-mod-page .generalbox { 273 border: none; 274 } 275 276 .resourceworkaround, 277 .urlworkaround, 278 .modified { 279 text-align: center; 280 font-size: 0.85em; 281 color: #777; 282 margin-top: 1em; 283 } 284 285 286 /* Quiz 287 --------------------------------*/ 288 .que { 289 border-color: #eee; 290 } 291 292 /* SCORM Player 293 -------------------------*/ 294 #page-mod-scorm-player div.singleselect {margin: -20px 0 0;}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |