Commit f7605306 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

parents 6eba58d8 0f29efbb
......@@ -87,12 +87,12 @@ a:hover {
text-align: right;
}
.spacer3 {
/*.spacer3 {
clear: both;
height: 30px;
line-height: 30px;
visibility: hidden;
}
}*/
h1 {
font-size: 160%;
......@@ -407,13 +407,13 @@ padding-top: 4px;
}
#room {
background-color: #FFFFFF;
border-bottom: 1px solid #777777;
border: 1px solid #DD4814;
background-color: #E7E7E7;
padding: 5px;
}
#CALeft {
float: left;
position: relative;
width: 84%;
}
......@@ -425,8 +425,6 @@ padding-top: 4px;
#CAFull {
float: left;
width: 100%;
border: 1px solid #DD4814;
background-color: #E7E7E7;
}
#ground {
......@@ -566,12 +564,12 @@ padding-top: 4px;
}
.boxC {
background: none repeat scroll 0 0 #E5EBF8;
border-color: #EEEEEC #A9ACA5 #BABDB6 #EEEEEC;
border-style: solid;
border-width: 1px;
margin-bottom: 8px;
background-color: #D7D7D7;
border-left: 1px solid #DD4814;
border-bottom: 1px solid #DD4814;
padding: 10px;
margin-right: -5px;
margin-top: -5px;
}
.boxC p {
......@@ -688,11 +686,8 @@ padding-top: 4px;
}
.medal {
background: none repeat scroll 0 0 #FFFFCD;
border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
border-left: 1px solid #EEEEEE;
border-style: solid;
border-width: 1px;
background: none repeat scroll 0 0 #DD4818;
border: #DD4818 solid 1px;
color: #333333;
font-size: 14px;
font-weight: bold;
......@@ -702,16 +697,14 @@ padding-top: 4px;
a.medal {
text-decoration: none;
color: #333333;
color: white;
}
a.medal:hover {
background: url("../images/medala_on.gif") no-repeat scroll 0 0 transparent;
border-color: #E7E296 #D1CA3D #D1CA3D #E7E296;
border-left: 1px solid #E7E296;
border-style: solid;
border-width: 1px;
color: #333333;
/*background: url("../images/medala_on.gif") no-repeat scroll 0 0 transparent;*/
background-color: white;
border: #DD4818 solid 1px;
color: #DD4818;
text-decoration: none;
}
......@@ -765,7 +758,7 @@ a.medal:hover {
}
.tabsA a:hover {
background: none repeat scroll 0 0 #356FCB;
background: none repeat scroll 0 0 #DD4818;
color: #FFFFFF;
}
......@@ -939,11 +932,15 @@ div.question-body p, div.answer-body p {
}
.badge-list a {
color: #3060A8;
color: #DD4818;
}
.badge-list a.medal {
color: #333333;
color: white;
}
.badge-list a.medal:hover {
color: #DD4818;
}
#medalList .badgeListDescription {
......@@ -1282,16 +1279,13 @@ ins {
margin-left: 0px;
}
#subheader .silver, .badge2 {
float: left;
#top .bronze, .badge3, #top .silver, .badge2 {
line-height: 40px;
margin-left: 0px;
}
#subheader .bronze, .badge3 {
#top .bronze, #top .silver {
float: left;
line-height: 40px;
margin-left: 0px;
}
#subheader .badgecount {
......@@ -1931,8 +1925,8 @@ div.dialog, .context-menu-dropdown {
background-color: #EEEEEE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 2px 2px 5px #3060A8;
-webkit-box-shadow: 2px 2px 5px #3060A8;
-moz-box-shadow: 2px 2px 5px #DD4818;
-webkit-box-shadow: 2px 2px 5px #DD4818;
}
.context-menu-dropdown {
......@@ -1964,7 +1958,7 @@ div.dialog, .context-menu-dropdown {
}
.context-menu-dropdown li.item:hover {
background-color: #3060A8;
background-color: #DD4818;
color: white;
}
......@@ -1999,7 +1993,7 @@ div.dialog .dialog-buttons {
margin: 0 3px 5px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #3060A8;
background-color: #DD4818;
color: white;
line-height: 20px;
vertical-align: baseline;
......
......@@ -16,8 +16,8 @@
background-color: #EEEEEE;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 2px 2px 5px #3060A8;
-webkit-box-shadow: 2px 2px 5px #3060A8;
-moz-box-shadow: 2px 2px 5px #DD4818;
-webkit-box-shadow: 2px 2px 5px #DD4818;
}
div.dialog.award-rep-points table {
......
......@@ -14,7 +14,8 @@
</script>
{% endblock %}
{% block content %}
<div id="main-bar" class="headNormal">
<div id="mainbar-full">
<div class="headUser">
{% trans "Badge" %}
</div>
<div id="main-body" style="width:100%;margin-bottom:20px">
......@@ -32,7 +33,7 @@
<p style="width:220px;float:left">{% user_signature award.user "badges" %}<span class="tag-number"> &#215; {{ award.count|intcomma }}</span></p>
{% endfor %}
</div>
</div>
</div>
{% endblock %}
<!-- end template badge.html -->
......@@ -5,8 +5,8 @@
{% load i18n %}
{% block title %}{% spaceless %}{% trans "Badges summary" %}{% endspaceless %}{% endblock %}
{% block content %}
<div class="headlineA">
<span class="headMedals">{% trans "Badges" %}</span>
<div class="headUser">
{% trans "Badges" %}
</div>
<div class="badges" id="main-body" style="width:100%">
<p>
......
......@@ -95,7 +95,7 @@
{% endblock %}
</div>
</div>
<div class="spacer3"></div>
<!--<div class="spacer3"></div>-->
</div>
{% endblock %}
{% if settings.USE_CUSTOM_FOOTER|or_preview:request %}
......
......@@ -284,8 +284,6 @@
{% markdown_help %}
{% sidebar_upper %}
{% cache 60 questions_tags settings.APP_URL question.id %}
<div class="boxC">
<p>
......@@ -310,7 +308,6 @@
</p>
</div>
{% endcache %}
{% sidebar_lower %}
<div class="boxC">
<h3 class="subtitle">{% trans "Related questions" %}</h3>
<div class="questions-related">
......
......@@ -41,7 +41,6 @@
{% block sidebar %}
{% include "question_list/count.html" %}
{% tag_selector %}
{% sidebar_lower %}
{% question_list_related_tags questions.paginator.page %}
{% endblock %}
......
......@@ -26,11 +26,6 @@
<link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" />
<link rel="stylesheet" type="text/css" media="screen" href="{% media "/media/style/user.css" %}"/>
{% endif %}
<style type="text/css">
#room {
border: 0;
}
</style>
{% block userjs %}{% endblock %}
{% endblock %}
{% block content %}
......
......@@ -30,7 +30,7 @@
{% endblock %}
{% block content %}
<div id="mainbar-full">
<div id="subheader" class="headUser">
<div class="headUser">
{{ user.username }} - {% trans "edit profile" %}
</div>
<div id="main-body" style="width:100%">
......
......@@ -7,7 +7,7 @@
{% load markup %}
{% load user_tags %}
<div id="subheader" class="headUser{% if view_user.is_suspended %} suspended-user{% endif %}">
<div class="headUser{% if view_user.is_suspended %} suspended-user{% endif %}">
{{view_user.decorated_name}}
</div>
<table class="user-info-table" width="100%">
......
......@@ -20,7 +20,7 @@
{% endblock %}
{% block content %}
<div class="tabBar">
<div class="headUsers">{% trans "Users" %}</div>
<div class="headUser">{% trans "Users" %}</div>
{{ users.paginator.sort_tabs }}
</div>
<div id="main-body" style="width:100%">
......
......@@ -8,15 +8,15 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-04-02 14:15-0700\n"
"PO-Revision-Date: 2012-07-09 20:42+0000\n"
"PO-Revision-Date: 2012-07-10 21:00+0000\n"
"Last-Translator: Milo Casagrande <milo.casagrande@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2012-07-10 05:55+0000\n"
"X-Generator: Launchpad (build 15558)\n"
"X-Launchpad-Export-Date: 2012-07-11 05:36+0000\n"
"X-Generator: Launchpad (build 15593)\n"
"Language: \n"
"X-Translated-Using: django-rosetta 0.5.3\n"
......@@ -507,7 +507,7 @@ msgstr ""
#: forum/actions/meta.py:39
#, python-format
msgid "%(user)s %(vote_desc)s %(post_desc)s"
msgstr ""
msgstr "%(user)s %(vote_desc)s %(post_desc)s"
#: forum/actions/meta.py:58
msgid "voted up"
......@@ -655,6 +655,8 @@ msgstr ""
#, python-format
msgid "%(user)s converted comment on %(question)s to a new question"
msgstr ""
"Un commento su %(question)s è stato convertito in una nuova domanda (utente: "
"%(user)s)"
#: forum/actions/node.py:231
msgid "converted to question"
......@@ -673,7 +675,7 @@ msgstr "reso wiki"
#: forum/actions/node.py:274
#, python-format
msgid "%(user)s marked %(node)s as community wiki."
msgstr ""
msgstr "L'elemento %(node)s è stato segnalato come wiki (utente: %(user)s)"
#: forum/actions/page.py:6
msgid "created"
......@@ -3495,9 +3497,8 @@ msgid ""
"As a registered user you can login with your OpenID, log out of the site or "
"permanently remove your account."
msgstr ""
"Clicking <strong>Logout</strong> will log you out from the forum, but will "
"not sign you off from your OpenID provider.</p><p>If you wish to sign off "
"completely - please make sure to log out from your OpenID provider as well."
"Come utente registrato puoi eseguire l'accesso via OpenID, terminare la "
"sessione sul sito o eliminare il tuo account."
#: forum/skins/default/templates/logout.html:20
#: forum/skins/nuxeo/templates/logout.html:20
......
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