File: mathjax-menu.css

package info (click to toggle)
node-mj-context-menu 0.6.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,848 kB
  • sloc: javascript: 2,165; sh: 35; makefile: 5
file content (112 lines) | stat: -rw-r--r-- 3,005 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.MathJax_Menu {
  position:absolute;
  background-color:white;
  color:black;
  width:auto; padding:5px 0px;
  border:1px solid #CCCCCC; margin:0; cursor:default;
  font: menu; text-align:left; text-indent:0; text-transform:none;
  line-height:normal; letter-spacing:normal; word-spacing:normal;
  word-wrap:normal; white-space:nowrap; float:none; z-index:201;
  border-radius: 5px;                     /* Opera 10.5 and IE9 */
  -webkit-border-radius: 5px;             /* Safari and Chrome */
  -moz-border-radius: 5px;                /* Firefox */
  -khtml-border-radius: 5px;              /* Konqueror */

  box-shadow:0px 10px 20px #808080;         /* Opera 10.5 and IE9 */
  -webkit-box-shadow:0px 10px 20px #808080; /* Safari 3 and Chrome */
  -moz-box-shadow:0px 10px 20px #808080;    /* Forefox 3.5 */
  -khtml-box-shadow:0px 10px 20px #808080;  /* Konqueror */
}
.MathJax_MenuItem {
  padding: 1px 2em;
  background:transparent;
}
.MathJax_MenuArrow {
  position:absolute; right:.5em; padding-top:.25em; color:#666666;
  font-family: null; font-size: .75em
}
.MathJax_MenuActive .MathJax_MenuArrow {color:white}
.MathJax_MenuArrow.RTL {left:.5em; right:auto}
.MathJax_MenuCheck {
  position:absolute; left:.7em;
  font-family: null
}


.MathJax_MenuCheck.RTL {right:.7em; left:auto}

.MathJax_MenuRadioCheck {
  position:absolute; left: .7em;
}
.MathJax_MenuRadioCheck.RTL {
  right: .7em; left:auto
}

.MathJax_MenuLabel {
  padding: 1px 2em 3px 1.33em;
  font-style:italic
}

.MathJax_MenuRule {
  border-top: 1px solid #DDDDDD;
  margin: 4px 3px;
}

.MathJax_MenuDisabled {
  color:GrayText
}
.MathJax_MenuActive {
  background-color: #606872;
  color: white;
}

.MathJax_MenuDisabled:focus; .MathJax_MenuLabel:focus {
                               background-color: #E8E8E8
                             }
.MathJax_ContextMenu:focus {
  outline:none
}
.MathJax_ContextMenu .MathJax_MenuItem:focus {
  outline:none
}

#MathJax_AboutClose {
  top:.2em; right:.2em
}
.MathJax_Menu .MathJax_MenuClose {
  top:-10px; left:-10px
}

.MathJax_MenuClose {
  position:absolute;
  cursor:pointer;
  display:inline-block;
  border:2px solid #AAA;
  border-radius:18px;
  -webkit-border-radius: 18px;             /* Safari and Chrome */
  -moz-border-radius: 18px;                /* Firefox */
  -khtml-border-radius: 18px;              /* Konqueror */
  font-family:'Courier New';Courier;
  font-size:24px;
  color:#F0F0F0
}
.MathJax_MenuClose span {
  display:block; background-color:#AAA; border:1.5px solid;
  border-radius:18px;
  -webkit-border-radius: 18px;             /* Safari and Chrome */
  -moz-border-radius: 18px;                /* Firefox */
  -khtml-border-radius: 18px;              /* Konqueror */
  line-height:0;
  padding:8px 0 6px     /* may need to be browser-specific */
}
.MathJax_MenuClose:hover {
  color:white!important;
  border:2px solid #CCC!important
}
.MathJax_MenuClose:hover span {
  background-color:#CCC!important
}
.MathJax_MenuClose:hover:focus {
  outline:none
}