mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
styling
This commit is contained in:
parent
8b47c8f110
commit
9859a4f73e
@ -80,7 +80,7 @@
|
||||
box-shadow: inset 1px 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
blockquote.CodeMirror {
|
||||
background-color: #F7F7F9;
|
||||
background-color: #222;
|
||||
border-right: 1px solid #eee;
|
||||
min-width: 2em;
|
||||
height: 100%;
|
||||
@ -97,7 +97,7 @@ blockquote.CodeMirror {
|
||||
blockquote.CodeMirror ol {
|
||||
z-index: 10;
|
||||
border: none;
|
||||
background-color: #fff;
|
||||
background-color: #000;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.CodeMirror-gutter-text {
|
||||
|
@ -105,3 +105,8 @@ table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* backfixes */
|
||||
|
||||
blockquote.CodeMirror {
|
||||
background-color: #000;
|
||||
}
|
||||
|
@ -48,14 +48,14 @@ $this->carabiner->display('css');
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand title" href="<?php echo base_url(); ?>"><img src="<?php echo base_url(); ?>themes/bootstrap/images/7upspot.gif" alt="" /><?php echo $this->config->item('site_name'); ?></a>
|
||||
<a class="brand title" href="<?php echo base_url(); ?>"><img style="padding-right: 5px;" src="<?php echo base_url(); ?>themes/bootstrap/images/7upspot.gif" alt="" /><?php echo $this->config->item('site_name'); ?></a>
|
||||
<div class="nav-collapse">
|
||||
<ul class="nav">
|
||||
<ul style="margin-top: 5px;" class="nav">
|
||||
<?php $l = $this->uri->segment(1)?>
|
||||
<li><a <?php if($l == ""){ echo 'class="active"'; }?> href="<?php echo base_url()?>" title="<?php echo lang('menu_create_title'); ?>"><?php echo lang('menu_create'); ?></a></li>
|
||||
<?php if(!$this->config->item('private_only')){ ?>
|
||||
<li><a <?php if($l == "lists" || $l == "view" and $this->uri->segment(2) != "options"){ echo 'class="active"'; }?> href="<?php echo site_url('lists'); ?>" title="<?php echo lang('menu_recent_title'); ?>"><?php echo lang('menu_recent'); ?></a></li>
|
||||
<li><a <?php if($l == "trends"){ echo 'class="active"'; }?> href="<?php echo site_url('trends'); ?>" title="<?php echo lang('menu_trending_title'); ?>"><?php echo lang('menu_trending'); ?></a></li>
|
||||
<li><img class="pull-left" style="margin-top: 10px" src="<?php echo base_url(); ?>themes/geocities/images/new.gif"><a style="float: left; padding: 10px 15px 10px 5px;" <?php if($l == "lists" || $l == "view" and $this->uri->segment(2) != "options"){ echo 'class="active"'; }?> href="<?php echo site_url('lists'); ?>" title="<?php echo lang('menu_recent_title'); ?>"><?php echo lang('menu_recent'); ?></a></li>
|
||||
<li><img class="pull-left" style="margin-top: 7px" src="<?php echo base_url(); ?>themes/geocities/images/hot.gif"><a style="float: left; padding: 10px 15px 10px 5px;" <?php if($l == "trends"){ echo 'class="active"'; }?> href="<?php echo site_url('trends'); ?>" title="<?php echo lang('menu_trending_title'); ?>"><?php echo lang('menu_trending'); ?></a></li>
|
||||
<?php } ?>
|
||||
<li><a <?php if($l == "api"){ echo 'class="active"'; }?> href="<?php echo site_url('api'); ?>" title="<?php echo lang('menu_api'); ?>"><?php echo lang('menu_api'); ?></a></li>
|
||||
<li><a <?php if($l == "about"){ echo 'class="active"'; }?> href="<?php echo site_url('about'); ?>" title="<?php echo lang('menu_about'); ?>"><?php echo lang('menu_about'); ?></a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user