source: documentation/trunk/packages/templates/greenstone-monobook/static/3rd/dokuwiki/_imgdetail.css@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 522 bytes
Line 
1/**
2 * This file provides styles for the image detail page (detail.php).
3 */
4
5#dokuwiki__detail {
6 padding: 1em;
7}
8#dokuwiki__detail h1 {
9}
10
11#dokuwiki__detail div.content {
12}
13
14#dokuwiki__detail div.content img {
15 float: left;
16 margin-right: 1.5em;
17}
18#dokuwiki__detail div.content div.img_detail {
19 float: left;
20}
21
22#dokuwiki__detail div.img_detail h2 {
23}
24#dokuwiki__detail div.img_detail dl {
25}
26#dokuwiki__detail div.img_detail dl dt {
27}
28#dokuwiki__detail div.img_detail dl dd {
29}
30
31#dokuwiki__detail p.back {
32}
Note: See TracBrowser for help on using the repository browser.