summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
de41cd7)
vertical-align: baseline;
background: transparent;
}
vertical-align: baseline;
background: transparent;
}
+html, body {
+ height: 100%;
+ overflow: auto;
+}
- 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;
font-size: 80%;
margin:0;
text-align:center;
line-height: 1;
}
text-align:center;
line-height: 1;
}
+.wrapper {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: auto;
+}
blockquote, q
{
quotes: none;
blockquote, q
{
quotes: none;
{
border: 1px solid #999;
font-size:100%;
{
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;
font-weight:bold;
margin-bottom:7px;
}
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;
}
h3 a:visited{
color:#86B0E1;
}
padding: 2px 4px 2px 4px;
text-decoration: none;
height:20px;
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;
font-size: 90%;
line-height: 2.2;
white-space:nowrap;
}
.openid-samples .list, .list li{
}
.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;
list-style:none !important;
margin-left:-30px !important;
line-height:20px !important;
+* html .notify {
+ position: absolute;
+}
+
.notify p {
font-size: 16px;
margin-bottom: 5px;
.notify p {
font-size: 16px;
margin-bottom: 5px;
{% loadregistry head_content %}{% endloadregistry %}
</head>
<body>
{% 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>
{% 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 }}
{% 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 %}
})();
</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 -->
</body>
</html>
<!-- end template base_content.html -->