Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
ea759735
Commit
ea759735
authored
Dec 01, 2016
by
Amruta Chitnis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web: Adds tectonic specific files
parent
0dc7870f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
99 additions
and
0 deletions
+99
-0
logo.png
web/themes/tectonic/logo.png
+0
-0
styles.css
web/themes/tectonic/styles.css
+99
-0
No files found.
web/themes/tectonic/logo.png
0 → 100644
View file @
ea759735
5.94 KB
web/themes/tectonic/styles.css
0 → 100644
View file @
ea759735
.theme-body
{
background-color
:
#1E394C
;
color
:
#333
;
font-family
:
'Source Sans Pro'
,
Helvetica
,
sans-serif
;
}
.theme-navbar
{
background-color
:
#fff
;
box-shadow
:
0
2px
2px
rgba
(
0
,
0
,
0
,
0.2
);
color
:
#333
;
font-size
:
13px
;
font-weight
:
100
;
height
:
46px
;
overflow
:
hidden
;
padding
:
0
10px
;
}
.theme-navbar__logo-wrap
{
display
:
inline-block
;
height
:
100%
;
overflow
:
hidden
;
padding
:
10px
15px
;
width
:
300px
;
}
.theme-navbar__logo
{
height
:
100%
;
max-height
:
25px
;
}
.theme-heading
{
font-size
:
20px
;
font-weight
:
500
;
padding-bottom
:
10px
;
margin-top
:
0
;
}
.theme-panel
{
background-color
:
#fff
;
box-shadow
:
0
5px
15px
rgba
(
0
,
0
,
0
,
0.5
);
padding
:
30px
;
}
.theme-btn--primary
{
background-color
:
#2fc98e
;
border
:
none
;
color
:
#fff
;
min-width
:
200px
;
padding
:
6px
12px
;
}
.theme-btn--primary
:hover
{
background-color
:
#25a071
;
color
:
#fff
;
}
.theme-btn--success
{
background-color
:
#2FC98E
;
color
:
#fff
;
width
:
250px
;
}
.theme-btn--success
:hover
{
background-color
:
#49E3A8
;
}
.theme-form-row
{
display
:
block
;
margin
:
20px
auto
;
}
.theme-form-input
{
display
:
block
;
height
:
36px
;
padding
:
6px
12px
;
font-size
:
14px
;
line-height
:
1.42857143
;
color
:
#666
;
border
:
1px
solid
#CCC
;
border-radius
:
4px
;
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
width
:
250px
;
margin
:
auto
;
}
.theme-form-input
:focus
,
.theme-form-input
:active
{
outline
:
none
;
border-color
:
#66AFE9
;
}
.theme-form-label
{
width
:
250px
;
margin
:
4px
auto
;
text-align
:
left
;
position
:
relative
;
font-size
:
13px
;
font-weight
:
600
;
}
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