Commit c5183192 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

Iniziata personalizzazione della pagina di modifica dei profili.
Thanks to ~WebbIT
parents b03c1a35 987d9046
...@@ -12,6 +12,14 @@ body { ...@@ -12,6 +12,14 @@ body {
min-width: 985px; min-width: 985px;
margin: 0 1px 0 0; margin: 0 1px 0 0;
padding: 0; padding: 0;
scrollbar-3dlight-color: orange;
scrollbar-arrow-color: #313131;
scrollbar-base-color: red;
scrollbar-darkshadow-color: #80FFFF;
scrollbar-face-color: red;
scrollbar-highlight-color: rgb(50,0,1);
scrollbar-shadow-color: rgb(112,22,21);
scrollbar-track-color: black;
} }
div { div {
...@@ -392,6 +400,12 @@ padding-top: 4px; ...@@ -392,6 +400,12 @@ padding-top: 4px;
border-color: #DD4814; border-color: #DD4814;
} }
#mainbar-full {
border: 1px solid #DD4814;
background-color: #E7E7E7;
padding: 5px;
}
#room { #room {
background-color: #FFFFFF; background-color: #FFFFFF;
border-bottom: 1px solid #777777; border-bottom: 1px solid #777777;
...@@ -412,7 +426,7 @@ padding-top: 4px; ...@@ -412,7 +426,7 @@ padding-top: 4px;
#CAFull { #CAFull {
float: left; float: left;
padding: 0 5px; padding: 0 5px;
width: 950px; width: 100%;
} }
#ground { #ground {
...@@ -428,10 +442,9 @@ padding-top: 4px; ...@@ -428,10 +442,9 @@ padding-top: 4px;
#listA { #listA {
background-color: #FFFFFF;
float: left; float: left;
padding: 0 0; padding: 0 0;
width: 100%; width: auto;
} }
.thousand { .thousand {
...@@ -703,8 +716,6 @@ a.medal:hover { ...@@ -703,8 +716,6 @@ a.medal:hover {
} }
.tabBar { .tabBar {
background-color: #FFFFFF;
border-bottom: 1px solid white;
clear: both; clear: both;
height: 30px; height: 30px;
margin-bottom: 3px; margin-bottom: 3px;
...@@ -712,7 +723,6 @@ a.medal:hover { ...@@ -712,7 +723,6 @@ a.medal:hover {
} }
.tabsA { .tabsA {
background-color: #FFFFFF;
display: block; display: block;
float: right; float: right;
font-weight: bold; font-weight: bold;
...@@ -815,7 +825,6 @@ a.medal:hover { ...@@ -815,7 +825,6 @@ a.medal:hover {
} }
.headUser { .headUser {
border-bottom: 1px solid #777777;
font-size: 20px; font-size: 20px;
font-weight: 800; font-weight: 800;
margin-bottom: 12px; margin-bottom: 12px;
...@@ -1136,15 +1145,17 @@ ins { ...@@ -1136,15 +1145,17 @@ ins {
.user-details { .user-details {
font-size: 13px; font-size: 13px;
width: 100%;
} }
.user-about { .user-about {
background-color: #EEEEEE;
height: 200px; height: 200px;
line-height: 20px; line-height: 20px;
overflow: auto; overflow: auto;
padding: 10px; padding: 10px;
width: 90%; width: 90%;
border: 3px solid #DD4814;
background-color: #D7D7D7;
} }
.user-edit-link { .user-edit-link {
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<div id="main-body" style="width:100%;padding-top:10px"> <div id="main-body" style="width:100%;padding-top:10px">
<form name="" action="{% url edit_user user.id user.username|slugify %}" method="post"> <form name="" action="{% url edit_user user.id user.username|slugify %}" method="post">
{% csrf_token %} {% csrf_token %}
<div id="left" style="float:left;width:180px"> <div id="left" style="float:left;width:auto">
{% if user.email %} {% if user.email %}
{% gravatar user 128 %} {% gravatar user 128 %}
{% else %} {% else %}
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</div> </div>
</div> </div>
<div id="askform" style="float:right;width:750px;text-align:left;"> <div id="askform" style="float:left;width:auto;text-align:left;">
<h2>{% trans "Registered user" %}</h2> <h2>{% trans "Registered user" %}</h2>
<table class="user-details"> <table class="user-details">
<tr> <tr>
......
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