websites.concatenative: move container div to page.xml.
parent
7b28dc28a9
commit
c2c6febce3
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
<t:style t:include="resource:extra/webapps/pastebin/pastebin.css" />
|
<t:style t:include="resource:extra/webapps/pastebin/pastebin.css" />
|
||||||
|
|
||||||
<div id="container">
|
|
||||||
|
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
|
|
||||||
<t:a t:href="$pastebin">Pastes</t:a>
|
<t:a t:href="$pastebin">Pastes</t:a>
|
||||||
|
@ -32,5 +30,4 @@
|
||||||
<t:call-next-template />
|
<t:call-next-template />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</t:chloe>
|
</t:chloe>
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
|
||||||
max-width: 1000px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
<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>
|
||||||
|
@ -29,5 +27,4 @@
|
||||||
<t:call-next-template />
|
<t:call-next-template />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</t:chloe>
|
</t:chloe>
|
||||||
|
|
|
@ -1,11 +1,3 @@
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
|
||||||
max-width: 1000px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
<t:style t:include="resource:extra/webapps/wiki/wiki.css" />
|
<t:style t:include="resource:extra/webapps/wiki/wiki.css" />
|
||||||
|
|
||||||
<div id="container">
|
|
||||||
|
|
||||||
<div id="left">
|
<div id="left">
|
||||||
|
|
||||||
<t:if t:value="contents">
|
<t:if t:value="contents">
|
||||||
|
@ -70,6 +68,4 @@
|
||||||
|
|
||||||
<span style="display:none"></span>
|
<span style="display:none"></span>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</t:chloe>
|
</t:chloe>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#left {
|
#left {
|
||||||
float: left;
|
float: left;
|
||||||
width: 180px;
|
width: 200px;
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
background: #f3f2ea;
|
background: #f3f2ea;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right {
|
#right {
|
||||||
margin-left: 180px;
|
margin-left: 200px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,9 @@
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
|
||||||
margin: 0 auto;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#left {
|
#left {
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right {
|
#right {
|
||||||
max-width: 800px;
|
width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comparison th {
|
.comparison th {
|
||||||
|
@ -56,18 +47,17 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents {
|
.contents {
|
||||||
font-size: smaller;
|
font-size: 90%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
line-height: 125%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents ul {
|
.contents ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 10px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|
|
@ -6,6 +6,10 @@ html {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
body, button {
|
body, button {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -31,6 +35,10 @@ a, .link { color: #104e8b; }
|
||||||
a:link, a:visited, a:active, .link { text-decoration: none; }
|
a:link, a:visited, a:active, .link { text-decoration: none; }
|
||||||
a:hover, .link:hover { text-decoration: underline; }
|
a:hover, .link:hover { text-decoration: underline; }
|
||||||
|
|
||||||
|
#container {
|
||||||
|
max-width: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
.error { color: #a00; }
|
.error { color: #a00; }
|
||||||
|
|
||||||
.errors li { color: #a00; }
|
.errors li { color: #a00; }
|
||||||
|
|
|
@ -17,7 +17,11 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div id="container">
|
||||||
<t:call-next-template />
|
<t:call-next-template />
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</t:chloe>
|
</t:chloe>
|
||||||
|
|
Loading…
Reference in New Issue