changeset 1:814c6ce77297

Added CSS file.
author David Eads <eads@chicagotech.org>
date Tue, 10 Mar 2009 14:05:38 -0500
parents 548f63d8a41b
children 3d3d533f9eff
files css/mee.css
diffstat 1 files changed, 165 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/css/mee.css	Tue Mar 10 14:05:38 2009 -0500
@@ -0,0 +1,165 @@
+.mee-wrap-editor-library {
+  float: left;
+  width: 100%;
+}
+.mee-wrap-editor-library .form-item {
+  float: left;
+  width: 73%;
+}
+.mee-wrap-editor-library .dnd-library-wrapper {
+  float: right;
+  width: 25%;
+}
+.dnd-library-wrapper {
+  margin-top: 1em;
+}
+.dnd-library-wrapper .header {
+  padding: 3px 4px;
+  background-color: #ccc;
+  border-top: 1px solid #aaa;
+  border-left: 1px solid #aaa;
+  border-right: 1px solid #aaa;
+}
+.dnd-library-wrapper .view-filters, 
+.dnd-library-wrapper .view-filters input,
+.dnd-library-wrapper .view-filters select
+.dnd-library-wrapper .view-filters textarea {
+  font-size: .875em;
+}
+.dnd-library-wrapper .header h3 {
+  font-size: 12px;
+  font-weight: bold;
+}
+.dnd-library-wrapper .footer {
+  border-left: 1px solid #aaa;
+  border-right: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+.dnd-library-wrapper .pager {
+  font-weight: bold;
+  padding: 0 5px;
+}
+.dnd-library-wrapper .library {
+  border: 1px solid #aaa;
+  float: left;
+}
+.dnd-library-wrapper .editor-item {
+  float: left;
+  border-bottom: 2px solid #fff;
+  background-color: #ddd;
+}
+.dnd-library-wrapper .editor-item > div {
+  padding: 3px;
+}
+.dnd-library-wrapper div.image {
+  float: left;
+  width: 32px;
+  padding-left: 4px;
+  line-height: 1;
+}
+.dnd-library-wrapper div.meta {
+  float: left;
+  width: 149px;
+  line-height: 1.2;
+}
+.dnd-library-wrapper .title {
+  font-weight: bold;
+  font-size: 12px;
+}
+.dnd-library-wrapper .date, .dnd-library-wrapper .author {
+  font-size: 10px;
+  float: left;
+  margin-top: .5em;
+}
+.dnd-library-wrapper .author {
+  margin-right: 1em;
+}
+.dnd-library-wrapper .editor-item .sizes {
+  float: left;
+  width: 50px;
+  margin-top: 14px;
+  line-height: 1;
+}
+.dnd-library-wrapper .editor-item .sizes ul {
+  list-style-type: none;
+  margin: 0;
+}
+.dnd-library-wrapper .editor-item .sizes ul li {
+  background: none;
+  list-style-type: none;
+  display: inline;
+  padding: 0;
+  margin: 0 0 0 2px;
+}
+.dnd-library-wrapper .editor-item .sizes a {
+  float: left;
+  display: block;
+  font-size: 9px;
+  line-height: 9px;
+  margin-bottom: 2px;
+  width: 19px;
+  text-align: center;
+}
+.dnd-library-wrapper .editor-item .sizes a:link,
+.dnd-library-wrapper .editor-item .sizes a:visited,
+.dnd-library-wrapper .editor-item .sizes a:active {
+  border: 1px solid #888;
+  color: #fff;
+  cursor: move;
+  text-align: center;
+}
+.dnd-library-wrapper .editor-item .sizes a:hover,
+.dnd-library-wrapper .editor-item .sizes a.dnd-inserted:link,
+.dnd-library-wrapper .editor-item .sizes a.dnd-inserted:visited,
+.dnd-library-wrapper .editor-item .sizes a.dnd-inserted:active {
+  border: 1px solid #555;
+  color: #fff;
+  text-decoration: none;
+}
+.dnd-library-wrapper .editor-item .sizes a:hover span,
+.dnd-library-wrapper .editor-item .sizes a.dnd-inserted span {
+  background-color: #555;
+}
+
+.dnd-library-wrapper .editor-item .sizes a span {
+  display: block;
+  background-color: #888;
+}
+.dnd-library-wrapper .editor-item .sizes a.size-S span {
+  margin: 3px;
+  padding: 2px 0;
+}
+.dnd-library-wrapper .editor-item .sizes a.size-M span {
+  margin: 2px;
+  padding: 3px 0;
+}
+.dnd-library-wrapper .editor-item .sizes a.size-L span {
+  margin: 1px;
+  padding: 4px 0;
+}
+.dnd-library-wrapper .editor-item.dnd-child-inserted {
+  background-color: #ccc;
+}
+.dnd-editor-preview h2.title {
+  font-size: 1em;
+  font-weight: bold;
+  margin-bottom: 0.5em;
+}
+.dnd-editor-preview .media-preview { 
+  float: left;
+  width: 125px;
+}
+.dnd-editor-preview .media-meta {
+  float: left;
+  width: 225px;
+  margin-right: 20px;
+}
+.dnd-editor-preview .attribution {
+  font-size: .875em;
+  margin-bottom: .5em;
+}
+/* Fix for Garland */
+#center .dnd-library-wrapper form {
+  margin: 0;
+}