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
370c147a
Commit
370c147a
authored
Dec 05, 2014
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a .qa-warning style
parent
493b00dd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
40 additions
and
27 deletions
+40
-27
qa-styles.css
qa-theme/Candy/qa-styles.css
+5
-1
warning-bg.png
qa-theme/Candy/warning-bg.png
+0
-0
qa-styles.css
qa-theme/Classic/qa-styles.css
+4
-0
qa-styles.css
qa-theme/Snow/qa-styles.css
+13
-7
qa-styles.css
qa-theme/SnowFlat/qa-styles.css
+18
-19
No files found.
qa-theme/Candy/qa-styles.css
View file @
370c147a
...
...
@@ -53,10 +53,14 @@ h2 {font-size:22px; color:#c659ab; padding-top:12px; clear:both;}
.qa-unfavorite-button
{
background-position
:
0
-98px
;}
.qa-unfavorite-button
:hover
{
background-position
:
0
0px
;}
.qa-error
{
background
:
#fed8d8
url(error-bg.png)
repeat-x
left
top
;
border
:
2px
solid
#c
c0000
;
color
:
#cc00
00
;
font-size
:
18px
;
padding
:
.5em
;
margin
:
1em
0
;
}
.qa-error
{
background
:
#fed8d8
url(error-bg.png)
repeat-x
left
top
;
border
:
2px
solid
#c
00
;
color
:
#c
00
;
font-size
:
18px
;
padding
:
.5em
;
margin
:
1em
0
;
}
.qa-error
a
{
color
:
#900
;
text-decoration
:
underline
;}
.qa-error
a
:hover
{
color
:
#f00
;}
.qa-warning
{
background
:
#fefed8
url(warning-bg.png)
repeat-x
left
top
;
border
:
2px
solid
#bb0
;
color
:
#bb0
;
font-size
:
18px
;
padding
:
.5em
;
margin
:
1em
0
;
}
.qa-warning
a
{
color
:
#990
;
text-decoration
:
underline
;}
.qa-warning
a
:hover
{
color
:
#cc0
;}
/* Page sections */
.qa-header
{
position
:
relative
;}
...
...
qa-theme/Candy/warning-bg.png
0 → 100644
View file @
370c147a
116 Bytes
qa-theme/Classic/qa-styles.css
View file @
370c147a
...
...
@@ -57,6 +57,10 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-error
a
{
color
:
#900
;
text-decoration
:
underline
;}
.qa-error
a
:hover
{
color
:
#f00
;}
.qa-warning
{
background
:
#ffe
;
border
:
1px
solid
#bb0
;
color
:
#bb0
;
font-size
:
16px
;
padding
:
.5em
;
margin-bottom
:
1em
;
font-weight
:
bold
;}
.qa-warning
a
{
color
:
#990
;
text-decoration
:
underline
;}
.qa-warning
a
:hover
{
color
:
#cc0
;}
/* Page sections */
.qa-header
{
padding
:
10px
20px
0
20px
;
border-bottom
:
2px
solid
#293d39
;}
...
...
qa-theme/Snow/qa-styles.css
View file @
370c147a
...
...
@@ -994,22 +994,28 @@ div.header-banner {
background-position
:
0
0
;
}
.qa-error
{
background
:
#d00
;
border
:
1px
solid
#a00
;
color
:
#ffd9d9
;
.qa-error
,
.qa-warning
{
font-size
:
18px
;
margin-bottom
:
1em
;
padding
:
5px
15px
;
border-radius
:
3px
;
}
.qa-error
{
background
:
#d00
;
border
:
1px
solid
#a00
;
color
:
#ffd9d9
;
}
.qa-warning
{
background
:
#dd0
;
border
:
1px
solid
#aa0
;
color
:
#ffffd9
;
}
.qa-error
a
{
.qa-error
a
,
.qa-warning
a
{
color
:
#fff
;
font-weight
:
bold
;
}
.qa-error
a
:hover
{
.qa-error
a
:hover
,
.qa-warning
a
:hover
{
text-decoration
:
underline
;
}
...
...
qa-theme/SnowFlat/qa-styles.css
View file @
370c147a
...
...
@@ -302,41 +302,40 @@ blockquote p {
margin
:
0
10px
10px
;
}
.qa-error
{
padding
:
10px
;
.qa-error
,
.qa-warning
,
.qa-notice
{
margin-bottom
:
5px
;
background
:
#e74c3c
;
padding
:
10px
;
color
:
#fff
;
position
:
relative
;
z-index
:
999
;
}
.qa-error
a
{
.qa-error
a
,
.qa-warning
a
,
.qa-notice
a
{
color
:
#fff
;
border-bottom
:
1px
dotted
#fff
;
}
.qa-error
a
:hover
{
.qa-error
a
:hover
,
.qa-warning
a
:hover
,
.qa-notice
a
:hover
{
color
:
#fff
;
border-bottom
:
0
;
}
.qa-error
{
background
:
#e74c3c
;
position
:
relative
;
z-index
:
999
;
}
.qa-warning
{
background
:
#f1c40f
;
position
:
relative
;
z-index
:
999
;
}
.qa-notice
{
padding
:
20px
;
margin-bottom
:
5px
;
margin-bottom
:
0
;
background
:
#d35400
;
color
:
#fff
;
margin-bottom
:
0px
;
text-align
:
center
;
font-size
:
1em
;
line-height
:
1.5em
;
}
.qa-notice
a
{
color
:
#fff
;
border-bottom
:
1px
dotted
#fff
;
}
.qa-notice
a
:hover
{
color
:
#fff
;
border-bottom
:
0
;
}
.qa-notice-close-button
{
margin
:
0
;
...
...
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