Image Include

Created 18 Mar 2013 20:43, Updated 18 Mar 2013 20:43

The [[include inc:picture]] image include uses a combination of three classes in a table. There is a definition for the entire thing, the heading, and the caption area. The classes are:
  • .incpicture
  • .incpictureheading
  • .incpicturecaption

Here is the default code:

.incpicture{
    border: 1px solid #660;
    background-color: #FFF;
}
.incpictureheading{
    background-color: #DDB;
}
.incpicturecaption{
    font-size: 80%;
    font-style: italic;
}

.incpicture is the class that controls the looks of the overall include. .incpictureheading controls the small heading box. .incpicturecaption controls the caption area.

Fix IE bug

Sofern nicht anders angegeben, steht der Inhalt dieser Seite unter Lizenz Creative Commons Attribution-ShareAlike 3.0 License