Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
06a4593f
Commit
06a4593f
authored
Oct 08, 2014
by
Brendan Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a css file I forgot.
parent
45f9f39b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
109 additions
and
0 deletions
+109
-0
datafile.go
pkg/ui/datafile.go
+0
-0
k8s-style.css
www/k8s-style.css
+109
-0
No files found.
pkg/ui/datafile.go
View file @
06a4593f
This diff is collapsed.
Click to expand it.
www/k8s-style.css
0 → 100644
View file @
06a4593f
.logo
{
background
:
url('titlelogo.svg')
;
background-repeat
:
no-repeat
;
height
:
150px
;
width
:
600px
;
}
.navbar-logo
{
margin-left
:
10px
;
margin-top
:
5px
;
}
.title
{
color
:
#fff
;
font-size
:
14pt
;
height
:
20px
;
padding-top
:
10px
;
padding-left
:
10px
;
width
:
1024px
;
}
#nav-logo-img
{
height
:
42px
;
}
.spread
{
width
:
1024px
;
}
.content
{
margin-left
:
20px
;
margin-top
:
10px
;
}
.bar
{
background
:
#DFE7FA
;
padding
:
10px
;
}
.navbar
{
background-color
:
#447AE8
;
border
:
0px
;
border-radius
:
0
;
}
.link
{
color
:
#22F
;
cursor
:
pointer
;
text-decoration
:
underline
;
}
.k8s-title-font
{
font-family
:
'Ubuntu Mono'
,
arial
,
sans-serif
;
font-size
:
14pt
;
}
.k8s-font-medium
{
font-size
:
18pt
;
}
.k8s-font-regular
{
font-size
:
12pt
;
}
.k8s-box
{
background
:
#CCC
;
border
:
1px
solid
darkgray
;
padding
:
10px
;
width
:
90%
;
margin-left
:
5%
;
}
.k8s-item
{
background
:
#DDD
;
border
:
1px
solid
whitesmoke
;
padding
:
10px
;
width
:
200px
;
}
.k8s-list
{
background
:
#DDD
;
border
:
1px
solid
whitesmoke
;
padding
:
10px
;
width
:
90%
;
}
.k8s-inline
{
display
:
inline-block
;
}
.k8s-button
{
border
:
1px
solid
black
;
background
:
lightgray
;
cursor
:
pointer
;
padding
:
2px
4px
2px
4px
;
}
.k8s-odd
{
background
:
#EEE
;
}
.k8s-even
{
background
:
#DDD
;
}
.k8s-cell
{
padding
:
10px
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment