Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
1cb97a52
Commit
1cb97a52
authored
Jul 10, 2020
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary transitions
parent
efa71d7b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
111 deletions
+17
-111
qa-styles.css
qa-theme/SnowFlat/qa-styles.css
+17
-111
No files found.
qa-theme/SnowFlat/qa-styles.css
View file @
1cb97a52
...
...
@@ -324,7 +324,6 @@ blockquote p {
text-indent
:
-9999px
;
border
:
none
;
outline
:
none
;
-webkit-transition
:
background-image
0.5s
;
transition
:
background-image
0.5s
;
}
.qa-notice-close-button
:hover
,
.qa-notice-close-button
:focus
{
...
...
@@ -915,8 +914,6 @@ blockquote p {
height
:
38px
;
margin
:
0
;
border
:
none
;
-webkit-transition
:
background-position
0s
;
transition
:
background-position
0s
;
}
.qa-favorite-button
:hover
,
.qa-unfavorite-button
:hover
{
background-color
:
#f39c12
;
...
...
@@ -1071,8 +1068,6 @@ blockquote p {
padding
:
0
;
position
:
absolute
;
left
:
4px
;
-webkit-transition
:
all
0s
;
transition
:
all
0s
;
}
.qa-vote-up-button
:hover
,
.qa-vote-up-button
:focus
,
.qa-vote-up-button
:active
,
.qa-vote-down-button
:hover
,
.qa-vote-down-button
:focus
,
.qa-vote-down-button
:active
,
...
...
@@ -1313,13 +1308,12 @@ blockquote p {
padding
:
2px
8px
;
margin-bottom
:
2px
;
text-decoration
:
none
!important
;
transition
:
all
0.75s
ease-in-out
0s
;
transition
:
background
0.25s
ease-in-out
;
}
.qa-tag-link
:hover
,
.qa-widget-side
.qa-q-view-tag-item
:hover
{
background
:
#f39c12
;
color
:
#fff
!important
;
transition
:
all
0.25s
ease-in-out
0s
;
}
.qa-tag-link.qa-tag-favorited
,
.qa-widget-side
.qa-q-view-tag-item.qa-tag-favorited
{
...
...
@@ -1526,8 +1520,6 @@ blockquote p {
@media
(
min-width
:
980px
)
{
.qa-top-users-label
.qa-user-link
:hover:after
,
.qa-top-users-label
.qa-user-link
:focus:after
{
-ms-transform
:
translate
(
80px
,
0
);
-webkit-transform
:
translate
(
80px
,
0
);
transform
:
translate
(
80px
,
0
);
}
...
...
@@ -1543,11 +1535,8 @@ blockquote p {
border-top
:
7px
solid
transparent
;
border-bottom
:
7px
solid
transparent
;
border-left
:
7px
solid
#e74c3c
;
-ms-transform
:
translate
(
0
,
0
);
-webkit-transform
:
translate
(
0
,
0
);
transform
:
translate
(
0
,
0
);
-webkit-transition
:
all
0.5s
ease
;
transition
:
all
0.5s
ease
;
transition
:
transform
0.5s
ease
;
}
}
...
...
@@ -1801,8 +1790,6 @@ input, textarea, select {
border
:
1px
solid
#bdc3c7
;
background-color
:
#fff
;
font-family
:
"Ubuntu"
,
"Helvetica"
,
"Arial"
,
"FreeSans"
,
sans-serif
;
-webkit-transition
:
all
0.3s
;
transition
:
all
0.3s
;
}
input
:focus
,
textarea
:focus
,
select
:focus
{
background-color
:
#fff
;
...
...
@@ -1866,8 +1853,6 @@ input[type="submit"], button {
padding
:
10px
15px
;
border
:
0
;
font-size
:
14px
;
-webkit-transition-duration
:
0s
;
transition-duration
:
0s
;
background
:
#3498db
none
;
color
:
#fff
;
}
...
...
@@ -2172,8 +2157,6 @@ input[type="submit"], button {
padding
:
10px
15px
;
border
:
0
;
font-size
:
14px
;
-webkit-transition-duration
:
0s
;
transition-duration
:
0s
;
background
:
#2c3e50
none
center
no-repeat
;
color
:
#fff
;
width
:
32px
;
...
...
@@ -2564,8 +2547,7 @@ input[type="submit"], button {
margin
:
0
;
position
:
relative
;
background
:
url('images/answer-select.png')
no-repeat
center
;
-webkit-transition
:
all
0.5s
;
transition
:
all
0.5s
;
transition
:
background-color
0.5s
;
}
.qa-a-select-button
{
...
...
@@ -3018,8 +3000,6 @@ input[type="submit"], button {
.qa-activity-count-item
:hover:before
{
opacity
:
1
;
-webkit-animation
:
shake
0.25s
;
-moz-animation
:
shake
0.25s
;
-o-animation
:
shake
0.25s
;
animation
:
shake
0.25s
;
}
.qa-activity-count-item
:nth-child
(
1
)
{
...
...
@@ -3421,96 +3401,22 @@ input[type="submit"], button {
}
@-webkit-keyframes
shake
{
0
%
{
transform
:
scale
(
1
);
}
17
%
{
transform
:
scale
(
1.5
);
}
34
%
{
transform
:
scale
(
0.8
);
}
51
%
{
transform
:
scale
(
1.1
);
}
68
%
{
transform
:
scale
(
0.9
);
}
85
%
{
transform
:
scale
(
1.05
);
}
100
%
{
transform
:
scale
(
1
);
}
}
@-moz-keyframes
shake
{
0
%
{
transform
:
scale
(
1
);
}
17
%
{
transform
:
scale
(
1.5
);
}
34
%
{
transform
:
scale
(
0.8
);
}
51
%
{
transform
:
scale
(
1.1
);
}
68
%
{
transform
:
scale
(
0.9
);
}
85
%
{
transform
:
scale
(
1.05
);
}
100
%
{
transform
:
scale
(
1
);
}
}
@-ms-keyframes
shake
{
0
%
{
transform
:
scale
(
1
);
}
17
%
{
transform
:
scale
(
1.5
);
}
34
%
{
transform
:
scale
(
0.8
);
}
51
%
{
transform
:
scale
(
1.1
);
}
68
%
{
transform
:
scale
(
0.9
);
}
85
%
{
transform
:
scale
(
1.05
);
}
100
%
{
transform
:
scale
(
1
);
}
0
%
{
transform
:
scale
(
1
);
}
17
%
{
transform
:
scale
(
1.5
);
}
34
%
{
transform
:
scale
(
0.8
);
}
51
%
{
transform
:
scale
(
1.1
);
}
68
%
{
transform
:
scale
(
0.9
);
}
85
%
{
transform
:
scale
(
1.05
);
}
100
%
{
transform
:
scale
(
1
);
}
}
@keyframes
shake
{
0
%
{
transform
:
scale
(
1
);
}
17
%
{
transform
:
scale
(
1.5
);
}
34
%
{
transform
:
scale
(
0.8
);
}
51
%
{
transform
:
scale
(
1.1
);
}
68
%
{
transform
:
scale
(
0.9
);
}
85
%
{
transform
:
scale
(
1.05
);
}
100
%
{
transform
:
scale
(
1
);
}
0
%
{
transform
:
scale
(
1
);
}
17
%
{
transform
:
scale
(
1.5
);
}
34
%
{
transform
:
scale
(
0.8
);
}
51
%
{
transform
:
scale
(
1.1
);
}
68
%
{
transform
:
scale
(
0.9
);
}
85
%
{
transform
:
scale
(
1.05
);
}
100
%
{
transform
:
scale
(
1
);
}
}
@-webkit-keyframes
answer-highlight
{
...
...
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