Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Calculator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Mathison Chen
Calculator
Commits
20c092e6
Commit
20c092e6
authored
2 years ago
by
F CZ
Browse files
Options
Downloads
Patches
Plain Diff
20220430 Dashes
parent
fdf704e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flaskr/static/tmp.css
+0
-56
0 additions, 56 deletions
flaskr/static/tmp.css
with
0 additions
and
56 deletions
flaskr/static/tmp.css
deleted
100644 → 0
+
0
−
56
View file @
fdf704e6
/* The default text style used on every page */
#EqnEditor
#hover
{
padding
:
2px
;
position
:
absolute
;
display
:
none
;
z-index
:
50
;
background-color
:
#ffc
;
border
:
1px
solid
#999999
;
}
#EqnEditor
{
margin
:
0
auto
;
text-align
:
center
;
font-size
:
12px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
}
#EqnEditor
.top
{
margin
:
0
auto
;
padding
:
2px
0
;
}
#EqnEditor
.bottom
{
border-bottom
:
1px
solid
#9a9a9a
;
}
#EqnEditor
.toolbar_wrapper
{
margin
:
0
auto
;
}
#EqnEditor
.toolbar
{
position
:
relative
;
padding-top
:
2px
;
text-align
:
center
;
}
#EqnEditor
.toolbar_space
{
height
:
38px
;
margin
:
0
auto
;
}
#EqnEditor
.panel
{
display
:
inline-block
;
padding
:
0
;
overflow
:
hidden
;
vertical-align
:
top
;
}
#EqnEditor
.panel
>
img
{
padding
:
0
1px
0
3px
;
background-color
:
white
;
}
#EqnEditor
.panel
input
[
type
=
'checkbox'
]
{
margin
:
2px
3px
;
vertical-align
:
middle
;
}
#EqnEditor
.panel
label
{
color
:
#4068AE
;
font-size
:
13px
;
font-weight
:
normal
;
vertical-align
:
middle
;
}
#EqnEditor
.panel
select
{
font-family
:
"lucida grande"
,
tahoma
,
verdana
,
arial
,
sans-sarif
;
font-size
:
11px
;
background-color
:
#fff
;
border
:
1px
solid
#8FB6BD
;
height
:
18px
;
}
#toolbar_example
{
clear
:
left
;
}
#intro
{
position
:
absolute
;
left
:
30px
;
color
:
#FF6600
;
font-size
:
16px
;
}
/* ------- Button formating ------ */
#EqnEditor
.bluebutton
,
#EqnEditor
.lightbluebutton
,
#EqnEditor
.greybutton
{
border-style
:
solid
;
border-width
:
1px
;
border-top-color
:
#D9DFEA
;
border-left-color
:
#D9DFEA
;
border-bottom-color
:
#0e1f5b
;
border-right-color
:
#0e1f5b
;
color
:
#FFFFFF
;
font-size
:
12px
;
text-align
:
center
;
cursor
:
pointer
;
padding
:
1px
4px
;
margin
:
0
;
}
#EqnEditor
.lightbluebutton
{
background-color
:
#4068AE
;
}
#EqnEditor
.bluebutton
{
background-color
:
#003794
;
}
#EqnEditor
.greybutton
{
background-color
:
#888888
;
}
#EqnEditor
.vertical-line
{
width
:
1px
;
/* Line width */
background-color
:
#d9d9d9
;
/* Line color */
height
:
100%
;
/* Override in-line if you want specific height. */
float
:
right
;
/* Causes the line to float to left of content.
You can instead use position:absolute or display:inline-block
if this fits better with your design */
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment