all repos — h3rald @ e27cb60d3ed82d23bdfadd7fa18d39d7e410770f

The sources of https://h3rald.com

New red ribbon.
h3rald h3rald@h3rald.com
Fri, 07 Aug 2009 17:10:08 +0200
commit

e27cb60d3ed82d23bdfadd7fa18d39d7e410770f

parent

7042931648c26d9fd0e3863d539268f4970bcf03

5 files changed, 9 insertions(+), 142 deletions(-)

jump to
M files/css/elements.cssfiles/css/elements.css

@@ -261,6 +261,8 @@ .gsc-branding

{ height: 20px; font-size: 80%; + color: #ccc; + margin-top: -8px; font-style: italic; font-family: Georgia, Serif; border: none;
M files/css/layout.cssfiles/css/layout.css

@@ -171,8 +171,8 @@ }

.inner-border { - background: transparent url('../images/redcloth.png') top repeat-x; - height: 32px; + background: #000 url('../images/redcloth.png') top repeat-x; + height: 30px; }
D layouts/default.html

@@ -1,135 +0,0 @@

------ -# Built-in - -# Custom -filter: erb ------ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> - <head> - <title>A Brand New nanoc Site - <%= @page.title %></title> - <style type="text/css" media="screen"> - * { - margin: 0; - padding: 0; - - font-family: Georgia, Palatino, Times, 'Times New Roman', sans-serif; - } - - body { - background: #fff; - } - - a { - text-decoration: none; - } - - a:link, - a:visited { - color: #f30; - } - - a:hover { - color: #f90; - } - - #main { - position: absolute; - - top: 20px; - left: 280px; - - width: 500px; - } - - #main h1 { - font-size: 40px; - font-weight: normal; - - line-height: 40px; - - padding: 20px 0 20px 0; - - letter-spacing: -1px; - } - - #main p { - margin: 0 0 20px 0; - - font-size: 15px; - - line-height: 20px; - } - - #main ul { - padding: 0 0 0 20px; - } - - #main li { - margin: 0 0 20px 0; - - list-style-type: square; - - font-size: 15px; - - line-height: 20px; - } - - #sidebar { - position: absolute; - - top: 40px; - left: 20px; - width: 200px; - - padding: 20px 20px 0 0; - - border-right: 1px solid #ccc; - - text-align: right; - } - - #sidebar h2 { - text-transform: uppercase; - - font-size: 13px; - - color: #333; - - letter-spacing: 1px; - - line-height: 20px; - } - - #sidebar ul { - list-style-type: none; - - margin: 20px 0; - } - - #sidebar li { - font-size: 14px; - - line-height: 20px; - } - </style> - </head> - <body> - <div id="main"> -<%= @page_rep.content %> - </div> - <div id="sidebar"> - <h2>Documentation</h2> - <ul> - <li><a href="http://nanoc.stoneship.org/help/tutorial/">Tutorial</a></li> - <li><a href="http://nanoc.stoneship.org/help/manual/">Manual</a></li> - </ul> - <h2>Community</h2> - <ul> - <li><a href="http://groups.google.com/group/nanoc/">Discussion Group</a></li> - <li><a href="http://groups.google.com/group/nanoc-es/">Spanish Discussion Group</a></li> - <li><a href="http://nanoc.stoneship.org/trac/">Wiki</a></li> - </ul> - </div> - </body> -</html>
M layouts/home.htmlayouts/home.htm

@@ -63,11 +63,11 @@ <h1><img alt="H3RALD" id="logo" src="/images/logo.png" /></h1>

</div> <div id="header-right"> <ul id="navigation"> - <li>/<a href="#latest" class="cross-link">latest</a></li> - <li>/<a href="#popular" class="cross-link">popular</a></li> - <li>/<a href="#tags" class="cross-link">tags</a></li> - <li>/<a href="#projects" class="cross-link">projects</a></li> - <li>/<a href="#about" class="cross-link">about</a></li> + <li><a href="#latest" class="cross-link">latest</a></li> + <li> | <a href="#popular" class="cross-link">popular</a></li> + <li> | <a href="#tags" class="cross-link">tags</a></li> + <li> | <a href="#projects" class="cross-link">projects</a></li> + <li> | <a href="#about" class="cross-link">about</a></li> </ul> <div id="search_form"></div>