FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vim-php.github.com/css/main.css at master · selamanse/vim-php.github.com · GitHub
selamanse
/
vim-php.github.com
Public
forked from
vim-php/vim-php.github.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vim-php.github.com
/
css
/
main.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
127 lines (111 loc) · 2.43 KB
Breadcrumbs
vim-php.github.com
/
css
/
main.css
Copy path
File metadata and controls
127 lines (111 loc) · 2.43 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
html
,
body
{
height
:
100
%
;
}
body
{
background-image
:
url
(https://avatars3.githubusercontent.com/u/2125030?v=3);
background-position
:
right bottom;
background-repeat
:
no-repeat;
background-size
:
30
%
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
color
:
#
7889B7
;
}
.
starter-template
{
width
:
100
%
;
height
:
100
%
;
min-height
:
100
%
;
display
:
block;
}
/** MENU */
.
nav-sidebar
{
width
:
100
%
;
padding
:
8
px
0
;
border-right
:
1
px
solid
#
ddd
;
}
.
nav-sidebar
a
{
color
:
#
333
;
-webkit-transition
:
all
0.08
s
linear;
-moz-transition
:
all
0.08
s
linear;
-o-transition
:
all
0.08
s
linear;
transition
:
all
0.08
s
linear;
-webkit-border-radius
:
4
px
0
0
4
px
;
-moz-border-radius
:
4
px
0
0
4
px
;
border-radius
:
4
px
0
0
4
px
;
}
.
nav-sidebar
.
active
a
{
cursor
:
default;
background-color
:
#
428bca
;
color
:
#
fff
;
text-shadow
:
1
px
1
px
1
px
#
666
;
}
.
nav-sidebar
.
active
a
:
hover
{
background-color
:
#
428bca
;
}
.
nav-sidebar
.
text-overflow
a
,
.
nav-sidebar
.
text-overflow
.
media-body
{
white-space
:
nowrap;
overflow
:
hidden;
-o-text-overflow
:
ellipsis;
text-overflow
:
ellipsis;
}
p
.
meta
{
color
:
#
7F7F7F
;
font-size
:
12
px
;
}
/* Right-aligned sidebar */
.
nav-sidebar
.
pull-right
{
border-right
:
0
;
border-left
:
1
px
solid
#
ddd
;
}
.
nav-sidebar
.
pull-right
a
{
-webkit-border-radius
:
0
4
px
4
px
0
;
-moz-border-radius
:
0
4
px
4
px
0
;
border-radius
:
0
4
px
4
px
0
;
}
/* ------- pagination -------- */
.
pagination
{
height
:
36
px
;
}
.
pagination
ul
{
display
:
inline-block;
margin
:
0
;
padding
:
0
;
-webkit-border-radius
:
3
px
;
-moz-border-radius
:
3
px
;
border-radius
:
3
px
;
-webkit-box-shadow
:
0
1
px
2
px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
1
px
2
px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1
px
2
px
rgba
(
0
,
0
,
0
,
0.1
);
}
.
pagination
li
{
display
:
inline;
}
.
pagination
li
:
first-child
a
{
border-left-width
:
1
px
;
-webkit-border-radius
:
3
px
0
0
3
px
;
-moz-border-radius
:
3
px
0
0
3
px
;
border-radius
:
3
px
0
0
3
px
;
}
.
pagination
li
:
last-child
a
{
-webkit-border-radius
:
0
3
px
3
px
0
;
-moz-border-radius
:
0
3
px
3
px
0
;
border-radius
:
0
3
px
3
px
0
;
}
.
pagination
a
{
float
:
left;
padding
:
0
14
px
;
line-height
:
34
px
;
border
:
1
px
solid
#
DDD
;
border-left-width
:
0
;
}
.
pagination
a
:
hover
,
.
active
a
{
background-color
:
whiteSmoke;
}
.
disabled
a
,
.
disabled
a
:
hover
,
.
active
a
,
.
active
a
:
hover
{
color
:
#
999
;
cursor
:
default;
}
.
disabled
a
:
hover
{
background-color
:
transparent;
}
Back
|
FazBrowse Home
|
New Git URL