comparison css/mee.css @ 1:814c6ce77297

Added CSS file.
author David Eads <eads@chicagotech.org>
date Tue, 10 Mar 2009 14:05:38 -0500
parents
children b1e3bfc2f5e8
comparison
equal deleted inserted replaced
0:548f63d8a41b 1:814c6ce77297
1 .mee-wrap-editor-library {
2 float: left;
3 width: 100%;
4 }
5 .mee-wrap-editor-library .form-item {
6 float: left;
7 width: 73%;
8 }
9 .mee-wrap-editor-library .dnd-library-wrapper {
10 float: right;
11 width: 25%;
12 }
13 .dnd-library-wrapper {
14 margin-top: 1em;
15 }
16 .dnd-library-wrapper .header {
17 padding: 3px 4px;
18 background-color: #ccc;
19 border-top: 1px solid #aaa;
20 border-left: 1px solid #aaa;
21 border-right: 1px solid #aaa;
22 }
23 .dnd-library-wrapper .view-filters,
24 .dnd-library-wrapper .view-filters input,
25 .dnd-library-wrapper .view-filters select
26 .dnd-library-wrapper .view-filters textarea {
27 font-size: .875em;
28 }
29 .dnd-library-wrapper .header h3 {
30 font-size: 12px;
31 font-weight: bold;
32 }
33 .dnd-library-wrapper .footer {
34 border-left: 1px solid #aaa;
35 border-right: 1px solid #aaa;
36 border-bottom: 1px solid #aaa;
37 background-color: #ccc;
38 }
39 .dnd-library-wrapper .pager {
40 font-weight: bold;
41 padding: 0 5px;
42 }
43 .dnd-library-wrapper .library {
44 border: 1px solid #aaa;
45 float: left;
46 }
47 .dnd-library-wrapper .editor-item {
48 float: left;
49 border-bottom: 2px solid #fff;
50 background-color: #ddd;
51 }
52 .dnd-library-wrapper .editor-item > div {
53 padding: 3px;
54 }
55 .dnd-library-wrapper div.image {
56 float: left;
57 width: 32px;
58 padding-left: 4px;
59 line-height: 1;
60 }
61 .dnd-library-wrapper div.meta {
62 float: left;
63 width: 149px;
64 line-height: 1.2;
65 }
66 .dnd-library-wrapper .title {
67 font-weight: bold;
68 font-size: 12px;
69 }
70 .dnd-library-wrapper .date, .dnd-library-wrapper .author {
71 font-size: 10px;
72 float: left;
73 margin-top: .5em;
74 }
75 .dnd-library-wrapper .author {
76 margin-right: 1em;
77 }
78 .dnd-library-wrapper .editor-item .sizes {
79 float: left;
80 width: 50px;
81 margin-top: 14px;
82 line-height: 1;
83 }
84 .dnd-library-wrapper .editor-item .sizes ul {
85 list-style-type: none;
86 margin: 0;
87 }
88 .dnd-library-wrapper .editor-item .sizes ul li {
89 background: none;
90 list-style-type: none;
91 display: inline;
92 padding: 0;
93 margin: 0 0 0 2px;
94 }
95 .dnd-library-wrapper .editor-item .sizes a {
96 float: left;
97 display: block;
98 font-size: 9px;
99 line-height: 9px;
100 margin-bottom: 2px;
101 width: 19px;
102 text-align: center;
103 }
104 .dnd-library-wrapper .editor-item .sizes a:link,
105 .dnd-library-wrapper .editor-item .sizes a:visited,
106 .dnd-library-wrapper .editor-item .sizes a:active {
107 border: 1px solid #888;
108 color: #fff;
109 cursor: move;
110 text-align: center;
111 }
112 .dnd-library-wrapper .editor-item .sizes a:hover,
113 .dnd-library-wrapper .editor-item .sizes a.dnd-inserted:link,
114 .dnd-library-wrapper .editor-item .sizes a.dnd-inserted:visited,
115 .dnd-library-wrapper .editor-item .sizes a.dnd-inserted:active {
116 border: 1px solid #555;
117 color: #fff;
118 text-decoration: none;
119 }
120 .dnd-library-wrapper .editor-item .sizes a:hover span,
121 .dnd-library-wrapper .editor-item .sizes a.dnd-inserted span {
122 background-color: #555;
123 }
124
125 .dnd-library-wrapper .editor-item .sizes a span {
126 display: block;
127 background-color: #888;
128 }
129 .dnd-library-wrapper .editor-item .sizes a.size-S span {
130 margin: 3px;
131 padding: 2px 0;
132 }
133 .dnd-library-wrapper .editor-item .sizes a.size-M span {
134 margin: 2px;
135 padding: 3px 0;
136 }
137 .dnd-library-wrapper .editor-item .sizes a.size-L span {
138 margin: 1px;
139 padding: 4px 0;
140 }
141 .dnd-library-wrapper .editor-item.dnd-child-inserted {
142 background-color: #ccc;
143 }
144 .dnd-editor-preview h2.title {
145 font-size: 1em;
146 font-weight: bold;
147 margin-bottom: 0.5em;
148 }
149 .dnd-editor-preview .media-preview {
150 float: left;
151 width: 125px;
152 }
153 .dnd-editor-preview .media-meta {
154 float: left;
155 width: 225px;
156 margin-right: 20px;
157 }
158 .dnd-editor-preview .attribution {
159 font-size: .875em;
160 margin-bottom: .5em;
161 }
162 /* Fix for Garland */
163 #center .dnd-library-wrapper form {
164 margin: 0;
165 }