Skip to Content

CSS File

URL: https://www.hereward.ac.uk/athCms/css/jquery.contextMenu.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: None
Size: 4 KB
Rules: 23 style rules
Imports: 0 stylesheets
HTTP Headers:  5 headers
Links In:  1 pages
Links Out:  0 links
Images:  6 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/*

2 * jQuery contextMenu - Plugin for simple contextMenu handling

3 *

4 * Version: 1.5.9

5 *

6 * Authors: Rodney Rehm, Addy Osmani (patches for FF)

7 * Web: http://medialize.github.com/jQuery-contextMenu/

8 *

9 * Licensed under

10 * MIT License http://www.opensource.org/licenses/mit-license

11 * GPL v3 http://opensource.org/licenses/GPL-3.0

12 *

13 */

14

15.context-menu-list {

16 margin:0;

17 padding:0;

18

19 min-width: 120px;

20 max-width: 250px;

21 display: inline-block;

22 position: absolute;

23 list-style-type: none;

24

25 border: 1px solid #DDD;

26 background: #EEE;

27

28 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

29 -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

30 -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

31 -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

32 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

33

34 font-family: Verdana, Arial, Helvetica, sans-serif;

35 font-size: 11px;

36}

37

38.context-menu-item {

39 padding: 2px 2px 2px 24px;

40 background-color: #EEE;

...

</html>