TESTING - Removed some section titles and edited CSS

This commit is contained in:
Yuki K 2016-09-15 00:29:39 -04:00
parent c1cb2bf505
commit 6de432b3da
4 changed files with 6 additions and 9 deletions

View File

@ -1,5 +1,4 @@
<div style="margin-bottom: 1em;">
<h5><?= $this->t('.title') ?></h5>
<div style="margin-bottom: 0.5em;">
<?= $this->formTag('post#index', array('method' => 'get', 'accept-charset' => 'UTF-8'), function(){ ?>
<div style="margin:0;padding:0;display:inline"></div>
<div>

View File

@ -2,8 +2,7 @@
!isset($this->include_tag_hover_highlight) && $this->include_tag_hover_highlight = false;
!isset($this->include_tag_reverse_aliases) && $this->include_tag_reverse_aliases = false;
?>
<div>
<h5><?= $this->t('.title') ?></h5>
<div style="margin-bottom: 0.5em;>
<ul id="tag-sidebar">
<?php !empty($this->tags['exclude']) && print $this->tag_links($this->tags['exclude'], array('prefix' => '-', 'with_hover_highlight' => 'true', 'with_hover_highlight' => $this->include_tag_hover_highlight)) ?>
<?php !empty($this->tags['include']) && print $this->tag_links($this->tags['include'], array('with_aliases' => $this->include_tag_reverse_aliases, 'with_hover_highlight' => $this->include_tag_hover_highlight)) ?>

View File

@ -20,8 +20,7 @@
<div class="sidebar">
<?= $this->partial('search') ?>
<?php if (current_user()->is_privileged_or_higher()) : ?>
<div style="margin-bottom: 1em;" id="mode-box" class="advanced-editing">
<h5><?= $this->t('.mode') ?></h5>
<div style="margin-bottom: 0.5em;" id="mode-box" class="advanced-editing">
<form onsubmit="return false;" action="">
<div>
<select name="mode" id="mode" onchange="PostModeMenu.change()" onkeyup="PostModeMenu.change()" style="width: 13em; padding: 0 0 .2em 0; background: black; color: #BF5E65; border-style: solid; border-width: 0px 0px 1px 0px; border-color: darkred;">

View File

@ -467,8 +467,8 @@ dt.bad{color:red}
h1#static-index-header{font-size:4em;margin:1em 0 .5em;text-align:center}
h1#static-index-header a{background:transparent url(../images/logo.png) no-repeat scroll center center;display:block;font-size:0;margin:0;padding:75px 300px;text-align:center;text-indent:-3000em}
h2.wiki-title{color:#003dd8;margin-bottom:.25em}
h2#site-title{display:block;height:43px;overflow:hidden;text-align:left}
div#title{height:40px;margin:.2em 0 .2em -3em}
h2#site-title{display:block;overflow:hidden;text-align:left}
div#title{height:40px;margin:.2em 0 0 0}
h2#site-title img#logo{float:left}
h2#site-title span{display:block;margin:0;overflow:hidden;padding:.2em 0 0;text-align:left}
div#static-more div#title{float:none;margin-top:-1em}
@ -899,7 +899,7 @@ table .center{text-align:center}
table.nowrap{white-space:nowrap}
table td.wrap{white-space:normal}
table td.full{width:100%}
div#news-ticker{background:#580d0d;border-bottom:2px solid #ff0000;margin:-1em -1em 1em;overflow:hidden;padding:5px;position:relative}
div#news-ticker{background:#4c0000;border-bottom:2px solid #ff0000;margin:-1em -1em 1em;overflow:hidden;padding:5px;position:relative}
div#news-ticker ul{float:left;margin:0;padding:0}
div#news-ticker li{float:left;list-style-type:none;margin:0 2em 0 0;padding:0}
div#news-ticker a#close-news-ticker-link{float:right}