Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
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
nexedi
converse.js
Commits
7ba59ff5
Commit
7ba59ff5
authored
Jan 01, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indentation, make privacy policy text a bit smaller
parent
14a7a19e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
189 additions
and
189 deletions
+189
-189
css/website.css
css/website.css
+39
-43
index.html
index.html
+1
-1
sass/website.scss
sass/website.scss
+149
-145
No files found.
css/website.css
View file @
7ba59ff5
...
...
@@ -5072,38 +5072,29 @@ html {
height: 100%; }
body {
webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #ffffff;
background-color: #211018; }
::-moz-selection,
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2); }
img::selection,
img::-moz-selection {
background: transparent; }
h1, h2, h3, h4, h5, h6 {
margin: 0 0 35px;
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
font-weight: normal;
letter-spacing: 1px; }
.hidden {
display: none !important; }
.indiechat {
font-size: 100px !important;
margin-bottom: 0 !important; }
.indiechat .subdued {
opacity: 0.15;
font-size: 95%;
word-spacing: 50px; }
#about p {
opacity: 0.9; }
.byline {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
font-size: 28px;
opacity: 0.6;
margin-bottom: 3em; }
p {
margin: 0 0 25px;
font-size: 18px;
...
...
@@ -5120,11 +5111,30 @@ a {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
a:hover, a:focus {
a:hover, a:focus {
text-decoration: none;
color: #00aaff; }
.hidden {
display: none !important; }
.indiechat {
font-size: 100px !important;
margin-bottom: 0 !important; }
.indiechat .subdued {
opacity: 0.15;
font-size: 95%;
word-spacing: 50px; }
.byline {
font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
font-size: 28px;
opacity: 0.6;
margin-bottom: 3em; }
#about p {
opacity: 0.9; }
.light {
font-weight: 400; }
...
...
@@ -5297,10 +5307,15 @@ section h4 {
padding-top: 100px;
padding-top: 100px;
min-height: 100vh; }
.content-section.account-hosting {
font-size: 80%; }
.content-section .privacy-policy {
padding-top: 2em; }
.content-section .privacy-policy h4 {
padding-top: 1.5em; }
padding: 0;
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 2em; }
.content-section .privacy-policy p {
font-size: 1.2em;
padding-bottom: 0;
...
...
@@ -5351,25 +5366,6 @@ section h4 {
.banner-social-buttons a i {
font-size: 115%; }
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2); }
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2); }
img::selection {
background: transparent; }
img::-moz-selection {
background: transparent; }
body {
webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
ul.contact,
ul.integration,
ul.screencasts,
...
...
index.html
View file @
7ba59ff5
...
...
@@ -285,7 +285,7 @@
</section>
</body>
<section
class=
"outro content-section text-center"
id=
"hosting"
>
<section
class=
"outro
account-hosting
content-section text-center"
id=
"hosting"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 col-lg-offset-2"
style=
"margin-top: 3em"
>
...
...
sass/website.scss
View file @
7ba59ff5
...
...
@@ -26,7 +26,9 @@ html {
width
:
100%
;
height
:
100%
;
}
body
{
webkit-tap-highlight-color
:
rgba
(
255
,
255
,
255
,
0
.2
);
width
:
100%
;
height
:
100%
;
font-family
:
"Lora"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
...
...
@@ -34,6 +36,17 @@ body {
background-color
:
#211018
;
}
::-moz-selection
,
::selection
{
text-shadow
:
none
;
background
:
#fcfcfc
;
background
:
rgba
(
255
,
255
,
255
,
0
.2
);
}
img
:
:
selection
,
img
::-
moz-selection
{
background
:
transparent
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
margin
:
0
0
35px
;
font-family
:
Futura
,
Helvetica
,
Trebuchet
MS
,
Arial
,
sans-serif
;
...
...
@@ -41,6 +54,32 @@ h1, h2, h3, h4, h5, h6 {
letter-spacing
:
1px
;
}
p
{
margin
:
0
0
25px
;
font-size
:
18px
;
line-height
:
1
.5
;
}
@media
(
min-width
:
767px
)
{
p
{
margin
:
0
0
35px
;
font-size
:
20px
;
line-height
:
1
.6
;
}
}
a
{
color
:
#82B397
;
-webkit-transition
:
all
0
.2s
ease-in-out
;
-moz-transition
:
all
0
.2s
ease-in-out
;
transition
:
all
0
.2s
ease-in-out
;
&
:hover
,
&
:focus
{
text-decoration
:
none
;
color
:
#00aaff
;
}
}
.hidden
{
display
:
none
!
important
;
}
...
...
@@ -54,13 +93,6 @@ h1, h2, h3, h4, h5, h6 {
word-spacing
:
50px
;
}
}
#about
{
p
{
opacity
:
0
.9
;
}
}
.byline
{
font-family
:
Futura
,
Helvetica
,
Trebuchet
MS
,
Arial
,
sans-serif
;
font-size
:
28px
;
...
...
@@ -69,31 +101,12 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom
:
3em
;
}
p
{
margin
:
0
0
25px
;
font-size
:
18px
;
line-height
:
1
.5
;
}
@media
(
min-width
:
767px
)
{
#about
{
p
{
margin
:
0
0
35px
;
font-size
:
20px
;
line-height
:
1
.6
;
opacity
:
0
.9
;
}
}
a
{
color
:
#82B397
;
-webkit-transition
:
all
0
.2s
ease-in-out
;
-moz-transition
:
all
0
.2s
ease-in-out
;
transition
:
all
0
.2s
ease-in-out
;
}
a
:hover
,
a
:focus
{
text-decoration
:
none
;
color
:
#00aaff
;
}
.light
{
font-weight
:
400
;
}
...
...
@@ -304,10 +317,17 @@ section {
padding-top
:
100px
;
min-height
:
100vh
;
&
.account-hosting
{
font-size
:
80%
;
}
.privacy-policy
{
padding-top
:
2em
;
h4
{
padding-top
:
1
.5em
;
padding
:
0
;
margin-top
:
0
.5em
;
margin-bottom
:
0
.5em
;
font-size
:
2em
;
}
p
{
font-size
:
1
.2em
;
...
...
@@ -340,11 +360,13 @@ section {
-moz-transition
:
all
0
.3s
ease-in-out
;
transition
:
all
0
.3s
ease-in-out
;
}
.btn-default
{
border
:
1px
solid
#89B7CD
;
color
:
#89B7CD
;
background-color
:
transparent
;
}
.btn-default
:hover
,
.btn-default
:focus
{
border
:
1px
solid
#82B397
;
...
...
@@ -366,25 +388,7 @@ section {
}
}
}
::-moz-selection
{
text-shadow
:
none
;
background
:
#fcfcfc
;
background
:
rgba
(
255
,
255
,
255
,
0
.2
);
}
::selection
{
text-shadow
:
none
;
background
:
#fcfcfc
;
background
:
rgba
(
255
,
255
,
255
,
0
.2
);
}
img
:
:
selection
{
background
:
transparent
;
}
img
:
:-
moz-selection
{
background
:
transparent
;
}
body
{
webkit-tap-highlight-color
:
rgba
(
255
,
255
,
255
,
0
.2
);
}
ul
.contact
,
ul
.integration
,
ul
.screencasts
,
...
...
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