webapps.planet: some css cleanup.
parent
364f4facf3
commit
d9f087639d
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
<t:style t:include="resource:extra/webapps/planet/planet.css" />
|
<t:style t:include="resource:extra/webapps/planet/planet.css" />
|
||||||
|
|
||||||
|
<div id="container">
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<t:a t:href="$planet">Front Page</t:a>
|
<t:a t:href="$planet">Front Page</t:a>
|
||||||
<t:a t:href="$planet/feed.xml">Atom Feed</t:a>
|
<t:a t:href="$planet/feed.xml">Atom Feed</t:a>
|
||||||
|
@ -15,11 +17,16 @@
|
||||||
</t:if>
|
</t:if>
|
||||||
|
|
||||||
<t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
|
<t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
|
||||||
</t:if>
|
</t:if>
|
||||||
|
<div style="float: right;">
|
||||||
|
<a href="https://factorcode.org"><b>factorcode.org</b></a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="page">
|
||||||
<h1><t:write-title /></h1>
|
<h1><t:write-title /></h1>
|
||||||
|
|
||||||
<t:call-next-template />
|
<t:call-next-template />
|
||||||
|
</div>
|
||||||
|
|
||||||
</t:chloe>
|
</t:chloe>
|
||||||
|
|
|
@ -1,30 +1,41 @@
|
||||||
|
#container {
|
||||||
|
max-width: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page {
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
h1.planet-title {
|
h1.planet-title {
|
||||||
font-size:300%;
|
font-size: 300%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posting-title {
|
.posting-title {
|
||||||
|
padding: 10px;
|
||||||
background-color:#f5f5f5;
|
background-color:#f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre, code {
|
pre, code {
|
||||||
color:#000000;
|
color: #000000;
|
||||||
font-size:120%;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infobox {
|
.infobox {
|
||||||
border-left: 1px solid #C1DAD7;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posting-date {
|
.posting-date {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size:90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.more {
|
a.more {
|
||||||
display:block;
|
display: block;
|
||||||
padding:0 0 5px 0;
|
padding: 0 0 5px 0;
|
||||||
color:#333;
|
color: #333;
|
||||||
text-decoration:none;
|
text-decoration: none;
|
||||||
text-align:right;
|
text-align: right;
|
||||||
border:none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<t:title>[ planet-factor ]</t:title>
|
<t:title>[ planet-factor ]</t:title>
|
||||||
|
|
||||||
<table width="100%" cellpadding="10">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue