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
5568ac5a
Commit
5568ac5a
authored
Jan 23, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pure.css
parent
221693b2
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
3579 deletions
+21
-3579
css/converse.css
css/converse.css
+0
-747
css/inverse.css
css/inverse.css
+20
-767
sass/_normalize.scss
sass/_normalize.scss
+0
-4
sass/inverse/_normalize.scss
sass/inverse/_normalize.scss
+0
-69
sass/inverse/inverse.scss
sass/inverse/inverse.scss
+1
-1
sass/pure/_base.scss
sass/pure/_base.scss
+0
-463
sass/pure/_buttons.scss
sass/pure/_buttons.scss
+0
-98
sass/pure/_forms.scss
sass/pure/_forms.scss
+0
-387
sass/pure/_grids.scss
sass/pure/_grids.scss
+0
-861
sass/pure/_menus.scss
sass/pure/_menus.scss
+0
-182
No files found.
css/converse.css
View file @
5568ac5a
This diff is collapsed.
Click to expand it.
css/inverse.css
View file @
5568ac5a
This diff is collapsed.
Click to expand it.
sass/_normalize.scss
View file @
5568ac5a
#conversejs
{
@import
"pure/base"
;
@import
"pure/forms"
;
@import
"pure/buttons"
;
@include
box-sizing
(
border-box
);
*,
*
:before
,
*
:after
{
@include
box-sizing
(
border-box
);
...
...
sass/inverse/_normalize.scss
deleted
100644 → 0
View file @
221693b2
#conversejs
.fullscreen
{
@import
"../pure/base"
;
@import
"../pure/forms"
;
@import
"../pure/buttons"
;
@include
box-sizing
(
border-box
);
*,
*
:before
,
*
:after
{
@include
box-sizing
(
border-box
);
}
@media
screen
and
(
max-width
:
$mobile-portrait-length
)
{
margin
:
0
;
right
:
10px
;
left
:
10px
;
bottom
:
5px
;
}
@media
screen
and
(
max-height
:
$mobile-landscape-height
)
{
margin
:
0
;
right
:
10px
;
left
:
10px
;
bottom
:
5px
;
}
ul
li
{
height
:
auto
;
}
div
,
span
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
em
,
img
,
strong
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
article
,
aside
,
canvas
,
details
,
embed
,
figure
,
figcaption
,
footer
,
header
,
hgroup
,
menu
,
nav
,
output
,
ruby
,
section
,
summary
,
time
,
mark
,
audio
,
video
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font
:
inherit
;
vertical-align
:
baseline
;
}
textarea
,
input
[
type
=
submit
],
input
[
type
=
button
],
input
[
type
=
text
],
input
[
type
=
password
],
button
{
font-size
:
$font-size
;
padding
:
0
.25em
;
min-height
:
0
;
}
strong
{
font-weight
:
700
;
}
ol
,
ul
{
list-style
:
none
;
}
li
{
height
:
10px
;
}
ul
,
ol
,
dl
{
font
:
inherit
;
margin
:
0
;
}
a
,
a
:visited
{
text-decoration
:
none
;
color
:
$link-color
;
text-shadow
:
none
;
}
}
sass/inverse/inverse.scss
View file @
5568ac5a
...
...
@@ -9,7 +9,7 @@
@import
"bourbon"
;
@import
"variables"
;
@import
"../fonts"
;
@import
"normalize"
;
@import
"
../
normalize"
;
@import
"../core"
;
@import
"core"
;
@import
"../chatbox"
;
...
...
sass/pure/_base.scss
deleted
100644 → 0
View file @
221693b2
/*!
Pure v0.6.1-pre
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html
{
font-family
:
sans-serif
;
/* 1 */
-ms-text-size-adjust
:
100%
;
/* 2 */
-webkit-text-size-adjust
:
100%
;
/* 2 */
}
/**
* Remove default margin.
*/
body
{
margin
:
0
;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
main
,
menu
,
nav
,
section
,
summary
{
display
:
block
;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio
,
canvas
,
progress
,
video
{
display
:
inline-block
;
/* 1 */
vertical-align
:
baseline
;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio
:not
([
controls
])
{
display
:
none
;
height
:
0
;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[
hidden
],
template
{
display
:
none
;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a
{
background-color
:
transparent
;
}
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a
:active
,
a
:hover
{
outline
:
0
;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr
[
title
]
{
border-bottom
:
1px
dotted
;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b
,
strong
{
font-weight
:
bold
;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn
{
font-style
:
italic
;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1
{
font-size
:
2em
;
margin
:
0
.67em
0
;
}
/**
* Address styling not present in IE 8/9.
*/
mark
{
background
:
#ff0
;
color
:
#000
;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small
{
font-size
:
80%
;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub
,
sup
{
font-size
:
75%
;
line-height
:
0
;
position
:
relative
;
vertical-align
:
baseline
;
}
sup
{
top
:
-0
.5em
;
}
sub
{
bottom
:
-0
.25em
;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img
{
border
:
0
;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg
:not
(
:root
)
{
overflow
:
hidden
;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure
{
margin
:
1em
40px
;
}
/**
* Address differences between Firefox and other browsers.
*/
hr
{
box-sizing
:
content-box
;
height
:
0
;
}
/**
* Contain overflow in all browsers.
*/
pre
{
overflow
:
auto
;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code
,
kbd
,
pre
,
samp
{
font-family
:
monospace
,
monospace
;
font-size
:
1em
;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button
,
input
,
optgroup
,
select
,
textarea
{
color
:
inherit
;
/* 1 */
font
:
inherit
;
/* 2 */
margin
:
0
;
/* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button
{
overflow
:
visible
;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button
,
select
{
text-transform
:
none
;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button
,
html
input
[
type
=
"button"
],
/*
1
*/
input
[
type
=
"reset"
],
input
[
type
=
"submit"
]
{
-webkit-appearance
:
button
;
/* 2 */
cursor
:
pointer
;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button
[
disabled
],
html
input
[
disabled
]
{
cursor
:
default
;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button
:
:-
moz-focus-inner
,
input
::-
moz-focus-inner
{
border
:
0
;
padding
:
0
;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input
{
line-height
:
normal
;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input
[
type
=
"checkbox"
],
input
[
type
=
"radio"
]
{
box-sizing
:
border-box
;
/* 1 */
padding
:
0
;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input
[
type
=
"number"
]
::-webkit-inner-spin-button
,
input
[
type
=
"number"
]
::-webkit-outer-spin-button
{
height
:
auto
;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input
[
type
=
"search"
]
{
-webkit-appearance
:
textfield
;
/* 1 */
box-sizing
:
content-box
;
/* 2 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input
[
type
=
"search"
]
::-webkit-search-cancel-button
,
input
[
type
=
"search"
]
::-webkit-search-decoration
{
-webkit-appearance
:
none
;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset
{
border
:
1px
solid
#c0c0c0
;
margin
:
0
2px
;
padding
:
0
.35em
0
.625em
0
.75em
;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend
{
border
:
0
;
/* 1 */
padding
:
0
;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea
{
overflow
:
auto
;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup
{
font-weight
:
bold
;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
td
,
th
{
padding
:
0
;
}
/*csslint important:false*/
/* ==========================================================================
Pure Base Extras
========================================================================== */
/**
* Extra rules that Pure adds on top of Normalize.css
*/
/**
* Always hide an element when it has the `hidden` HTML attribute.
*/
.hidden
,
[
hidden
]
{
display
:
none
!
important
;
}
/**
* Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
* aspect ratio.
*/
.pure-img
{
max-width
:
100%
;
height
:
auto
;
display
:
block
;
}
sass/pure/_buttons.scss
deleted
100644 → 0
View file @
221693b2
/*!
Pure v0.6.1-pre
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button
{
/* Structure */
display
:
inline-block
;
zoom
:
1
;
line-height
:
normal
;
white-space
:
nowrap
;
vertical-align
:
middle
;
text-align
:
center
;
cursor
:
pointer
;
-webkit-user-drag
:
none
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
/* Firefox: Get rid of the inner focus border */
.
pure-button
:
:-
moz-focus-inner
{
padding
:
0
;
border
:
0
;
}
/*csslint outline-none:false*/
.pure-button
{
font-family
:
inherit
;
font-size
:
100%
;
padding
:
0
.5em
1em
;
color
:
#444
;
/* rgba not supported (IE 8) */
color
:
rgba
(
0
,
0
,
0
,
0
.60
);
/* rgba supported */
border
:
1px
solid
#999
;
/*IE 6/7/8*/
border
:
none
rgba
(
0
,
0
,
0
,
0
);
/*IE9 + everything else*/
background-color
:
#E6E6E6
;
text-decoration
:
none
;
border-radius
:
2px
;
}
.pure-button-hover
,
.pure-button
:hover
,
.pure-button
:focus
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#00000000'
,
endColorstr
=
'#1a000000'
,
GradientType
=
0
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
transparent
)
,
color-stop
(
40%
,
rgba
(
0
,
0
,
0
,
0
.05
))
,
to
(
rgba
(
0
,
0
,
0
,
0
.10
)));
background-image
:
-webkit-linear-gradient
(
transparent
,
rgba
(
0
,
0
,
0
,
0
.05
)
40%
,
rgba
(
0
,
0
,
0
,
0
.10
));
background-image
:
-moz-linear-gradient
(
top
,
rgba
(
0
,
0
,
0
,
0
.05
)
0%
,
rgba
(
0
,
0
,
0
,
0
.10
));
background-image
:
-o-linear-gradient
(
transparent
,
rgba
(
0
,
0
,
0
,
0
.05
)
40%
,
rgba
(
0
,
0
,
0
,
0
.10
));
background-image
:
linear-gradient
(
transparent
,
rgba
(
0
,
0
,
0
,
0
.05
)
40%
,
rgba
(
0
,
0
,
0
,
0
.10
));
}
.pure-button
:focus
{
outline
:
0
;
}
.pure-button-active
,
.pure-button
:active
{
box-shadow
:
0
0
0
1px
rgba
(
0
,
0
,
0
,
0
.15
)
inset
,
0
0
6px
rgba
(
0
,
0
,
0
,
0
.20
)
inset
;
border-color
:
#000
\
9
;
}
.pure-button
[
disabled
],
.pure-button-disabled
,
.pure-button-disabled
:hover
,
.pure-button-disabled
:focus
,
.pure-button-disabled
:active
{
border
:
none
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
alpha
(
opacity
=
40
);
-khtml-opacity
:
0
.40
;
-moz-opacity
:
0
.40
;
opacity
:
0
.40
;
cursor
:
not
-
allowed
;
box-shadow
:
none
;
}
.pure-button-hidden
{
display
:
none
;
}
/* Firefox: Get rid of the inner focus border */
.
pure-button
:
:-
moz-focus-inner
{
padding
:
0
;
border
:
0
;
}
.pure-button-primary
,
.pure-button-selected
,
a
.pure-button-primary
,
a
.pure-button-selected
{
background-color
:
rgb
(
0
,
120
,
231
);
color
:
#fff
;
}
sass/pure/_forms.scss
deleted
100644 → 0
View file @
221693b2
This diff is collapsed.
Click to expand it.
sass/pure/_grids.scss
deleted
100644 → 0
View file @
221693b2
This diff is collapsed.
Click to expand it.
sass/pure/_menus.scss
deleted
100644 → 0
View file @
221693b2
/*!
Pure v0.6.1-pre
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.pure-menu-fixed
{
position
:
fixed
;
left
:
0
;
top
:
0
;
z-index
:
3
;
}
.pure-menu-list
,
.pure-menu-item
{
position
:
relative
;
}
.pure-menu-list
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
}
.pure-menu-item
{
padding
:
0
;
margin
:
0
;
height
:
100%
;
}
.pure-menu-link
,
.pure-menu-heading
{
display
:
block
;
text-decoration
:
none
;
white-space
:
nowrap
;
}
/* HORIZONTAL MENU */
.pure-menu-horizontal
{
width
:
100%
;
white-space
:
nowrap
;
}
.pure-menu-horizontal
.pure-menu-list
{
display
:
inline-block
;
}
/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal
.pure-menu-item
,
.pure-menu-horizontal
.pure-menu-heading
,
.pure-menu-horizontal
.pure-menu-separator
{
display
:
inline-block
;
*
display
:
inline
;
zoom
:
1
;
vertical-align
:
middle
;
}
/* Submenus should still be display: block; */
.pure-menu-item
.pure-menu-item
{
display
:
block
;
}
.pure-menu-children
{
display
:
none
;
position
:
absolute
;
left
:
100%
;
top
:
0
;
margin
:
0
;
padding
:
0
;
z-index
:
3
;
}
.pure-menu-horizontal
.pure-menu-children
{
left
:
0
;
top
:
auto
;
width
:
inherit
;
}
.pure-menu-allow-hover
:hover
>
.pure-menu-children
,
.pure-menu-active
>
.pure-menu-children
{
display
:
block
;
position
:
absolute
;
}
/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children
>
.pure-menu-link
:after
{
padding-left
:
0
.5em
;
content
:
"\25B8"
;
font-size
:
small
;
}
/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal
.pure-menu-has-children
>
.pure-menu-link
:after
{
content
:
"\25BE"
;
}
/* scrollable menus */
.pure-menu-scrollable
{
overflow-y
:
scroll
;
overflow-x
:
hidden
;
}
.pure-menu-scrollable
.pure-menu-list
{
display
:
block
;
}
.pure-menu-horizontal.pure-menu-scrollable
.pure-menu-list
{
display
:
inline-block
;
}
.pure-menu-horizontal.pure-menu-scrollable
{
white-space
:
nowrap
;
overflow-y
:
hidden
;
overflow-x
:
auto
;
-ms-overflow-style
:
none
;
-webkit-overflow-scrolling
:
touch
;
/* a little extra padding for this style to allow for scrollbars */
padding
:
.5em
0
;
}
.
pure-menu-horizontal
.
pure-menu-scrollable
:
:-
webkit-scrollbar
{
display
:
none
;
}
/* misc default styling */
.pure-menu-separator
{
background-color
:
#ccc
;
height
:
1px
;
margin
:
.3em
0
;
}
.pure-menu-horizontal
.pure-menu-separator
{
width
:
1px
;
height
:
1
.3em
;
margin
:
0
.3em
;
}
.pure-menu-heading
{
text-transform
:
uppercase
;
color
:
#565d64
;
}
.pure-menu-link
{
color
:
#777
;
}
.pure-menu-children
{
background-color
:
#fff
;
}
.pure-menu-link
,
.pure-menu-disabled
,
.pure-menu-heading
{
padding
:
.5em
1em
;
}
.pure-menu-disabled
{
opacity
:
.5
;
}
.pure-menu-disabled
.pure-menu-link
:hover
{
background-color
:
transparent
;
}
.pure-menu-active
>
.pure-menu-link
,
.pure-menu-link
:hover
,
.pure-menu-link
:focus
{
background-color
:
#eee
;
}
.pure-menu-selected
.pure-menu-link
,
.pure-menu-selected
.pure-menu-link
:visited
{
color
:
#000
;
}
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