Commit: 8a781b78284aa15cd0dbcb001bf7074feef0e069

Author: David Persson | Date: 2010-01-07 12:48:31 +0100
Adding asset. Updating layout.
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 07c9377..ccaa37e 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -3,7 +3,7 @@ <head> <?php echo $this->html->charset(); ?> <title>Lithium Bot <?php echo $this->title(); ?></title> - <?php echo $this->html->style('base'/* ,'li3.bot' */); ?> + <?php echo $this->html->style(array('base', 'li3.bot')); ?> <?php echo $this->scripts(); ?> <?php echo $this->html->link('Icon', null, array('type' => 'icon')); ?> </head> diff --git a/webroot/css/li3.bot.css b/webroot/css/li3.bot.css new file mode 100644 index 0000000..e7f565e --- /dev/null +++ b/webroot/css/li3.bot.css @@ -0,0 +1,45 @@ +/*------------------------------------------------------------------------------------------------- + Lithium: the most rad php framework + + @copyright Copyright 2009, Union of RAD (http://union-of-rad.org) + @license http://opensource.org/licenses/bsd-license.php The BSD License +-------------------------------------------------------------------------------------------------*/ + +/*--- This is the stylesheet for li3_bot ---*/ + +.markdown p { + margin-bottom: 0; +} + +#content { + margin-top: 2em; +} +table.messages { + width: auto; +} +.messages { + font-family: Monaco, Courier, monospace; + font-size: 12px; +} +.messages .time { + color: #666; +} +.messages .user { + text-align: right; + font-weight: bold; +} +.messages .user:before { + content: '<'; +} +.messages .user:after { + content: '>'; +} +.message td { + vertical-align: top; +} + +ul.channels { + margin: 0; + padding: 0; + list-style: none; +}