[svn r15318] improve templates (by Daniel Sum)

skala
Eric Marguin 17 years ago
parent e78140beca
commit 2c03dd5968
  1. BIN
      main/default_course_document/images/dialogs/dialog_topleft_500x500.png
  2. BIN
      main/default_course_document/images/dialogs/dok_explain.jpg
  3. BIN
      main/default_course_document/images/dialogs/height_250px.png
  4. BIN
      main/default_course_document/images/dialogs/thinking.png
  5. BIN
      main/default_course_document/images/dialogs/width_500px.jpg
  6. BIN
      main/default_course_document/images/help/media_help.png
  7. BIN
      main/default_course_document/images/help/media_help.png1.png
  8. BIN
      main/default_course_document/images/logo.jpg
  9. BIN
      main/default_course_document/images/puzzle.jpg
  10. BIN
      main/default_course_document/images/signature.jpg
  11. BIN
      main/default_course_document/images/trainer/trainer_join_hands.png
  12. BIN
      main/default_course_document/images/trainer/trainer_thinking.gif
  13. 121
      main/default_course_document/themes/elegant.css
  14. BIN
      main/default_course_document/themes/img/certificate_black.jpg
  15. BIN
      main/default_course_document/themes/img/certificate_blue.jpg
  16. BIN
      main/default_course_document/themes/img/certificate_contemporain.jpg
  17. BIN
      main/default_course_document/themes/img/certificate_grey.jpg
  18. BIN
      main/default_course_document/themes/img/certificate_yellow.jpg
  19. BIN
      main/default_course_document/themes/img/help.png
  20. BIN
      main/default_course_document/themes/img/puce.png
  21. BIN
      main/default_course_document/themes/img/puce_hover.png
  22. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/Cover.png
  23. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/Dedicace.png
  24. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/Glossary.png
  25. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/Video_fullscreen.png
  26. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/bloom.png
  27. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/img_left_encadred.png
  28. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/intro.png
  29. BIN
      main/inc/lib/fckeditor/editor/dialog/fck_template/images/text_img_centered.png
  30. 916
      main/inc/lib/fckeditor/fcktemplates.xml.php

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -1,38 +1,129 @@
@charset "UTF-8";
/* CSS Document */
body{
background-repeat:no-repeat;
background-position:right;
background-position:bottom;
background-image:;
background-repeat:no-repeat;
background-position:right;
background-position:bottom;
}
#course-content
{
min-height:500px;
margin:1em;
#course-content{
min-height:500px;
margin:1em;
}
#course-content h1,h2,h3,h4{
font-family:Arial, Helvetica, sans-serif;
}
#course-content h1 {
border-bottom: solid thin #B7B7B7;
color: #8D8D8D;
border-top: solid thin #B7B7B7;
font-size: x-large;
background-color: #FAFAFA;
font-weight: bold;
padding:0.2em;
}
#course-content h2 {
font-size: large;
font-weight: bold;
padding-left: 10px;
}
#course-Content h3 {
font-weight: bold;
padding-left: 20px;
}
.tip{
-moz-border-radius:1em;
border:1px solid black;
border:1px 2px 2px 1px;
background:#F5F5B5;
padding:1em;
padding-left:40px;
background-image:url(../images/help.png) left;
background:url(../help.png) left;
}
/* TEMPLATES STYLES */
#course-content #cover{
padding:2em 0px;
}
#course-content .dial_horizontal{
border:3px 0px #B7B7B7;
}
#course-content .dial_vert{
border:0px 3px #B7B7B7;
}
/*
#dialogFix{
background-image:url(../images/dialogs/dialog_left_500x500.png);
padding:30px;
padding-left:80px
}*/
#course-content p{
font-size:medium;
}
/* Template cover */
#cover {
padding:1em 0px;
}
/* Modèle Liste à puce */
#boom ul li{
list-style-image:url(img/puce.png);
list-style-type:disc;
font-size:medium;
line-height:20px;
margin-bottom:0.5em;
}
#boom ul li:hover{
list-style-image:url(img/puce_hover.png);
}
#argument_1{
}
.dial_horizontal
{
border:3px 0px black;
#argument_2{
}
.dial_vert
{
border:0px 3px black;
#glossary{
padding:0.2em;
}
/*Certificate
You can set your own certificate
*/
/*#certificate{
background:url('img/certificate_blue.jpg') no-repeat;
padding:0px 50px 0px;
padding-top:120px;
height:500px;
width:700px;
}*/
#certificate{
background:url('img/certificate_grey.jpg') no-repeat;
padding:0px 00px 00px;
padding-top:20px;
height:500px;
width:700px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save