source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/_mediaoptions.css@ 30098

Last change on this file since 30098 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.3 KB
Line 
1/* --- popup --- */
2
3#media__popup {
4 background-color:__background__;
5 display:none;
6 border: 1px solid __border__;
7 position: absolute;
8 width:270px;
9}
10
11#media__popup h1 {
12 text-align:center;
13 font-weight:normal;
14 background-color: __background_alt__;
15 height: 16px;
16 margin-bottom: 5px;
17 font-size:12px;
18 border-bottom: 0;
19}
20
21#media__popup p {
22 display:block;
23 line-height:14pt;
24 margin:0.5em;
25}
26
27#media_nolink {
28 padding:4px 0;
29}
30
31#media__popup label {
32 float:left;
33 width:9em;
34}
35
36#media__popup .button {
37 margin-left:auto;
38 margin-right:auto;
39}
40
41#media__popup .btnlbl {
42 text-align:center;
43}
44
45#media__popup .btnlbl input {
46 margin:0 1em;
47}
48
49#media__closeimg {
50 float:right;
51}
52
53/* --- display options --- */
54
55#media__linkopts label,
56#media__nolnk {
57 width: 80px;
58 float: left;
59 margin-left: 10px;
60}
61
62#media__linkopts label{
63 line-height: 20px;
64}
65
66#media__nolnk,
67#media__linkopts label.long{
68 margin-bottom: 8px;
69 line-height: 12px;
70}
71
72#media__linkopts label.long{
73 width: 150px;
74 float: none;
75}
76
77#media__linkopts br {
78 clear: both;
79}
80
81#media__linkopts select {
82 width: 60px;
83 margin-left: 10px;
84}
85
86#media__linkopts input.edit {
87 width:50px;
88 margin-left:10px;
89}
90#media__linkopts #media__title {
91 width:150px;
92}
Note: See TracBrowser for help on using the repository browser.