FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
documentcloud/public/viewer/plainviewer.css at content-types · documentcloud/documentcloud · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
documentcloud
/
documentcloud
Public archive
Notifications
You must be signed in to change notification settings
Fork
157
Star
425
Code
Issues
194
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
documentcloud
/
public
/
viewer
/
plainviewer.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
150 lines (141 loc) · 3.7 KB
Breadcrumbs
documentcloud
/
public
/
viewer
/
plainviewer.css
Copy path
File metadata and controls
150 lines (141 loc) · 3.7 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
/* DocumentCloud overrides to the DocViewer CSS go here: */
.
DV-docViewer
{
border
:
1
px
solid
#
aaa
;
line-height
:
normal;
}
.
DV-headerHat
,
.
DV-title
,
.
DV-contentsHeader
{
display
:
none
!important
;
}
.
DV-header
{
padding
:
0
;
border-bottom
:
2
px
solid
#
979797
;
position
:
relative;
z-index
:
20000
;
box-shadow
:
0
0
25
px
rgba
(
0
,
0
,
0
,
.5
);
-webkit-box-shadow
:
0
0
25
px
rgba
(
0
,
0
,
0
,
.5
);
-moz-box-shadow
:
0
0
25
px
rgba
(
0
,
0
,
0
,
.5
);
}
.
DV-controls
{
margin-top
:
0
;
border
:
0
;
background
:
#
d7d7d7
;
background
:
-webkit-gradient
(linear
,
left top
,
left bottom
,
from
(
#
EAEAEA
)
,
to
(
#
C2C2C2
));
background
:
-moz-linear-gradient
(top
,
#
EAEAEA
,
#
C2C2C2
);
filter
:
progid:DXImageTransform.Microsoft.Gradient(GradientType=0
,
StartColorStr='#EAEAEA'
,
EndColorStr='#C2C2C2');
text-shadow
:
0
px
1
px
1
px
#
fff
;
color
:
#
2C2C2C
;
overflow
:
hidden;
}
.
DV-searchInput
{
border
:
1
px
solid
#
999
;
-moz-border-radius
:
16
px
;
border-radius
:
16
px
;
}
.
DV-docViewer-Container
{
margin
:
0
;
border
:
0
;
}
.
DV-pages
{
background
:
#
bbb
;
}
.
DV-privateLock
,
.
DV-showEdit
,
.
DV-permalink
{
width
:
16
px
;
height
:
16
px
;
float
:
left;
margin
:
-2
px
0
0
10
px
;
background-repeat
:
no-repeat;
cursor
:
pointer;
}
.
DV-privateLock
{
margin
:
-2
px
6
px
0
0
;
}
.
DV-permalink
{
display
:
block;
width
:
16
px
;
height
:
16
px
;
float
:
left;
padding
:
0
;
left
:
0
;
top
:
0
;
}
.
DV-annotationTitleInput
,
.
DV-annotationTextArea
{
border
:
1
px
solid
#
D0D0D0
;
-webkit-border-radius
:
3
px
;
-moz-border-radius
:
3
px
;
border-radius
:
3
px
;
font
:
12
px/15px Arial;
outline
:
0
;
}
.
DV-annotationTextArea
{
padding
:
7
px
;
margin
:
10
px
0
;
height
:
110
px
;
outline
:
0
;
resize
:
none;
}
.
DV-annotationTitleInput
{
padding
:
4
px
;
width
:
300
px
;
}
.
DV-annotationAccessSelect
{
float
:
right;
}
.
DV-zoom-0
.
DV-annotationTitleInput
{
width
:
180
px
;
}
.
DV-annotationEditControls
.
minibutton
{
width
:
60
px
;
}
.
DV-cancelEdit
{
margin-right
:
10
px
;
}
.
DV-overlay
{
left
:
0
;
right
:
282
px
;
bottom
:
0
;
}
.
DV-well
{
padding-bottom
:
16
px
;
}
.
DV-descriptionHead
{
text-transform
:
none;
color
:
black;
}
.
DV-descriptionText
{
background
:
white;
padding
:
5
px
14
px
10
px
;
}
.
DV-logo
{
margin-top
:
16
px
;
}
.
DV-logo
a
{
display
:
block;
width
:
105
px
;
height
:
19
px
;
background
:
url
(images/dc_inline_logo.png);
}
.
DV-footerLogoLink
{
display
:
block;
width
:
33
px
;
height
:
24
px
;
background
:
url
(images/dc_mini_logo.png) no-repeat center center;
position
:
absolute;
right
:
5
px
;
top
:
5
px
;
}
.
DV-views
{
position
:
relative;
z-index
:
10
;
}
.
DV-views
div
span
{
border-bottom
:
0
!important
;
background
:
#
e3e3e3
;
color
:
black
!important
;
background
:
-webkit-gradient
(linear
,
left top
,
left bottom
,
from
(
#
E3E3E3
)
,
to
(
#
C2C2C2
));
background
:
-moz-linear-gradient
(top
,
#
EAEAEA
,
#
C2C2C2
);
filter
:
progid:DXImageTransform.Microsoft.Gradient(GradientType=0
,
StartColorStr='#EAEAEA'
,
EndColorStr='#C2C2C2');
}
.
DV-views
.
DV-first
span
{
-webkit-border-top-left-radius
:
5
px
;
-moz-border-radius-topleft
:
5
px
;
}
.
DV-views
.
DV-last
span
{
-webkit-border-top-right-radius
:
5
px
;
-moz-border-radius-topright
:
5
px
;
}
.
DV-viewDocument
.
DV-views
.
DV-documentView
span
,
.
DV-viewThumbnails
.
DV-views
.
DV-thumbnailsView
span
,
.
DV-viewAnnotations
.
DV-views
.
DV-annotationView
span
,
.
DV-viewText
.
DV-views
.
DV-textView
span
,
.
DV-viewSearch
.
DV-views
.
DV-textView
span
{
background
:
-webkit-gradient
(linear
,
left top
,
left bottom
,
from
(
#
fff
)
,
to
(
#
a0a0a0
));
background
:
-moz-linear-gradient
(top
,
#
fff
,
#
a0a0a0
);
filter
:
progid:DXImageTransform.Microsoft.Gradient(GradientType=0
,
StartColorStr='#FFFFFF'
,
EndColorStr='#A0A0A0');
}
Back
|
FazBrowse Home
|
New Git URL