FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
chell/styles.css at master · GoogleCodeIn/chell · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GoogleCodeIn
/
chell
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
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
chell
/
styles.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (26 loc) · 388 Bytes
Breadcrumbs
chell
/
styles.css
Copy path
File metadata and controls
27 lines (26 loc) · 388 Bytes
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
body
{
background-color
:
#
6BAFE4
;
font-family
:
"Roboto"
,
"Arial"
;
color
:
#
333
;
}
.
container
{
max-width
:
800
px
;
width
:
100
%
;
margin
:
0
auto;
}
h1
,
h2
{
color
:
#
CA3B20
;
}
#
chatText
{
height
:
325
px
;
background-color
:
#
5C97E2
;
overflow-y
:
scroll;
padding
:
7
px
13
px
;
box-sizing
:
border-box;
}
#
chatInput
{
width
:
100
%
;
font-size
:
130
%
;
padding
:
5
px
;
box-sizing
:
border-box;
}
Back
|
FazBrowse Home
|
New Git URL