annotate css/mee.css @ 2:3d3d533f9eff

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