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
a7d29b56
Commit
a7d29b56
authored
May 31, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mini fixes
parent
76df5a5e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
15 deletions
+16
-15
README.md
README.md
+1
-1
qa-lang-main.php
qa-lang/fr/qa-lang-main.php
+1
-1
qa-styles.css
qa-theme/Cagette/qa-styles.css
+10
-9
qa-theme.php
qa-theme/SnowFlat/qa-theme.php
+4
-4
No files found.
README.md
View file @
a7d29b56
...
...
@@ -15,7 +15,7 @@ Créer une database mySQL
-
*option si avec MAMP (si sans utilisation de MAMP, passer au deuxième point)*
1.
*Ouvrir MAMP*
2.
*Activer le serveur*
3.
*Ouvrir le terminal pour ouvrir my SQL : `/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot`*
3.
*Ouvrir le terminal pour ouvrir my SQL : `/Applications/MAMP/Library/bin/mysql --host=localhost -u
root -proot`*
-
créer une database mySQL
1.
`CREATE DATABASE openbarlacagette;`
2.
`CREATE USER 'lacagette'@'localhost' IDENTIFIED BY 'cagette2015';`
...
...
qa-lang/fr/qa-lang-main.php
View file @
a7d29b56
...
...
@@ -206,7 +206,7 @@
'vote_down_popup'
=>
'Voter contre'
,
'vote_limit'
=>
'Trop de votes reçus - merci d\'essayer à nouveau dans quelques instants '
,
'vote_must_confirm'
=>
'^5Confirme ton adresse e-mail^6 pour voter.'
,
'vote_must_login'
=>
'^1Connecte
s
-toi^2 pour voter.'
,
'vote_must_login'
=>
'^1Connecte-toi^2 pour voter.'
,
'vote_not_allowed'
=>
'Voter ici n\'est pas permis'
,
'vote_up_popup'
=>
'Voter pour'
,
'voted_down_popup'
=>
'Tu as voté contre - clique pour supprimer ton vote '
,
...
...
qa-theme/Cagette/qa-styles.css
View file @
a7d29b56
...
...
@@ -96,6 +96,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
padding
:
0.5em
;
float
:
left
;
margin-top
:
1em
;
margin-bottom
:
1em
;
clear
:
left
;
overflow
:
hidden
;
width
:
70vw
;
...
...
@@ -115,7 +116,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
color
:
#00A473
}
.qa-main-hidden
h1
{
color
:
#999
;}
.qa-footer
{
clear
:
both
;
background
:
#00A473
;
color
:
#FFF
;
font-size
:
10px
;
padding
:
12px
;}
.qa-footer
{
clear
:
both
;
background
:
#00A473
;
color
:
#FFF
;
font-size
:
0.8rem
;
padding
:
12px
;}
*
html
.qa-footer
{
padding-top
:
6px
;}
/* IE6 */
/* Widget wrappers */
...
...
@@ -217,7 +218,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
/* Standard form (tall version) */
.qa-form-tall-table
{
width
:
70
vw
;
width
:
67
vw
;
box-shadow
:
2px
2px
3px
rgb
(
10
10
10
/
10%
),
0
0
0
1px
rgb
(
10
10
10
/
10%
);
border-radius
:
30px
;
margin
:
1rem
;
...
...
@@ -227,7 +228,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
@media
screen
and
(
max-width
:
1000px
)
{
.qa-form-tall-table
{
width
:
8
5
vw
;
width
:
8
3
vw
;
}
}
...
...
@@ -370,11 +371,11 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
}
.qa-q-item-main
{
width
:
6
5
vw
;
width
:
6
6
vw
;
}
@media
screen
and
(
max-width
:
1
1
00px
)
{
@media
screen
and
(
max-width
:
1
0
00px
)
{
.qa-q-item-main
{
width
:
80vw
;
}
...
...
@@ -649,11 +650,11 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-nav-footer-list
{
float
:
left
;
list-style-type
:
none
;
padding
:
0
;
margin
:
0
;}
.qa-nav-footer-item
{
float
:
left
;
margin-right
:
12px
;}
.qa-nav-footer-link
{
color
:
#FFF
;
text-decoration
:
underline
!important
;}
.qa-nav-footer-link
:hover
{
color
:
#
f5d495
;}
.qa-nav-footer-link
{
color
:
#FFF
;
text-decoration
:
none
;}
.qa-nav-footer-link
:hover
{
color
:
#
9cdbce
;}
.qa-attribution
{
float
:
right
;}
.qa-attribution
a
{
color
:
#FFF
;
text-decoration
:
underline
!important
;}
.qa-attribution
a
:hover
{
color
:
#
f5d495
;}
.qa-attribution
a
{
color
:
#FFF
;
text-decoration
:
none
;}
.qa-attribution
a
:hover
{
color
:
#
9cdbce
;}
/* Classes in HTML passed to theme class */
...
...
qa-theme/SnowFlat/qa-theme.php
View file @
a7d29b56
...
...
@@ -68,22 +68,22 @@ class qa_html_theme extends qa_html_theme_base
$this
->
output_array
(
array
(
"<style>"
,
"@font-face {"
,
" font-family:
"
Roboto
","
Lucida
Grande
","
DejaVu
Sans
","
Bitstream
Vera
Sans
",Verdana,Arial,sans-serif
; font-weight: normal; font-style: normal;"
,
" font-family:
'Ubuntu'
; font-weight: normal; font-style: normal;"
,
" src: local('Ubuntu'),"
,
" url('
{
$this
->
rooturl
}
fonts/ubuntu-regular.woff2') format('woff2'), url('
{
$this
->
rooturl
}
fonts/ubuntu-regular.woff') format('woff');"
,
"}"
,
"@font-face {"
,
" font-family: "
Roboto
","
Lucida
Grande
","
DejaVu
Sans
","
Bitstream
Vera
Sans
",Verdana,Arial,sans-serif; font-weight: bold
; font-style: normal;"
,
" font-family: 'Ubuntu'; font-weight: normal
; font-style: normal;"
,
" src: local('Ubuntu Bold'), local('Ubuntu-Bold'),"
,
" url('
{
$this
->
rooturl
}
fonts/ubuntu-bold.woff2') format('woff2'), url('
{
$this
->
rooturl
}
fonts/ubuntu-bold.woff') format('woff');"
,
"}"
,
"@font-face {"
,
" font-family: "
Roboto
","
Lucida
Grande
","
DejaVu
Sans
","
Bitstream
Vera
Sans
",Verdana,Arial,sans-serif; font-weight: normal; font-style: italic
;"
,
" font-family: 'Ubuntu'; font-weight: normal; font-style: normal
;"
,
" src: local('Ubuntu Italic'), local('Ubuntu-Italic'),"
,
" url('
{
$this
->
rooturl
}
fonts/ubuntu-italic.woff2') format('woff2'), url('
{
$this
->
rooturl
}
fonts/ubuntu-italic.woff') format('woff');"
,
"}"
,
"@font-face {"
,
" font-family: "
Roboto
","
Lucida
Grande
","
DejaVu
Sans
","
Bitstream
Vera
Sans
",Verdana,Arial,sans-serif; font-weight: bold; font-style: italic
;"
,
" font-family: 'Ubuntu'; font-weight: normal; font-style: normal
;"
,
" src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),"
,
" url('
{
$this
->
rooturl
}
fonts/ubuntu-bold-italic.woff2') format('woff2'), url('
{
$this
->
rooturl
}
fonts/ubuntu-bold-italic.woff') format('woff');"
,
"}"
,
...
...
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