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
f287ebcd
Commit
f287ebcd
authored
Aug 29, 2017
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Candy theme: comment voting styles
parent
3a349c12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
4 deletions
+36
-4
qa-styles.css
qa-theme/Candy/qa-styles.css
+36
-4
vote-buttons-sm.png
qa-theme/Candy/vote-buttons-sm.png
+0
-0
No files found.
qa-theme/Candy/qa-styles.css
View file @
f287ebcd
...
...
@@ -242,21 +242,21 @@ h2 {font-size:22px; color:#c659ab; padding-top:12px; clear:both;}
.qa-vote-buttons
{
position
:
relative
;
height
:
40px
;
width
:
90px
;}
.qa-vote-up-button
,
.qa-vote-up-disabled
{
background
:
url(vote-buttons.png)
no-repeat
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
height
:
29px
;
width
:
27
px
;}
.qa-vote-up-button
,
.qa-vote-up-disabled
{
background
:
url(vote-buttons.png)
no-repeat
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
width
:
27px
;
height
:
29
px
;}
.qa-vote-up-button
{
background-position
:
0
0
;
color
:
#f1c96b
;}
.qa-vote-up-disabled
{
background-position
:
0
-116px
;
color
:
#CCC
;}
.qa-vote-up-button
:hover
{
background-position
:
0
-29px
;
color
:
#f1c96b
;}
.qa-vote-down-button
,
.qa-vote-down-disabled
{
background
:
url(vote-buttons.png)
no-repeat
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
height
:
29px
;
width
:
27
px
;}
.qa-vote-down-button
,
.qa-vote-down-disabled
{
background
:
url(vote-buttons.png)
no-repeat
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
width
:
27px
;
height
:
29
px
;}
.qa-vote-down-button
{
background-position
:
-27px
0
;
color
:
#f1c96b
;}
.qa-vote-down-disabled
{
background-position
:
-27px
-116px
;
color
:
#CCC
;}
.qa-vote-down-button
:hover
{
background-position
:
-27px
-29px
;
color
:
#f1c96b
;}
.qa-voted-up-button
{
background
:
url(vote-buttons.png)
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
height
:
29px
;
width
:
27
px
;}
.qa-voted-up-button
{
background
:
url(vote-buttons.png)
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
width
:
27px
;
height
:
29
px
;}
.qa-voted-up-button
{
background-position
:
0
-87px
;
color
:
#f1c96b
;}
.qa-voted-up-button
:hover
{
background-position
:
0
-29px
;
color
:
#f1c96b
;}
.qa-voted-down-button
{
background
:
url(vote-buttons.png)
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
height
:
29px
;
width
:
27
px
;}
.qa-voted-down-button
{
background
:
url(vote-buttons.png)
;
border
:
0
;
color
:
#f1c96b
;
font-size
:
1px
;
width
:
27px
;
height
:
29
px
;}
.qa-voted-down-button
{
background-position
:
-27px
-87px
;
color
:
#f1c96b
;}
.qa-voted-down-button
:hover
{
background-position
:
-27px
-29px
;
color
:
#f1c96b
;}
...
...
@@ -404,6 +404,38 @@ h2 {font-size:22px; color:#c659ab; padding-top:12px; clear:both;}
.qa-c-item-buttons
.qa-form-light-button
{
background
:
none
;
height
:
auto
;
font-size
:
10px
;
padding
:
0
;}
/* Comment voting */
.qa-c-list-item
.qa-voting
{
width
:
60px
;
margin-right
:
12px
;
padding-top
:
0
;}
.qa-c-list-item
.qa-vote-buttons
{
width
:
60px
;
height
:
25px
;}
.qa-c-list-item
.qa-netvote-count-data
{
font-size
:
14px
;}
.qa-c-list-item
.qa-upvote-count
,
.qa-c-list-item
.qa-downvote-count
{
width
:
30px
;}
.qa-c-list-item
.qa-upvote-count-data
,
.qa-c-list-item
.qa-downvote-count-data
{
font-size
:
13px
;}
.qa-c-list-item
.qa-vote-up-button
,
.qa-c-list-item
.qa-vote-up-disabled
,
.qa-c-list-item
.qa-vote-down-button
,
.qa-c-list-item
.qa-vote-down-disabled
,
.qa-c-list-item
.qa-voted-up-button
,
.qa-c-list-item
.qa-voted-down-button
{
background-image
:
url(vote-buttons-sm.png)
;
width
:
18px
;
height
:
19px
;
}
.qa-c-list-item
.qa-vote-one-button
{
left
:
21px
;}
.qa-c-list-item
.qa-vote-first-button
{
left
:
6px
;}
.qa-c-list-item
.qa-vote-second-button
{
left
:
36px
;}
.qa-c-list-item
.qa-vote-up-button
{
background-position
:
0
0
;}
.qa-c-list-item
.qa-vote-up-disabled
{
background-position
:
0
-76px
;}
.qa-c-list-item
.qa-vote-up-button
:hover
{
background-position
:
0
-19px
;}
.qa-c-list-item
.qa-vote-down-button
{
background-position
:
-18px
0
;}
.qa-c-list-item
.qa-vote-down-disabled
{
background-position
:
-18px
-76px
;}
.qa-c-list-item
.qa-vote-down-button
:hover
{
background-position
:
-18px
-19px
;}
.qa-c-list-item
.qa-voted-up-button
{
background-position
:
0
-57px
;}
.qa-c-list-item
.qa-voted-up-button
:hover
{
background-position
:
0
-19px
;}
.qa-c-list-item
.qa-voted-down-button
{
background-position
:
-18px
-57px
;}
.qa-c-list-item
.qa-voted-down-button
:hover
{
background-position
:
-18px
-19px
;}
/* Message list */
.qa-message-item
{
margin
:
12px
0
;}
...
...
qa-theme/Candy/vote-buttons-sm.png
0 → 100644
View file @
f287ebcd
7.21 KB
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