Commit 49ed93d7 authored by Leo Iannacone's avatar Leo Iannacone

Still improvements

parent 7ff4938e
...@@ -511,12 +511,16 @@ padding-top: 4px; ...@@ -511,12 +511,16 @@ padding-top: 4px;
} }
.short-summary h2 a { .short-summary h2 a {
color: #DD4814; color: #333;
font-family: "Trebuchet MS", "segoe ui", arial, sans-serif; font-family: "Trebuchet MS", "segoe ui", arial, sans-serif;
font-size: 17px; font-size: 17px;
float: left; float: left;
} }
.short-summary h2 a:hover {
color: #DD4814;
}
.short-summary .userinfo { .short-summary .userinfo {
color: #666666; color: #666666;
float: right; float: right;
...@@ -720,21 +724,23 @@ padding-top: 4px; ...@@ -720,21 +724,23 @@ padding-top: 4px;
} }
.tags a, span.tag, .tags-summary a { .tags a, span.tag, .tags-summary a {
background-color: #EEEEEE; height: 14px;
color: #777777;
font-size: 11px; font-size: 11px;
font-weight: normal; vertical-align: middle;
padding: 1px 8px; display: inline-block;
color: #5E5E5E;
text-decoration: none; text-decoration: none;
padding: 3px 5px 2px 19px;
white-space: nowrap; white-space: nowrap;
border-radius: 3px; overflow: visible;
-moz-border-radius: 3px; background-position: 0 -8px;
-webkit-border-radius: 3px; margin: 2px 2px 6px 0;
line-height: 12px;
background: url('../images/tag.png');
} }
.tags a:hover, .tags-summary a:hover { .tags a:hover, .tags-summary a:hover {
background-color: #DD4818; color: #DD4814;
color: #FFFFFF;
} }
.tag-number { .tag-number {
...@@ -1363,6 +1369,8 @@ ins { ...@@ -1363,6 +1369,8 @@ ins {
float: left; float: left;
line-height: 40px; line-height: 40px;
margin-left: 0px; margin-left: 0px;
min-width: 20px;
text-align: center;
} }
#top .bronze, .badge3, #top .silver, .badge2 { #top .bronze, .badge3, #top .silver, .badge2 {
...@@ -2148,12 +2156,17 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text ...@@ -2148,12 +2156,17 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text
width: 14px; width: 14px;
height: 14px; height: 14px;
float: left; float: left;
margin-right: 4px;
vertical-align: middle;
margin-top: 3px;
} }
.feed-icon-big { .feed-icon-big {
width: 28px; width: 28px;
height: 28px; height: 28px;
float: left; float: left;
margin-left: 10px;
margin-top: 6px;
} }
div#subscription_list { div#subscription_list {
......
...@@ -82,6 +82,11 @@ ...@@ -82,6 +82,11 @@
<div id="content"> <div id="content">
<div id="content-top"></div> <div id="content-top"></div>
<div id="content-center"> <div id="content-center">
{% if settings.USE_ANNOUNCEMENT_BAR|or_preview:request %}
<div id="announcement">
{{ settings.ANNOUNCEMENT_BAR|or_preview:request|static_content:settings.ANNOUNCEMENT_BAR_RENDER_MODE }}
</div>
{% endif %}
<div class="notify" style="display:none"> <div class="notify" style="display:none">
{% autoescape off %} {% autoescape off %}
{% if user_messages %} {% if user_messages %}
......
...@@ -65,9 +65,4 @@ ...@@ -65,9 +65,4 @@
</div> </div>
</div> </div>
{% if settings.USE_ANNOUNCEMENT_BAR|or_preview:request %}
<div id="announcement">
{{ settings.ANNOUNCEMENT_BAR|or_preview:request|static_content:settings.ANNOUNCEMENT_BAR_RENDER_MODE }}
</div>
{% endif %}
<!-- end template header.html --> <!-- end template header.html -->
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