Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/closure/goog/css/editor/equationeditor.css
2868 views
1
/*
2
* Copyright 2009 The Closure Library Authors. All Rights Reserved.
3
*
4
* Use of this source code is governed by the Apache License, Version 2.0.
5
* See the COPYING file for details.
6
*/
7
8
/*
9
* The CSS definition for everything inside equation editor dialog.
10
*
11
* Author: [email protected] (Yoah Bar-David)
12
* Author: [email protected] (Ming Zhang)
13
*/
14
15
.ee-modal-dialog {
16
width: 475px;
17
}
18
19
.ee-content {
20
background: #FFF;
21
border: 1px solid #369;
22
overflow: auto;
23
padding: 4px 8px;
24
}
25
26
.ee-tex {
27
border: 1px solid #000;
28
display: block;
29
height: 7.5em;
30
margin: 4px 0 10px 0;
31
width: 100%;
32
}
33
34
.ee-section-title {
35
font-weight: bold;
36
}
37
38
.ee-section-title-floating {
39
float: left;
40
}
41
42
#ee-section-learn-more {
43
float: right;
44
}
45
46
.ee-preview-container {
47
border: 1px dashed #ccc;
48
height: 80px;
49
margin: 4px 0 10px 0;
50
width: 100%;
51
overflow: auto;
52
}
53
54
.ee-warning {
55
color: #F00;
56
}
57
58
.ee-palette {
59
border: 1px solid #aaa;
60
left: 0;
61
outline: none;
62
position: absolute;
63
}
64
65
.ee-palette-table {
66
border: 0;
67
border-collapse: separate;
68
}
69
70
.ee-palette-cell {
71
background: #F0F0F0;
72
border: 1px solid #FFF;
73
margin: 0;
74
padding: 1px;
75
}
76
77
.ee-palette-cell-hover {
78
background: #E2ECF9 !important;
79
border: 1px solid #000;
80
padding: 1px;
81
}
82
83
.ee-palette-cell-selected {
84
background: #F0F0F0;
85
border: 1px solid #CCC !important;
86
padding: 1px;
87
}
88
89
.ee-menu-palette-table {
90
margin-right: 10px;
91
}
92
93
.ee-menu-palette {
94
outline: none;
95
padding-top: 2px;
96
}
97
98
.ee-menu-palette-cell {
99
background: #F0F0F0 none repeat scroll 0 0;
100
border-color: #888 #AAA #AAA #888;
101
border-style: solid;
102
border-width: 1px;
103
}
104
.ee-menu-palette-cell-hover,
105
.ee-menu-palette-cell-selected {
106
background: #F0F0F0;
107
}
108
109
.ee-palette-item,
110
.ee-menu-palette-item {
111
background-image: url(//ssl.gstatic.com/editor/ee-palettes.gif);
112
}
113
114
115