~esjh/akasha/trunk

« back to all changes in this revision

Viewing changes to data/akasha.css

  • Committer: Eric S. Johansson
  • Date: 2007-06-12 07:26:39 UTC
  • Revision ID: esj@harvee.org-20070612072639-epzb560f0y8nqllt
added callout, replicate and a bunch of demo code
added more docs on what goes into an addin
upped rev to .53

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
#container {
127
127
/* #width:  710px;*/
128
 
border: 1px solid white;
 
128
/*border: 1px solid white;*/
129
129
margin-top: 10px;
130
130
margin-left: auto;
131
131
margin-right: auto;
132
132
/* padding: 5px; */
133
133
border: solid 2px #82b3aa;
134
 
/* background-color: #f2f2f2; */
135
 
background-color: #000000;
 
134
background-color: #F9F7ED;
136
135
}
137
136
 
138
137
#titlearea {
139
138
padding: 5px;
140
 
 border: solid 3px #82b3aa;
 
139
/* border: solid 3px #82b3aa;*/
141
140
/* height:100px; */
142
141
margin-bottom: 5px;
143
142
}
152
151
margin-left: 141px;
153
152
margin-right: 141px;
154
153
/* width: 500px; */
155
 
background-color: green;
 
154
background-color: #F9F7ED;;
156
155
}
157
156
 
158
157
 
159
158
#right, #left {
160
159
position: absolute;
161
160
width: 130px;
162
 
margin-top: 5px;
 
161
margin-top: 5px; /* because of #titlearea margin push */
163
162
margin-left: 0pt;
164
163
margin-right: 0pt;
165
 
top 0px;
166
 
padding-top: 5px;
 
164
/* top: 0px; */
 
165
/* over ridden in [left [right */
 
166
padding-top: 0px;
167
167
padding-left: 5px;
168
168
padding-right: 5px;
169
 
height: 100%;
 
169
z-index: 7;
 
170
overflow: auto;
170
171
}
171
172
 
172
173
#left{
173
 
background-color: cyan;
 
174
background-color: #C3D9FF;
174
175
left: 0px;
175
176
}
176
177
 
177
178
#right {
178
 
background-color: purple;
 
179
background-color: #C3D9FF;
179
180
right: 0px;
180
181
}
181
182
 
203
204
#therect { z-index: 2;border-color: green;}
204
205
 
205
206
.ak-callout { float: right; 
206
 
background-color: #e2bff7;  
 
207
background-color: #6BBA70;  
207
208
width: 200px; 
208
209
border: 2px ;
209
210
margin: 10px 10px 10px 10px;
210
211
padding: 10px;
211
 
solid #dd2211; 
 
212
/*solid: #6BBA70;*/ 
212
213
}
 
 
b'\\ No newline at end of file'