Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F882826
edit.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
edit.css
View Options
/* this file is being included for editing a page */
#
glue-colorpicker
{
/* colorpicker used for page and objects alike */
bottom
:
20
px
;
position
:
fixed
;
right
:
20
px
;
}
#
glue-colorpicker-transparent
{
/* icon for transparency inside the colorpicker element */
background-image
:
url
(
../img/colorpicker-transparent.png
);
border-style
:
solid
;
border-width
:
1
px
;
bottom
:
6
px
;
cursor
:
pointer
;
height
:
10
px
;
position
:
absolute
;
right
:
215
px
;
width
:
10
px
;
}
.
glue-colorpicker-transparent-set
{
/* set when color is set to transparent */
border-color
:
red
;
}
.
glue-colorpicker-transparent-notset
{
/* set when color is set to all other colors */
border-color
:
white
;
}
.
glue-file-upload
{
/* a file upload button */
width
:
32
px
;
height
:
32
px
;
overflow
:
hidden
;
}
.
glue-contextmenu-left
{
/* a context menu item to the object's left */
margin-bottom
:
10
px
;
margin-right
:
20
px
;
}
.
glue-contextmenu-top
{
/* a context menu item on top of the object */
margin-bottom
:
20
px
;
margin-right
:
10
px
;
}
.
glue-grid
{
/* a grid line */
}
.
glue-grid-x
{
/* a horizontal grid line */
}
.
glue-grid-y
{
/* a vertical grid line */
}
.
glue-guide
{
/* a guide line */
}
.
glue-guide-x
{
/* a vertical guide line (after n pixels) */
}
.
glue-guide-y
{
/* a horizontal guide line (after n pixels) */
}
.
glue-menu
{
/* a menu item */
margin-bottom
:
5
px
;
margin-left
:
5
px
;
margin-right
:
5
px
;
margin-top
:
5
px
;
opacity
:
1.0
;
}
.
glue-menu-enabled
{
/* menu items that have an enabled/disabled state should use these classes */
/* this only works with images that are a bit transparent at least */
background-color
:
rgba
(
0
,
255
,
0
,
0.5
);
}
.
glue-menu-disabled
{
/* menu items that have an enabled/disabled state should use these classes */
/* this only works with images that are a bit transparent at least */
}
.
glue-menu-new
{
/* a "new"-menu item (shown when clicking the background once) */
}
.
glue-menu-page
{
/* a "page"-menu item (shown when doubleclicking the background) */
}
.
glue-selected
{
/* class for selected objects */
border-color
:
red
;
border-style
:
dashed
;
border-width
:
2
px
;
}
.
glue-ui
{
/* all ui elements should use this class */
}
.
glue-upload-statusbar
{
/* statusbar for uploading */
background-color
:
lightgrey
;
border-radius
:
2
px
;
height
:
4
px
;
width
:
100
px
;
}
.
glue-upload-statusbar-done
{
/* the "done" part of the statusbar for uploading */
background-color
:
green
;
border-radius
:
inherit
;
height
:
100
%
;
width
:
0
%
;
}
.
ui-draggable-dragging
{
/* class for object being dragged */
}
/* taken from jquery-ui-1.8.5.custom.css */
.
ui-resizable
{
position
:
relative
;}
.
ui-resizable-handle
{
position
:
absolute
;
font-size
:
0.1
px
;
z-index
:
99999
;
display
:
block
;}
.
ui-resizable-disabled
.
ui-resizable-handle
,
.
ui-resizable-autohide
.
ui-resizable-handle
{
display
:
none
;
}
.
ui-resizable-n
{
cursor
:
n-resize
;
height
:
7
px
;
width
:
100
%
;
top
:
-5
px
;
left
:
0
;
}
.
ui-resizable-s
{
cursor
:
s-resize
;
height
:
7
px
;
width
:
100
%
;
bottom
:
-5
px
;
left
:
0
;
}
.
ui-resizable-e
{
cursor
:
e-resize
;
width
:
7
px
;
right
:
-5
px
;
top
:
0
;
height
:
100
%
;
}
.
ui-resizable-w
{
cursor
:
w-resize
;
width
:
7
px
;
left
:
-5
px
;
top
:
0
;
height
:
100
%
;
}
/* this was changed from {right,bottom} 1px */
.
ui-resizable-se
{
cursor
:
se-resize
;
width
:
12
px
;
height
:
12
px
;
right
:
-5
px
;
bottom
:
-5
px
;
}
.
ui-resizable-sw
{
cursor
:
sw-resize
;
width
:
9
px
;
height
:
9
px
;
left
:
-5
px
;
bottom
:
-5
px
;
}
.
ui-resizable-nw
{
cursor
:
nw-resize
;
width
:
9
px
;
height
:
9
px
;
left
:
-5
px
;
top
:
-5
px
;
}
.
ui-resizable-ne
{
cursor
:
ne-resize
;
width
:
9
px
;
height
:
9
px
;
right
:
-5
px
;
top
:
-5
px
;}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 21:05 (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21973
Default Alt Text
edit.css (3 KB)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment