Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
ba56535f
Commit
ba56535f
authored
Feb 28, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'light-theme-tweaks' of github.com:bulletfactory/grafana into css-tweaks
Conflicts: src/css/less/sidemenu.less
parents
2e0e8ba7
5c39a3d0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
63 additions
and
36 deletions
+63
-36
src/css/less/bootswatch.light.less
+3
-0
src/css/less/navbar.less
+5
-4
src/css/less/panel.less
+1
-1
src/css/less/sidemenu.less
+16
-11
src/css/less/variables.dark.less
+10
-2
src/css/less/variables.light.less
+28
-18
No files found.
src/css/less/bootswatch.light.less
View file @
ba56535f
...
...
@@ -317,6 +317,9 @@ div.subnav {
}
}
.btn-inverse {
}
.btn-large {
padding: 22px 30px;
}
...
...
src/css/less/navbar.less
View file @
ba56535f
...
...
@@ -3,7 +3,7 @@
}
.navbar .nav>li>a {
padding: 17px 15px 1
1
px;
padding: 17px 15px 1
3
px;
.fa { font-size: 115%; }
}
...
...
@@ -20,8 +20,9 @@
}
.top-nav-menu-btn {
border: 1px solid @bodyBackground;
border-radius: 50%;
background:
black
;
background:
@iconContainerBackground
;
display: block;
position: relative;
float: left;
...
...
@@ -64,7 +65,7 @@
font-size: 1.4em;
font-weight: bold;
color: #a2a2a2;
border:
1px solid #555
;
border:
@grafanaTriggerBorder
;
a {
display: inline-block;
background: @grafanaTargetFuncBackground;
...
...
@@ -75,7 +76,7 @@
&:hover {
background: @grafanaTargetFuncHightlight;
.fa {
color: @linkColorHover
color: @linkColorHover
;
}
}
}
...
...
src/css/less/panel.less
View file @
ba56535f
...
...
@@ -13,7 +13,7 @@
.panel-container {
background: @grafanaPanelBackground;
position: relative;
border:
1px solid @grayDark
;
border:
@grafanaPanelBorder
;
&:hover {
.panel-actions {
display: block;
...
...
src/css/less/sidemenu.less
View file @
ba56535f
...
...
@@ -38,6 +38,7 @@
.sidemenu {
font-size: 16px;
font-weight: @baseFontWeight;
list-style: none;
margin: 0;
padding: 0;
...
...
@@ -50,6 +51,10 @@
font-size: 14px;
.icon-circle {
border-radius: 50%;
background: @iconContainerBackground;
box-shadow: @iconContainerShadow;
border: @iconContainerBorder;
width: 28px;
height: 28px;
i {
...
...
@@ -60,7 +65,7 @@
}
.sidemenu-item {
color: @textColor;
//
color: @textColor;
line-height: 28px;
padding-left: 25px;
}
...
...
@@ -83,10 +88,11 @@
display: block;
padding: 8px 0 4px 22px;
background-color: @navbarBackground;
border-right: 3px solid
black
;
border-right: 3px solid
@bodyBackground
;
img {
border-radius: 50%;
background: black;
background: @iconContainerBackground;
border: 1px solid @bodyBackground;
width: 30px;
padding: 4px;
}
...
...
@@ -94,24 +100,21 @@
padding-right: 5px;
padding-top: 5px;
font-size: 170%;
color: @
gray
;
color: @
linkColor
;
}
}
.icon-circle {
border-radius: 50%;
background: #000;
box-shadow: 0 0 14px 2px rgba(255,255,255, 0.05);
width: 40px;
height: 40px;
display: inline-block;
i {
color: @
text
Color;
color: @
link
Color;
opacity: .7;
position: relative;
left: 7px;
top:
2
px;
font-size: 1
25
%;
top:
3
px;
font-size: 1
50
%;
}
}
...
...
@@ -119,13 +122,15 @@
}
.sidemenu-item {
color:
#f80
;
color:
@linkColor
;
line-height: 40px;
padding: 0px 10px 0px 20px;
display: block;
.sidemenu-item-text {
padding-left: 15px;
transition: color 100ms ease-out;
&.no-icon {
padding-left: 59px;
}
...
...
src/css/less/variables.dark.less
View file @
ba56535f
...
...
@@ -28,6 +28,8 @@
// grafana Variables
// -------------------------
@grafanaPanelBackground: @grayDarker;
@grafanaPanelBorder: solid 1px @grayDark;
@grafanaTriggerBorder: solid 1px #555;
// Graphite Target Editor
@grafanaTargetBorder: @black;
...
...
@@ -59,6 +61,7 @@
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
@baseFontSize: 14px;
@baseFontWeight: 400;
@baseFontFamily: @sansFontFamily;
@baseLineHeight: 20px;
@altFontFamily: @serifFontFamily;
...
...
@@ -128,6 +131,11 @@
@btnInverseBackground: @grayDark;
@btnInverseBackgroundHighlight: lighten(@grayDark, 5%);
@iconContainerBackground: @black;
@iconContainerBackgroundHighlight: lighten(@black, 5%);
@iconContainerBorder: 0 0 14px 2px rgba(255,255,255, 0.05);
@iconContainerShadow: 0 0 14px 2px rgba(255,255,255, 0.05);
// Forms
// -------------------------
...
...
@@ -202,10 +210,10 @@
@navbarCollapseWidth: 979px;
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 5
0
px;
@navbarHeight: 5
2
px;
@navbarBackgroundHighlight: @grayDarker;
@navbarBackground: @grayDarker;
@navbarBorder:
darken(@navbarBackground, 20%)
;
@navbarBorder:
none
;
@navbarText: @grayLight;
@navbarLinkColor: @grayLight;
...
...
src/css/less/variables.light.less
View file @
ba56535f
...
...
@@ -20,7 +20,8 @@
// Accent colors
// -------------------------
@blue: #007FFF;
@blueOrig: #007FFF;
@blue: #2AB2E4;
@blueDark: #75CAEB;
@green: #28B62C;
@red: #FF4136;
...
...
@@ -28,11 +29,13 @@
@orange: #FF7518;
@pink: #E671B8;
@purple: #9954BB;
@variable: #
32D1DF
;
@variable: #
2AB2E4
;
// grafana Variables
// -------------------------
@grafanaPanelBackground: @white;
@grafanaPanelBorder: solid 1px @grayLight;
@grafanaTriggerBorder: solid 1px @grayLight;
// Submenu
@submenuBackground: rgb(218, 217, 217);
...
...
@@ -42,11 +45,11 @@
@fullEditBorder: @grayLighter;
// Graphite Target Editor
@grafanaTargetBorder:
@submenuBackgroun
d;
@grafanaTargetBackground:
@white
;
@grafanaTargetBorder:
#dd
d;
@grafanaTargetBackground:
#efefef
;
@grafanaTargetColor: @textColor;
@grafanaTargetColorHide: lighten(@textColor, 25%);
@grafanaTargetSegmentBorder:
@submenuBackgroun
d;
@grafanaTargetSegmentBorder:
#dd
d;
@grafanaTargetFuncBackground: darken(@grafanaTargetBackground, 5%);
@grafanaTargetFuncHightlight: darken(@grafanaTargetBackground, 10%);
...
...
@@ -54,14 +57,14 @@
// Scaffolding
// -------------------------
@bodyBackground: #EAEAEA;
@textColor:
#666
;
@textColor:
@gray
;
// Links
// -------------------------
@linkColor:
darken(@textColor, 20%)
;
@linkColor:
@gray
;
@linkColorDisabled: lighten(@linkColor,30%);
@linkColorHover: @
blue
;
@linkColorHover: @
grayDarker
;
// Typography
...
...
@@ -71,6 +74,7 @@
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
@baseFontSize: 14px;
@baseFontWeight: 400;
@baseFontFamily: @sansFontFamily;
@baseLineHeight: 20px;
@altFontFamily: @serifFontFamily;
...
...
@@ -97,11 +101,11 @@
@borderRadiusSmall: 2px;
// Lists
@grafanaListBackground:
transparent
;
@grafanaListAccent:
@grayLighter
;
@grafanaListBackground:
lighten(@grayLight,20%)
;
@grafanaListAccent:
lighten(@grayLight,10%)
;
@grafanaListBorderTop: #eee;
@grafanaListBorderBottom:
#efefef
;
@grafanaListHighlight:
@blue
;
@grafanaListBorderBottom:
#eee
;
@grafanaListHighlight:
lighten(@grayLight,10%)
;
@grafanaListHighlightContrast: #ddd;
@grafanaListMainLinkColor: @textColor;
...
...
@@ -139,8 +143,14 @@
@btnDangerBackground: lighten(@red, 5%);
@btnDangerBackgroundHighlight: darken(@red, 5%);
@btnInverseBackground: lighten(@black, 5%);
@btnInverseBackgroundHighlight: darken(@black, 5%);
@btnInverseBackground: @gray;
@btnInverseBackgroundHighlight: darken(@gray, 10%);
@iconContainerBackground: @white;
@iconContainerBackgroundHighlight: lighten(@white, 5%);
@iconContainerBorder: solid 1px rgba(0,0,0, 0.05);
@iconContainerShadow: 0 0 14px 2px rgba(0,0,0, 0.05);
// Forms
...
...
@@ -216,14 +226,14 @@
@navbarCollapseWidth: 979px;
@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1;
@navbarHeight: 5
0
px;
@navbarHeight: 5
2
px;
@navbarBackgroundHighlight: #f8f8f8;
@navbarBackground: #f8f8f8;
@navbarBorder:
darken(@navbarBackground, 6.5%)
;
@navbarBorder:
none
;
@navbarText: #666;
@navbarLinkColor: #666;
@navbarLinkColorHover:
@blue
;
@navbarLinkColorHover:
#333
;
@navbarLinkColorActive: #555;
@navbarLinkBackgroundHover: transparent;
@navbarLinkBackgroundActive: darken(@navbarBackground, 6.5%);
...
...
@@ -286,7 +296,7 @@
// Tooltips and popovers
// -------------------------
@tooltipColor: #fff;
@tooltipBackground: #
000
;
@tooltipBackground: #
333
;
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;
@tooltipLinkColor: darken(@white,11%);
...
...
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