Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
4c6c2485
Commit
4c6c2485
authored
Nov 21, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Themes refactored
parent
9477448a
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
224 additions
and
46 deletions
+224
-46
app/assets/images/gitlab_classic.png
app/assets/images/gitlab_classic.png
+0
-0
app/assets/images/gitlab_default.png
app/assets/images/gitlab_default.png
+0
-0
app/assets/images/gitlab_modern.png
app/assets/images/gitlab_modern.png
+0
-0
app/assets/images/logo_dark.png
app/assets/images/logo_dark.png
+0
-0
app/assets/images/logo_white.png
app/assets/images/logo_white.png
+0
-0
app/assets/stylesheets/common.scss
app/assets/stylesheets/common.scss
+0
-19
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+4
-5
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+5
-5
app/assets/stylesheets/sections/themes.scss
app/assets/stylesheets/sections/themes.scss
+53
-0
app/assets/stylesheets/themes/ui_color.scss
app/assets/stylesheets/themes/ui_color.scss
+68
-0
app/assets/stylesheets/themes/ui_gray.scss
app/assets/stylesheets/themes/ui_gray.scss
+68
-0
app/assets/stylesheets/themes/ui_mars.scss
app/assets/stylesheets/themes/ui_mars.scss
+1
-1
app/assets/stylesheets/themes/ui_modern.scss
app/assets/stylesheets/themes/ui_modern.scss
+7
-7
app/views/profile/design.html.haml
app/views/profile/design.html.haml
+14
-7
lib/gitlab/theme.rb
lib/gitlab/theme.rb
+4
-2
No files found.
app/assets/images/gitlab_classic.png
deleted
100644 → 0
View file @
9477448a
2.98 KB
app/assets/images/gitlab_default.png
deleted
100644 → 0
View file @
9477448a
6.28 KB
app/assets/images/gitlab_modern.png
deleted
100644 → 0
View file @
9477448a
3.8 KB
app/assets/images/logo_dark.png
View replaced file @
9477448a
View file @
4c6c2485
2.79 KB
|
W:
|
H:
2.53 KB
|
W:
|
H:
2-up
Swipe
Onion skin
app/assets/images/logo_white.png
View replaced file @
9477448a
View file @
4c6c2485
1.64 KB
|
W:
|
H:
1.48 KB
|
W:
|
H:
2-up
Swipe
Onion skin
app/assets/stylesheets/common.scss
View file @
4c6c2485
...
@@ -584,25 +584,6 @@ li.note {
...
@@ -584,25 +584,6 @@ li.note {
}
}
}
}
.themes_opts
{
padding-left
:
20px
;
label
{
width
:
175px
;
margin-right
:
40px
;
.prev
{
@extend
.thumbnail
;
height
:
120px
;
width
:
175px
;
margin-bottom
:
10px
;
img
{
width
:
180px
;
}
}
}
}
.git_error_tips
{
.git_error_tips
{
@extend
.span6
;
@extend
.span6
;
text-align
:left
;
text-align
:left
;
...
...
app/assets/stylesheets/main.scss
View file @
4c6c2485
...
@@ -118,14 +118,12 @@ $monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono'
...
@@ -118,14 +118,12 @@ $monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono'
@import
"themes/ui_basic.scss"
;
@import
"themes/ui_basic.scss"
;
/**
/**
* UI
mars theme
* UI
themes:
*/
*/
@import
"themes/ui_mars.scss"
;
@import
"themes/ui_mars.scss"
;
/**
* UI Modern theme
*/
@import
"themes/ui_modern.scss"
;
@import
"themes/ui_modern.scss"
;
@import
"themes/ui_gray.scss"
;
@import
"themes/ui_color.scss"
;
/**
/**
* GitLab bootstrap.
* GitLab bootstrap.
...
@@ -159,6 +157,7 @@ $monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono'
...
@@ -159,6 +157,7 @@ $monospace: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono'
@import
"sections/merge_requests.scss"
;
@import
"sections/merge_requests.scss"
;
@import
"sections/graph.scss"
;
@import
"sections/graph.scss"
;
@import
"sections/events.scss"
;
@import
"sections/events.scss"
;
@import
"sections/themes.scss"
;
/**
/**
* This scss file redefine chozen selectbox styles for
* This scss file redefine chozen selectbox styles for
...
...
app/assets/stylesheets/sections/header.scss
View file @
4c6c2485
...
@@ -39,15 +39,15 @@ header {
...
@@ -39,15 +39,15 @@ header {
h1
{
h1
{
width
:
90px
;
width
:
90px
;
background
:
url('logo_dark.png')
no-repeat
0px
-3
px
;
background
:
url('logo_dark.png')
no-repeat
0px
2
px
;
float
:left
;
float
:left
;
margin-left
:
5
px
;
margin-left
:
2
px
;
font-size
:
30px
;
font-size
:
30px
;
line-height
:
48px
;
line-height
:
48px
;
font-weight
:normal
;
font-weight
:normal
;
color
:
$style_color
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
text-shadow
:
0
1px
1px
#FFF
;
padding-left
:
50
px
;
padding-left
:
45
px
;
height
:
40px
;
height
:
40px
;
font-family
:
'Korolev'
,
sans-serif
;
font-family
:
'Korolev'
,
sans-serif
;
}
}
...
@@ -98,7 +98,7 @@ header {
...
@@ -98,7 +98,7 @@ header {
background-position
:
10px
;
background-position
:
10px
;
padding-left
:
25px
;
padding-left
:
25px
;
font-size
:
13px
;
font-size
:
13px
;
@include
border-radius
(
2
px
);
@include
border-radius
(
3
px
);
border
:
1px
solid
#c6c6c6
;
border
:
1px
solid
#c6c6c6
;
box-shadow
:none
;
box-shadow
:none
;
&
:focus
{
&
:focus
{
...
@@ -123,7 +123,7 @@ header {
...
@@ -123,7 +123,7 @@ header {
display
:
block
;
display
:
block
;
cursor
:
pointer
;
cursor
:
pointer
;
img
{
img
{
@include
border-radius
(
2
px
);
@include
border-radius
(
3
px
);
right
:
5px
;
right
:
5px
;
position
:
absolute
;
position
:
absolute
;
width
:
28px
;
width
:
28px
;
...
...
app/assets/stylesheets/sections/themes.scss
0 → 100644
View file @
4c6c2485
.themes_opts
{
padding-left
:
20px
;
label
{
width
:
175px
;
margin-right
:
40px
;
.prev
{
@extend
.thumbnail
;
height
:
30px
;
width
:
175px
;
margin-bottom
:
10px
;
&
.classic
{
background
:
#31363e
;
}
&
.default
{
background
:
#f1f1f1
;
}
&
.modern
{
background
:
#567
;
}
&
.gray
{
background
:
#708090
;
}
&
.violet
{
background
:
#657
;
}
}
}
}
.code_highlight_opts
{
padding-left
:
20px
;
label
{
width
:
220px
;
margin-right
:
40px
;
.prev
{
@extend
.thumbnail
;
height
:
151px
;
width
:
220px
;
margin-bottom
:
10px
;
}
}
}
app/assets/stylesheets/themes/ui_color.scss
0 → 100644
View file @
4c6c2485
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
* Next items should be placed there
* - link colors
* - header restyles
*
*/
.ui_color
{
/*
* Application Header
*
*/
header
{
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#657
;
border-bottom
:
1px
solid
#AAA
;
.nav
>
li
>
a
{
color
:
#fff
;
text-shadow
:
0
1px
0
#111
;
}
}
}
.search
{
float
:
right
;
margin-right
:
45px
;
.search-input
{
border
:
1px
solid
#aaa
;
background-color
:
#D2D5DA
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
&
:focus
{
background-color
:
white
;
}
}
}
.
search-input
:
:-
webkit-input-placeholder
{
color
:
#666
;
}
.app_logo
{
a
{
h1
{
background
:
url('logo_white.png')
no-repeat
0px
2px
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#111
;
}
}
.separator
{
display
:none
;
}
}
.project_name
{
color
:
#fff
;
text-shadow
:
0
1px
1px
#111
;
}
}
/*
* End of Application Header
*
*/
}
app/assets/stylesheets/themes/ui_gray.scss
0 → 100644
View file @
4c6c2485
/**
* This file represent some UI that can be changed
* during web app restyle or theme select.
*
* Next items should be placed there
* - link colors
* - header restyles
*
*/
.ui_gray
{
/*
* Application Header
*
*/
header
{
&
.navbar-gitlab
{
.navbar-inner
{
background
:
#708090
;
border-bottom
:
1px
solid
#AAA
;
.nav
>
li
>
a
{
color
:
#fff
;
text-shadow
:
0
1px
0
#111
;
}
}
}
.search
{
float
:
right
;
margin-right
:
45px
;
.search-input
{
border
:
1px
solid
#aaa
;
background-color
:
#D2D5DA
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
&
:focus
{
background-color
:
white
;
}
}
}
.
search-input
:
:-
webkit-input-placeholder
{
color
:
#666
;
}
.app_logo
{
a
{
h1
{
background
:
url('logo_white.png')
no-repeat
0px
2px
;
color
:
#fff
;
text-shadow
:
0
1px
1px
#111
;
}
}
.separator
{
display
:none
;
}
}
.project_name
{
color
:
#fff
;
text-shadow
:
0
1px
1px
#111
;
}
}
/*
* End of Application Header
*
*/
}
app/assets/stylesheets/themes/ui_mars.scss
View file @
4c6c2485
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
.app_logo
{
.app_logo
{
a
{
a
{
h1
{
h1
{
background
:
url('logo_white.png')
no-repeat
0px
-3
px
;
background
:
url('logo_white.png')
no-repeat
0px
2
px
;
color
:
#eee
;
color
:
#eee
;
text-shadow
:
0
1px
1px
#111
;
text-shadow
:
0
1px
1px
#111
;
}
}
...
...
app/assets/stylesheets/themes/ui_modern.scss
View file @
4c6c2485
...
@@ -17,11 +17,11 @@
...
@@ -17,11 +17,11 @@
&
.navbar-gitlab
{
&
.navbar-gitlab
{
.navbar-inner
{
.navbar-inner
{
background
:
#
333
;
background
:
#
567
;
border-bottom
:
1px
solid
#
111
;
border-bottom
:
1px
solid
#
AAA
;
.nav
>
li
>
a
{
.nav
>
li
>
a
{
color
:
#
eee
;
color
:
#
fff
;
text-shadow
:
0
1px
0
#111
;
text-shadow
:
0
1px
0
#111
;
}
}
}
}
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
float
:
right
;
float
:
right
;
margin-right
:
45px
;
margin-right
:
45px
;
.search-input
{
.search-input
{
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.7
)
;
border
:
1px
solid
#aaa
;
background-color
:
#D2D5DA
;
background-color
:
#D2D5DA
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
background-color
:
rgba
(
255
,
255
,
255
,
0
.5
);
...
@@ -46,8 +46,8 @@
...
@@ -46,8 +46,8 @@
.app_logo
{
.app_logo
{
a
{
a
{
h1
{
h1
{
background
:
url('logo_white.png')
no-repeat
0px
-3
px
;
background
:
url('logo_white.png')
no-repeat
0px
2
px
;
color
:
#
eee
;
color
:
#
fff
;
text-shadow
:
0
1px
1px
#111
;
text-shadow
:
0
1px
1px
#111
;
}
}
}
}
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
}
}
.project_name
{
.project_name
{
color
:
#
eee
;
color
:
#
fff
;
text-shadow
:
0
1px
1px
#111
;
text-shadow
:
0
1px
1px
#111
;
}
}
}
}
...
...
app/views/profile/design.html.haml
View file @
4c6c2485
...
@@ -3,28 +3,35 @@
...
@@ -3,28 +3,35 @@
%legend
Application theme
%legend
Application theme
.themes_opts
.themes_opts
=
label_tag
do
=
label_tag
do
.prev
.prev.default
=
image_tag
"gitlab_default.png"
=
f
.
radio_button
:theme_id
,
1
=
f
.
radio_button
:theme_id
,
1
Default
Default
=
label_tag
do
=
label_tag
do
.prev
.prev.classic
=
image_tag
"gitlab_classic.png"
=
f
.
radio_button
:theme_id
,
2
=
f
.
radio_button
:theme_id
,
2
Classic
Classic
=
label_tag
do
=
label_tag
do
.prev
.prev.modern
=
image_tag
"gitlab_modern.png"
=
f
.
radio_button
:theme_id
,
3
=
f
.
radio_button
:theme_id
,
3
Modern
Modern
=
label_tag
do
.prev.gray
=
f
.
radio_button
:theme_id
,
4
SlateGray
=
label_tag
do
.prev.violet
=
f
.
radio_button
:theme_id
,
5
Violet
%br
%br
.clearfix
.clearfix
%fieldset
%fieldset
%legend
Code review
%legend
Code review
.
themes
_opts
.
code_highlight
_opts
=
label_tag
do
=
label_tag
do
.prev
.prev
=
image_tag
"white.png"
=
image_tag
"white.png"
...
...
lib/gitlab/theme.rb
View file @
4c6c2485
...
@@ -4,7 +4,9 @@ module Gitlab
...
@@ -4,7 +4,9 @@ module Gitlab
themes
=
{
themes
=
{
1
=>
"ui_basic"
,
1
=>
"ui_basic"
,
2
=>
"ui_mars"
,
2
=>
"ui_mars"
,
3
=>
"ui_modern"
3
=>
"ui_modern"
,
4
=>
"ui_gray"
,
5
=>
"ui_color"
}
}
id
||=
1
id
||=
1
...
...
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