Commit c6cc7356 by Félicie

category, best answer, search bar etc

parent c300da2b
......@@ -1372,14 +1372,14 @@ function qa_category_navigation_sub($parentcategories, $parentid, $selecteds, $p
$navigation = array();
if (!isset($parentid)) {
$navigation['all'] = array(
'url' => qa_path_html($pathprefix, $pathparams),
'label' => qa_lang_html('main/all_categories'),
'selected' => !count($selecteds),
'categoryid' => null,
);
}
// if (!isset($parentid)) {
// $navigation['all'] = array(
// 'url' => qa_path_html($pathprefix, $pathparams),
// 'label' => qa_lang_html('main/all_categories'),
// 'selected' => !count($selecteds),
// 'categoryid' => null,
// );
// }
if (isset($parentcategories[$parentid])) {
foreach ($parentcategories[$parentid] as $category) {
......
......@@ -153,7 +153,7 @@
'memcached_error' => 'Erreur Memcached : ^',
'approve_users_title' => 'Approuver les utilisateurs',
'module_x_database_init' => 'le module ^1 ^2 nécessite l\'^3initialisation de base de données ^4.',
'most_flagged_title' => 'contenu signalé',
'most_flagged_title' => 'Contenu signalé',
'mysql_version' => 'Version de MySQL:',
'nav_links_explanation' => 'Afficher les liens de navigation:',
'nav_qa_is_home' => 'Q&A (liens vers la page d\'accueil)',
......
......@@ -64,11 +64,11 @@
'inbox' => 'Boite de réception',
'matches_blocked_ips' => 'Adresse IP bloquée correspondante',
'message_empty' => 'Entrez votre message à envoyer à cet utilisateur ',
'message_explanation' => 'Ce message sera envoyé comme une notification de ^ . Votre adresse de messagerie ne sera pas révélée à moins que vous l\'incluyez dans le message.',
'message_explanation' => 'Ton adresse email ne sera pas révélée à moins que tu ne l\'inclues dans ce message.',
'message_for_x' => 'Votre message pour ^',
'message_limit' => 'Vous ne pouvez pas envoyer de messages privés actuellement, vous avez dépassé la limite autorisée',
'message_must_login' => '^1Connectez vous^2 pour envoyer des messages privés.',
'message_recent_history' => 'Correspondance récente avec ^',
'message_recent_history' => 'Derniers échanges avec ^',
'message_sent' => 'Votre message privé ci-dessous a été envoyé',
'more_favorite_qs' => 'Plus de questions favories…',
'more_favorite_tags' => 'Plus de tags favoris…',
......
......@@ -97,7 +97,7 @@
'new_password_2' => 'Retaper le nouveau mot de passe',
'no_blocked_users' => 'Aucun utilisateur bloqué trouvé',
'no_permission' => 'Vous n\'avez pas la permission d\'effectuer cette opération',
'old_password' => 'Ancien mot de passe',
'old_password' => 'Mot de passe actuel',
'only_shown_admins' => '(seulement visible par les administrateurices)',
'only_shown_editors' => '(seulement visible par les modérateurices et au-dessus)',
'only_shown_experts' => '(seulement visible par les experts.es et au-dessus)',
......@@ -106,12 +106,12 @@
'password_label' => 'Mot de passe',
'password_min' => 'Le mot de passe doit comporter au moins ^ caractères',
'password_mismatch' => 'Les nouveaux mots de passe ne correspondent pas',
'password_none' => 'Aucun mot de passe. Pour se connecter directement , définissez un mot de passe ci-dessous.',
'password_none' => 'Mot de passe de ton espace membre.',
'password_sent' => 'Votre nouveau mot de passe vous a été envoyé par e-mail',
'password_to_set' => 'Mot de passe indéfini',
'password_wrong' => 'Mot de passe incorrect',
'private_messages' => 'Messages Privés',
'private_messages_explanation' => 'Autoriser les utilisateurs à vous envoyer un e-mail (sans voir votre adresse)',
'private_messages_explanation' => 'Autoriser les coopérateurices à vous envoyer des messages privés',
'profile_saved' => 'Profil sauvé',
'register_button' => 'Inscription',
'register_limit' => 'Trop d\'inscriptions - essayez à nouveau dans une heure',
......
......@@ -69,26 +69,36 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
/* Page sections */
.qa-sidepanel {
display: flex;
flex-direction: column;
float: right;
width: 22vw;
font-size:1.4rem;
}
@media screen and (max-width: 1000px) {
.qa-sidepanel {
float: none;
width: 88vw;
}
}
/* .qa-sidepanel {float:right; width:176px; margin-right:18px; word-wrap:break-word;} */
* html .qa-sidepanel {margin-right:10px;} /* IE6 */
.qa-sidebar {
box-shadow: 2px 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
border-radius: 30px;
padding:0.5em;
font-size:1.4rem;
background:#00a473;
color: #fff;
float: right;
width: 22vw;
margin-top: 2em;
}
@media screen and (max-width: 1000px) {
.qa-sidebar {
float: none;
width: 88vw;
}
.qa-widget-side {
box-shadow: 2px 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
border-radius: 30px;
padding:0.5em;
margin: 1em 0;
}
.qa-feed {background:url(feed-icon-14x14.png) no-repeat left top; padding-left:20px; height:16px; margin:24px 0;}
......@@ -132,7 +142,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-widget-main {margin:20px 0; width:728px;}
.qa-widget-main-bottom {margin-bottom:0;}
.qa-widgets-side-top {margin-top:24px;}
.qa-widget-side {margin:16px 0; width:176px;}
/* Header sections */
......@@ -151,8 +161,37 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-nav-user-link {color:#333;}
.qa-logged-in {display:inline;}
/* Search field */
.qa-search {float:right; clear:right; margin-top:12px; white-space:nowrap;}
.qa-search-field {width:12em; margin-right:2px;}
.qa-search-field {
width: 12em;
margin-right: 2px;
font-size: 1rem;
height: 1.8rem;
border-style: solid;
border-radius: 10px;
border-color: rgb(111, 111, 111);
}
.qa-search-button {
color:#fff !important;
font-weight:bold;
padding:0.4rem;
background-color:#00a473;
border-radius: 10px;
font-size: 1rem;
border: none;
height: 2.2rem;
}
.qa-search-button:hover {
text-decoration:none;
color:#333 !important;
background-color:#E6e9ed;
}
/* Main, sub and category navigation */
......@@ -200,11 +239,13 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-nav-sub-link.qa-nav-selected {background:#396e63;}
.qa-nav-cat {margin:24px 0;}
.qa-nav-cat-list {list-style:none; padding:0; margin:0;}
.qa-nav-cat-list-1 {font-size:14px;}
.qa-nav-cat-list-2 {font-size:12px; margin-left:1em;}
.qa-nav-cat-list-3 {font-size:10px; margin-left:1em;}
.qa-nav-cat-list-4 {font-size:9px; margin-left:1em;}
.qa-nav-cat-list {
list-style:none;
padding:0;
margin:0;
font-size: 1rem;
}
.qa-nav-cat-item {margin:0.5em 0;}
.qa-nav-cat-link {font-weight:bold;}
.qa-nav-cat-selected,.qa-nav-cat-selected:hover {text-decoration:none; color:#000;}
......@@ -241,7 +282,11 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-form-tall-spacer {background:#E3F4FF; line-height:1px; padding:0; font-size:1px;}
.qa-form-tall-ok {background:#efe; border:1px solid #090; color:#090; font-size:18px; padding:6px; text-align:center;}
.qa-form-tall-label {color:#253845; padding:12px 8px 2px 8px; font-size:13px; font-weight:bold;}
.qa-form-tall-label {
color:#253845;
padding:12px 8px 2px 8px;
font-weight:bold;
}
.qa-form-tall-data {padding:0 8px 6px 8px; width:480px;}
.qa-form-tall-text,.qa-form-tall-number,.qa-form-tall-email {padding:3px;}
.qa-form-tall-text,.qa-form-tall-email {width:480px; border:1px solid #658296;}
......@@ -251,7 +296,10 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-form-tall-image img {border:1px solid #000;}
.qa-form-tall-suffix {font-weight:normal; font-size:10px;}
.qa-form-tall-error {background:#fee; border:1px solid #c00; color:#c00; font-size:14px; margin-top:6px; padding:.5em; display:inline-block;}
.qa-form-tall-note {margin-top:6px;}
.qa-form-tall-note {
margin-top:6px;
font-size: 0.8rem;
}
.qa-form-tall-note a {color:#00A473; text-decoration:underline;}
.qa-form-tall-note a:hover {color:#396E63;}
.qa-form-tall-buttons {
......@@ -310,7 +358,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-form-wide-text,.qa-form-wide-email {width:320px; border:1px solid #658296;}
.qa-form-wide-number {width:48px; border:1px solid #658296; vertical-align:middle;}
.qa-form-wide-error {display:inline-block; background:#fee; border:1px solid #c00; color:#c00; font-size:11px; margin-left:6px; padding:.5em;}
.qa-form-wide-note {font-size:10px; margin-left:4px;}
.qa-form-wide-note {font-size:1rem; margin-left:4px;}
.qa-form-wide-buttons {
padding:8px;
text-align:center;
......@@ -547,7 +595,13 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-a-list-item-hidden .qa-user-link {color:#999;}
.qa-a-item-main {float:left; width:55vw; display:inline-block;} /* inline-block for IE */
.qa-a-item-selected {background-color:#d7e3e1; border:1px dashed #486a63; padding:10px; overflow:hidden; zoom:1;} /* zoom for IE */
.qa-a-item-selected {
background-color:#f7d0cf;
border-radius: 10px;
padding:10px;
overflow:hidden;
zoom:1;
} /* zoom for IE */
.qa-a-item-content {font-size:1rem; margin-bottom:12px;}
.qa-a-item-avatar {display:inline-block; vertical-align:middle; margin-right:8px;}
.qa-a-item-meta {display:inline-block; vertical-align:middle; font-size:13px;}
......
qa-theme/Cagette/select-star.png

1.73 KB | W: | H:

qa-theme/Cagette/select-star.png

4.29 KB | W: | H:

qa-theme/Cagette/select-star.png
qa-theme/Cagette/select-star.png
qa-theme/Cagette/select-star.png
qa-theme/Cagette/select-star.png
  • 2-up
  • Swipe
  • Onion skin
qa-theme/Cagette/selected-star.png

1.65 KB | W: | H:

qa-theme/Cagette/selected-star.png

4.23 KB | W: | H:

qa-theme/Cagette/selected-star.png
qa-theme/Cagette/selected-star.png
qa-theme/Cagette/selected-star.png
qa-theme/Cagette/selected-star.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment