Commit 5d2fd031 authored by Riccardo Padovani's avatar Riccardo Padovani

- Inserito @import del font di Ubuntu da Google

- Modificate le pagine recenti, il grafico è in alto e la descrizione in basso a tutto schermo, messi sulla stessa linea descrizione e orario
- Uniformato lo stile dei bottoni e dei tag. I bottoni sono arancio quando selezioniati o con :hover, con il testo bianco, e bianchi con il testo arancio quando non sono selezionati. I tag e i badge invece sono arancio con il testo bianco, tranno quando con :hover, in modo da evitare troppo bianco nella pagina.
- La linea del grafico dovrebbe essere arancio
parent ad1a5116
This diff is collapsed.
@import "jquery.autocomplete.css"; @import "jquery.autocomplete.css";
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
html { html {
/* color: #222222; */ /* color: #222222; */
color: #333; color: #333;
...@@ -697,8 +698,10 @@ padding-top: 4px; ...@@ -697,8 +698,10 @@ padding-top: 4px;
} }
.tags a, span.tag, .tags-summary a { .tags a, span.tag, .tags-summary a {
background-color: #EEEEEE; background-color: #DD4818;
color: #777777; color: #FFFFFF;
background-color: white;
color: #DD4818;
font-size: 11px; font-size: 11px;
font-weight: normal; font-weight: normal;
padding: 1px 8px; padding: 1px 8px;
...@@ -710,8 +713,8 @@ padding-top: 4px; ...@@ -710,8 +713,8 @@ padding-top: 4px;
} }
.tags a:hover, .tags-summary a:hover { .tags a:hover, .tags-summary a:hover {
background-color: #DD4818; background-color: white;
color: #FFFFFF; color: #DD4818;
} }
.tag-number { .tag-number {
...@@ -769,10 +772,8 @@ a.medal:hover { ...@@ -769,10 +772,8 @@ a.medal:hover {
} }
.tabsA a, .sticky-sort-tabs { .tabsA a, .sticky-sort-tabs {
background: none repeat scroll 0 0 #EEEEEE; background-color: white;
border-bottom: 1px solid #CCCCCC; color: #DD4818;
border-right: 1px solid #CCCCCC;
color: #888A85;
display: block; display: block;
float: left; float: left;
height: 20px; height: 20px;
...@@ -798,8 +799,8 @@ a.medal:hover { ...@@ -798,8 +799,8 @@ a.medal:hover {
} }
.tabsA a.on, .tabsA a:hover { .tabsA a.on, .tabsA a:hover {
background: none repeat scroll 0 0 #FFFFFF; background: none repeat scroll 0 0 #DD4818;
color: #DD4818; color: white;
border-radius: 3px; border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
...@@ -1261,6 +1262,15 @@ ins { ...@@ -1261,6 +1262,15 @@ ins {
font-weight: 700; font-weight: 700;
} }
.action_body {
float: left;
max-width: 85%;
}
.action_container {
margin-top: 12px;
}
.user-action-1 { .user-action-1 {
color: #333333; color: #333333;
font-weight: bold; font-weight: bold;
...@@ -1485,7 +1495,7 @@ padding: 6px; ...@@ -1485,7 +1495,7 @@ padding: 6px;
.submit { .submit {
background-color: white; background-color: white;
border: 1px solid rgb(221, 72, 20); color: #DD4818;
cursor: pointer; cursor: pointer;
font-size: 120%; font-size: 120%;
font-weight: bold; font-weight: bold;
......
...@@ -37,11 +37,9 @@ ...@@ -37,11 +37,9 @@
</style> </style>
{% endblock %} {% endblock %}
{% block usercontent %} {% block usercontent %}
<div id="diagram" style="width:550px;height:250px;float:center"></div>
<div style="padding:5px;font-size:13px;"> <div style="padding:5px;font-size:13px;">
<div id="diagram" style="width:550px;height:250px;float:left"> <div style="float:left; width:100%; height:300px; overflow-y:auto;word-wrap:break-word;" >
</div>
<div style="float:right; width:385px; height:300px; overflow-y:auto;word-wrap:break-word;" >
{% for rep in reputation %} {% for rep in reputation %}
<p style="clear:both"> <p style="clear:both">
<div style="float:left;text-align:right;font-family:arial;font-weight:bold;background:#eee;padding:2px 10px 2px 10px;margin-right:5px"> <div style="float:left;text-align:right;font-family:arial;font-weight:bold;background:#eee;padding:2px 10px 2px 10px;margin-right:5px">
......
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