Mac os pointer svg

cursor

The cursor CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.

Syntax

The cursor property is specified as zero or more values, separated by commas, followed by a single mandatory keyword value. Each should point to an image file. The browser will try to load the first image specified, falling back to the next if it can’t, and falling back to the keyword value if no images could be loaded (or if none were specified).

Each may be optionally followed by a pair of space-separated numbers, which represent coordinates. These will set the cursor’s hotspot, relative to the top-left corner of the image.

For example, this specifies two images using values, providing coordinates for the second one, and falling back to the progress keyword value if neither image can be loaded:

Values

A url(…) or a comma separated list url(…), url(…), … , pointing to an image file. More than one url() may be provided as fallbacks, in case some cursor image types are not supported. A non-URL fallback (one or more of the keyword values) must be at the end of the fallback list. See Using URL values for the cursor property for more details.

Optional x- and y-coordinates. Two unitless nonnegative numbers less than 32.

Move your mouse over values to see their live appearance in your browser:

Something can be zoomed (magnified) in or out.

Category CSS value Example Description
General auto The UA will determine the cursor to display based on the current context. E.g., equivalent to text when hovering text.
default The platform-dependent default cursor. Typically an arrow.
none No cursor is rendered.
Links & status context-menu A context menu is available.
help Help information is available.
pointer The cursor is a pointer that indicates a link. Typically an image of a pointing hand.
progress The program is busy in the background, but the user can still interact with the interface (in contrast to wait ).
wait The program is busy, and the user can’t interact with the interface (in contrast to progress ). Sometimes an image of an hourglass or a watch.
Selection cell The table cell or set of cells can be selected.
crosshair Cross cursor, often used to indicate selection in a bitmap.
text The text can be selected. Typically the shape of an I-beam.
vertical-text The vertical text can be selected. Typically the shape of a sideways I-beam.
Drag & drop alias An alias or shortcut is to be created.
copy Something is to be copied.
move Something is to be moved.
no-drop An item may not be dropped at the current location.
bug 275173: On Windows and Mac OS X, no-drop is the same as not-allowed .
not-allowed The requested action will not be carried out.
grab Something can be grabbed (dragged to be moved).
grabbing Something is being grabbed (dragged to be moved).
Resizing & scrolling all-scroll Something can be scrolled in any direction (panned).
bug 275174: On Windows, all-scroll is the same as move .
col-resize The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating them.
row-resize The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.
n-resize Some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.
In some environments, an equivalent bidirectional resize cursor is shown. For example, n-resize and s-resize are the same as ns-resize .
e-resize
s-resize
w-resize
ne-resize
nw-resize
se-resize
sw-resize
ew-resize Bidirectional resize cursor.
ns-resize
nesw-resize
nwse-resize
Zooming zoom-in
zoom-out

Usage notes

Although the specification does not define any size limitations for cursor , individual user agents may choose to do so. Cursor changes using images which are outside the size range supported by the browser will generally just be ignored.

Check the Browser compatibility table for any notes on cursor size limits.

Источник

File:Mouse-cursor-hand-pointer.svg

Original file ‎ (SVG file, nominally 763 × 573 pixels, file size: 13 KB)

Captions

Captions

Description Mouse-cursor-hand-pointer.svg
Date 15 April 2010
Source Own work
Author Lordalpha1
Permission
(Reusing this file)

This file is licensed under the Creative CommonsAttribution 2.5 Generic license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work

Under the following conditions:

  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

https://creativecommons.org/licenses/by/2.5 CC BY 2.5 Creative Commons Attribution 2.5 true true

File history

Click on a date/time to view the file as it appeared at that time.

Date/Time Thumbnail Dimensions User Comment
current 16:42, 28 July 2010 763 × 573 (13 KB) Beao (talk | contribs) Transparent.
00:24, 16 April 2010 763 × 573 (15 KB) Lordalpha1 (talk | contribs) <> |Source=<> |Author=Lordalpha1 |Date=2010-04-15 |Permission=<> |other_versions=none >>

You cannot overwrite this file.

File usage on Commons

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata

This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.

Источник

Mac os pointer svg

The element defines the graphic that is to be used for drawing arrowheads or polymarkers on a given

Markers are attached to shapes using the marker-start , marker-mid , and marker-end properties.

Example

Attributes

This attribute defines the height of the marker viewport. Value type: ; Default value: 3 ; Animatable: yes

This attribute defines the coordinate system for the attributes markerWidth , markerHeight and the contents of the . Value type: userSpaceOnUse | strokeWidth ; Default value: strokeWidth ; Animatable: yes

This attribute defines the width of the marker viewport. Value type: ; Default value: 3 ; Animatable: yes

This attribute defines the orientation of the marker relative to the shape it is attached to. Value type: auto | auto-start-reverse | ; Default value: 0 ; Animatable: yes

This attribute defines how the svg fragment must be deformed if it is embedded in a container with a different aspect ratio. Value type: ( none | xMinYMin | xMidYMin | xMaxYMin | xMinYMid | xMidYMid | xMaxYMid | xMinYMax | xMidYMax | xMaxYMax ) ( meet | slice )? ; Default value: xMidYMid meet ; Animatable: yes

This attribute defines the x coordinate for the reference point of the marker. Value type: left | center | right | ; Default value: 0 ; Animatable: yes

This attribute defines the y coordinate for the reference point of the marker. Value type: top | center | bottom | ; Default value: 0 ; Animatable: yes

This attribute defines the bound of the SVG viewport for the current SVG fragment. Value type: ; Default value: none; Animatable: yes

Global attributes

aria-activedescendant , aria-atomic , aria-autocomplete , aria-busy , aria-checked , aria-colcount , aria-colindex , aria-colspan , aria-controls , aria-current , aria-describedby , aria-details , aria-disabled , aria-dropeffect , aria-errormessage , aria-expanded , aria-flowto , aria-grabbed , aria-haspopup , aria-hidden , aria-invalid , aria-keyshortcuts , aria-label , aria-labelledby , aria-level , aria-live , aria-modal , aria-multiline , aria-multiselectable , aria-orientation , aria-owns , aria-placeholder , aria-posinset , aria-pressed , aria-readonly , aria-relevant , aria-required , aria-roledescription , aria-rowcount , aria-rowindex , aria-rowspan , aria-selected , aria-setsize , aria-sort , aria-valuemax , aria-valuemin , aria-valuenow , aria-valuetext , role

Источник

Читайте также:  Свободные драйвера для linux
Оцените статью