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
c37a8a02
Commit
c37a8a02
authored
Oct 29, 2014
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert some files to tab indentation
parent
ad9db8be
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
32 deletions
+21
-32
qa-styles.css
qa-theme/Snow/qa-styles.css
+3
-3
qa-styles-rtl.css
qa-theme/SnowFlat/qa-styles-rtl.css
+0
-0
qa-theme.php
qa-theme/SnowFlat/qa-theme.php
+18
-29
No files found.
qa-theme/Snow/qa-styles.css
View file @
c37a8a02
...
...
@@ -110,7 +110,7 @@ form, fieldset {
}
input
[
type
=
"text"
]
.qa-search-field
{
padding
:
4px
5px
;
padding
:
4px
5px
;
}
input
[
type
=
"text"
],
input
[
type
=
"password"
],
textarea
,
select
,
checkbox
,
radio
{
...
...
@@ -221,7 +221,7 @@ img {
}
.qa-q-view-follows-link
{
color
:
#3B5998
!important
;
color
:
#3B5998
!important
;
}
p
{
...
...
@@ -2008,7 +2008,7 @@ a.qa-browse-cat-link:visited {
opacity
:
0.5px
;
}
/* Answer view
*/
/* Answer view */
.qa-a-list-item
{
background
:
#fff
;
zoom
:
1
;
...
...
qa-theme/SnowFlat/qa-styles-rtl.css
View file @
c37a8a02
This diff is collapsed.
Click to expand it.
qa-theme/SnowFlat/qa-theme.php
View file @
c37a8a02
<?php
/*
Snow Theme for Question2Answer Package
Copyright (C) 2014 Q2A Market <http://www.q2amarket.com>
File: qa-theme.php
Version: Snow 1.4
Description: Q2A theme class
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Snow Theme for Question2Answer Package
Copyright (C) 2014 Q2A Market <http://www.q2amarket.com>
File: qa-theme.php
Version: Snow 1.4
Description: Q2A theme class
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
/**
...
...
@@ -268,9 +265,9 @@ class qa_html_theme extends qa_html_theme_base
}
// search and replace within the string
$search
=
array
(
' - <'
,
'> - '
);
$search
=
array
(
' - <'
,
'> - '
);
$replace
=
array
(
' <'
,
'> '
);
$output
=
$this
->
output
(
'<span class="qa-'
.
$class
.
'-note '
.
$qam_note_class
.
'">'
.
str_replace
(
$search
,
$replace
,
$navlink
[
'note'
])
.
'</span>'
);
$output
=
$this
->
output
(
'<span class="qa-'
.
$class
.
'-note '
.
$qam_note_class
.
'">'
.
str_replace
(
$search
,
$replace
,
$navlink
[
'note'
])
.
'</span>'
);
}
}
...
...
@@ -336,18 +333,10 @@ class qa_html_theme extends qa_html_theme_base
$this
->
output
(
$qam_snow
->
footer_custom_content
);
$this
->
output
(
'<div class="qam-footer-box">'
);
// footer columns
// $this->output($qam_snow->footers['footer_columns']);
$this
->
output
(
'<div class="qam-footer-row">'
);
$this
->
widgets
(
'full'
,
'bottom'
);
// for ($i = 0; $i < 4; $i++)
// $this->output('<div class="qam-footer-col">' . $i . '</div>');
$this
->
output
(
'</div> <!-- END qam-footer-row -->'
);
// key to icons in footer
// $this->output($this->icons_info());
qa_html_theme_base
::
footer
();
$this
->
output
(
'</div> <!-- END qam-footer-box -->'
,
''
);
}
...
...
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