% #create %>
<% response.title %>
<% #sites %>
<% response.title %>
<% gettext "This is the directory of public sites hosted here, in alphabetical order." %>
<% response.pager %>
<% gettext Title %> |
<% gettext 'Last Update' %> |
<% gettext User %> |
<% response.list %>
<% response.pager %>
<% #notfound %>
<% gettext Sorry! %>
<% gettext "The path you requested was not found." %>
<% param.path encoding="all" prefix=/ suffix=
%>
<% #error %>
<% gettext Sorry! %>
<% gettext "An error occurred while processing your request." %>
<% session.error default=<% param.error %> %>
<% #health %>
<% response.title %>
<% #stylesheet %>
@import '<% root.static ../../styles/main.min.css %>';
.av-page {
width: 900px; // FIXME: Could we use the `vw` unit already?
}
.av-border-left {
border-left: 1px solid #ddd;
}
.av-overflow {
// FIXME: Is this cross-browser compatible?
max-width: 0;
overflow: hidden;
}
.av-upload {
position: relative;
input[type='file'] {
position: relative;
z-index: 1;
visibility: hidden;
}
.av-upload-controls {
position: absolute;
z-index: 2;
top: 0;
left: 0;
}
}
.av-image-box {
display: inline-block;
max-width: 100%;
}
.av-tagged {
.av-tagged-image {
opacity: 0;
img {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: bottom;
opacity: 1;
}
.Caption_Content {
color: #fff;
padding: 10px;
}
}
}
.av-header {
margin-top: 5px;
.av-header-bg {
position: relative;
}
.av-header-bg-chaos {
float: left;
width: 262px;
height: 53px;
margin-left: -40px;
background: url('<% image /webloghead.gif url %>');
}
.av-header-bg-offset {
height: 53px;
margin-left: 222px;
}
.av-header-bg-dots {
position: relative;
top: 7px;
height: 38px;
background: url('<% image /dot.gif url %>');
}
.av-title {
position: relative;
top: -50px;
overflow: visible;
white-space: nowrap;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 25px;
font-weight: bold;
transform: translateY(50%);
}
}
.av-skin-active {
background: #fff;
opacity: .25;
}
av-translated-locale {
font-weight: bold;
}
.av-layout-sandbox {
height: 22px;
}
.av-layout-sandbox div {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 22px;
padding: 0 20px;
background: url('<% root.static sandbox.png %>');
background-position: 0 23px;
text-align: left;
}
.av-skin-control {
margin: 5px 0;
}
.av-skin-edit-link {
padding: 2px;
text-decoration: none !important;
}
.helma-debug-line /*:has(script)*/ {
border: none !important;
}
// FIXME: This belongs to the connect module!
.connect img {
padding: 2px 0;
vertical-align: middle;
opacity: .3;
}