vertical-align: baseline;
background: transparent;
}
+html, body {
+ height: 100%;
+ overflow: auto;
+}
body{
- font-family: "segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
+ font-family: "segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
font-size: 80%;
margin:0;
text-align:center;
line-height: 1;
}
+.wrapper {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: auto;
+}
blockquote, q
{
quotes: none;
{
border: 1px solid #999;
font-size:100%;
- font-family:"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
+ font-family:"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
}
input
font-weight:bold;
margin-bottom:7px;
}
-h3 {display:block;font-size:120%;font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;font-weight:bold;}
+h3 {display:block;font-size:120%;font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;font-weight:bold;}
h3 a:visited{
color:#86B0E1;
}
padding: 2px 4px 2px 4px;
text-decoration: none;
height:20px;
- font-family:Microsoft Yahei,ËÎÌå,Tahoma;
+ font-family:Microsoft Yahei,����,Tahoma;
font-size: 90%;
line-height: 2.2;
white-space:nowrap;
}
.openid-samples .list, .list li{
- font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",ËÎÌå,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
+ font-family:Trebuchet MS,"segoe ui",Helvetica,"Microsoft YaHei",����,Tahoma,Verdana,MingLiu,PMingLiu,Arial,sans-serif;
list-style:none !important;
margin-left:-30px !important;
line-height:20px !important;
{% loadregistry head_content %}{% endloadregistry %}
</head>
<body>
- <div class="notify" style="display:none">
- {% autoescape off %}
- {% if user_messages %}
- {% for message in user_messages %}
- <p class="darkred">{{ message }}</p>
- {% endfor %}
- {% endif %}
- {% endautoescape %}
- <a id="close-notify" onclick="notify.close(true)">×</a>
- </div>
+ <div class="wrapper">
{% if settings.USE_CUSTOM_HEADER|or_preview:request %}
<div id="custom_header">
{{ settings.CUSTOM_HEADER|or_preview:request|static_content:settings.CUSTOM_HEADER_RENDER_MODE }}
})();
</script>
{% endif %}
+ </div>
+
+ <div class="notify" style="display:none">
+ {% autoescape off %}
+ {% if user_messages %}
+ {% for message in user_messages %}
+ <p class="darkred">{{ message }}</p>
+ {% endfor %}
+ {% endif %}
+ {% endautoescape %}
+ <a id="close-notify" onclick="notify.close(true)">×</a>
+ </div>
</body>
</html>
<!-- end template base_content.html -->